opencode
opencode copied to clipboard
The open source coding agent.
### What does this PR do? Fixes a regression caused by #7702 that causes a crash when using the `--prompt` flag. Fixes #7818 Fixes #7850 ### How did you verify...
### Description This is the second time. I accidently removed the thinking it was a trojan and I had to reinstall the entire thing now it says that again ###...
### Description Started using **opencode** for the first time. Tried migrating some agents I had in Claude Code. Didn't read the documentation properly and set permissions as boolean true/false instead...
### What does this PR do? Adds `/thinking` slash command to WebUI, matching TUI behavior for toggling thinking/reasoning block visibility. - Default: visible (same as TUI) - Command toggles show/hide...
As can be seen here, the current default value for `scroll_speed` is `3` (regardless of platform): https://github.com/anomalyco/opencode/blob/fa79736b875ba0a8437f42ff01626b35fab1d8f4/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx#L169
## Problem In the TUI, users can toggle thinking/reasoning blocks visibility with `/thinking` command (default: visible). In the WebUI, thinking blocks are **always hidden** after response completion with no way...
### What does this PR do? Update ecosystem docs with a cross platform implementation for notifications using ntfy service.
### Description When running opencode on macOS and exiting (Ctrl+C, closing terminal, or normal exit), the terminal is left in an unusable state with scrambled output, requiring users to manually...
Fixes #7810 ### What does this PR do? Users may now use boolean `true`/`false` instead of `"allow"`/`"deny"` for permissions. This adds a preprocess step to convert booleans automatically, consistent with...
## Summary - Add recent git branches to the "New session" dropdown for quick branch switching - Users can now see and checkout recent branches without leaving the web UI...