Commit Graph

78 Commits

Author SHA1 Message Date
Sebastian 911e525bd7 keep session navigation active in prompt modes (#29464) 2026-05-27 17:26:56 +02:00
Sebastian 5451b1f953 Prepare TUI lifecycle for scenario tests (#28258) 2026-05-26 21:02:02 +02:00
Aiden Cline f872a1f8bf fix(tui): separate thinking header from markdown body (#29028) 2026-05-24 20:52:17 -05:00
opencode-agent[bot] aaba5ccb6c chore: generate 2026-05-22 19:31:59 +00:00
James Long 34d73210e3 fix(tui): when diff viewer closes always return to last route (#28903) 2026-05-22 15:30:31 -04:00
James Long 9e0fe79648 fix(tui): empty states, context, and minor improvements to diff viewer (#28878) 2026-05-22 14:21:22 -04:00
opencode-agent[bot] d11ad04a48 chore: generate 2026-05-22 16:31:30 +00:00
James Long 8e1c1cd054 fix(tui): interaction improvements to diff viewer (#28851) 2026-05-22 12:30:10 -04:00
opencode-agent[bot] 20f3b9b357 chore: generate 2026-05-21 22:36:00 +00:00
James Long cfc1c1f39e feat(tui): design revamp of diff viewer (#28728) 2026-05-21 18:34:32 -04:00
Kit Langton 318702ac5e test(opencode): remove redundant global event casts (#28564) 2026-05-20 21:48:55 -04:00
Kit Langton 7c0793159e fix(tui): separate question checkmark labels (#28558) 2026-05-20 21:35:59 -04:00
Kit Langton 3fc4e936c6 fix(tui): gate Zed context on terminal env (#28517) 2026-05-20 16:52:33 -04:00
opencode-agent[bot] d166014ac7 chore: generate 2026-05-20 20:23:54 +00:00
James Long 925fba535f feat(tui): collapse directories when possible in file tree (#28512) 2026-05-20 16:22:04 -04:00
Sebastian 2692f7efcb handle permanent file plugin errors (#27344) 2026-05-20 18:47:30 +02:00
opencode-agent[bot] 4ef80dfbec chore: generate 2026-05-20 15:18:18 +00:00
James Long e073bfafa2 feat(tui): initial impl of diff viewer (#28476) 2026-05-20 11:16:56 -04:00
Sebastian e7ce2cb2ce use keymap state for layer visibility (#26246) 2026-05-19 17:07:26 +02:00
Sebastian 04c4def0d1 Fix legacy pgup/pgdown TUI keybind aliases (#28275) 2026-05-19 13:52:00 +02:00
Kit Langton b8048cd162 Speed up targeted opencode tests
Reduce avoidable setup costs in slow opencode tests while preserving reviewed coverage and recording the benchmark evidence for follow-up test-suite work.
2026-05-18 16:18:29 +00:00
Sebastian 738763d25c upgrade opentui to 0.2.14 (#28090) 2026-05-18 13:44:08 +02:00
Sebastian 50c6af880d dialog prompt submit keybind + opentui event sink (#27945) 2026-05-18 00:23:19 +02:00
Sebastian 2695458b88 Revert "add dialog prompt submit keybind (#27807)" (#27815) 2026-05-16 04:44:32 +02:00
Sebastian f431408b30 add dialog prompt submit keybind (#27807) 2026-05-16 03:11:46 +02:00
Sebastian 18c1e45c76 Add TUI notifications and attention sounds (disabled by default) (#26980) 2026-05-13 03:26:25 +02:00
opencode-agent[bot] 055631749f chore: generate 2026-05-12 03:43:40 +00:00
James Long 2286f34474 fix(tui): scope events by project (#26936) 2026-05-11 23:42:04 -04:00
Kit Langton 93affbbcf4 fix(tui): guard prompt submit against concurrent invocation (#26972) 2026-05-12 01:35:28 +00:00
Kit Langton a7a2f7bc31 Avoid bootstrapping server plugins from TUI plugin runtime (#26938) 2026-05-11 17:32:16 -04:00
Sebastian 4d6a1c6101 flatten to keybind compatible config (#26421) 2026-05-09 01:29:13 +02:00
Sebastian e39b558e44 internal which-key plugin, inactive by default (#26337) 2026-05-08 13:55:49 +02:00
Sebastian 4785e66cc6 introduce opentui keymap as sole key/cmd engine (#26053) 2026-05-07 20:35:31 +02:00
James Long ccc17d1309 fix(core): better state handling of editor context (#25911) 2026-05-05 15:53:05 -04:00
Dax cdf3760d79 Refactor v2 session events as schemas (#24512) 2026-05-02 22:09:48 -04:00
Kit Langton 6e79f20932 fix(tui): scope Zed editor context to containing workspaces (#25211) 2026-04-30 22:33:39 -04:00
Kit Langton e8ae2fc3c2 Isolate TUI thread cwd resolution test (#25147) 2026-04-30 15:10:30 -04:00
Kit Langton 738a379fd5 Support multiple Zed selections in TUI context (#25140) 2026-04-30 14:15:50 -04:00
Kit Langton ef11a6a9c7 test: use testEffect for system prompt test (#25047) 2026-04-30 12:51:32 -04:00
Luke Parker 92b08bf1ed fix(desktop): Path mismatches cause sessions missing + strong ID + existing data fix (#25013) 2026-04-29 22:39:19 +00:00
James Long c9db964e9b fix(core): reconnect editor context for session directory (#24984) 2026-04-29 15:11:44 -04:00
Kit Langton 9dc4b4306d fix(tui): handle Zed selection byte offsets (#24825) 2026-04-28 14:09:39 -04:00
Kit Langton dff01e9afb fix(tui): preserve Zed context on terminal focus (#24662) 2026-04-27 16:25:37 -04:00
opencode-agent[bot] a2505db3f2 chore: generate 2026-04-27 19:38:33 +00:00
Kit Langton fbaeb962f2 fix(tui): stabilize Zed editor context polling (#24656) 2026-04-27 15:37:18 -04:00
Dax 07ac891a99 refactor: remove module barrels (#24554) 2026-04-27 14:33:33 -04:00
Dax Raad 5ea6eaad3c core: move npm service to core package for shared dependency management 2026-04-25 14:36:15 -04:00
Kit Langton 07077992cf feat(tui): read Zed editor context from state db (#24352) 2026-04-25 18:10:58 +00:00
Dax Raad 9031b8f108 core: move Global module to @opencode-ai/core for centralized path management
Move the Global module from packages/opencode/src/global to packages/core/src/global
to provide a unified location for managing XDG directories and application paths.
This eliminates duplicate path definitions across packages and ensures consistent
access to data, config, cache, state, log, and bin directories throughout the codebase.
2026-04-25 13:52:32 -04:00
Dax 99871ed954 refactor: consolidate npm exports and trace flock acquisition (#23151) 2026-04-17 18:58:37 +00:00