すべてのリリース

v1.19.0 2026年8月19日

Claude usage limits and project knowledge

新機能

5 件の変更
  • Settings/Integrations: a new Integrations page lists the Claude Code, Command Code and Cursor plugins with install, update, setup and remove actions. Discord and Telegram are marked coming soon.
  • Files: drag files onto the Files sidebar to upload them into the project or into a chosen folder. Replacing a file that already exists asks first (thanks to @makeittech, @alanzchen).
  • Usage/Claude: Claude plan limits work when you are signed in through Claude Code on macOS, Linux or WSL, with no second Anthropic login in OpenCode.
  • Usage/Claude: the Usage page names your plan and adds per-model weekly limits and extra usage spending.
  • Usage/Command Code: Command Code plan limits appear in the Usage page and the work status panel.

改善

7 件の変更
  • Project knowledge: the Project notes panel is now Project knowledge, with notes, todos, plans and their search in a resizable sidebar. Click anywhere on a note card to expand it. Plans open and edit in the panel, and notes and plans can be pinned as context.
  • Git: the pull request panel follows the branch's current open PR, and an open PR wins over an older merged or closed one (thanks to @makeittech).
  • Git: after a PR is merged or closed the panel keeps showing it as the branch's last PR and offers to create the next one right below it (thanks to @makeittech).
  • Chat: opening a busy subagent in the context panel shows its history while it works, not only the working-status line (thanks to @makeittech).
  • Chat/Attachments: text pulled out of Office and OpenDocument files is capped and shown more compactly, so a large document and its images no longer crowd out the rest of the message.
  • Files: a preview you already have open refreshes after you upload a new copy of that file (thanks to @makeittech, @alanzchen).
  • Mobile/iOS: the chat composer uses native selection handles for picking text.

修正

20 件の変更
  • Settings: saving settings no longer wipes an OpenCode config written with unquoted JSON5 keys down to an empty $schema stub. Plugins, MCP servers and providers stay, and the change reports a failure (thanks to @makeittech).
  • Stability/Proxy: sustained API traffic no longer uses up every outgoing network port on the machine, which left nothing on the computer able to connect until the traffic stopped (thanks to @alohaninja).
  • Chat: an open conversation no longer keeps re-coloring the same code blocks in the background, which pinned a CPU core and spun up the fans while you browsed files (thanks to @makeittech).
  • Chat: the context meter no longer climbs past 100%, with readouts as high as 330%, after turns with many tool calls, and no longer jumps when you reopen an older session. The header, context sidebar, work status panel, mini chat and mobile all show the same value (thanks to @pocharlies).
  • Chat: a new chat no longer saves its first message and then never starts when the last worktree directory was deleted; it falls back to the active project.
  • Chat: typing with Chinese, Japanese or Korean input methods no longer breaks composition or throws the cursor to the end of the composer (thanks to @makeittech).
  • Chat: saved chats in the context panel no longer open blank.
  • Chat: dismissing an agent's clarifying questions no longer leaves the session stuck on the question screen; the next task shows its thinking and its final response.
  • Projects: project names match the folder name exactly, so .ssh and opencode-claude no longer read as .Ssh and Opencode Claude in the sidebar, window title, settings and notifications. Names you set yourself are kept.
  • Git/Worktrees: creating a worktree from a pull request works when the source fork was deleted or unreachable; it falls back to GitHub's pull-request reference (thanks to @makeittech).
  • Files: a file reached through a symlink inside the workspace opens instead of being rejected as outside the workspace.
  • Settings: the session retention action you pick is saved (thanks to @Gautam0507).
  • Settings: an OPENCODE_BINARY environment variable you set is no longer discarded when settings hold an empty opencodeBinary value, so the managed OpenCode server still uses your binary.
  • Usage/Claude: your session and weekly limits stay on screen while Anthropic blocks refreshes for a while.
  • Mobile: connecting through an ngrok address works; its browser warning page no longer fails the server check.
  • Desktop: browser pages served from a self-signed loopback HTTPS address load instead of being blocked by the certificate warning.
  • Browser: typing a comment on a page no longer triggers app shortcuts.
  • UI: the model menu no longer paints white text on a white highlight in a high-contrast theme, so the hovered or selected model stays readable (thanks to @bashrusakh).
  • Skills Catalog: the misspelled source name ClawdHub now reads ClawHub (thanks to @makeittech).
  • VSCode: Add Project adds the chosen folder to the workspace instead of showing a "Failed to add project" toast.