cloudaxe-opencode/packages/opencode/src
Dax Raad 721b2406e9 core: dynamically resolve formatter executable paths at runtime
Formatters now determine their executable location when enabled rather than
using hardcoded paths. This ensures formatters work correctly regardless
of how the tool was installed or where executables are located on the system.
2026-03-11 14:29:01 -04:00
..
account refactor(account): tighten effect-based account flows (#17072) 2026-03-11 18:18:58 +00:00
acp refactor: change pathToFileURL imports from bun to url module 2026-03-09 14:52:25 -04:00
agent
auth fix(auth): normalize trailing slashes in auth login URLs (#15874) 2026-03-03 13:35:49 -05:00
bun core: dynamically resolve formatter executable paths at runtime 2026-03-11 14:29:01 -04:00
bus
cli refactor(account): tighten effect-based account flows (#17072) 2026-03-11 18:18:58 +00:00
command
config core: dynamically resolve formatter executable paths at runtime 2026-03-11 14:29:01 -04:00
control-plane core: make account login upgrades safe while adding multi-account workspace auth (#15487) 2026-03-10 12:53:47 -04:00
effect core: make account login upgrades safe while adding multi-account workspace auth (#15487) 2026-03-10 12:53:47 -04:00
env
file fix(core): don't permit access to system directories (#16891) 2026-03-10 11:32:05 -05:00
flag chore: generate 2026-03-09 20:15:31 +00:00
format core: dynamically resolve formatter executable paths at runtime 2026-03-11 14:29:01 -04:00
global refactor: lsp server and core improvements 2026-03-11 14:28:24 -04:00
id feat(core): basic implementation of remote workspace support (#15120) 2026-02-27 15:36:39 -05:00
ide
installation refactor(opencode): replace Bun shell in core flows (#16286) 2026-03-09 15:19:50 -04:00
lsp refactor: lsp server and core improvements 2026-03-11 14:28:24 -04:00
mcp chore: generate 2026-03-10 02:02:18 +00:00
npm core: dynamically resolve formatter executable paths at runtime 2026-03-11 14:29:01 -04:00
patch fix: Windows path support and canonicalization (#13671) 2026-02-23 10:10:27 +10:00
permission
plugin refactor: lsp server and core improvements 2026-03-11 14:28:24 -04:00
project core: make account login upgrades safe while adding multi-account workspace auth (#15487) 2026-03-10 12:53:47 -04:00
provider refactor: lsp server and core improvements 2026-03-11 14:28:24 -04:00
pty chore: generate 2026-03-07 04:54:05 +00:00
question
scheduler
server refactor(server): extract createApp function for server initialization 2026-03-09 17:13:52 -04:00
session tweak: adjust way skills are presented to agent to increase likelyhood of skill invocations. (#17053) 2026-03-11 10:24:55 -05:00
share core: make account login upgrades safe while adding multi-account workspace auth (#15487) 2026-03-10 12:53:47 -04:00
shell fix(electron): hide Windows background consoles (#16842) 2026-03-11 13:33:06 +10:00
skill tweak: adjust way skills are presented to agent to increase likelyhood of skill invocations. (#17053) 2026-03-11 10:24:55 -05:00
snapshot refactor(opencode): replace Bun shell in core flows (#16286) 2026-03-09 15:19:50 -04:00
storage core: make account login upgrades safe while adding multi-account workspace auth (#15487) 2026-03-10 12:53:47 -04:00
tool tweak: adjust way skills are presented to agent to increase likelyhood of skill invocations. (#17053) 2026-03-11 10:24:55 -05:00
util Update packages/opencode/src/util/which.ts 2026-03-11 14:28:37 -04:00
worktree fix(core): make worktrees read the project id from local workspace (#16795) 2026-03-10 11:11:28 -04:00
index.ts core: make account login upgrades safe while adding multi-account workspace auth (#15487) 2026-03-10 12:53:47 -04:00
sql.d.ts