Chocothin
569cbcb708
Merge branch 'dev' into fix/keybind-modal-suspension
2026-03-12 15:23:21 +09:00
chocothin
11916aeea1
fix(tui): prevent keybind dispatch during modal prompts
...
Tab key during QuestionPrompt/PermissionPrompt triggered agent_cycle
because CommandProvider useKeyboard handler lacked guards for active
modal state. Root cause: opentui fires all global keyboard handlers in
mount order (parent first), so parent handler processed Tab before
child could preventDefault.
Fix: suspend command keybinds while QuestionPrompt or PermissionPrompt
is active (matching existing autocomplete.tsx pattern), and add
defaultPrevented guard as defense-in-depth. Clamp suspendCount to >= 0
to prevent mismatched enable/disable calls.
2026-03-12 15:22:37 +09:00
Luke Parker
54e7baa6cf
fix(desktop-electron): fix resource loading under file:// protocol ( #17125 )
2026-03-12 12:19:44 +08:00
opencode-agent[bot]
1d7fcd40b4
chore: generate
2026-03-12 03:56:04 +00:00
Luke Parker
db7bafe917
fix(app): guard comment accessor in message timeline ( #17126 )
2026-03-12 13:55:16 +10:00
Dax Raad
b1ef501207
Merge remote-tracking branch 'origin/dev' into dev
2026-03-11 23:24:38 -04:00
Dax Raad
9fb12a906e
core: remove external sourcemap generation to reduce build artifacts
2026-03-11 23:24:26 -04:00
Luke Parker
fafbc29316
fix(ci): use dynamic bun cache path for cross-platform support ( #17120 )
2026-03-12 03:19:28 +00:00
opencode-agent[bot]
7b0def4b81
chore: generate
2026-03-12 02:04:26 +00:00
Luke Parker
1d9c83b576
fix(e2e): re-focus prompt after terminal opens in slash-terminal test ( #17113 )
2026-03-12 12:03:38 +10:00
opencode-agent[bot]
2c825c3223
chore: generate
2026-03-12 01:50:44 +00:00
Kit Langton
2a4dedc210
feat(id): brand PermissionID, PtyID, QuestionID, and ToolID ( #17042 )
2026-03-12 01:49:57 +00:00
opencode-agent[bot]
b0bca6342e
chore: generate
2026-03-12 00:26:05 +00:00
Luke Parker
547eb7676d
feat(windows): add arm64 release targets for cli and desktop ( #16696 )
2026-03-12 00:25:09 +00:00
opencode-agent[bot]
83f083ee0d
chore: generate
2026-03-11 23:41:43 +00:00
Kit Langton
090f636354
feat(id): brand PartID through Drizzle and Zod schemas ( #16966 )
2026-03-11 23:40:50 +00:00
opencode-agent[bot]
d26c6f80e1
chore: generate
2026-03-11 23:31:07 +00:00
Kit Langton
16a6d6feba
feat(id): brand WorkspaceID through Drizzle and Zod schemas ( #16964 )
2026-03-11 23:30:17 +00:00
John Mylchreest
f1c3a44190
fix: resolve symlinks in Instance cache to prevent duplicate contexts ( #16651 )
...
Co-authored-by: LukeParkerDev <10430890+Hona@users.noreply.github.com>
2026-03-11 23:26:54 +00:00
opencode-agent[bot]
34fa5de9c5
chore: generate
2026-03-11 23:17:42 +00:00
Kit Langton
cb67465675
feat(id): brand SessionID through Drizzle and Zod schemas ( #16953 )
2026-03-11 23:16:56 +00:00
Frank
4e73473119
wip: zen
2026-03-11 19:00:05 -04:00
Frank
cc18fa599c
wip: zen
2026-03-11 18:50:49 -04:00
Frank
aa81c1c4cb
docs: go pricing
2026-03-11 18:09:41 -04:00
Frank
8569fc1f0e
docs: zen update models
2026-03-11 18:09:41 -04:00
Frank
78de287bcc
wip: zen
2026-03-11 18:09:41 -04:00
Frank
bbc7052c7a
go: dashboard design
2026-03-11 18:09:41 -04:00
Frank
502d6db6d0
go: first month discount
2026-03-11 18:09:41 -04:00
Frank
0b0ad5de99
zen: update discount copy on lander
2026-03-11 18:09:41 -04:00
Frank
9e6c4a01aa
zen: add alipay for adding balance
2026-03-11 18:09:41 -04:00
Frank
4a81df190c
zen: add alipay for go sub
2026-03-11 18:09:41 -04:00
Frank
75cae81f75
zen: add Go page
2026-03-11 18:09:41 -04:00
Frank
ed3bb3ea8f
zen: add usage section
2026-03-11 18:09:40 -04:00
Frank
fac23a1afc
zen: update usage graph on landing page
2026-03-11 18:09:40 -04:00
Frank
f89696509e
zen: update header
2026-03-11 18:09:40 -04:00
Dax Raad
604ab1bde1
core: restore plugin serverUrl getter so plugins can connect to local server
2026-03-11 17:41:51 -04:00
Adam
fbd9b7cf4f
feat(app): restore to message and fork session ( #17092 )
2026-03-11 21:34:48 +00:00
Adam
58f45ae22b
chore: skip test
2026-03-11 16:21:04 -05:00
Noam Bressler
440405dbdd
fix: re-enable snapshot in acp ( #14918 )
2026-03-11 16:18:40 -05:00
Adam
a1cda29012
chore: fix test
2026-03-11 16:11:02 -05:00
Aiden Cline
f96e2d4222
tweak: adjust skill presentation to be a little less token heavy ( #17098 )
2026-03-11 16:03:15 -05:00
Adam
387ab78bf6
chore: fix test
2026-03-11 16:02:11 -05:00
Kit Langton
dbc00aa8e0
feat(id): brand ProjectID through Drizzle and Zod schemas ( #16948 )
2026-03-11 16:44:26 -04:00
Adam
c37f7b9d99
fix(app): todos not clearing
2026-03-11 14:42:34 -05:00
Chris Yang
cf7ca9b2f7
fix(app): skip editor reconcile during IME composition ( #17041 )
2026-03-11 13:40:06 -05:00
Kit Langton
981c7b9e37
refactor(account): tighten effect-based account flows ( #17072 )
2026-03-11 18:18:58 +00:00
Johannes Loher
2aae0d3493
fix(core): read stdout and stderr in PackageRegistry.info before waiting for the process to exit ( #16998 )
2026-03-11 13:10:45 -05:00
Adam
bcc0d19867
chore(app): simplify review pane ( #17066 )
2026-03-11 12:24:51 -05:00
xinxin
9c585bb58b
docs(providers): clarify npm choice for chat vs responses APIs ( #16974 )
...
Co-authored-by: wangxinxin <xinxin.wang@pharmbrain.com>
2026-03-11 10:35:16 -05:00
Aiden Cline
0f6bc8ae71
tweak: adjust way skills are presented to agent to increase likelyhood of skill invocations. ( #17053 )
2026-03-11 10:24:55 -05:00