Commit Graph

  • 96fbc30945 fix(app): drag region for native controls (#11854) Filip 2026-02-03 01:20:05 +01:00
  • ba545ba9b3 fix(app): session scroll bar color (#11857) Alex Yaroshuk 2026-02-03 07:01:47 +08:00
  • 188cc24bfc chore: cleanup external_dir perm logic (#11845) Aiden Cline 2026-02-02 16:43:55 -06:00
  • 5e3162b7f4 chore: generate opencode-agent[bot] 2026-02-02 22:30:23 +00:00
  • f9aa209131 fix: fixes issue where the autocomplete tui dialog flickers while typing (#11641) Joseph Campuzano 2026-02-02 16:29:43 -06:00
  • f86f654cda chore: rm dead code (#11849) Aiden Cline 2026-02-02 16:22:03 -06:00
  • aadd2e13d7 fix(app): prompt input overflow issue (#11840) Filip 2026-02-02 23:02:56 +01:00
  • 531357b40c fix(app): sidebar losing projects on collapse Adam 2026-02-02 15:53:59 -06:00
  • aa6b552c39 Revert pr that was mistakenly merged (#11844) Aiden Cline 2026-02-02 15:28:02 -06:00
  • a3f1918489 chore: generate opencode-agent[bot] 2026-02-02 20:53:36 +00:00
  • a9fca05d8b feat(server): add --mdns-domain flag to customize mDNS hostname (#11796) Luiz Guilherme D'Abruzzo Pereira 2026-02-02 17:52:32 -03:00
  • 824165eb79 feat(app): add workspace toggle command to command palette and prompt input (#11810) Alex Yaroshuk 2026-02-03 04:36:00 +08:00
  • 562c9d76d9 chore: generate opencode-agent[bot] 2026-02-02 20:27:15 +00:00
  • c002ca03ba feat(app): search through sessions Adam 2026-02-02 14:22:10 -06:00
  • befb5d54fb chore: cleanup Adam 2026-02-02 12:24:27 -06:00
  • 69f5f657f2 chore: cleanup Adam 2026-02-02 11:42:05 -06:00
  • 0405b425f5 feat(app): file search Adam 2026-02-02 09:40:18 -06:00
  • 70cf609ce9 Revert "feat(ui): Select, dropdown, popover styles & transitions (#11675)" Adam 2026-02-02 11:46:25 -06:00
  • 2f76b49df3 Revert "feat(ui): Smooth fading out on scroll, style fixes (#11683)" Adam 2026-02-02 11:37:50 -06:00
  • dfd5f38408 fix(app): icon sizes Adam 2026-02-02 11:22:00 -06:00
  • 3b93e8d95c fix(app): added/deleted file status now correctly calculated Adam 2026-02-02 10:55:15 -06:00
  • 23631a9393 fix(app): navigate to last project on open Adam 2026-02-02 10:53:41 -06:00
  • f1e0c31b8f fix(app): button heights Adam 2026-02-02 09:29:06 -06:00
  • 30a25e4edc fix(app): user messages not rendering consistently Adam 2026-02-02 09:21:08 -06:00
  • ea1aba4192 feat(app): project context menu on right-click Adam 2026-02-02 07:02:40 -06:00
  • 0a3f558de2 ui: change agent header prefix from # to < for better visual hierarchy Dax Raad 2026-02-02 14:52:00 -05:00
  • 2c2b1ea90a cli: redesign run command output flow and disable todo read tool Dax Raad 2026-02-02 14:51:21 -05:00
  • ac7eaf21dc update run command output and permissions Dax Raad 2026-02-02 14:00:57 -05:00
  • b9aad20be6 fix(app): open project search (#11783) Filip 2026-02-02 19:15:53 +01:00
  • 651f173a2f fix: reset text styling after thinking output Dax Raad 2026-02-02 13:08:07 -05:00
  • 6402c2ab19 feat: re-enable reasoning output with proper display handling Dax Raad 2026-02-02 13:07:42 -05:00
  • 7bcf5e40ec refactor: extract text variable and skip empty output Dax Raad 2026-02-02 13:06:34 -05:00
  • f21f8bb4c7 temp: disable reasoning output with early continue Dax Raad 2026-02-02 12:59:22 -05:00
  • 714ea57952 cli: trim both ends of reasoning text Dax Raad 2026-02-02 12:59:06 -05:00
  • 81ec3e0723 cli: re-enable UI.empty() by removing temporary return Dax Raad 2026-02-02 12:58:28 -05:00
  • 0bb2c77bb8 cli: add empty lines around thinking output Dax Raad 2026-02-02 12:57:37 -05:00
  • 48db3981e4 cli: re-enable reasoning output with italic formatting Dax Raad 2026-02-02 12:56:45 -05:00
  • 2b4fe1c320 temp: disable UI.empty() Dax Raad 2026-02-02 12:55:05 -05:00
  • 2aaf6ca27d Trim text output in run command Dax Raad 2026-02-02 12:54:07 -05:00
  • 54eb8ff6c7 cli: skip reasoning output with early continue Dax Raad 2026-02-02 12:52:42 -05:00
  • 1c07b14545 cli: remove ANSI formatting from reasoning output Dax Raad 2026-02-02 12:51:53 -05:00
  • 38efdf82a1 cli: add UI.empty() calls around reasoning output Dax Raad 2026-02-02 12:49:42 -05:00
  • 176f26850d cli: remove UI.empty() call from reasoning output Dax Raad 2026-02-02 12:48:05 -05:00
  • 8047f2052a cli: remove empty line after reasoning output Dax Raad 2026-02-02 12:45:17 -05:00
  • 2a38007101 cli: prefix reasoning output with 'Thinking:' and use trimEnd() Dax Raad 2026-02-02 12:40:40 -05:00
  • d3d261d37e cli: use ANSI escape codes for reasoning output formatting Dax Raad 2026-02-02 12:39:53 -05:00
  • 2a7869dbf8 add reasoning support to run command Dax Raad 2026-02-02 12:38:54 -05:00
  • 666ffa2832 cli: refactor run command Dax Raad 2026-02-02 12:37:52 -05:00
  • 965f32ad63 fix(tui): respect terminal transparency in system theme (#8467) Pablo P Varela 2026-02-02 18:36:47 +01:00
  • cf828fff85 chore: update nix node_modules hashes opencode-agent[bot] 2026-02-02 16:56:31 +00:00
  • cf8b033be1 feat(provider): add User-Agent header for GitLab AI Gateway requests (#11818) Vladimir Glafirov 2026-02-02 17:41:02 +01:00
  • 1bd5dc5382 ci: add ratelimits handling for close-stale-prs.yml (#11578) Goni Zahavy 2026-02-02 18:13:48 +02:00
  • 390f90ef47 cli: make run non-interactive Dax Raad 2026-02-02 10:55:05 -05:00
  • afec40e8da feat: make plan mode the default, remove experimental flag opencode/clever-falcon Dax Raad 2026-02-02 10:40:40 -05:00
  • 1c34d87a16 ci: upgrade checkout action to v4 and add timeouts ripgrep-tree-paths Dax Raad 2026-02-02 10:31:36 -05:00
  • 204f6f3d03 feat(app): add tab close keybind (#11780) Rahul A Mistry 2026-02-02 18:20:06 +05:30
  • 1db70ac06a chore: generate opencode-agent[bot] 2026-02-02 12:07:56 +00:00
  • a36db14008 feat(app): enhance responsive design with additional breakpoints for larger screen layout adjustments (#10459) OpeOginni 2026-02-02 13:06:45 +01:00
  • 596563f8c1 fix(desktop): added inverted svg for steps expanded for nice UX (#10462) OpeOginni 2026-02-02 13:03:55 +01:00
  • 97b3e39d4c chore: generate opencode-agent[bot] 2026-02-02 12:02:35 +00:00
  • 4cfcc422f4 feat(opencode): ormolu code formatter for haskell (#10274) Ondřej Súkup 2026-02-02 13:01:49 +01:00
  • 08a4916744 chore: update website stats Adam 2026-02-02 05:42:55 -06:00
  • 0833265440 Fix(app): the Vesper theme's light mode (#9892) Sam Huckaby 2026-02-02 06:30:44 -05:00
  • 512ddf3963 fix(ui): adjusts alignment of elements to prevent incomplete scroll (#11649) Lucio Delelis 2026-02-02 08:20:30 -03:00
  • 89109da9c2 feat(app): unread session navigation keybinds (#11750) Brendan Allan 2026-02-02 19:05:47 +08:00
  • a4509af4ac chore: generate opencode-agent[bot] 2026-02-02 10:53:46 +00:00
  • 7a9e1fcb40 desktop: fix rust build + bindings formatting Brendan Allan 2026-02-02 18:52:57 +08:00
  • f148d38b49 fix(desktop): remove unnecessary setTimeout Brendan Allan 2026-02-02 18:19:49 +08:00
  • 0ccae0cea6 fix(desktop): throttle window state persistence (#11746) Brendan Allan 2026-02-02 17:54:57 +08:00
  • f890f45df3 chore: generate opencode-agent[bot] 2026-02-02 07:58:52 +00:00
  • 2c12ee5a20 chore(desktop): integrate tauri-specta (#11740) Brendan Allan 2026-02-02 15:58:08 +08:00
  • bcf8c33b11 fix(desktop): keep mac titlebar stable under zoom (#11747) Brendan Allan 2026-02-02 15:54:25 +08:00
  • 8aba574555 chore: update nix node_modules hashes opencode-agent[bot] 2026-02-02 07:21:25 +00:00
  • f51a9c4fce Use opentui OSC52 clipboard, again (#11744) Sebastian 2026-02-02 08:12:50 +01:00
  • 2d99b33466 fix(desktop): kill zombie server process on startup timeout (#11602) mohammad 2026-02-02 11:00:46 +05:30
  • 14dc940aac zen: rate limit (#11735) Frank 2026-02-02 00:29:52 -05:00
  • cb3337f01e fix: convert system message content to string for Copilot provider (#11600) Jigar 2026-02-02 10:58:28 +05:30
  • 06d63ca54c ci: use native ARM runner for faster Linux ARM builds Dax Raad 2026-02-02 10:06:21 -05:00
  • 423778c93a ci: reduce aarch64 build runner to 4 vcpu to lower infrastructure costs Dax Raad 2026-02-02 09:44:19 -05:00
  • 8de9e47a5b ci Dax Raad 2026-02-02 09:37:39 -05:00
  • d63ed3bbe3 ci Dax Raad 2026-02-02 09:37:34 -05:00
  • 4369d79636 tui: truncate session title in exit banner (#11797) Dax 2026-02-02 09:30:10 -05:00
  • 3408f1a6ae feat(app): add tab close keybind (#11780) Rahul A Mistry 2026-02-02 18:20:06 +05:30
  • 34c58af796 chore: generate opencode-agent[bot] 2026-02-02 12:07:56 +00:00
  • 37979ea44f feat(app): enhance responsive design with additional breakpoints for larger screen layout adjustments (#10459) OpeOginni 2026-02-02 13:06:45 +01:00
  • 50b5168c16 fix(desktop): added inverted svg for steps expanded for nice UX (#10462) OpeOginni 2026-02-02 13:03:55 +01:00
  • 6b17645f2e chore: generate opencode-agent[bot] 2026-02-02 12:02:35 +00:00
  • 52006c2fd9 feat(opencode): ormolu code formatter for haskell (#10274) Ondřej Súkup 2026-02-02 13:01:49 +01:00
  • 26197ec95b chore: update website stats Adam 2026-02-02 05:42:55 -06:00
  • 43bb389e35 Fix(app): the Vesper theme's light mode (#9892) Sam Huckaby 2026-02-02 06:30:44 -05:00
  • 985090ef3c fix(ui): adjusts alignment of elements to prevent incomplete scroll (#11649) Lucio Delelis 2026-02-02 08:20:30 -03:00
  • 52eb8a7a8c feat(app): unread session navigation keybinds (#11750) Brendan Allan 2026-02-02 19:05:47 +08:00
  • 1cabeb00d0 chore: generate opencode-agent[bot] 2026-02-02 10:53:46 +00:00
  • 9564c1d6be desktop: fix rust build + bindings formatting Brendan Allan 2026-02-02 18:52:57 +08:00
  • 1832eeffc9 fix(desktop): remove unnecessary setTimeout Brendan Allan 2026-02-02 18:19:49 +08:00
  • e6d8315e29 fix(desktop): throttle window state persistence (#11746) Brendan Allan 2026-02-02 17:54:57 +08:00
  • 784a17f7b3 chore: generate opencode-agent[bot] 2026-02-02 07:58:52 +00:00
  • 04aef44fc3 chore(desktop): integrate tauri-specta (#11740) Brendan Allan 2026-02-02 15:58:08 +08:00
  • c02dd067b2 fix(desktop): keep mac titlebar stable under zoom (#11747) Brendan Allan 2026-02-02 15:54:25 +08:00
  • 141fdef588 chore: update nix node_modules hashes opencode-agent[bot] 2026-02-02 07:21:25 +00:00