The open source coding agent.
OpenCode v0.5.29 adds a file list API, ignored-file inclusion, home-dir app info, and Vercel AI Gateway dashboard deeplinks.
$ git clone --branch v0.5.29 https://github.com/sst/opencode.git # already have the repo? check out this version: $ git checkout v0.5.29
- ›New file list API for programmatic access to project file listings.
- ›Supports including ignored files (e.g. .gitignored) in file operations.
- ›Displays home directory path in app info output.
- ›Vercel AI Gateway API keys now deep-link directly into the dashboard.
- ›Adds a synthetic user message before bash execution when using
!, improving context in conversation history.
+2 moreshow less
- ›Uses a single Rust LSP server instance across an entire Cargo workspace, reducing resource overhead.
- ›TUI now shows the actual error message when a command fails, replacing silent or generic failures.