summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2026-02-02fix(app): user messages not rendering consistentlyAdam
2026-02-02feat(app): project context menu on right-clickAdam
2026-02-02fix(app): open project search (#11783)Filip
2026-02-02fix(tui): respect terminal transparency in system theme (#8467)Pablo P Varela
2026-02-02chore: update nix node_modules hashesopencode-agent[bot]
2026-02-02feat(provider): add User-Agent header for GitLab AI Gateway requests (#11818)Vladimir Glafirov
2026-02-02ci: add ratelimits handling for close-stale-prs.yml (#11578)Goni Zahavy
2026-02-02ci: use native ARM runner for faster Linux ARM buildsDax Raad
Switch from cross-compilation on x86_64 to native ARM runner, which improves build speed and reliability for Linux ARM binary distribution.
2026-02-02ci: reduce aarch64 build runner to 4 vcpu to lower infrastructure costsDax Raad
2026-02-02ciDax Raad
2026-02-02ciDax Raad
2026-02-02tui: truncate session title in exit banner (#11797)Dax
2026-02-02feat(app): add tab close keybind (#11780)Rahul A Mistry
2026-02-02chore: generateopencode-agent[bot]
2026-02-02feat(app): enhance responsive design with additional breakpoints for larger ↵OpeOginni
screen layout adjustments (#10459) Co-authored-by: opencode <[email protected]> Co-authored-by: Aiden Cline <[email protected]> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-02-02fix(desktop): added inverted svg for steps expanded for nice UX (#10462)OpeOginni
Co-authored-by: opencode <[email protected]> Co-authored-by: Aiden Cline <[email protected]> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-02-02chore: generateopencode-agent[bot]
2026-02-02feat(opencode): ormolu code formatter for haskell (#10274)Ondřej Súkup
2026-02-02chore: update website statsAdam
2026-02-02Fix(app): the Vesper theme's light mode (#9892)Sam Huckaby
2026-02-02fix(ui): adjusts alignment of elements to prevent incomplete scroll (#11649)Lucio Delelis
2026-02-02feat(app): unread session navigation keybinds (#11750)Brendan Allan
2026-02-02chore: generateopencode-agent[bot]
2026-02-02desktop: fix rust build + bindings formattingBrendan Allan
2026-02-02fix(desktop): remove unnecessary setTimeoutBrendan Allan
2026-02-02fix(desktop): throttle window state persistence (#11746)Brendan Allan
2026-02-02chore: generateopencode-agent[bot]
2026-02-02chore(desktop): integrate tauri-specta (#11740)Brendan Allan
2026-02-02fix(desktop): keep mac titlebar stable under zoom (#11747)Brendan Allan
2026-02-02chore: update nix node_modules hashesopencode-agent[bot]
2026-02-02Use opentui OSC52 clipboard, again (#11744)Sebastian
2026-02-02fix(desktop): kill zombie server process on startup timeout (#11602)mohammad
Co-authored-by: Brendan Allan <[email protected]>
2026-02-02zen: rate limit (#11735)Frank
2026-02-01fix: convert system message content to string for Copilot provider (#11600)Jigar
Co-authored-by: Claude Opus 4.5 <[email protected]>
2026-02-02tui: show exit message banner (#11733)Dax
2026-02-02Revert "Use opentui OSC52 clipboard (#11718)"Dax Raad
This reverts commit 8e985e0a75ca5f2cb859434fe82dee7ea81cb59f.
2026-02-01fix(opencode): give OPENCODE_CONFIG_CONTENT proper priority for setting ↵OpeOginni
config based on docs (#11670)
2026-02-01fix: session title generation with OpenAI models. (#11678)Mathias Beugnon
2026-02-01Simplify directory tree output for prompts (#11731)Dax
2026-02-01Add spinner animation for Task tool (#11725)Dax
2026-02-02Use opentui OSC52 clipboard (#11718)Sebastian
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-02-01ci: enable typecheck on push to dev branch to catch type errors immediately ↵Dax Raad
after merge
2026-02-01Revert "fix(plugin): correct exports to point to dist instead of src"Dax Raad
This reverts commit 7417e6eb38e96c5e3904a4503740a305475d154a.
2026-02-01docs: Restructure AGENTS.md style guide with organized sections and code ↵Dax Raad
examples
2026-02-01ci: Fix Pulumi version conflict in deploy workflowFrank
Added a workaround to fix Pulumi version conflict in the deployment workflow.
2026-02-01ci: restrict nix-hashes workflow to dev branch pushes onlyDax Raad
Remove pull_request trigger and limit push trigger to dev branch to prevent unnecessary workflow runs on feature branches and PRs. The workflow will now only execute when dependency files change on the dev branch.
2026-02-01ignore: switch commit model to kimi-k2.5 for improved command execution ↵Dax Raad
reliability
2026-02-01ci: skip unicode filename test due to inconsistent behavior causing CI failuresDax Raad
2026-02-01tui: fix task status to show current tool state from message storeDax Raad
2026-02-01core: allow starting new sessions after errors by fixing stuck session statusDax Raad