cloudaxe-opencode/packages/opencode/src
Dax 2e4c43c1cf
refactor: replace Bun.serve with Node http.createServer in OAuth handlers (#18327)
Co-authored-by: LukeParkerDev <10430890+Hona@users.noreply.github.com>
2026-04-06 12:17:29 -04:00
..
account feat(tui): show console-managed providers (#20956) 2026-04-04 19:05:45 -04:00
acp fix(core): implement proper configOptions for acp (#21134) 2026-04-05 21:29:34 -05:00
agent fix(session): compaction agent responds in same language as conversation (#20581) 2026-04-01 21:44:16 -05:00
auth fix: show clear error when Cloudflare provider env vars are missing (#20399) 2026-04-06 05:26:04 +00:00
bus refactor: standardize InstanceState variable name to state (#20267) 2026-04-01 10:39:43 -04:00
cli fix(tui): revert kitty keyboard events workaround on windows (#20180) 2026-04-06 07:04:50 +00:00
command refactor(effect): prune unused facades (#20748) 2026-04-02 20:15:09 -04:00
config fix(tui): default Ctrl+Z to undo on Windows (#21138) 2026-04-06 02:38:35 +00:00
control-plane refactor(core): move more responsibility to workspace routing (#19455) 2026-03-27 16:33:56 -04:00
effect chore: generate 2026-04-02 01:56:34 +00:00
env
file feat: restore git-backed review modes (#20845) 2026-04-03 09:54:57 -05:00
filesystem refactor(effect): move read tool onto defineEffect (#21016) 2026-04-04 19:06:00 -04:00
flag feat(tui): make the mouse disablable (#6824, #7926) (#13748) 2026-04-05 21:14:11 -05:00
format refactor(format): update formatter interface to return command from enabled() (#20703) 2026-04-02 12:22:01 -04:00
git feat: restore git-backed review modes (#20845) 2026-04-03 09:54:57 -05:00
global fix: include cache bin directory in which() lookups (#18320) 2026-03-19 21:21:55 -04:00
id feat(core): initial implementation of syncing (#17814) 2026-03-25 10:47:40 -04:00
ide fix(windows): use cross-spawn for shim-backed commands (#18010) 2026-03-19 08:49:16 +10:00
installation refactor(effect): prune unused facades (#20748) 2026-04-02 20:15:09 -04:00
lsp fix(lsp): MEMORY LEAK: ensure typescript server uses native project config (#19953) 2026-04-06 09:50:36 -04:00
mcp refactor: replace Bun.serve with Node http.createServer in OAuth handlers (#18327) 2026-04-06 12:17:29 -04:00
npm fix(plugin): parse package specifiers with npm-package-arg and sanitize win32 cache paths (#21135) 2026-04-06 00:26:40 +00:00
patch
permission refactor(effect): prune unused facades (#20748) 2026-04-02 20:15:09 -04:00
plugin refactor: replace Bun.serve with Node http.createServer in OAuth handlers (#18327) 2026-04-06 12:17:29 -04:00
project feat: restore git-backed review modes (#20845) 2026-04-03 09:54:57 -05:00
provider fix: show clear error when Cloudflare provider env vars are missing (#20399) 2026-04-06 05:26:04 +00:00
pty refactor(effect): prune unused facades (#20748) 2026-04-02 20:15:09 -04:00
question refactor(effect): resolve built tools through the registry (#20787) 2026-04-03 10:31:00 -04:00
server fix(tui): only show org switch affordances when useful (#21054) 2026-04-04 19:25:37 -04:00
session fix: ensure reasoning tokens arent double counted when calculating usage (#21047) 2026-04-04 15:29:53 -07:00
share refactor(share): effectify share next (#20596) 2026-04-03 00:56:56 +00:00
shell feat(windows): add first-class pwsh/powershell support (#16069) 2026-03-30 13:10:01 +10:00
skill chore: generate 2026-03-30 21:49:45 +00:00
snapshot perf(opencode): batch snapshot diffFull blob reads (#20752) 2026-04-04 01:05:23 +00:00
storage feat: restore git-backed review modes (#20845) 2026-04-03 09:54:57 -05:00
sync chore: generate 2026-03-25 14:48:44 +00:00
tool tweak: add newline between <content> and first line of read tool output to prevent confusion (#21070) 2026-04-05 04:55:22 +00:00
util feat: restore git-backed review modes (#20845) 2026-04-03 09:54:57 -05:00
worktree feat: restore git-backed review modes (#20845) 2026-04-03 09:54:57 -05:00
index.ts add automatic heap snapshots for high-memory cli processes (#20788) 2026-04-03 02:34:33 +00:00
node.ts feat: add Node.js entry point and build script (#18324) 2026-03-19 21:35:07 -04:00
sql.d.ts