Commit Graph

  • 802ccd3788 tweak(ui): rotate collapsible chevron icon David Hill 2026-02-19 00:35:12 +00:00
  • 6042785c57 tweak(ui): rtl-truncate edited file paths David Hill 2026-02-19 00:28:22 +00:00
  • 5d8664c13e tweak(app): adjust session turn horizontal padding David Hill 2026-02-19 00:25:06 +00:00
  • 3d0f24067c tweak(app): tighten prompt dock padding David Hill 2026-02-19 00:20:18 +00:00
  • 44049540b0 tweak(ui): add open-file tooltip icon David Hill 2026-02-19 00:15:14 +00:00
  • 40f00ccc1c tweak(ui): use chevron icons for review diff rows David Hill 2026-02-19 00:02:02 +00:00
  • a301051263 tweak(ui): tighten review diff file info gap David Hill 2026-02-18 23:57:59 +00:00
  • fd61be4078 tweak(ui): show added diff counts in review David Hill 2026-02-18 23:56:21 +00:00
  • 4a8bdc3c75 tweak(ui): group edited files list styling David Hill 2026-02-18 23:51:25 +00:00
  • 9c7629ce61 Update oc-2.json David Hill 2026-02-18 23:36:05 +00:00
  • ba53c56a21 tweak(ui): combine diffs in review into one group David Hill 2026-02-18 23:36:02 +00:00
  • 14c0989411 refactor: migrate src/tool/read.ts from Bun.file() to Filesystem module (#14118) Dax 2026-02-18 19:29:11 -05:00
  • 36bc07a5af refactor: migrate src/tool/write.ts from Bun.file() to Filesystem module (#14119) Dax 2026-02-18 19:27:11 -05:00
  • 270b807cdf refactor: migrate src/tool/edit.ts from Bun.file() to Filesystem module (#14120) Dax 2026-02-18 19:26:45 -05:00
  • bd52ce5640 refactor: migrate remaining tool files from Bun.file() to Filesystem/stat modules (#14121) Dax 2026-02-18 19:24:21 -05:00
  • a624871ccd refactor: migrate src/storage/storage.ts from Bun.file()/Bun.write() to Filesystem module (#14122) Dax 2026-02-18 19:21:21 -05:00
  • 819d09e64e refactor: migrate src/storage/json-migration.ts from Bun.file() to Filesystem module (#14123) Dax 2026-02-18 19:20:40 -05:00
  • 9e6cb89101 refactor: migrate src/mcp/auth.ts from Bun.file()/Bun.write() to Filesystem module (#14125) Dax 2026-02-18 19:20:16 -05:00
  • a8347c3762 refactor: migrate src/storage/db.ts from Bun.file() to statSync (#14124) Dax 2026-02-18 19:20:03 -05:00
  • 57b63ea83d refactor: migrate src/session/prompt.ts from Bun.file() to Filesystem/stat modules (#14128) Dax 2026-02-18 19:18:05 -05:00
  • b70629af27 Merge branch 'dev' into feat/canceled-prompts-in-history Ariane Emory 2026-02-18 19:10:26 -05:00
  • 84643f4192 feat: move session listing to experimental routes with enhanced query parameters Ryan Vogel 2026-02-18 19:04:18 -05:00
  • 2a6f89d705 core: use Filesystem utility for consistent file operations with better error handling migrate-skill-discovery Dax Raad 2026-02-18 18:26:57 -05:00
  • c162074888 chore: skip PR standards checks for PRs created before Feb 18 2026 6PM EST (#14208) Ryan Vogel 2026-02-18 18:16:43 -05:00
  • 088eac9d4e fix: opencode run crashing, and show errored tool calls in output (#14206) Aiden Cline 2026-02-18 17:13:01 -06:00
  • 5fe237a3fd refactor: migrate src/skill/discovery.ts from Bun.file()/Bun.write() to Filesystem module (#14133) Dax 2026-02-18 18:10:24 -05:00
  • ae398539c5 refactor: migrate src/session/instruction.ts from Bun.file() to Filesystem module (#14130) Dax 2026-02-18 18:09:45 -05:00
  • 359360ad86 refactor: migrate src/provider/provider.ts from Bun.file() to Filesystem module (#14132) Dax 2026-02-18 18:08:48 -05:00
  • 3871578db6 refactor: use writeStream for downloading skills to avoid buffering Dax Raad 2026-02-18 18:05:42 -05:00
  • 5d12eb9528 refactor: migrate src/shell/shell.ts from Bun.file() to statSync (#14134) Dax 2026-02-18 17:55:50 -05:00
  • f380c757ff Merge branch 'dev' into migrate-skill-discovery Dax 2026-02-18 17:53:44 -05:00
  • 6fb4f2a7a5 refactor: migrate src/cli/cmd/tui/thread.ts from Bun.file() to Filesystem module (#14135) Dax 2026-02-18 17:28:41 -05:00
  • 48dfa45a9a refactor: migrate src/util/log.ts from Bun.file() to Node.js fs module (#14136) Dax 2026-02-18 17:28:08 -05:00
  • 97520c827e refactor: migrate src/provider/models.ts from Bun.file()/Bun.write() to Filesystem module (#14131) Dax 2026-02-18 17:26:13 -05:00
  • b75a89776d refactor: migrate src/lsp/client.ts from Bun.file() to Filesystem module (#14137) Dax 2026-02-18 17:22:06 -05:00
  • b909679367 chore: generate opencode-agent[bot] 2026-02-18 22:21:17 +00:00
  • 639d1dd8fe chore: add compliance checks for issues and PRs with recheck on edit (#14170) Ryan Vogel 2026-02-18 17:20:23 -05:00
  • 7033b4d0a8 fix(win32): Sidecar spawning a window (#14197) Luke Parker 2026-02-19 08:18:15 +10:00
  • 87c16374aa fix(lsp): use HashiCorp releases API for installing terraform-ls (#14200) Eduardo Bellido Bellido 2026-02-18 23:11:57 +01:00
  • d366a1430f refactor: migrate src/lsp/server.ts from Bun.file()/Bun.write() to Filesystem module (#14138) Dax 2026-02-18 16:41:07 -05:00
  • cfea5c73de tweak(app): delay prompt mode toggle tooltip David Hill 2026-02-18 21:33:01 +00:00
  • 2589eb207f tweak(app): shorten prompt mode toggle tooltips David Hill 2026-02-18 21:02:28 +00:00
  • ec7c72da3f tweak(ui): restyle reasoning blocks David Hill 2026-02-18 20:51:28 +00:00
  • a4b36a72ad refactor: migrate src/file/time.ts from Bun.file() to stat (#14141) Dax 2026-02-18 16:22:08 -05:00
  • e37a9081a6 refactor: migrate src/cli/cmd/session.ts from Bun.file() to statSync (#14144) Dax 2026-02-18 16:20:58 -05:00
  • a2469d933e refactor: migrate src/acp/agent.ts from Bun.file() to Filesystem module (#14139) Dax 2026-02-18 16:14:20 -05:00
  • 3cde93bf2d refactor: migrate src/auth/index.ts from Bun.file()/Bun.write() to Filesystem module (#14140) Dax 2026-02-18 16:13:50 -05:00
  • 898bcdec87 refactor: migrate src/cli/cmd/agent.ts from Bun.file()/Bun.write() to Filesystem module (#14142) Dax 2026-02-18 16:08:01 -05:00
  • d5971e2da5 refactor: migrate src/cli/cmd/import.ts from Bun.file() to Filesystem module (#14143) Dax 2026-02-18 16:07:32 -05:00
  • c71f4d4847 Update oc-2.json David Hill 2026-02-18 20:32:44 +00:00
  • dec7827548 chore: generate opencode-agent[bot] 2026-02-18 20:19:27 +00:00
  • 7faa8cb110 tweak(ui): reduce review panel padding David Hill 2026-02-18 20:16:52 +00:00
  • d8a4a125c0 Update oc-2.json David Hill 2026-02-18 19:56:08 +00:00
  • 50923f06f1 tweak(ui): remove pressed scale for secondary buttons David Hill 2026-02-18 19:53:19 +00:00
  • ba919fb619 tweak(ui): shrink review expand/collapse width David Hill 2026-02-18 19:51:46 +00:00
  • 47b4de3531 tweak(ui): tighten review header action spacing David Hill 2026-02-18 19:50:48 +00:00
  • bb6d1d502f tweak(ui): adjust review diff style hover radius David Hill 2026-02-18 19:49:50 +00:00
  • 31e964e7cf Update oc-2.json David Hill 2026-02-18 19:46:54 +00:00
  • 06b2304a5f tweak(ui): override for the radio group in the review David Hill 2026-02-18 19:46:50 +00:00
  • 1b67339e4d Update radio-group.css David Hill 2026-02-18 19:46:33 +00:00
  • 1571246ba8 tweak(ui): use default cursor for segmented control David Hill 2026-02-18 19:39:14 +00:00
  • d730d8be01 tweak(ui): shrink review diff style toggle David Hill 2026-02-18 19:38:12 +00:00
  • e42cc85112 Update oc-2.json David Hill 2026-02-18 19:36:42 +00:00
  • c7a79f1877 Update icon-button.css David Hill 2026-02-18 19:36:38 +00:00
  • 431f5347af tweak(ui): search button style David Hill 2026-02-18 19:36:30 +00:00
  • 1ed4a98233 tweak(ui): remove pressed transition for secondary buttons David Hill 2026-02-18 19:21:35 +00:00
  • db4ff89579 Update oc-2.json David Hill 2026-02-18 19:19:17 +00:00
  • 2f56761060 tweak(ui): expanded color state on titlebar buttons David Hill 2026-02-18 19:19:13 +00:00
  • 09286ccae0 tweak(ui): oc-2 theme updates David Hill 2026-02-18 18:50:27 +00:00
  • 4e959849f6 tweak(ui): hover and active styles for filetree tabs David Hill 2026-02-18 18:50:15 +00:00
  • 3690cafeb8 tweak(ui): hover and active styles for title bar buttons David Hill 2026-02-18 18:50:02 +00:00
  • bcca253dec tweak(ui): hover and active styles for title bar buttons David Hill 2026-02-18 18:49:56 +00:00
  • 6d69ad5574 tweak(ui): update oc-2 secondary button colors David Hill 2026-02-18 17:36:32 +00:00
  • 1f9be63e96 tweak(ui): use weak border and base icon color for secondary David Hill 2026-02-18 17:32:46 +00:00
  • 0873908030 tweak(ui): theme color updates David Hill 2026-02-18 17:25:50 +00:00
  • 4db2d94854 tweak(ui): shrink filetree tab height David Hill 2026-02-18 17:15:44 +00:00
  • e5d52e4eb5 tweak(ui): align pill tabs pressed background David Hill 2026-02-18 17:08:49 +00:00
  • f20c0bffd3 tweak(ui): unify titlebar expanded button background David Hill 2026-02-18 17:02:10 +00:00
  • 9110e6a2a7 tweak(ui): share button border David Hill 2026-02-18 16:58:36 +00:00
  • 0888c02379 tweak(ui): file tree background color David Hill 2026-02-18 16:58:23 +00:00
  • 24ce49d9d7 fix(ui): add previous smoke colors David Hill 2026-02-18 16:45:50 +00:00
  • 5d69f00282 button style tweaks David Hill 2026-02-18 16:36:40 +00:00
  • 12016c8eb4 oc-2 theme init David Hill 2026-02-18 16:36:30 +00:00
  • d6331cf792 Update colors.css David Hill 2026-02-18 16:36:15 +00:00
  • 2d7c9c9692 chore: generate opencode-agent[bot] 2026-02-18 20:15:14 +00:00
  • 1aa18c6cd6 feat(plugin): pass sessionID and callID to shell.env hook input (#13662) Helge Tesdal 2026-02-18 21:14:18 +01:00
  • de25703e9d fix(app): terminal cross-talk (#14184) Adam 2026-02-18 13:56:05 -06:00
  • 1133d87be0 chore: cleanup Adam 2026-02-18 13:38:46 -06:00
  • 42aa28d512 chore: cleanup (#14181) Adam 2026-02-18 13:23:20 -06:00
  • c6bd320003 chore: update nix node_modules hashes opencode-agent[bot] 2026-02-18 19:08:12 +00:00
  • 24a9841322 zen: update sst version github-v1.2.16 Frank 2026-02-18 13:54:23 -05:00
  • 8bf06cbcc1 refactor: migrate src/global/index.ts from Bun.file() to Filesystem module (#14146) Dax 2026-02-18 13:25:18 -05:00
  • be2e6f1926 fix(opencode): update pasteImage to only increment count when the previous attachment is an image too (#14173) OpeOginni 2026-02-18 19:09:09 +01:00
  • 72c12d59af chore: cleanup Adam 2026-02-18 11:55:08 -06:00
  • 8408e4702e chore: cleanup Adam 2026-02-18 11:48:19 -06:00
  • ef14f64f9e chore: cleanup Adam 2026-02-18 11:02:41 -06:00
  • 3f60a6c2a4 chore: cleanup Adam 2026-02-18 09:56:58 -06:00
  • d447b7694a fix(github): emit PROMPT_TOO_LARGE error on context overflow (#14166) Matt Silverlock 2026-02-18 12:45:27 -05:00
  • 5638b782c5 refactor: migrate editor.ts from Bun.file()/Bun.write() to Filesystem module (#14149) Dax 2026-02-18 12:44:33 -05:00
  • eb3f337695 refactor: migrate clipboard.ts from Bun.file() to Filesystem module (#14148) Dax 2026-02-18 12:38:44 -05:00