cloudaxe-opencode/packages/opencode/src/util
Dax Raad a5c15a23e4 core: allow readJson to be called without explicit type parameter
Added default type parameter 'any' to readJson<T> so users can call it without specifying a type when they don't need strict typing. This reduces boilerplate for quick JSON reads where type safety isn't required.
2026-02-18 12:21:25 -05:00
..
abort.ts fix: prevent memory leaks from AbortController closures (#12024) 2026-02-03 17:51:26 -06:00
archive.ts fix(win32): Missing LSP can now unzip on windows (#5594) 2025-12-15 17:29:30 -06:00
color.ts feat: agent color cfg (#4226) 2025-11-11 18:32:44 -06:00
context.ts
defer.ts chore: format code 2025-11-08 01:59:02 +00:00
eventloop.ts chore: format code 2025-11-08 01:59:02 +00:00
filesystem.ts core: allow readJson to be called without explicit type parameter 2026-02-18 12:21:25 -05:00
fn.ts
format.ts Prettify retry duration display in TUI (#8608) 2026-01-15 11:50:18 -06:00
git.ts fix: resolve ACP hanging indefinitely in thinking state on Windows (#13222) 2026-02-12 18:20:00 -06:00
iife.ts
keybind.ts feat(tui): make dialog keybinds configurable (#6143) (#6144) 2026-01-14 23:39:52 -06:00
lazy.ts sqlite again (#10597) 2026-02-14 04:19:02 +00:00
locale.ts improve model footer 2025-11-22 12:54:02 -05:00
lock.ts chore: format code 2025-11-08 01:59:02 +00:00
log.ts fix 2025-12-11 13:55:08 -06:00
proxied.ts fix: ensure that plugin installs use --no-cache when using http proxy to prevent random hangs (see bun issue) (#12161) 2026-02-04 12:01:00 -06:00
queue.ts fix: ensure projects that go from having no commits to having commits have sessions migrated (#5105) 2025-12-05 00:49:07 -06:00
rpc.ts disable server unless explicitly opted in (#7529) 2026-01-09 16:33:46 -05:00
scrap.ts
signal.ts
timeout.ts
token.ts
wildcard.ts fix: permissions wildcarding so that for ex: 'ls *' includes ls * AND 'ls' to prevent having to double state commands or use 'ls*' 2026-01-12 13:02:29 -06:00