Aiden Cline
76a141090e
chore: delete filetime module ( #22999 )
2026-04-16 23:31:21 -05:00
Dax
4bd5a158a5
fix: preserve prompt input across unmount/remount cycles ( #22508 )
2026-04-17 04:23:30 +00:00
opencode-agent[bot]
dfaae14544
chore: update nix node_modules hashes
2026-04-17 04:14:26 +00:00
Brendan Allan
79e9baf55a
fix(app): use fetchQuery instead of ensureQueryData in global sync ( #23025 )
2026-04-17 03:54:19 +00:00
Kit Langton
9ee89f7868
refactor: move project read routes onto HttpApi ( #23003 )
2026-04-17 03:48:12 +00:00
opencode-agent[bot]
67dbb3cf18
chore: generate
2026-04-17 03:37:21 +00:00
Kit Langton
4260c40efa
refactor(tui): inline final Go shimmer settings ( #23017 )
2026-04-17 03:36:21 +00:00
James Long
0bedea52b1
fix(tui): tui resiliency when workspace is dead, disable directory filter in session list ( #23013 )
2026-04-16 23:35:36 -04:00
Jay
fbbab9d6c8
feat(app): hide desktop titlebar tools behind settings ( #19029 )
...
Co-authored-by: Brendan Allan <git@brendonovich.dev >
Co-authored-by: Brendan Allan <brendonovich@outlook.com >
2026-04-17 03:31:00 +00:00
Kit Langton
cccb907a9b
feat(tui): animated GO logo + radial pulse in free-limit upsell dialog ( #22976 )
2026-04-16 23:19:18 -04:00
Kit Langton
ee7339f2c6
refactor: move provider and config provider routes onto HttpApi ( #23004 )
2026-04-16 23:10:45 -04:00
Kit Langton
c51f3e35ca
chore: retire namespace migration tooling + document module shape ( #23010 )
2026-04-17 02:48:40 +00:00
Jason Quense
7b3bb9a761
fix: preserve plugin tool metadata in execute result ( #22827 )
...
Co-authored-by: jquense <jquense@ramp.com >
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2026-04-16 21:38:21 -05:00
opencode-agent[bot]
dc38f22bd8
chore: generate
2026-04-17 02:34:07 +00:00
Dax
220e3e9a2b
refactor: make formatter config opt-in ( #22997 )
2026-04-17 02:33:09 +00:00
Brendan Allan
f135c0b5ee
app: use tanstack query to load session vcs state ( #22277 )
2026-04-17 02:27:08 +00:00
opencode-agent[bot]
ebe6ea580d
chore: generate
2026-04-17 02:26:48 +00:00
Dax
ee708040f6
fix: prefer real undo filenames over /dev/null ( #23006 )
2026-04-16 22:25:43 -04:00
Kit Langton
61c4815a37
refactor: unwrap FileWatcher namespace + self-reexport (redo) ( #23000 )
2026-04-17 02:20:43 +00:00
Dax
01bb54a94d
refactor: split config parsing steps ( #22996 )
2026-04-17 01:57:43 +00:00
Kit Langton
f592c3846b
refactor: convert Flag namespace to const object with getters ( #22984 )
2026-04-17 01:57:21 +00:00
Kit Langton
c026e25088
refactor: eliminate account/ barrel, route consumers to sibling files ( #22995 )
2026-04-17 01:55:50 +00:00
Kit Langton
8ba73bed23
refactor: collapse auth/ barrel — merge auth.ts into index.ts + self-reexport ( #22993 )
2026-04-17 01:52:19 +00:00
Kit Langton
4f8986aa48
refactor: unwrap Question namespace + fix script to emit "." for index.ts ( #22992 )
2026-04-17 01:51:02 +00:00
Kit Langton
9c87a144e8
refactor: normalize AccountRepo to canonical Effect service pattern ( #22991 )
2026-04-17 01:43:57 +00:00
opencode-agent[bot]
5b9fa32255
chore: generate
2026-04-17 01:36:45 +00:00
Dax
f13778215a
perf: speed up skill directory discovery ( #22990 )
2026-04-17 01:35:47 +00:00
Dax
326471a25c
refactor: split config lsp and formatter schemas ( #22986 )
2026-04-17 01:35:26 +00:00
Dax
6405e3a7b1
tui: stabilize session dialog ordering ( #22987 )
2026-04-17 01:32:36 +00:00
Kit Langton
8afb625bab
refactor: extract Diagnostic namespace into lsp/diagnostic.ts + self-reexport ( #22983 )
2026-04-17 01:19:01 +00:00
Kit Langton
c59df636cc
chore: delete empty v2/session-common + collapse patch barrel ( #22981 )
2026-04-17 01:02:09 +00:00
Kit Langton
94878d76f8
refactor: unwrap TuiPluginRuntime namespace + self-reexport ( #22980 )
2026-04-17 01:02:07 +00:00
Kit Langton
5022895e2b
refactor: unwrap ExperimentalHttpApiServer namespace + self-reexport ( #22979 )
2026-04-17 01:01:24 +00:00
Kit Langton
54046e0b98
refactor: unwrap SessionV2 namespace + self-reexport ( #22978 )
2026-04-17 01:00:30 +00:00
Kit Langton
d2cb1613ac
refactor: unwrap SessionEntry namespace + self-reexport ( #22977 )
2026-04-17 00:59:42 +00:00
opencode-agent[bot]
266fb93422
chore: generate
2026-04-17 00:50:44 +00:00
Kit Langton
51d8219c46
refactor: unwrap session/ tier-2 namespaces + self-reexport ( #22973 )
2026-04-17 00:49:39 +00:00
Dax Raad
d6af5a686c
tui: convert TuiConfig namespace to ES module exports
2026-04-16 20:46:40 -04:00
Dax Raad
39342b0e75
tui: fix Windows terminal suspend and input undo keybindings
...
On Windows, native terminals don't support POSIX suspend (ctrl+z), so we now
assign ctrl+z to input undo instead of terminal suspend. Terminal suspend is
disabled on Windows to avoid conflicts with the undo functionality.
2026-04-16 20:37:58 -04:00
Kit Langton
54078c4cae
refactor: unwrap Shell namespace + self-reexport ( #22964 )
2026-04-16 20:11:19 -04:00
Kit Langton
c0bfccc15e
tooling: add unwrap-and-self-reexport + batch-unwrap-pr scripts ( #22929 )
2026-04-16 20:11:17 -04:00
opencode-agent[bot]
53dc7b1649
chore: generate
2026-04-17 00:04:01 +00:00
Kit Langton
635970b0a1
refactor: unwrap ConfigSkills namespace + self-reexport ( #22950 )
2026-04-17 00:02:53 +00:00
Kit Langton
059b32c212
refactor: unwrap Protected namespace + self-reexport ( #22938 )
2026-04-17 00:02:51 +00:00
Kit Langton
2704ad9110
refactor: unwrap TuiConfig namespace + self-reexport ( #22952 )
2026-04-17 00:02:24 +00:00
Kit Langton
06d247c709
refactor: unwrap FileIgnore namespace + self-reexport ( #22937 )
2026-04-17 00:02:08 +00:00
Kit Langton
974fa1b8b1
refactor: unwrap PluginMeta namespace + self-reexport ( #22945 )
2026-04-17 00:02:05 +00:00
Kit Langton
fb02744460
refactor: unwrap Agent namespace + self-reexport ( #22935 )
2026-04-17 00:01:44 +00:00
Kit Langton
79732ab175
refactor: unwrap UI namespace + self-reexport ( #22951 )
2026-04-17 00:01:41 +00:00
Kit Langton
f6dbb2f3e0
refactor: unwrap Heap namespace + self-reexport ( #22931 )
2026-04-17 00:01:37 +00:00