Commit Graph

13024 Commits

Author SHA1 Message Date
opencode-agent[bot]
47c2f638b4 Apply PR #27413: refactor(server): simplify listener lifecycle 2026-05-14 23:38:44 +00:00
opencode-agent[bot]
6fdb760236 Apply PR #27114: Preview native LLM runtime stack 2026-05-14 23:38:42 +00:00
opencode-agent[bot]
92f0d05802 Apply PR #26949: perf(app): virtualize session timeline rows 2026-05-14 23:37:35 +00:00
opencode-agent[bot]
af699c096c Apply PR #26821: core: reduce prompts 2026-05-14 23:37:32 +00:00
opencode-agent[bot]
24e9ba52cd Apply PR #26596: feat(tui): expand pasted summaries on click 2026-05-14 23:36:28 +00:00
opencode-agent[bot]
698e64ad89 Apply PR #26387: tui: optimistically render submitted prompts 2026-05-14 23:36:28 +00:00
opencode-agent[bot]
a324cb6f7b Apply PR #26246: use keymap state for layer visibility 2026-05-14 23:35:16 +00:00
opencode-agent[bot]
c4a436fcb0 Apply PR #12633: feat(tui): add auto-accept mode for permission requests 2026-05-14 23:31:58 +00:00
opencode-agent[bot]
86711e4e2e Apply PR #11710: feat: Add the ability to include cleared prompts in the history, toggled by a KV-persisted command palette item (resolves #11489) 2026-05-14 23:26:21 +00:00
Kit Langton
302ba0ca0b test(session): de-flake shell-cancel tests by waiting for busy state (#27622) 2026-05-14 19:24:09 -04:00
Kit Langton
d7823615fa test(server): cover port fallback and mDNS lifecycle
Add the previously-untested edge cases:
- port: 0 prefers 4096 when free
- port: 0 falls back to a random port when 4096 is taken
- mDNS is skipped on loopback hostnames
- mDNS publishes on non-loopback hostnames and unpublishes on stop(true)
- mDNS unpublishes on graceful stop() via the scope finalizer
2026-05-14 19:19:59 -04:00
Kit Langton
e3aba59d06 refactor(server): drop unused Ref in listener stop
The forceRequested Ref + trailing re-yield of forceCloseOnce only forced
graceful stops to wait for a concurrent force-close's WebSocketTracker
cleanup. The scope close already triggers closeAllConnections via the
serverRef.forceStop flag, so all callers observe the same end state
without it.
2026-05-14 19:19:52 -04:00
LukeParkerDev
9b59d5fb31 fix(app): preserve timeline row state 2026-05-15 08:57:17 +10:00
Shoubhit Dash
d35e09f1fc test(workspace): use runtime flags in workspace tests (#27612) 2026-05-15 04:19:39 +05:30
Shoubhit Dash
fc34c74567 refactor(flags): move channel db flag to runtime flags (#27615) 2026-05-15 04:09:10 +05:30
Shoubhit Dash
cb4f5cdea9 refactor(flags): move auto share to runtime flags (#27611) 2026-05-15 03:58:26 +05:30
nv-kasikritc
d34a0194ec feat(provider): add NVIDIA endpoints origin header (#27394) 2026-05-14 17:21:58 -05:00
Shoubhit Dash
43310f4d8c refactor(flags): move embedded web ui flag to runtime flags (#27613) 2026-05-15 03:51:29 +05:30
Shoubhit Dash
e22cfa435a refactor(lsp): move ty flag to runtime flags (#27610) 2026-05-15 03:40:30 +05:30
opencode-agent[bot]
93b1ccc029 chore: generate 2026-05-14 22:00:48 +00:00
Shoubhit Dash
faca2b90c1 refactor(flags): migrate icon discovery runtime flag (#27609) 2026-05-15 03:24:14 +05:30
Shoubhit Dash
76ff18afde refactor(format): move oxfmt flag to runtime flags (#27608) 2026-05-15 03:03:37 +05:30
opencode-agent[bot]
9914c9af17 chore: generate 2026-05-14 21:32:52 +00:00
Shoubhit Dash
f202226bbc refactor(flags): move bash timeout to runtime flags (#27607) 2026-05-15 02:49:14 +05:30
Shoubhit Dash
34198f422c refactor(provider): use runtime flag for experimental models (#27606) 2026-05-15 02:48:01 +05:30
Shoubhit Dash
cccdeef294 refactor(flags): migrate claude code skills flag to RuntimeFlags (#27605) 2026-05-15 02:47:26 +05:30
Musa
83c145f889 fix(plugin): scope digitalocean oauth to genai (#27599) 2026-05-14 15:20:34 -05:00
Kit Langton
9224e5477b feat(llm): add native runtime preview 2026-05-14 14:47:18 -04:00
Kit Langton
d353a6bc24 fix(worktree): accept missing create payload (#27582) 2026-05-14 14:25:22 -04:00
bo-tato
d25cc42d21 docs(app): stale reference to removed multi-edit tool (#27579) 2026-05-14 13:10:01 -05:00
opencode-agent[bot]
6039b894c5 chore: generate 2026-05-14 18:05:32 +00:00
Kit Langton
b4fc5ef071 refactor(http-recorder): tighten cassette safety, fix WS leaks + docs (#26730) 2026-05-14 18:03:22 +00:00
opencode-agent[bot]
f6c8e35383 chore: generate 2026-05-14 17:58:35 +00:00
Kit Langton
d3684d7a59 test(server): cover HTTP handler log suppression 2026-05-14 13:58:29 -04:00
Kit Langton
94564f3588 fix(session): prevent double auto-compaction from filterCompacted reorder (#27545) 2026-05-14 13:56:12 -04:00
Kit Langton
855bda8384 test(question): wait on question events (#27124) 2026-05-14 13:23:47 -04:00
opencode-agent[bot]
756488d534 chore: generate 2026-05-14 16:42:18 +00:00
Shoubhit Dash
22de34c4de feat: add experimental background subagents (#27084) 2026-05-14 22:10:15 +05:30
Adam
bdb0c16a93 chore: update web stats 2026-05-14 11:26:59 -05:00
Sameer Kankute
7f7eb2e7f8 fix(provider): remove LiteLLM workarounds ported upstream, requires LiteLLM v1.85.0-rc.2+ (#26819)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-14 11:26:07 -05:00
opencode-agent[bot]
e15fd0bb93 chore: generate 2026-05-14 13:33:44 +00:00
opencode-agent[bot]
8f90697df8 chore: generate 2026-05-14 13:32:19 +00:00
opencode-agent[bot]
17af25d1c1 chore: generate 2026-05-14 13:30:59 +00:00
Kit Langton
3c81326a5e docs(effect): refresh TODO with shipped P0 and RF work (#27536) 2026-05-14 09:29:32 -04:00
opencode-agent[bot]
9f8d8f5b0e chore: generate 2026-05-14 12:40:10 +00:00
OpeOginni
337993d53e feat(desktop): add mcp client registration status and authentication handling (#27525) 2026-05-14 20:38:52 +08:00
Kit Langton
1c99716af3 fix(server): disable default HTTP handler logs 2026-05-14 08:19:06 -04:00
Shoubhit Dash
e26abd8da9 fix(tool): close shell truncation stream (#27517) 2026-05-14 16:34:42 +05:30
Brendan Allan
e1ed51b7fc cleanup MessageTimeline
- Separate message timeline data handling into .data.ts file
- Use effect's Data and Equal modules for managing Timeline parts
- Handle mobileChanges view outside of MessageTimeline
2026-05-14 18:40:05 +08:00
Shoubhit Dash
8c1ce0b80c refactor(flags): simplify tui plugin runtime flags (#27506) 2026-05-14 15:56:02 +05:30