opencode-agent[bot]
|
6ff833a22b
|
chore: generate
|
2026-05-08 02:40:47 +00:00 |
|
Sebastian
|
5c401673b2
|
improve go sub animation perf (#26251)
|
2026-05-08 04:39:42 +02:00 |
|
Kit Langton
|
e8ce5df414
|
fix(tui): retain cleared prompt drafts (#26258)
|
2026-05-08 02:08:29 +00:00 |
|
Aiden Cline
|
f5d0371efe
|
tui: go plan payg msg (#26248)
|
2026-05-07 16:53:24 -05:00 |
|
opencode-agent[bot]
|
2c17e3a4db
|
chore: generate
|
2026-05-07 18:36:42 +00:00 |
|
Sebastian
|
98f5e6e713
|
introduce opentui keymap as sole key/cmd engine (#26053)
|
2026-05-07 20:35:31 +02:00 |
|
opencode-agent[bot]
|
98e091796b
|
chore: generate
|
2026-05-07 14:25:30 +00:00 |
|
James Long
|
3c4b4d5faf
|
feat(core): copy file changes when warping (#26190)
|
2026-05-07 10:24:17 -04:00 |
|
opencode-agent[bot]
|
844fb71938
|
chore: generate
|
2026-05-07 11:37:34 +00:00 |
|
Shoubhit Dash
|
95280ebec9
|
fix(tui): restore custom provider in /connect (#26168)
|
2026-05-07 17:05:35 +05:30 |
|
Kit Langton
|
63a175b50d
|
fix(cli): avoid AppRuntime re-entry for network options (#26052)
|
2026-05-06 11:02:08 -04:00 |
|
James Long
|
2abc4507b2
|
fix(tui): filter only connected workspaces in dialog; add warp synthetic message (#25915)
|
2026-05-06 10:25:42 -04:00 |
|
Shoubhit Dash
|
d49d217e9d
|
fix(tui): preserve selected model on refresh (#25993)
|
2026-05-06 14:14:31 +05:30 |
|
opencode-agent[bot]
|
6e7c9eb820
|
chore: generate
|
2026-05-06 01:35:13 +00:00 |
|
Kit Langton
|
8555de8189
|
Type session not-found errors (#25818)
|
2026-05-05 21:33:47 -04:00 |
|
James Long
|
12f3d1f505
|
fix(core): use current workspace with /new; fix warping into local project (#25894)
|
2026-05-05 16:39:37 -04:00 |
|
James Long
|
8e182c7782
|
fix(core): better state handling of editor context (#25911)
|
2026-05-05 15:53:05 -04:00 |
|
OpeOginni
|
8a797ed9a1
|
fix(TUI): update agent create target path from "/agent" to "/agents" (#14427)
|
2026-05-05 14:51:40 -05:00 |
|
Dax
|
39c88f9afb
|
Improve v2 session message rendering (#25634)
|
2026-05-05 02:35:21 +00:00 |
|
James Long
|
edd480f56b
|
fix(tui): fix type error for calling workspace.warp (#25801)
|
2026-05-04 22:06:33 -04:00 |
|
James Long
|
22a4a9df8b
|
feat(core): session warping (#25768)
|
2026-05-04 21:28:38 -04:00 |
|
Kit Langton
|
825ab2e38d
|
refactor(cli): effectify provider commands (#25633)
|
2026-05-03 16:41:10 -04:00 |
|
Dax
|
7749d8e85f
|
Add v2 session failure events (#25628)
|
2026-05-03 14:45:48 -04:00 |
|
OpeOginni
|
adb7cb1037
|
fix(auth): add username option for basic auth in RunCommand (#25600)
Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
|
2026-05-03 22:51:33 +05:30 |
|
opencode-agent[bot]
|
c06af70ab0
|
chore: generate
|
2026-05-03 15:44:02 +00:00 |
|
Kit Langton
|
40dc2fa3c1
|
refactor(cli/providers): flatten — Effect-native handlers end-to-end (#25537)
|
2026-05-03 15:42:57 +00:00 |
|
Kit Langton
|
df7dd06a0f
|
refactor(cli/github+run): Stage 4 — drop AppRuntime.runPromise bridges (#25539)
|
2026-05-03 15:42:05 +00:00 |
|
opencode-agent[bot]
|
57d5c095d8
|
chore: generate
|
2026-05-03 15:22:38 +00:00 |
|
Kit Langton
|
13ac849db5
|
refactor(config+core): drop ConfigPaths.readFile, add AppFileSystem.readFileStringSafe, flatten TuiConfig.loadState (#25602)
|
2026-05-03 15:21:34 +00:00 |
|
Shoubhit Dash
|
8694c5b68f
|
fix(auth): respect server username in clients (#25596)
|
2026-05-03 19:28:31 +05:30 |
|
Shoubhit Dash
|
7a503de606
|
fix(acp): pass server auth to internal client (#25591)
|
2026-05-03 18:42:24 +05:30 |
|
Kit Langton
|
0ee3b87289
|
feat(server): Server.openapi() backed by HttpApi spec, parity-checked against Hono output (#25545)
|
2026-05-03 09:06:23 -04:00 |
|
Dax
|
9179bafd54
|
Add debug info command (#25550)
|
2026-05-03 05:04:52 +00:00 |
|
Kit Langton
|
2df8eda8a3
|
fix(cli): bridge Instance.current ALS in effectCmd handlers (regression from #25522) (#25546)
|
2026-05-03 04:24:33 +00:00 |
|
Kit Langton
|
bd32252a7e
|
refactor(cli/providers): Stage 4 — drop inline AppRuntime.runPromise calls (#25532)
|
2026-05-02 23:42:40 -04:00 |
|
Kit Langton
|
1717d636a2
|
refactor(cli/mcp+agent): Stage 4 — drop AppRuntime.runPromise bridges (#25530)
|
2026-05-02 23:40:59 -04:00 |
|
Aiden Cline
|
8e016b4703
|
fix: regression w/ auth login where stderr was ignored instead of inherited (#25529)
|
2026-05-02 22:36:02 -05:00 |
|
opencode-agent[bot]
|
3f1ce36418
|
chore: generate
|
2026-05-03 03:23:47 +00:00 |
|
Kit Langton
|
0e13279545
|
refactor(cli): convert agent / providers / mcp to effectCmd (#25525)
|
2026-05-02 23:22:44 -04:00 |
|
Kit Langton
|
bdabb102fe
|
refactor(cli/stats): Stage 4 — fully Effect-native body (#25523)
|
2026-05-02 23:08:26 -04:00 |
|
opencode-agent[bot]
|
a3d282a4c2
|
chore: generate
|
2026-05-03 03:04:40 +00:00 |
|
Kit Langton
|
db24f89313
|
refactor(cli): convert mcp list, auth, auth list, logout to effectCmd (#25521)
|
2026-05-03 03:03:32 +00:00 |
|
opencode-agent[bot]
|
31cb0bfa4f
|
chore: generate
|
2026-05-03 02:54:20 +00:00 |
|
Kit Langton
|
af9fdf0a1c
|
refactor(cli): convert github subcommands to effectCmd (#25522)
|
2026-05-02 22:53:20 -04:00 |
|
Kit Langton
|
0956b15c52
|
refactor(acp): drop async from synchronous ACP.init (#25520)
|
2026-05-02 22:38:44 -04:00 |
|
opencode-agent[bot]
|
61150f6391
|
chore: generate
|
2026-05-03 02:36:41 +00:00 |
|
Kit Langton
|
7409dcc6bd
|
refactor(cli): convert run command to effectCmd (#25519)
|
2026-05-02 22:35:20 -04:00 |
|
Kit Langton
|
2829943ad1
|
refactor(cli): convert debug wait, agent list, acp to effectCmd (#25518)
|
2026-05-02 22:31:20 -04:00 |
|
Kit Langton
|
c4311dda31
|
feat(cli): allow effectCmd instance to be a function of args (#25517)
|
2026-05-03 02:27:41 +00:00 |
|
Dax
|
a3bc5d35b0
|
Refactor v2 session events as schemas (#24512)
|
2026-05-02 22:09:48 -04:00 |
|