Commit Graph

11853 Commits

Author SHA1 Message Date
Jack 784149d2d1 fix(docs): correct OpenCode Go DeepSeek endpoints (#24500) 2026-04-26 23:15:55 +08:00
opencode-agent[bot] bb73681f25 chore: generate 2026-04-26 15:13:18 +00:00
Kit Langton 98b9a4da0b feat(httpapi): bridge workspace mutations (#24483) 2026-04-26 11:12:04 -04:00
opencode-agent[bot] 7245088566 chore: generate 2026-04-26 14:48:31 +00:00
Kit Langton be7632f3cb feat(httpapi): bridge experimental session list (#24478) 2026-04-26 10:47:24 -04:00
Ariane Emory 740b1fa0db fix: correct typo in comment (#24420) 2026-04-26 00:26:48 -05:00
opencode-agent[bot] beefc36d3f chore: update nix node_modules hashes 2026-04-26 05:19:08 +00:00
Aiden Cline 377a9981b8 fix: bump openrouter sdk version to resolve deepseek reasoning issue (bug was in sdk pkg) (#24435) 2026-04-26 00:05:16 -05:00
Dax Raad 6198d69e5c core: Add User-Agent header to identify client version in HTTP requests 2026-04-25 23:51:23 -04:00
Frank 6540bc1a2b sync 2026-04-25 23:23:48 -04:00
Kit Langton 937a038cb9 test(provider): avoid plugin dependency install timeout (#24416) 2026-04-26 02:11:25 +00:00
opencode-agent[bot] 36e57c8729 chore: generate 2026-04-26 01:55:57 +00:00
Kit Langton 5ebdd5128b feat(httpapi): bridge experimental tool routes (#24407) 2026-04-25 21:54:58 -04:00
opencode-agent[bot] 7aa996d2ce chore: generate 2026-04-25 23:28:25 +00:00
Kit Langton 67886c1f04 feat(httpapi): bridge mcp oauth endpoints (#24405) 2026-04-25 19:27:11 -04:00
opencode-agent[bot] 36a84c1510 chore: generate 2026-04-25 23:17:18 +00:00
Kit Langton 9f7f17939b feat(httpapi): bridge mcp control endpoints (#24403) 2026-04-25 19:16:19 -04:00
Kit Langton 998156a3e6 feat(httpapi): bridge project update endpoint (#24398) 2026-04-25 18:55:49 -04:00
opencode-agent[bot] d7dfa0ab59 chore: generate 2026-04-25 22:43:13 +00:00
Kit Langton 2817ff5455 feat(httpapi): bridge project git init endpoint (#24394) 2026-04-25 18:42:02 -04:00
Kit Langton d14201ec17 feat(httpapi): bridge config update endpoint (#24387) 2026-04-25 17:52:34 -04:00
opencode-agent[bot] cc34a8cd6e chore: generate 2026-04-25 19:36:15 +00:00
Kit Langton cf3c1b57e6 feat(httpapi): bridge worktree mutations (#24371) 2026-04-25 15:35:15 -04:00
opencode-agent[bot] 659e0bd392 chore: generate 2026-04-25 19:25:41 +00:00
Kit Langton b8dc8f906c feat(httpapi): bridge instance dispose endpoint (#24368) 2026-04-25 15:24:07 -04:00
Kit Langton 36bde18d74 feat(tui): show /connect tip when user has no models configured (#24014) 2026-04-25 15:01:41 -04:00
opencode-agent[bot] 4e5f339202 chore: generate 2026-04-25 18:56:31 +00:00
Kit Langton a5599d8345 feat(httpapi): bridge worktree read endpoint (#24366) 2026-04-25 14:55:29 -04:00
opencode-agent[bot] 1a1f50f948 chore: update nix node_modules hashes 2026-04-25 18:49:27 +00:00
opencode-agent[bot] 11102e5fbd chore: generate 2026-04-25 18:47:06 +00:00
Kit Langton f104ed2f16 feat(httpapi): bridge experimental read endpoints (#24365) 2026-04-25 14:46:06 -04:00
Dax Raad 5ea6eaad3c core: move npm service to core package for shared dependency management 2026-04-25 14:36:15 -04:00
Dax Raad 6742034b03 core: move cross-spawn-spawner to root and remove unused types
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-25 14:30:16 -04:00
Dax Raad 7b2fbf2c2f core: move cross-spawn-spawner from opencode to core package
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-25 14:23:17 -04:00
opencode-agent[bot] 8c8cbb9451 chore: generate 2026-04-25 18:14:26 +00:00
Aiden Cline 0d434c5632 ci: fix model name 2026-04-25 14:13:19 -04:00
Kit Langton 833607754c feat(httpapi): bridge file search endpoints (#24356) 2026-04-25 14:12:54 -04:00
Kit Langton 07077992cf feat(tui): read Zed editor context from state db (#24352) 2026-04-25 18:10:58 +00:00
opencode-agent[bot] 3b6dce1da2 chore: generate 2026-04-25 18:01:35 +00:00
Kit Langton 503f761d5c feat(httpapi): bridge catalog read endpoints (#24353) 2026-04-25 14:00:30 -04:00
Dax Raad 9031b8f108 core: move Global module to @opencode-ai/core for centralized path management
Move the Global module from packages/opencode/src/global to packages/core/src/global
to provide a unified location for managing XDG directories and application paths.
This eliminates duplicate path definitions across packages and ensures consistent
access to data, config, cache, state, log, and bin directories throughout the codebase.
2026-04-25 13:52:32 -04:00
Aiden Cline fefc22dd94 ci: adjust review flow (#24355) 2026-04-25 13:52:19 -04:00
opencode-agent[bot] 927cbd742a chore: update nix node_modules hashes 2026-04-25 17:50:26 +00:00
opencode-agent[bot] 2cf505f2a6 chore: generate 2026-04-25 17:31:57 +00:00
Dax Raad 6bc94f94b1 core: consolidate shared infrastructure into core package
Moves effect logging, observability, runtime utilities, flags, installation
version info, and process utilities from opencode to core package. This
enables better code sharing across packages and establishes core as the
single source of truth for foundational utilities.

All internal imports updated to use @opencode-ai/core paths for consistency.
2026-04-25 13:30:37 -04:00
Kit Langton f666835f3c fix(config): preserve permission order with Effect decode (#24308) 2026-04-25 13:30:12 -04:00
opencode-agent[bot] e501b0c43e chore: update nix node_modules hashes 2026-04-25 15:16:42 +00:00
Dax cbf59f63ee feat: add startup debug command (#24310) 2026-04-25 15:08:19 +00:00
Dax 1865f4fc5f refactor: rename shared package to core (#24309) 2026-04-25 10:59:17 -04:00
Dax 22062c7016 refactor: remove lazy cross-spawn runtime (#24305) 2026-04-25 14:46:16 +00:00