Simon Klee
1c5124c730
Reapply "pin opentui"
...
This reverts commit 9cf7510223 .
2026-04-13 17:56:30 +02:00
Simon Klee
7db7ff3889
fix type errors
2026-04-13 15:28:36 +02:00
Simon Klee
9cf7510223
Revert "pin opentui"
...
This reverts commit d5b17bfeb1 .
2026-04-13 12:06:37 +02:00
Simon Klee
506319ac03
pin opentui
2026-04-13 12:05:46 +02:00
Simon Klee
988a80ccb2
tool colors
2026-04-13 12:04:45 +02:00
Simon Klee
b040f36320
splash screen new lines
2026-04-13 12:04:45 +02:00
Simon Klee
1819a03be8
tighten up splash screen
2026-04-13 12:04:45 +02:00
Simon Klee
aca2991d91
left align splash
2026-04-13 12:04:45 +02:00
Simon Klee
1f3bea91fd
fade without transparency
2026-04-13 12:04:45 +02:00
Simon Klee
489661f1f4
cli: add interactive split-footer mode to run
...
Add `run --interactive` (`-i`) which renders a split-screen
TUI inside the run command: scrollback output on top, input footer
on the bottom with prompt, permission, and question views.
This bridges the gap between headless `run` and the full TUI,
giving users an interactive experience without leaving the CLI
pipeline. Tool rendering, session data reduction, and stream
transport are extracted into run/ submodules to keep the
orchestration manageable.
*.shared.ts files contain shared logic for both run and the TUI, but
are intentionally kept in /run for now until later refactor
2026-04-13 12:04:45 +02:00
Brendan Allan
cb1a50055c
fix(electron): wait until ready before showing the main window ( #22262 )
2026-04-13 15:17:09 +08:00
opencode-agent[bot]
65e3348232
chore: update nix node_modules hashes
2026-04-13 06:02:50 +00:00
Brendan Allan
a6b9f0dac1
app: align workspace load more button ( #22251 )
2026-04-13 13:58:35 +08:00
Brendan Allan
34f5bdbc99
app: fix scroll to bottom light mode style ( #22250 )
2026-04-13 13:55:33 +08:00
Aiden Cline
0b4fe14b0a
fix: forgot to put alibaba case in last commit ( #22249 )
2026-04-13 00:39:12 -05:00
Aiden Cline
7230cd2683
feat: add alibaba pkg and cache support ( #22248 )
2026-04-13 00:08:07 -05:00
Aiden Cline
a915fe74be
tweak: adjust session getUsage function to use more up to date LanguageModelUsage instead of LanguageModelV2Usage ( #22224 )
2026-04-12 21:39:06 -05:00
Brendan Allan
26d35583c5
sdk: throw error if response has text/html content type ( #21289 )
2026-04-13 09:39:53 +08:00
Goni Zahavy
ae17b416b8
fix(cli): auth login now asks for api key in handlePluginAuth ( #21641 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2026-04-12 20:37:57 -05:00
Aiden Cline
8ffadde85c
chore: rm git ignored files ( #22200 )
2026-04-12 15:52:55 -05:00
Dax Raad
3c0ad70653
ci: enable beta branch releases with auto-update support
2026-04-12 14:40:24 -04:00
Dax
264418c0cd
fix(snapshot): complete gitignore respect for previously tracked files ( #22172 )
2026-04-12 14:05:46 -04:00
shafdev
fa2c69f09c
fix(opencode): remove spurious scripts and randomField from package.json ( #22160 )
2026-04-12 13:49:24 -04:00
Dax
113304a058
fix(snapshot): respect gitignore for previously tracked files ( #22171 )
2026-04-12 13:41:50 -04:00
Dax Raad
8c4d49c2bc
ci: enable signed Windows builds on beta branch
...
Allows beta releases to include properly signed Windows CLI executables, ensuring consistent security verification across all release channels.
2026-04-12 13:16:38 -04:00
Dax Raad
2aa6110c6e
ignore: exploration
2026-04-12 13:14:46 -04:00
Aiden Cline
8b9b9ad31e
fix: ensure images read by agent dont count against quota ( #22168 )
2026-04-12 12:02:39 -05:00
Simon Klee
3729fd5706
chore(github): vouch simonklee ( #22127 )
2026-04-12 11:33:38 +02:00
Aiden Cline
74b14a2d4e
chore: refactor log.ts, go back to glob but add sort ( #22107 )
2026-04-11 23:09:19 -05:00
Aiden Cline
cdb951ec2f
feat: make gh copilot use msgs api when available ( #22106 )
2026-04-11 23:06:35 -05:00
Aiden Cline
fc01cad2b8
fix: ensure logger cleanup properly orders list before deleting files ( #22101 )
2026-04-11 22:07:34 -05:00
opencode-agent[bot]
c1ddc0ea2d
chore: generate
2026-04-12 01:21:17 +00:00
Kit Langton
319b7655b7
refactor(tool): destroy Truncate facade, effectify Tool.define ( #22093 )
2026-04-11 21:20:12 -04:00
Kit Langton
824c12c01a
refactor(file): destroy FileWatcher facade ( #22091 )
2026-04-11 21:19:12 -04:00
opencode-agent[bot]
17b2900884
chore: generate
2026-04-12 00:58:05 +00:00
Kit Langton
003010bdb6
refactor(question): destroy Question facade ( #22092 )
2026-04-11 20:57:01 -04:00
Kit Langton
82a4292934
refactor(file): destroy FileTime facade ( #22090 )
2026-04-11 20:08:55 -04:00
Kit Langton
eea4253d67
refactor(session): destroy Instruction facade ( #22089 )
2026-04-11 20:04:09 -04:00
opencode-agent[bot]
1eacc3c339
chore: generate
2026-04-12 00:03:01 +00:00
Kit Langton
1a509d62a0
refactor(session): destroy SessionRunState facade ( #22064 )
2026-04-11 20:01:52 -04:00
opencode-agent[bot]
4c4eef46f1
chore: generate
2026-04-11 22:15:53 +00:00
Tommy D. Rossi
d62ec7776e
feat: allow session permission updates ( #22070 )
2026-04-11 17:14:30 -05:00
opencode-agent[bot]
cb1e5d9e41
chore: generate
2026-04-11 20:56:22 +00:00
Dax
ca5f086759
refactor(server): simplify router middleware with next() ( #21720 )
2026-04-11 16:55:17 -04:00
opencode-agent[bot]
57c40eb7c2
chore: generate
2026-04-11 20:52:52 +00:00
ryan.h.park
63035f977f
fix: enable thinking for zhipuai-coding-plan & prevent Korean IME truncation ( #22041 )
...
Co-authored-by: claudianus <claudianus@users.noreply.github.com >
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-04-11 15:51:49 -05:00
opencode-agent[bot]
514d2a36bc
chore: update nix node_modules hashes
2026-04-11 19:30:50 +00:00
Aiden Cline
0b6fd5f612
chore: bump ai sdk deps ( #22005 )
2026-04-11 13:45:14 -05:00
Dax Raad
029e7135b7
hide download button
2026-04-11 14:18:58 -04:00
opencode-agent[bot]
c43591f8a2
chore: generate
2026-04-11 18:18:40 +00:00