opencode
opencode copied to clipboard
The open source coding agent.
### Description In OpenCode version 1.0.150, I’m unable to share a session. The session sharing feature fails and shows the error message: “Failed to share session.” ### OpenCode version 1.0.150...
### Question I'm trying to give OpenCode the ability to compact "itself": _plugin/compact.ts_: ```ts import type { Plugin } from "@opencode-ai/plugin" import { tool } from "@opencode-ai/plugin" export const CompactPlugin:...
### Description When using opencode via the terminal, I dont think it is counting the tokens correctly, it is saying around 50 tokens for a 10 minute task, when i...
### Description When not in full screen window, you can see "userDataDir" not having double dash and instead single dash on the right while it's fine on the left. When...
Forgive me for being a Claude Code user up until this point; excited about being able to contribute to an open workflow instead of opening tickets and watching them go...
For example: ``` $ which node /home/adam/.nvm/versions/node/v20.19.3/bin/node $ bun dev # run opencode ``` Now if I type `!which node` into the opencode prompt, I get `/usr/bin/node`.
MCP Resources and Prompts are being implemented by various popular AI IDEs and CLI tools (e.g. VSCode Copilot, Claude Code, Claude Desktop). I would point to VSCode specifically as my...
close #1279 **Problem** Some providers (e.g. Gemini) don't generate tool call IDs, resulting in empty callID being stored. When switching to providers that require tool call IDs (e.g. Anthropic, OpenAI),...
### Description Configured MCP like this inside my project: ``` "mcp": { "jira": { "type": "remote", "url": "https://mcp.atlassian.com/v1/sse" } }, ``` opencode mcp auth jira shows: ``` opencode mcp auth...
The current GitLab page describes OpenCode integration through GitLab Duo. GitLab Duo is a paying functionality and is limited to workflows supported by GitLab. GitLab-OpenCode is a community project that...