summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2026-02-18fix(github): emit PROMPT_TOO_LARGE error on context overflow (#14166)Matt Silverlock
2026-02-18refactor: migrate editor.ts from Bun.file()/Bun.write() to Filesystem module ↵Dax
(#14149)
2026-02-18refactor: migrate clipboard.ts from Bun.file() to Filesystem module (#14148)Dax
2026-02-18refactor: migrate src/bun/index.ts from Bun.file()/Bun.write() to Filesystem ↵Dax
module (#14147)
2026-02-18refactor: migrate uninstall.ts from Bun.file()/Bun.write() to Filesystem ↵Dax
module (#14150)
2026-02-18refactor: migrate config/markdown.ts from Bun.file() to Filesystem module ↵Dax
(#14151)
2026-02-18refactor: migrate file/index.ts from Bun.file() to Filesystem module (#14152)Dax
2026-02-18refactor: migrate cli/cmd/github.ts from Bun.write() to Filesystem module ↵Dax
(#14154)
2026-02-18refactor: migrate format/formatter.ts from Bun.file() to Filesystem module ↵Dax
(#14153)
2026-02-18ci: switch to standard GitHub cache action for Bun dependenciesDax Raad
2026-02-18refactor: migrate cli/cmd/run.ts from Bun.file() to Filesystem/stat modules ↵Dax
(#14155)
2026-02-18core: allow readJson to be called without explicit type parameterDax Raad
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-18refactor: migrate file/ripgrep.ts from Bun.file()/Bun.write() to Filesystem ↵Dax
module (#14159)
2026-02-18chore: update nix node_modules hashesopencode-agent[bot]
2026-02-18refactor: migrate index.ts from Bun.file() to Filesystem module (#14160)Dax
2026-02-18feat: add Julia language server support (#14129)Alexander Abramov
Co-authored-by: Alexander Abramov <[email protected]>
2026-02-18ignore: tweak contributing md (#14168)Aiden Cline
2026-02-18feat: GitLab Duo - bump gitlab-ai-provider to 3.6.0 (adds Sonnet 4.6) (#14115)Vladimir Glafirov
2026-02-18fix(cli): session list --max-count not honored, shows too few sessions (#14162)Mike Harris
2026-02-19desktop: handle sidecar key in projectsKeyBrendan Allan
2026-02-19desktop: fix isLocalBrendan Allan
2026-02-18chore: update nix node_modules hashesopencode-agent[bot]
2026-02-18feat: Add centralized filesystem module for Bun.file migration (#14117)Dax
2026-02-18app: refactor server management backend (#13813)Brendan Allan
2026-02-18fix(app): lower threshold for diff hidingAdam
2026-02-18chore: cleanup (#14113)Adam
2026-02-18docs: add policy about AI-generated security reportsDax Raad
We receive a large number of AI-generated security reports and don't have the resources to review them all. This policy clarifies that such submissions will result in an automatic ban to protect our maintainers' time.
2026-02-18chore: cleanupAdam
2026-02-18fix: use group-hover for file tree icon color swap at all nesting levelsDavid Hill
2026-02-18chore: cleanupAdam
2026-02-18tui: simplify mode toggle icon stylingDavid Hill
Use consistent strong color for active mode icons instead of different colors for shell vs normal mode, making the active state more visually clear to users.
2026-02-18chore: cleanupAdam
2026-02-18desktop: cleanupBrendan Allan
2026-02-18desktop: temporarily disable wslBrendan Allan
2026-02-18ci: allow commits on top of beta PRs (#11924)Caleb Norton
2026-02-18fix(opencode): fix Clojure syntax highlighting (#13453)Salam Elbilig
Co-authored-by: Aiden Cline <[email protected]>
2026-02-18ci: add nix-eval workflow for cross-platform flake evaluation (#12175)Jérôme Benoit
2026-02-17fix: ensure explore subagent has external_directory perm set to ask instead ↵Aiden Cline
of auto denying (#14060)
2026-02-17fix: dont autoload kilo (#14052)Aiden Cline
2026-02-17chore: generateopencode-agent[bot]
2026-02-17feat: add Kilo as a native provider (#13765)RAMA
2026-02-17refactor: simplify redundant ternary in updateMessage (#13954)legao
2026-02-17chore: generateopencode-agent[bot]
2026-02-17ci: ensure triage adds acp label (#14039)Aiden Cline
2026-02-17tui: exit cleanly without hanging after session endsDax Raad
- Force process exit after TUI thread completes to prevent lingering processes - Add 5-second timeout to worker shutdown to prevent indefinite hangs during cleanup
2026-02-17fix(tui): style scrollbox for permission and sidebar (#12752)Anton Volkov
2026-02-17chore: remove leftover patch (#13749)Anton Volkov
2026-02-17tweak: ensure read tool uses fs/promises for all paths (#14027)Aiden Cline
2026-02-17chore: add missing newline (#13992)jackarch-2
2026-02-17fix(app): better tool call batchingAdam