opencode
opencode copied to clipboard
The open source coding agent.
Fixes #7710\n\n- Add `--check` mode to `./script/format.ts`\n- Add a PR CI workflow that runs Prettier in check mode\n\nHow to verify:\n- CI "format" job passes\n- Run locally: `./script/format.ts --check`
Add a dedicated formatting check in CI using Prettier (`./script/format.ts --check`). This prevents unformatted changes from landing and reduces noisy PR diffs.\n\nProposed: add `--check` mode to `script/format.ts` and run it...
## Summary - Add guard clause to validate question data before processing keyboard events - Add stopPropagation() to prevent other handlers from interfering with arrow key navigation Fixes #7638
### Description In the code, the context length for GPT 5.2 codex shows 400,000 tokens, which is technically correct for the API, but on the pro plan for ChatGPT, I...
**Summary:** Adding the ability to parse markdown templating for agent system prompts. Specifically adds ability to parse `!` and `@` references inside of agent prompts. This PR adds a helper...
### Description Following `CONTRIBUTING.md`, I get the following error running `bun dev` or `./packages/opencode/script/build.ts --single` ``` error: Cannot find module '../../validators/validate.js' from '/home/agam/git/opencode/node_modules/.bun/@[email protected]/node_modules/@babel/types/lib/builders/generated/lowercase.js' ``` Please offer guidance. I've been stuck...
## Summary This PR fixes nested agent questions not appearing in the TUI and improves question tool UX. Fixes #7654 ## Problem When using ohmyopencode (or similar setups) with sub-agents...
## Summary Adds a new `tui.auto_scroll` configuration option to control the sticky scrolling behavior in the TUI session view. This addresses the request to prevent auto-scrolling when new messages arrive....
### Question I'm using [Helix editor](https://github.com/helix-editor/helix). My workflow is highlight a piece of code, and send it to the right pane using `opencode -p`, along with a prompt to ask...
### Description Tried to open using Wezterm. typing opencode on console and press enter Windows Defender showing threat pop up Opencode is not opening. ### Plugins _No response_ ### OpenCode...