summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2026-04-26syncFrank
2026-04-26syncFrank
2026-04-26chore: generateopencode-agent[bot]
2026-04-26feat(httpapi): bridge remaining session routes (#24510)Kit Langton
2026-04-26chore: generateopencode-agent[bot]
2026-04-26feat(httpapi): bridge session message mutations (#24487)Kit Langton
2026-04-26chore: generateopencode-agent[bot]
2026-04-26feat(httpapi): bridge session lifecycle routes (#24486)Kit Langton
2026-04-26chore: generateopencode-agent[bot]
2026-04-26feat(httpapi): bridge session read routes (#24485)Kit Langton
2026-04-26chore: generateopencode-agent[bot]
2026-04-26feat(httpapi): bridge sync routes (#24484)Kit Langton
2026-04-26ci: update team assignments in github-triageDax Raad
Update team member assignments in the triage tool: - Remove thdxr from tui and core teams - Add simonklee to tui team - Add kitlangton to core team
2026-04-26fix(docs): correct OpenCode Go DeepSeek endpoints (#24500)Jack
2026-04-26chore: generateopencode-agent[bot]
2026-04-26feat(httpapi): bridge workspace mutations (#24483)Kit Langton
2026-04-26chore: generateopencode-agent[bot]
2026-04-26feat(httpapi): bridge experimental session list (#24478)Kit Langton
2026-04-26fix: correct typo in comment (#24420)Ariane Emory
2026-04-26chore: update nix node_modules hashesopencode-agent[bot]
2026-04-26fix: bump openrouter sdk version to resolve deepseek reasoning issue (bug ↵Aiden Cline
was in sdk pkg) (#24435)
2026-04-25core: Add User-Agent header to identify client version in HTTP requestsDax Raad
2026-04-25syncFrank
2026-04-26test(provider): avoid plugin dependency install timeout (#24416)Kit Langton
2026-04-26chore: generateopencode-agent[bot]
2026-04-25feat(httpapi): bridge experimental tool routes (#24407)Kit Langton
2026-04-25chore: generateopencode-agent[bot]
2026-04-25feat(httpapi): bridge mcp oauth endpoints (#24405)Kit Langton
2026-04-25chore: generateopencode-agent[bot]
2026-04-25feat(httpapi): bridge mcp control endpoints (#24403)Kit Langton
2026-04-25feat(httpapi): bridge project update endpoint (#24398)Kit Langton
2026-04-25chore: generateopencode-agent[bot]
2026-04-25feat(httpapi): bridge project git init endpoint (#24394)Kit Langton
2026-04-25feat(httpapi): bridge config update endpoint (#24387)Kit Langton
2026-04-25chore: generateopencode-agent[bot]
2026-04-25feat(httpapi): bridge worktree mutations (#24371)Kit Langton
2026-04-25chore: generateopencode-agent[bot]
2026-04-25feat(httpapi): bridge instance dispose endpoint (#24368)Kit Langton
2026-04-25feat(tui): show /connect tip when user has no models configured (#24014)Kit Langton
2026-04-25chore: generateopencode-agent[bot]
2026-04-25feat(httpapi): bridge worktree read endpoint (#24366)Kit Langton
2026-04-25chore: update nix node_modules hashesopencode-agent[bot]
2026-04-25chore: generateopencode-agent[bot]
2026-04-25feat(httpapi): bridge experimental read endpoints (#24365)Kit Langton
2026-04-25core: move npm service to core package for shared dependency managementDax Raad
2026-04-25core: move cross-spawn-spawner to root and remove unused typesDax Raad
The cross-spawn-spawner module has been moved from src/effect/ to src/ to simplify the core package structure. The src/types.d.ts file which contained unused type declarations has also been removed. All imports throughout the codebase have been updated to reflect the new location. This change reduces the package's internal complexity by flattening the module hierarchy and removing dead code, making future maintenance easier.
2026-04-25core: move cross-spawn-spawner from opencode to core packageDax Raad
Moved the cross-spawn-spawner module from packages/opencode to packages/core to enable code sharing across the monorepo. This consolidates the process spawning infrastructure into the core package so other packages can use cross-platform child process spawning without duplicating the implementation. Updated all import statements across the codebase to reference the new location (@opencode-ai/core/effect/cross-spawn-spawner). Removed the local copy from the opencode package along with its tests.
2026-04-25chore: generateopencode-agent[bot]
2026-04-25ci: fix model nameAiden Cline
2026-04-25feat(httpapi): bridge file search endpoints (#24356)Kit Langton