opencode
opencode copied to clipboard
The open source coding agent.
### Description ``` TypeError: undefined is not an object (evaluating 'session().parentID') at (src/cli/cmd/tui/routes/session/index.tsx:82:17) at runComputation (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:742:22) at updateComputation (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:724:3) at runTop (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:833:7) at runQueue (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:904:42) at completeUpdates (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:860:84) at runUpdates...
### Problem GitHub Copilot Enterprise authentication is missing in TUI `/connect` command. The CLI (`auth login`) supports enterprise login with deployment type selection and conditional prompts, but TUI `/connect` has...
## Summary - Add searchable session list dialog with date grouping and inline actions - Add session rename dialog - Add keyboard shortcuts: `Cmd+O` for session list, `Cmd+Shift+E` for rename...
### Description The OpenCode MCP client fails to connect to Context7's MCP server because it doesn't send the required Accept: application/json, text/event-stream HTTP header. Context7 requires both content types to...
## Summary - Designed to be combined with this PR: https://github.com/anomalyco/opencode/pull/6893 - Add new "Agent" tab to terminal panel that displays real-time streaming output from agent bash commands - Auto-focus...
### Description a persistent `UnknownError` when opening Git-enabled directories in the Windows desktop app. The error persists through restarts, previously forcing users to perform a full reinstall or revert to...
## Summary Implement consistent whitespace trimming across all provider transformation functions to prevent API validation errors from empty or whitespace-only message content. ## Changes - **Trim all text content** before...
## Summary OpenCode Desktop can start **multiple Desktop windows and multiple backend instances** when it is launched **once from a script**. This happens **without**: - double-clicking - running the script...
### Description I try to override skills permission of built-in agent using markdown files, and set some skills to deny, according to the documentation, this means it wont appearing in...
### Question Hello, I am running Opencode using local llms from ollama: - qwen2.5-coder:7b - qwen2.5-coder:32b - qwen2.5-coder:32b - codellama:34b os: Omarchy gpu: rtx 4070ti When I run them on...