Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
400 commits
Select commit Hold shift + click to select a range
0fb55b4
test(project): migrate global project tests to Effect runner (#27142)
kitlangton May 12, 2026
d9f9f15
test: use Effect file services in migrated tests (#27154)
kitlangton May 12, 2026
159964b
feat(plugin): add DigitalOcean OAuth + Inference Routers (#26095)
Spherrrical May 12, 2026
cb511f7
fix(plugin): preserve tool attachments (#27157)
rekram1-node May 12, 2026
2cb697b
chore: generate
opencode-agent[bot] May 12, 2026
65368f6
fix: preserve permission ordering by accepting a layered array (#23214)
asuffield May 12, 2026
baef5cd
chore: generate
opencode-agent[bot] May 12, 2026
81dd46a
test: migrate websearch tests to effect runner (#27170)
kitlangton May 12, 2026
2c334d9
Migrate schema error body tests to Effect runner (#27172)
kitlangton May 12, 2026
ded4da7
test: migrate webfetch tool tests to effect runner (#27171)
kitlangton May 12, 2026
b0674b4
test: migrate session action route to effect runner (#27174)
kitlangton May 12, 2026
9c54255
fix: migrate sync http api test to effect runner (#27175)
kitlangton May 12, 2026
3301fad
test: migrate app runtime logger effect tests (#27176)
kitlangton May 12, 2026
72ce24c
test: migrate effect cmd ALS test (#27173)
kitlangton May 12, 2026
937a3c1
chore: generate
opencode-agent[bot] May 12, 2026
1b6599f
test(plugin): use noop dependency boundaries (#27148)
kitlangton May 12, 2026
d8c8322
test: migrate worktree tests to effect runner (#27177)
kitlangton May 12, 2026
1d243ce
harden cache usage
thdxr May 13, 2026
d0844c6
test(worktree): use timeoutOrElse for ready wait (#27180)
kitlangton May 13, 2026
17d4c36
test(worktree): dispose created instances before removal (#27182)
kitlangton May 13, 2026
d1640c0
fix(app): use session status for busy state (#27166)
Hona May 13, 2026
59b976b
Remove TUI logo sound effects (#27183)
kitlangton May 13, 2026
d0b8ff0
chore: update nix node_modules hashes
opencode-agent[bot] May 13, 2026
b7c6fa6
effect: add RuntimeFlags service (#27181)
kitlangton May 13, 2026
31e2d72
test(worktree): scope created worktree cleanup (#27191)
kitlangton May 13, 2026
b6d3fa0
effect(core): add AppProcess service (Phase 1) (#27178)
kitlangton May 13, 2026
adccab5
chore: generate
opencode-agent[bot] May 13, 2026
d636785
Add TUI notifications and attention sounds (disabled by default) (#26…
kommander May 13, 2026
4564952
fix(httpapi): drop redundant InstanceRef/WorkspaceRef in session prom…
kitlangton May 13, 2026
c2c40b5
chore: generate
opencode-agent[bot] May 13, 2026
c4e676b
fix(task): preserve subagent self permissions (#27201)
kitlangton May 13, 2026
8310e7d
test(server): migrate missing patch diff test (#27202)
kitlangton May 13, 2026
005e64e
zen: stat worker
fwang May 13, 2026
2447f42
test(server): migrate session select to effect runner (#27203)
kitlangton May 13, 2026
673226d
chore: generate
opencode-agent[bot] May 13, 2026
604de70
test(server): migrate experimental HttpApi test to Effect (#27204)
kitlangton May 13, 2026
4d9c675
test(server): migrate httpapi session test to effect runner (#27207)
kitlangton May 13, 2026
7d9ac71
test(config): migrate TUI config tests to Effect runner (#27206)
kitlangton May 13, 2026
69feb22
chore: update nix node_modules hashes
opencode-agent[bot] May 13, 2026
d1356f5
test(server): migrate HTTP API SDK test to Effect runner (#27208)
kitlangton May 13, 2026
c2b1ebd
feat: update pricing schema for models to ensure more accurate cost t…
rekram1-node May 13, 2026
c9df833
chore: generate
opencode-agent[bot] May 13, 2026
da689d7
effect: move tool flags into RuntimeFlags (#27198)
kitlangton May 13, 2026
911b2ac
test(session): migrate prompt tests to effect runner (#27209)
kitlangton May 13, 2026
5c7af68
test(server): migrate MCP HTTP API test to Effect runner (#27213)
kitlangton May 13, 2026
7f9268f
test(server): migrate global bus helper to Effect (#27214)
kitlangton May 13, 2026
a26a2a9
test(server): migrate provider httpapi test to effect runner (#27216)
kitlangton May 13, 2026
6fbb08b
test(project): migrate instance tests to effect runner (#27215)
kitlangton May 13, 2026
e16f4b6
test(permission): migrate next tests to effect runner (#27217)
kitlangton May 13, 2026
16333b5
chore: generate
opencode-agent[bot] May 13, 2026
0879f5e
test(server): migrate project init git test to Effect runner (#27218)
kitlangton May 13, 2026
0f85172
perf(app): unmount closed review panel (#27221)
Hona May 13, 2026
6cd2a74
chore: generate
opencode-agent[bot] May 13, 2026
c96a77c
test(pty): migrate session tests to Effect runner (#27222)
kitlangton May 13, 2026
b431474
chore: generate
opencode-agent[bot] May 13, 2026
2f4dce7
app: use session_working helper to simplify loading states (#27212)
Brendonovich May 13, 2026
91a9514
test(server): use AppFileSystem in provider tests (#27227)
kitlangton May 13, 2026
ff16eb8
test(project): use Deferred for dispose handoff (#27225)
kitlangton May 13, 2026
80543fb
fix(desktop): resolve login shell when loading env (#26449)
qunqin24 May 13, 2026
588b524
test(server): migrate worktree endpoint repro to effect runner (#27220)
kitlangton May 13, 2026
13fbc9a
docs(effect): add cleanup roadmap (#27228)
kitlangton May 13, 2026
e3684f3
chore: delete unused util/abort module + orphaned leak test (#27230)
kitlangton May 13, 2026
03cf833
test(provider): migrate DigitalOcean provider test to Effect runner (…
kitlangton May 13, 2026
485ecbd
test(server): migrate global session list to effect runner (#27233)
kitlangton May 13, 2026
0b67e1a
test(server): migrate session messages to Effect runner (#27234)
kitlangton May 13, 2026
8370d0c
test(server): migrate httpapi ui tests to effect runner (#27236)
kitlangton May 13, 2026
d88cef6
test(mcp): migrate headers tests to Effect runner (#27237)
kitlangton May 13, 2026
6d3b2fe
test(server): stabilize SDK project skill prompt test (#27239)
kitlangton May 13, 2026
68c4951
test(mcp): migrate lifecycle tests to Effect runner (#27205)
kitlangton May 13, 2026
913ea36
test(server): scope MCP HttpApi handler (#27226)
kitlangton May 13, 2026
784796e
chore: generate
opencode-agent[bot] May 13, 2026
77e51b0
zen: stat worker
fwang May 13, 2026
8249bae
test(pty): migrate shell tests to Effect runner (#27238)
kitlangton May 13, 2026
46daede
test(pty): migrate output isolation to Effect runner (#27235)
kitlangton May 13, 2026
ad6a8a1
fix: use htmlrewriter2 instead of HTMLRewriter for node compat (#26309)
Brendonovich May 13, 2026
c596120
chore: update nix node_modules hashes
opencode-agent[bot] May 13, 2026
3be65df
fix: add optional chaining to session_status access (#27247)
Brendonovich May 13, 2026
67e6408
fix: disable image module for now (#27248)
rekram1-node May 13, 2026
90c13d9
fix(server): hide unknown 500 details (#27251)
nexxeln May 13, 2026
10b99b2
build(ci): use native arm64 runner for desktop linux arm64 builds (#2…
Brendonovich May 13, 2026
2820472
temporarily revert: preserve permission ordering by accepting a layer…
rekram1-node May 13, 2026
bed88ce
chore: generate
opencode-agent[bot] May 13, 2026
4aaece2
feat(desktop): reintroduce AppStream MetaInfo for Linux desktop build…
Brendonovich May 13, 2026
367665d
fix(cli): render tagged config errors (#27256)
nexxeln May 13, 2026
d3d7b44
chore: generate
opencode-agent[bot] May 13, 2026
dd46fdd
test(cli): cover config json diagnostics (#27257)
nexxeln May 13, 2026
9fe9124
chore: generate
opencode-agent[bot] May 13, 2026
d93a064
refactor(app): clarify session_working logic in child-store (#27267)
Brendonovich May 13, 2026
e9a29e4
fix(storage): type not found errors (#27265)
nexxeln May 13, 2026
fed043a
fix(session): add typed message lookup wrappers (#27269)
nexxeln May 13, 2026
f01c6b3
fix(session): type message list not found errors (#27275)
nexxeln May 13, 2026
e5af7ab
chore: generate
opencode-agent[bot] May 13, 2026
3a810fc
perf(ui): render icons through an svg sprite (#26950)
Hona May 13, 2026
596f241
fix(app): enhance error handling by unwrapping SDK-wrapped errors in …
OpeOginni May 13, 2026
b0dc8e4
fix(session): use typed message reads in tools (#27280)
nexxeln May 13, 2026
4b04171
fix(server): remove storage not found defect fallback (#27287)
nexxeln May 13, 2026
ccf93f3
fix(session): make message reads effectful (#27291)
nexxeln May 13, 2026
2e7cf92
fix(worktree): type expected errors (#27296)
nexxeln May 13, 2026
4498fc9
chore: generate
opencode-agent[bot] May 13, 2026
2e94f50
chore: add low tps model alerts (#27055)
vimtor May 13, 2026
374951b
chore: generate
opencode-agent[bot] May 13, 2026
733bd3c
chore: activate low tps alerts
vimtor May 13, 2026
809af5c
fix(provider): type auth errors (#27301)
nexxeln May 13, 2026
d488e3f
chore: generate
opencode-agent[bot] May 13, 2026
5b2b300
fix(session): tighten http error contracts (#27308)
nexxeln May 13, 2026
5975547
chore: generate
opencode-agent[bot] May 13, 2026
4d20502
refactor(flags): route scout through runtime flags (#27318)
nexxeln May 13, 2026
098bdd8
refactor(flags): route plan mode through runtime flags (#27320)
nexxeln May 13, 2026
f13fc5a
refactor(flags): route event system through runtime flags (#27323)
nexxeln May 13, 2026
762020f
chore: delete unused util/network module (#27329)
kitlangton May 13, 2026
bc25342
chore: delete util/scrap module (#27330)
kitlangton May 13, 2026
bebe544
chore: delete unused util/color module (#27331)
kitlangton May 13, 2026
8345152
core: expose v2 model listing API (#25821)
thdxr May 13, 2026
eed0edd
refactor(flags): route session workspaces through runtime flags (#27335)
nexxeln May 13, 2026
8d5aa58
test(workspace): effectify sync start coverage (#27338)
kitlangton May 13, 2026
766318a
effect(snapshot): migrate to AppProcess.run (#27189)
kitlangton May 13, 2026
5b5376a
chore: generate
opencode-agent[bot] May 13, 2026
e28ef7b
refactor(flags): route sync workspaces through runtime flags (#27336)
nexxeln May 13, 2026
72acdf0
chore: generate
opencode-agent[bot] May 13, 2026
268d758
refactor(flags): route control-plane workspaces through runtime flags…
nexxeln May 13, 2026
0b112e5
test: migrate permission task config tests (#27343)
kitlangton May 13, 2026
7404664
refactor: migrate installation tests to testEffect (#27342)
kitlangton May 13, 2026
d43124a
ignore: notes
thdxr May 13, 2026
e7aed64
chore: generate
opencode-agent[bot] May 13, 2026
ca17ca8
chore: update nix node_modules hashes
opencode-agent[bot] May 13, 2026
76c91c6
test: migrate mcp oauth browser tests (#27345)
kitlangton May 13, 2026
02b8b0f
test: migrate file watcher test to Effect (#27346)
kitlangton May 13, 2026
50dccac
chore: generate
opencode-agent[bot] May 13, 2026
650f67a
chore: delete unused util/lock module (#27223)
kitlangton May 13, 2026
ca723f1
effect(core): add stdin option to AppProcess.run; migrate snapshot+cl…
kitlangton May 13, 2026
6e25720
test(tool): use Effect sleep in edit concurrency test (#27349)
kitlangton May 13, 2026
6c7f35b
effect(format): migrate to AppProcess (#27185)
kitlangton May 13, 2026
832aa94
effect(worktree): migrate to AppProcess.run (#27186)
kitlangton May 13, 2026
e531984
test(server): migrate pty websocket input test (#27348)
kitlangton May 13, 2026
5cdbb75
effect(installation): migrate to AppProcess.run (#27188)
kitlangton May 13, 2026
e5d13d9
effect(git): migrate to AppProcess.run (#27190)
kitlangton May 13, 2026
655b25b
sync
fwang May 13, 2026
25de3e4
test(acp): use shared instance fixture for event tests (#27351)
kitlangton May 13, 2026
f0635e3
test(session): use Effect polling in processor tests (#27354)
kitlangton May 13, 2026
533495a
test(mcp): migrate OAuth auto-connect tests (#27356)
kitlangton May 13, 2026
8ad3a4b
test(util): migrate log cleanup test to Effect (#27357)
kitlangton May 13, 2026
fa077b9
zen: update sticky session logic
fwang May 13, 2026
7cc968b
chore: generate
opencode-agent[bot] May 13, 2026
a4ebb07
refactor(flags): route llm client through runtime flags (#27368)
nexxeln May 13, 2026
52f9bcb
refactor(flags): route installation client through runtime flags (#27…
nexxeln May 13, 2026
22a5e6c
fix(run): restore non-interactive exit behavior (#27371)
rekram1-node May 13, 2026
20cec91
fix(provider): restore model suggestions (#27372)
nexxeln May 13, 2026
9ee1f6c
fix(server): map busy sessions in http handlers (#27375)
nexxeln May 13, 2026
c197fd9
sync
fwang May 13, 2026
3b7a5e7
fix keymap fallback priority and TUI config diagnostics (#27384)
kommander May 13, 2026
0d07449
chore: update nix node_modules hashes
opencode-agent[bot] May 13, 2026
0d8c9f3
docs: add LayerMap example (#27388)
kitlangton May 13, 2026
44b432c
sync
fwang May 13, 2026
73e1de4
sync release versions for v1.14.49
May 13, 2026
5182a36
test(workspace): use Effect for local session warp cases (#27393)
kitlangton May 13, 2026
55e0af1
fix(provider): type model not found errors (#27334)
kitlangton May 13, 2026
df3895d
cleanup: make smallOptions rely on variants (#27390)
rekram1-node May 13, 2026
de1e0b5
test(workspace): effectify sync state cases (#27400)
kitlangton May 13, 2026
ccb207f
effect(util): migrate filesystem callers to AppFileSystem.Service (#2…
kitlangton May 14, 2026
42e6b7d
effect(core): track stderr truncation; polish AppProcess callers (#27…
kitlangton May 14, 2026
3f33be1
effect(server): typed errors in session/sync handlers, fix concurrenc…
kitlangton May 14, 2026
aa8a41d
effect(patch,tool): migrate patch/index and tool/read to AppFileSyste…
kitlangton May 14, 2026
10c90eb
chore: generate
opencode-agent[bot] May 14, 2026
ba5c8d3
fix(llm): preserve tool error defects (#27403)
kitlangton May 14, 2026
5e41dbb
test(effect): use Effect sleep in instance state tests (#27404)
kitlangton May 14, 2026
9818c9e
fix(provider): make small model fallback optional (#27405)
kitlangton May 14, 2026
16c457e
refactor(core): move models.dev into core (#27347)
thdxr May 14, 2026
faf8713
chore: generate
opencode-agent[bot] May 14, 2026
5c35ea2
notification docs (#27406)
kommander May 14, 2026
8e35358
test(format): remove formatter check sleeps (#27407)
kitlangton May 14, 2026
3fc7486
test(session): fix shell-cancel race when trap hasn't installed yet (…
kitlangton May 14, 2026
edf7649
fix(session): type busy errors (#27410)
kitlangton May 14, 2026
681594b
refactor(storage): remove not found wire serializer (#27416)
kitlangton May 14, 2026
b0ade40
flip back to markdown renderable (#27421)
kommander May 14, 2026
33bb33b
chore: generate
opencode-agent[bot] May 14, 2026
04286d0
docs(effect): plan Instance deletion path (#27424)
kitlangton May 14, 2026
b928a1f
fix(httpapi): preserve event stream context (#27425)
kitlangton May 14, 2026
cda8cc7
test(httpapi): simplify event stream regression coverage (#27427)
kitlangton May 14, 2026
ddad098
sync release versions for v1.14.50
May 14, 2026
c50d2b3
Refactor event HTTP API route modules (#27441)
rekram1-node May 14, 2026
981e009
fix: image resizer wasm loading, reenable image resizing (#26805)
rekram1-node May 14, 2026
bfd707a
chore: generate
opencode-agent[bot] May 14, 2026
2a7af6a
fix(tui): preserve text selection on question prompt options (#24988)
nikhil-patel-whatnot May 14, 2026
4d83689
chore: update nix node_modules hashes
opencode-agent[bot] May 14, 2026
9675579
fix: bug encountered when using azure gpt-5.5 w/ completions api (#26…
frederiknsgo May 14, 2026
c2723b5
chore: generate
opencode-agent[bot] May 14, 2026
e76cf96
fix(session): finalize interrupted assistant messages (#27254)
rekram1-node May 14, 2026
7801557
refactor(server): centralize session busy mapping (#27473)
nexxeln May 14, 2026
27ac53a
fix(server): stop exposing named defects (#27471)
nexxeln May 14, 2026
0af2429
deps: Upgrade OpenTUI to 0.2.10 (#27491)
simonklee May 14, 2026
be6e7b3
refactor(provider): type init errors (#27484)
nexxeln May 14, 2026
52db7a7
chore: update nix node_modules hashes
opencode-agent[bot] May 14, 2026
7e43d3e
refactor(lsp): type initialize errors (#27494)
nexxeln May 14, 2026
f8c3f56
fix(desktop): await execFilePromise and read stdout properly (#27499)
Brendonovich May 14, 2026
8c1ce0b
refactor(flags): simplify tui plugin runtime flags (#27506)
nexxeln May 14, 2026
e26abd8
fix(tool): close shell truncation stream (#27517)
nexxeln May 14, 2026
337993d
feat(desktop): add mcp client registration status and authentication …
OpeOginni May 14, 2026
9f8d8f5
chore: generate
opencode-agent[bot] May 14, 2026
3c81326
docs(effect): refresh TODO with shipped P0 and RF work (#27536)
kitlangton May 14, 2026
17af25d
chore: generate
opencode-agent[bot] May 14, 2026
8f90697
chore: generate
opencode-agent[bot] May 14, 2026
e15fd0b
chore: generate
opencode-agent[bot] May 14, 2026
7f7eb2e
fix(provider): remove LiteLLM workarounds ported upstream, requires L…
Sameerlite May 14, 2026
bdb0c16
chore: update web stats
adamdotdevin May 14, 2026
22de34c
feat: add experimental background subagents (#27084)
nexxeln May 14, 2026
756488d
chore: generate
opencode-agent[bot] May 14, 2026
855bda8
test(question): wait on question events (#27124)
kitlangton May 14, 2026
94564f3
fix(session): prevent double auto-compaction from filterCompacted reo…
kitlangton May 14, 2026
f6c8e35
chore: generate
opencode-agent[bot] May 14, 2026
b4fc5ef
refactor(http-recorder): tighten cassette safety, fix WS leaks + docs…
kitlangton May 14, 2026
6039b89
chore: generate
opencode-agent[bot] May 14, 2026
d25cc42
docs(app): stale reference to removed multi-edit tool (#27579)
bo-tato May 14, 2026
d353a6b
fix(worktree): accept missing create payload (#27582)
kitlangton May 14, 2026
83c145f
fix(plugin): scope digitalocean oauth to genai (#27599)
Spherrrical May 14, 2026
cccdeef
refactor(flags): migrate claude code skills flag to RuntimeFlags (#27…
nexxeln May 14, 2026
34198f4
refactor(provider): use runtime flag for experimental models (#27606)
nexxeln May 14, 2026
f202226
refactor(flags): move bash timeout to runtime flags (#27607)
nexxeln May 14, 2026
9914c9a
chore: generate
opencode-agent[bot] May 14, 2026
76ff18a
refactor(format): move oxfmt flag to runtime flags (#27608)
nexxeln May 14, 2026
faca2b9
refactor(flags): migrate icon discovery runtime flag (#27609)
nexxeln May 14, 2026
93b1ccc
chore: generate
opencode-agent[bot] May 14, 2026
e22cfa4
refactor(lsp): move ty flag to runtime flags (#27610)
nexxeln May 14, 2026
43310f4
refactor(flags): move embedded web ui flag to runtime flags (#27613)
nexxeln May 14, 2026
d34a019
feat(provider): add NVIDIA endpoints origin header (#27394)
nv-kasikritc May 14, 2026
cb4f5cd
refactor(flags): move auto share to runtime flags (#27611)
nexxeln May 14, 2026
fc34c74
refactor(flags): move channel db flag to runtime flags (#27615)
nexxeln May 14, 2026
d35e09f
test(workspace): use runtime flags in workspace tests (#27612)
nexxeln May 14, 2026
302ba0c
test(session): de-flake shell-cancel tests by waiting for busy state …
kitlangton May 14, 2026
273ab56
test(bus): fix flaky subscriber races with readiness latch (#27625)
kitlangton May 14, 2026
9d35b04
test(acp): replace fixed sleeps with pollUntil in event-subscription …
kitlangton May 14, 2026
dab567a
chore: generate
opencode-agent[bot] May 14, 2026
4e143e3
test(lib): promote pollWithTimeout/awaitWithTimeout helpers (#27626)
kitlangton May 14, 2026
7876901
chore: generate
opencode-agent[bot] May 14, 2026
195f592
refactor(server): simplify listener lifecycle (#27413)
kitlangton May 15, 2026
e62ebd8
chore: generate
opencode-agent[bot] May 15, 2026
a462b1c
release: v1.14.51
May 15, 2026
6ecaaab
refactor: kilo compat for v1.14.51
marius-kilocode Jun 9, 2026
f78492d
merge: record upstream v1.14.51
marius-kilocode Jun 9, 2026
1d23dc2
resolve merge conflicts
marius-kilocode Jun 9, 2026
0e21edb
Merge remote-tracking branch 'origin/main' into marius-kilocode/kilo-…
marius-kilocode Jun 9, 2026
27d2c14
fix: complete OpenCode v1.14.51 integration
marius-kilocode Jun 9, 2026
5ccde61
Merge remote-tracking branch 'origin/main' into marius-kilocode/kilo-…
marius-kilocode Jun 9, 2026
56c9abc
fix(kilo-docs): ignore DigitalOcean API base link
marius-kilocode Jun 9, 2026
fd6fd50
fix(cli): stabilize file search and event tests
marius-kilocode Jun 9, 2026
dfbcbfc
fix(cli): use native ripgrep on Windows
marius-kilocode Jun 9, 2026
ace77d9
fix(cli): restore Kilo Gateway provider integration
marius-kilocode Jun 9, 2026
28a26b1
fix(cli): restore TUI streaming and indexing layout
marius-kilocode Jun 10, 2026
d6cde9f
Merge remote-tracking branch 'origin/main' into marius-kilocode/kilo-…
marius-kilocode Jun 10, 2026
bbfd59b
fix(cli): preserve Scout code search
marius-kilocode Jun 10, 2026
b2798ef
fix(vscode): preserve partial session updates
marius-kilocode Jun 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .changeset/restore-scout-codesearch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kilocode/cli": patch
---

Preserve the code search tool and Scout access after the OpenCode provider and agent updates.
5 changes: 5 additions & 0 deletions .changeset/session-patches-stay-whole.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"kilo-code": patch
---

Preserve complete session state when applying partial session updates in VS Code.
5 changes: 5 additions & 0 deletions .changeset/steady-tui-streams.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kilocode/cli": patch
---

Restore streamed responses in the CLI TUI and move code indexing status into the session sidebar.
14 changes: 11 additions & 3 deletions .github/actions/setup-bun/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
fi

- name: Setup Bun
uses: oven-sh/setup-bun@v2
uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
with:
bun-version-file: ${{ !steps.bun-url.outputs.url && 'package.json' || '' }}
bun-download-url: ${{ steps.bun-url.outputs.url }}
Expand All @@ -33,8 +33,9 @@ runs:
shell: bash
run: echo "dir=$(bun pm cache)" >> "$GITHUB_OUTPUT"

- name: Cache Bun dependencies
uses: actions/cache@v4
- name: Restore Bun dependencies
id: bun-cache
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: ${{ steps.cache.outputs.dir }}
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
Expand All @@ -56,3 +57,10 @@ runs:
bun install ${{ inputs.install-flags }}
fi
shell: bash

- name: Save Bun dependencies
if: steps.bun-cache.outputs.cache-hit != 'true' && github.event_name != 'pull_request' && github.event_name != 'pull_request_target'
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: ${{ steps.cache.outputs.dir }}
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
2 changes: 1 addition & 1 deletion .github/actions/setup-git-committer/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
steps:
- name: Create app token
id: apptoken
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
with:
# kilocode_change start
app-id: ${{ inputs['kilo-maintainer-app-id'] }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/close-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v6 # kilocode_change

- uses: oven-sh/setup-bun@v2
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
with:
bun-version: latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/close-stale-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Close inactive PRs
uses: actions/github-script@v8
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
- uses: ./.github/actions/setup-bun

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0

- name: Login to GHCR
uses: docker/login-action@v3
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/disabled/compliance-close.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Close non-compliant issues and PRs after 2 hours
uses: actions/github-script@v7
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
with:
script: |
const { data: items } = await github.rest.issues.listForRepo({
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/disabled/notify-discord.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
runs-on: depot-ubuntu-24.04
steps:
- name: Send nicely-formatted embed to Discord
uses: SethCohen/github-releases-to-discord@v1
uses: SethCohen/github-releases-to-discord@24d166886aee4646d448c8a389ff9e1ebcab3682 # v1.20.0
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK }}
4 changes: 2 additions & 2 deletions .github/workflows/disabled/pr-management.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
fetch-depth: 1

Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
issues: write
steps:
- name: Add Contributor Label
uses: actions/github-script@v8
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
with:
script: |
const isPR = !!context.payload.pull_request;
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/disabled/pr-standards.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
pull-requests: write
steps:
- name: Check PR standards
uses: actions/github-script@v7
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
with:
script: |
const pr = context.payload.pull_request;
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
pull-requests: write
steps:
- name: Check PR template compliance
uses: actions/github-script@v7
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
with:
script: |
const pr = context.payload.pull_request;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
publish:
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
fetch-depth: 0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
release:
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/disabled/review.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fi

- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/disabled/stats.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1

- name: Setup Bun
uses: ./.github/actions/setup-bun
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/disabled/storybook.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1

- name: Setup Bun
uses: ./.github/actions/setup-bun
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/disabled/sync-zed-extension.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Release Zed Extension
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nix-eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
timeout-minutes: 15
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Setup Nix
uses: nixbuild/nix-quick-install-action@v34
uses: nixbuild/nix-quick-install-action@2c9db80fb984ceb1bcaa77cdda3fdf8cfba92035 # v34

- name: Evaluate flake outputs (all systems)
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nix-hashes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Setup Nix
uses: nixbuild/nix-quick-install-action@v34
uses: nixbuild/nix-quick-install-action@2c9db80fb984ceb1bcaa77cdda3fdf8cfba92035 # v34

- name: Compute node_modules hash
id: hash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Setup Node
id: setup-node
continue-on-error: ${{ runner.os == 'Windows' }}
uses: actions/setup-node@v6
uses: actions/setup-node@v6 # kilocode_change
with:
node-version: "24"

Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

- name: Publish unit reports
if: always()
uses: mikepenz/action-junit-report@v6
uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6.4.0
with:
report_paths: packages/*/.artifacts/unit/junit.xml
check_name: "unit results (${{ matrix.settings.name }})"
Expand Down
4 changes: 3 additions & 1 deletion .kilo/skills/release-jetbrains/script/dispatch-prepare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ const { values } = parseArgs({
})

if (values.help) {
console.log(`Usage: bun .kilo/skills/release-jetbrains/script/dispatch-prepare.ts --kind <rc|stable> --version <version> [--from-tag <tag>] [--run-id <id>]`)
console.log(
`Usage: bun .kilo/skills/release-jetbrains/script/dispatch-prepare.ts --kind <rc|stable> --version <version> [--from-tag <tag>] [--run-id <id>]`,
)
process.exit(0)
}

Expand Down
4 changes: 3 additions & 1 deletion .kilo/skills/release-jetbrains/script/resolve-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ const { values } = parseArgs({
})

if (values.help) {
console.log(`Usage: bun .kilo/skills/release-jetbrains/script/resolve-version.ts --spec <next rc|next stable|version>`)
console.log(
`Usage: bun .kilo/skills/release-jetbrains/script/resolve-version.ts --spec <next rc|next stable|version>`,
)
process.exit(0)
}

Expand Down
10 changes: 8 additions & 2 deletions .kilo/skills/release-jetbrains/script/update-changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ const { values } = parseArgs({
})

if (values.help) {
console.log(`Usage: bun .kilo/skills/release-jetbrains/script/update-changelog.ts --version <version> --file <section.md>`)
console.log(
`Usage: bun .kilo/skills/release-jetbrains/script/update-changelog.ts --version <version> --file <section.md>`,
)
process.exit(0)
}

Expand All @@ -39,7 +41,11 @@ const text = Buffer.from(current.content.replace(/\s/g, ""), "base64").toString(
const pattern = regex(ver)
if (!pattern.test(text)) throw new Error(`${path} is missing a section for ${ver} on ${branch}`)

const next = text.replace(pattern, `\n${section}\n`).replace(/\n{3,}/g, "\n\n").trimEnd() + "\n"
const next =
text
.replace(pattern, `\n${section}\n`)
.replace(/\n{3,}/g, "\n\n")
.trimEnd() + "\n"
if (next === text) {
console.log("CHANGELOG.md already contains the provided section")
process.exit(0)
Expand Down
16 changes: 13 additions & 3 deletions .kilo/skills/release-jetbrains/script/watch-publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ const { values } = parseArgs({
})

if (values.help) {
console.log(`Usage: bun .kilo/skills/release-jetbrains/script/watch-publish.ts --pr <number> --version <version> [--merge] [--run-id <id>]`)
console.log(
`Usage: bun .kilo/skills/release-jetbrains/script/watch-publish.ts --pr <number> --version <version> [--merge] [--run-id <id>]`,
)
process.exit(0)
}

Expand Down Expand Up @@ -70,11 +72,19 @@ async function find() {
if (run) return String(run.databaseId)
await Bun.sleep(1000)
}
throw new Error(`No ${workflow} run found for ${branch}. Merge PR ${pr} first, or pass --merge to merge it automatically.`)
throw new Error(
`No ${workflow} run found for ${branch}. Merge PR ${pr} first, or pass --merge to merge it automatically.`,
)
}

function active(status: string) {
return status === "queued" || status === "in_progress" || status === "waiting" || status === "requested" || status === "pending"
return (
status === "queued" ||
status === "in_progress" ||
status === "waiting" ||
status === "requested" ||
status === "pending"
)
}

async function runs() {
Expand Down
2 changes: 1 addition & 1 deletion .opencode-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.14.48
v1.14.51
37 changes: 37 additions & 0 deletions .opencode/skills/improve-codebase-architecture/DEEPENING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Deepening

How to deepen a cluster of shallow modules safely, given its dependencies. Assumes the vocabulary in [LANGUAGE.md](LANGUAGE.md) — **module**, **interface**, **seam**, **adapter**.

## Dependency categories

When assessing a candidate for deepening, classify its dependencies. The category determines how the deepened module is tested across its seam.

### 1. In-process

Pure computation, in-memory state, no I/O. Always deepenable — merge the modules and test through the new interface directly. No adapter needed.

### 2. Local-substitutable

Dependencies that have local test stand-ins (PGLite for Postgres, in-memory filesystem). Deepenable if the stand-in exists. The deepened module is tested with the stand-in running in the test suite. The seam is internal; no port at the module's external interface.

### 3. Remote but owned (Ports & Adapters)

Your own services across a network boundary (microservices, internal APIs). Define a **port** (interface) at the seam. The deep module owns the logic; the transport is injected as an **adapter**. Tests use an in-memory adapter. Production uses an HTTP/gRPC/queue adapter.

Recommendation shape: _"Define a port at the seam, implement an HTTP adapter for production and an in-memory adapter for testing, so the logic sits in one deep module even though it's deployed across a network."_

### 4. True external (Mock)

Third-party services (Stripe, Twilio, etc.) you don't control. The deepened module takes the external dependency as an injected port; tests provide a mock adapter.

## Seam discipline

- **One adapter means a hypothetical seam. Two adapters means a real one.** Don't introduce a port unless at least two adapters are justified (typically production + test). A single-adapter seam is just indirection.
- **Internal seams vs external seams.** A deep module can have internal seams (private to its implementation, used by its own tests) as well as the external seam at its interface. Don't expose internal seams through the interface just because tests use them.

## Testing strategy: replace, don't layer

- Old unit tests on shallow modules become waste once tests at the deepened module's interface exist — delete them.
- Write new tests at the deepened module's interface. The **interface is the test surface**.
- Tests assert on observable outcomes through the interface, not internal state.
- Tests should survive internal refactors — they describe behaviour, not implementation. If a test has to change when the implementation changes, it's testing past the interface.
Loading
Loading