Kit Langton
|
65d8951700
|
refactor(opencode): roll out serviceUse proxy across 14 services + tests (#28576)
|
2026-05-21 03:36:27 +00:00 |
|
Kit Langton
|
ebd8a8639d
|
Stabilize watcher test readiness (#28194)
|
2026-05-18 12:51:46 -04:00 |
|
opencode-agent[bot]
|
34938e50f1
|
chore: generate
|
2026-05-15 07:36:10 +00:00 |
|
Kagura
|
567e848b9b
|
fix(watcher): resolve symlinked .git path before subscribing (#27016)
Co-authored-by: Simon Klee <hello@simonklee.dk>
|
2026-05-15 09:34:53 +02:00 |
|
Kit Langton
|
92653f38cb
|
effect(util): migrate filesystem callers to AppFileSystem.Service (#27152)
|
2026-05-13 20:25:37 -04:00 |
|
opencode-agent[bot]
|
a2898cf697
|
chore: generate
|
2026-05-13 15:06:14 +00:00 |
|
Kit Langton
|
7d27173639
|
test: migrate file watcher test to Effect (#27346)
|
2026-05-13 15:04:30 +00:00 |
|
Kit Langton
|
46c906522a
|
test(file): migrate ripgrep tests to Effect runner (#27120)
|
2026-05-12 18:50:26 +00:00 |
|
opencode-agent[bot]
|
ff66bf4189
|
chore: generate
|
2026-05-12 16:46:35 +00:00 |
|
Kit Langton
|
eba4bc5d41
|
test(file): migrate fsmonitor tests to Effect runner (#27099)
|
2026-05-12 16:44:04 +00:00 |
|
Kit Langton
|
777f313f50
|
test(file): migrate path traversal tests to Effect runner (#27098)
|
2026-05-12 16:42:49 +00:00 |
|
opencode-agent[bot]
|
1e098f30e6
|
chore: generate
|
2026-05-12 00:41:30 +00:00 |
|
Kit Langton
|
0a62047ba9
|
test(file): migrate file tests to Effect runner (#26959)
|
2026-05-12 00:39:31 +00:00 |
|
Kit Langton
|
be489206f6
|
Normalize instance lifecycle wiring (#25501)
|
2026-05-02 20:39:20 -04:00 |
|
Kit Langton
|
6c85bbc7f0
|
Replace Instance.disposeAll/load with fixture helper (#25418)
|
2026-05-02 10:56:15 -04:00 |
|
Kit Langton
|
a2bee5a71a
|
Convert LoadInput.init to Effect + extract InstanceBootstrap as a Service (#25376)
|
2026-05-02 00:02:52 -04:00 |
|
Kit Langton
|
832c5343ec
|
Drop ALS fallbacks from containsPath and workspace routing (#25374)
|
2026-05-02 03:06:22 +00:00 |
|
Dax
|
07ac891a99
|
refactor: remove module barrels (#24554)
|
2026-04-27 14:33:33 -04:00 |
|
Aiden Cline
|
0fce19f42c
|
chore: delete filetime module (#22999)
|
2026-04-16 23:31:21 -05:00 |
|
Dax
|
8a41e28f5b
|
CLI perf: reduce deps (#22652)
|
2026-04-16 02:03:03 -04:00 |
|
Kit Langton
|
d2ec847f0c
|
feat: unwrap 11 util namespaces to flat exports + barrel (#22739)
|
2026-04-15 23:15:58 -04:00 |
|
Kit Langton
|
021fe76e47
|
fix: clean up 49 unused variables, catch params, and stale imports (#22695)
|
2026-04-16 02:01:53 +00:00 |
|
Kit Langton
|
b5f4d032fb
|
feat: unwrap Config namespace to flat exports + barrel (#22689)
|
2026-04-15 21:26:24 -04:00 |
|
Kit Langton
|
5853ca2a79
|
refactor: remove makeRuntime facades from File and Ripgrep (#22513)
|
2026-04-15 21:22:18 -04:00 |
|
Shoubhit Dash
|
fe416f8838
|
refactor(ripgrep): use embedded wasm backend (#21703)
|
2026-04-14 11:56:23 +05:30 |
|
Kit Langton
|
2c57db7f0e
|
fix grep exact file path searches (#22356)
|
2026-04-13 19:26:50 -04:00 |
|
Kit Langton
|
1813d8e056
|
refactor(file): remove async facade exports (#22322)
|
2026-04-13 13:12:02 -04:00 |
|
Kit Langton
|
d39a41f632
|
refactor(file): add ripgrep search service (#22295)
|
2026-04-13 10:04:32 -04:00 |
|
Kit Langton
|
5bbb28a6c7
|
refactor(file): destroy FileTime facade (#22090)
|
2026-04-11 20:08:55 -04:00 |
|
opencode-agent[bot]
|
44badf4578
|
chore: generate
|
2026-04-10 17:57:46 +00:00 |
|
Kit Langton
|
e815ccf13b
|
convert glob tool to Tool.defineEffect (#21897)
|
2026-04-10 13:56:42 -04:00 |
|
Kit Langton
|
28a6be5a1d
|
refactor(effect): use Git service in file and storage (#21803)
|
2026-04-09 22:49:36 -04:00 |
|
Kyle Altendorf
|
27981483ab
|
test: disable GPG signing in test fixtures (#20386)
|
2026-04-07 15:26:01 -05:00 |
|
Joscha Götzer
|
cbe82e80f9
|
fix: normalize filepath in FileTime to prevent Windows path mismatch (#20367)
Co-authored-by: JosXa <info@josxa.dev>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
|
2026-04-02 07:45:50 +10:00 |
|
Kit Langton
|
fcfb201685
|
refactor(effect): yield services instead of promise facades (#19325)
|
2026-03-26 21:46:38 -04:00 |
|
Kit Langton
|
9ccef679d7
|
effectify Bus service: migrate to Effect PubSub + InstanceState (#18579)
|
2026-03-25 20:19:24 -04:00 |
|
James Long
|
fa54dd86f7
|
fix(core): fix file watcher test (#18698)
|
2026-03-23 03:35:17 +00:00 |
|
Kit Langton
|
65d4fcaf4e
|
effectify Command service (#18568)
|
2026-03-22 00:21:41 +00:00 |
|
Kit Langton
|
b6aa472839
|
Move service state into InstanceState, flatten service facades (#18483)
|
2026-03-21 04:51:35 +00:00 |
|
Luke Parker
|
fcedc54b02
|
fix: restore recent test regressions and upgrade effect beta (#18158)
|
2026-03-19 09:54:01 +10:00 |
|
Kit Langton
|
05f98c0e42
|
refactor(effect): unify service namespaces and align naming (#18093)
|
2026-03-18 13:34:36 -04:00 |
|
Luke Parker
|
1a7c45c770
|
test(opencode): deflake file and tool timing (#17859)
|
2026-03-17 00:49:04 +00:00 |
|
Kit Langton
|
3355d71a20
|
refactor(file): effectify FileService as scoped service (#17845)
|
2026-03-16 16:18:39 -04:00 |
|
Kit Langton
|
c3de254735
|
refactor(format): effectify FormatService as scoped service (#17675)
|
2026-03-16 15:58:36 -04:00 |
|
Kit Langton
|
184fc0b796
|
refactor(file-time): effectify FileTimeService with Semaphore locks (#17835)
|
2026-03-16 18:23:13 +00:00 |
|
Kit Langton
|
9edca88956
|
fix+refactor(vcs): fix HEAD filter bug and effectify VcsService (#17829)
|
2026-03-16 13:59:11 -04:00 |
|
Kit Langton
|
6696517665
|
stack: effectify-file-watcher-service (#17827)
|
2026-03-16 13:18:40 -04:00 |
|
Dax
|
442ecf5ee0
|
test: remove unused Ripgrep.search coverage (#16554)
|
2026-03-07 21:40:57 -05:00 |
|
Dax Raad
|
9685f7dbaa
|
test: normalize ripgrep path assertion on windows
|
2026-03-07 19:47:57 -05:00 |
|
Dax Raad
|
8330999cea
|
test: lock in process, ripgrep, and installation helpers
|
2026-03-07 19:30:32 -05:00 |
|