Kit Langton
3a2279419c
cleanup: remove dead Uint8Array helpers, fnUntraced for gitExpect
2026-03-22 19:44:47 -04:00
Kit Langton
9e29a0d96d
effectify prune: use Effect.forEach with concurrency, remove fs/path imports
2026-03-22 19:42:15 -04:00
Kit Langton
eab05f5c5e
effectify start scripts: use ChildProcessSpawner, delete dead async helpers
...
- Move runStartCommand/runStartScript/runStartScripts inside layer with spawner
- Replace queueStartScripts with Effect.forkIn(scope)
- Delete dead async helpers: exists, sweep, canonical, candidate
- Remove unused imports: Process, git (from util)
- Rename Effect-suffixed helpers: canonicalEffect→canonical, etc.
- Only prune remains async (called from sweep via Effect.promise)
2026-03-22 19:40:51 -04:00
Kit Langton
f0e214d0ac
effectify Worktree.reset: use gitRun, canonicalEffect, sweepEffect, gitExpect helper
2026-03-22 19:36:29 -04:00
Kit Langton
3c8e0fd0f4
effectify Worktree.remove: use gitRun, FileSystem, Path throughout
2026-03-22 19:34:51 -04:00
Kit Langton
3042d867bb
test(worktree): verify create returns immediately and Event.Ready fires after bootstrap
2026-03-22 19:31:47 -04:00
Kit Langton
45557d1b55
refactor createFromInfo: inline bootstrap as Effect, fork in create
...
- createFromInfo now does git add + populate + bootstrap as one Effect
- create forks it via Effect.forkIn(scope) — returns Info immediately
- Remove closure return pattern — simpler, no setTimeout
- Use gitRun for git reset --hard (effectful)
- Update control-plane adaptor (no more bootstrap() call)
2026-03-22 19:30:44 -04:00
Kit Langton
66e293133c
cleanup: remove Fn suffixes, use shorthand property names
2026-03-22 19:24:56 -04:00
Kit Langton
3aa7fbfeb0
effectify Worktree: use ChildProcessSpawner for git, FileSystem + Path for fs
...
- Add gitRun helper using spawner.spawn + ChildProcess.make (Snapshot pattern)
- Convert makeWorktreeInfo + candidate to fully effectful (FileSystem, Path, gitRun)
- createFromInfo/remove/reset remain Effect.promise wrappers (incremental conversion)
- Layer depends on FileSystem, Path, ChildProcessSpawner; defaultLayer provides Node impls
2026-03-22 19:23:10 -04:00
Kit Langton
b9ca9588f7
effectify Worktree service: migrate to Effect service pattern
...
- Add Service/Interface/layer/makeRunPromise boilerplate
- Wrap all public functions in Effect.fn + Effect.promise
- Replace fn() input validators with raw zod schemas in routes
- Keep internal helpers and GlobalBus.emit as-is
- Add 9 comprehensive tests covering makeWorktreeInfo, create, createFromInfo, remove
2026-03-22 19:18:59 -04:00
Kit Langton
13f419c4f4
test(worktree): add comprehensive tests before Effect migration
2026-03-22 19:11:11 -04:00
David Hill
32f9dc6383
fix(ui): stop auto close of sidebar on resize ( #18647 )
2026-03-23 08:53:12 +10:00
Filip
c529529f84
fix(app): terminal rename from context menu ( #18263 )
...
compliance-close / close-non-compliant (push) Has been cancelled
beta / sync (push) Has been cancelled
docs-update / update-docs (push) Has been cancelled
deploy / deploy (push) Has been cancelled
generate / generate (push) Has been cancelled
nix-eval / nix-eval (push) Has been cancelled
nix-hashes / compute-hash (blacksmith-4vcpu-ubuntu-2404, x86_64-linux) (push) Has been cancelled
nix-hashes / compute-hash (blacksmith-4vcpu-ubuntu-2404-arm, aarch64-linux) (push) Has been cancelled
nix-hashes / compute-hash (macos-15-intel, x86_64-darwin) (push) Has been cancelled
nix-hashes / compute-hash (macos-latest, aarch64-darwin) (push) Has been cancelled
nix-hashes / update-hashes (push) Has been cancelled
publish / version (push) Has been cancelled
publish / build-cli (push) Has been cancelled
publish / build-tauri (map[host:blacksmith-4vcpu-ubuntu-2404 target:x86_64-unknown-linux-gnu]) (push) Has been cancelled
publish / build-tauri (map[host:blacksmith-4vcpu-windows-2025 target:x86_64-pc-windows-msvc]) (push) Has been cancelled
publish / build-tauri (map[host:blacksmith-8vcpu-ubuntu-2404-arm target:aarch64-unknown-linux-gnu]) (push) Has been cancelled
publish / build-tauri (map[host:macos-latest target:aarch64-apple-darwin]) (push) Has been cancelled
publish / build-tauri (map[host:macos-latest target:x86_64-apple-darwin]) (push) Has been cancelled
publish / build-tauri (map[host:windows-2025 target:aarch64-pc-windows-msvc]) (push) Has been cancelled
publish / build-electron (map[host:blacksmith-4vcpu-ubuntu-2404 platform_flag:--linux target:aarch64-unknown-linux-gnu]) (push) Has been cancelled
publish / build-electron (map[host:blacksmith-4vcpu-ubuntu-2404 platform_flag:--linux target:x86_64-unknown-linux-gnu]) (push) Has been cancelled
publish / build-electron (map[host:blacksmith-4vcpu-windows-2025 platform_flag:--win target:x86_64-pc-windows-msvc]) (push) Has been cancelled
publish / build-electron (map[host:macos-latest platform_flag:--mac --arm64 target:aarch64-apple-darwin]) (push) Has been cancelled
publish / build-electron (map[host:macos-latest platform_flag:--mac --x64 target:x86_64-apple-darwin]) (push) Has been cancelled
publish / build-electron (map[host:windows-2025 platform_flag:--win --arm64 target:aarch64-pc-windows-msvc]) (push) Has been cancelled
publish / publish (push) Has been cancelled
storybook / storybook build (push) Has been cancelled
test / unit (linux) (push) Has been cancelled
test / unit (windows) (push) Has been cancelled
test / e2e (linux) (push) Has been cancelled
test / e2e (windows) (push) Has been cancelled
typecheck / typecheck (push) Has been cancelled
stats / stats (push) Has been cancelled
daily-pr-recap / pr-recap (push) Has been cancelled
daily-issues-recap / daily-recap (push) Has been cancelled
stale-issues / stale (push) Has been cancelled
close-stale-prs / close-stale-prs (push) Has been cancelled
Co-authored-by: Brendan Allan <brendonovich@outlook.com >
2026-03-22 04:39:51 +00:00
Kit Langton
13bac9c91a
effectify Pty service ( #18572 )
2026-03-22 01:17:13 +00:00
Kit Langton
fe53af4819
effectify ToolRegistry service ( #18571 )
2026-03-22 01:06:01 +00:00
opencode-agent[bot]
e82c5a9a28
chore: generate
2026-03-22 00:51:19 +00:00
Kit Langton
3236f228fb
effectify Plugin service ( #18570 )
2026-03-22 00:50:22 +00:00
Kit Langton
0e0e7a4a4b
effectify Command service ( #18568 )
2026-03-22 00:21:41 +00:00
Kit Langton
10a3d6c54e
effectify SessionStatus service ( #18565 )
2026-03-21 23:55:07 +00:00
opencode-agent[bot]
832b8e252e
chore: update nix node_modules hashes
2026-03-21 19:17:12 +00:00
Sebastian
040f551c57
Upgrade opentui to 0.1.88 ( #18079 )
2026-03-21 19:00:42 +00:00
Protocol Zero
cc818f8032
fix(provider): only set thinkingConfig for models with reasoning capability ( #18283 )
2026-03-21 11:57:52 -05:00
opencode-agent[bot]
d5337b41f4
chore: update nix node_modules hashes
2026-03-21 15:47:15 +00:00
opencode-agent[bot]
9f7a76d6c0
chore: generate
2026-03-21 15:34:05 +00:00
Brendan Allan
6a16db4b92
app: manage mutation loading states with tanstack query ( #18501 )
2026-03-21 23:33:04 +08:00
Brendan Allan
9ad6588f3e
app: allow navigating projects with keybinds ( #18502 )
2026-03-21 22:13:09 +08:00
opencode-agent[bot]
fb6bf0b35e
chore: generate
2026-03-21 13:12:54 +00:00
Dax Raad
f80343b875
fix annotation
2026-03-21 09:11:15 -04:00
Frank
9b805e1cc4
wip: zen
deploy / deploy (push) Has been cancelled
2026-03-21 04:07:51 -04:00
opencode-agent[bot]
2e0d5d2308
chore: generate
compliance-close / close-non-compliant (push) Has been cancelled
beta / sync (push) Has been cancelled
docs-update / update-docs (push) Has been cancelled
deploy / deploy (push) Has been cancelled
generate / generate (push) Has been cancelled
nix-eval / nix-eval (push) Has been cancelled
nix-hashes / compute-hash (blacksmith-4vcpu-ubuntu-2404, x86_64-linux) (push) Has been cancelled
nix-hashes / compute-hash (blacksmith-4vcpu-ubuntu-2404-arm, aarch64-linux) (push) Has been cancelled
nix-hashes / compute-hash (macos-15-intel, x86_64-darwin) (push) Has been cancelled
nix-hashes / compute-hash (macos-latest, aarch64-darwin) (push) Has been cancelled
nix-hashes / update-hashes (push) Has been cancelled
publish / version (push) Has been cancelled
publish / build-cli (push) Has been cancelled
publish / build-tauri (map[host:blacksmith-4vcpu-ubuntu-2404 target:x86_64-unknown-linux-gnu]) (push) Has been cancelled
publish / build-tauri (map[host:blacksmith-4vcpu-windows-2025 target:x86_64-pc-windows-msvc]) (push) Has been cancelled
publish / build-tauri (map[host:blacksmith-8vcpu-ubuntu-2404-arm target:aarch64-unknown-linux-gnu]) (push) Has been cancelled
publish / build-tauri (map[host:macos-latest target:aarch64-apple-darwin]) (push) Has been cancelled
publish / build-tauri (map[host:macos-latest target:x86_64-apple-darwin]) (push) Has been cancelled
publish / build-tauri (map[host:windows-2025 target:aarch64-pc-windows-msvc]) (push) Has been cancelled
publish / build-electron (map[host:blacksmith-4vcpu-ubuntu-2404 platform_flag:--linux target:aarch64-unknown-linux-gnu]) (push) Has been cancelled
publish / build-electron (map[host:blacksmith-4vcpu-ubuntu-2404 platform_flag:--linux target:x86_64-unknown-linux-gnu]) (push) Has been cancelled
publish / build-electron (map[host:blacksmith-4vcpu-windows-2025 platform_flag:--win target:x86_64-pc-windows-msvc]) (push) Has been cancelled
publish / build-electron (map[host:macos-latest platform_flag:--mac --arm64 target:aarch64-apple-darwin]) (push) Has been cancelled
publish / build-electron (map[host:macos-latest platform_flag:--mac --x64 target:x86_64-apple-darwin]) (push) Has been cancelled
publish / build-electron (map[host:windows-2025 platform_flag:--win --arm64 target:aarch64-pc-windows-msvc]) (push) Has been cancelled
publish / publish (push) Has been cancelled
storybook / storybook build (push) Has been cancelled
test / unit (linux) (push) Has been cancelled
test / unit (windows) (push) Has been cancelled
test / e2e (linux) (push) Has been cancelled
test / e2e (windows) (push) Has been cancelled
typecheck / typecheck (push) Has been cancelled
docs-locale-sync / sync-locales (push) Has been cancelled
stats / stats (push) Has been cancelled
daily-pr-recap / pr-recap (push) Has been cancelled
daily-issues-recap / daily-recap (push) Has been cancelled
stale-issues / stale (push) Has been cancelled
close-stale-prs / close-stale-prs (push) Has been cancelled
2026-03-21 04:52:23 +00:00
Kit Langton
38e0dc9ccd
Move service state into InstanceState, flatten service facades ( #18483 )
2026-03-21 04:51:35 +00:00
opencode-agent[bot]
40aeaa120d
chore: generate
2026-03-21 03:11:28 +00:00
Kit Langton
6a64177589
fix(zen): emit cost chunk in client-facing format, not upstream format ( #16817 )
2026-03-20 23:10:34 -04:00
Dax Raad
5dc47905a9
allow customizing DB location
2026-03-20 22:49:55 -04:00
Aiden Cline
dc0044882c
ignore: add danieljoshuanazareth to disavow list ( #18476 )
2026-03-20 21:34:07 -04:00
github-actions[bot]
45ae7dc653
Update VOUCHED list
...
https://github.com/anomalyco/opencode/issues/18464#issuecomment-4101766628
2026-03-21 01:28:40 +00:00
Dax Raad
129fe1e350
ci
2026-03-20 17:00:05 -04:00
Kit Langton
214a6c6cf1
fix: switch consumers to service imports to break bundle cycles ( #18438 )
2026-03-20 20:55:46 +00:00
Dax Raad
3f249aba6d
commit and push
2026-03-20 16:36:19 -04:00
Dax Raad
5c6ec1caac
fix question cross out
2026-03-20 15:50:04 -04:00
Kit Langton
24f9df5463
fix: update stale account url/email on re-login ( #18426 )
2026-03-20 14:50:01 -04:00
opencode-agent[bot]
12b8e1c2be
chore: generate
2026-03-20 18:38:08 +00:00
Kit Langton
d70099b059
fix: apply Layer.fresh at instance service definition site ( #18418 )
2026-03-20 14:37:12 -04:00
opencode-agent[bot]
ce845a0b1b
chore: update nix node_modules hashes
2026-03-20 18:16:17 +00:00
Vladimir Glafirov
05d3e65f76
feat: enable GitLab Agent Platform with workflow model discovery ( #18014 )
2026-03-20 12:55:22 -05:00
opencode-agent[bot]
51618e9cef
chore: generate
2026-03-20 16:11:21 +00:00
Kit Langton
e78944e9a4
effectify Installation service, drop Effect suffix from namespaces ( #18266 )
2026-03-20 12:10:33 -04:00
Aiden Cline
bfdc38e421
tweak: adjust codex plugin logic so that codex instruction isn't always added (oauth plan no longer enforces instruction whitelisting) ( #18337 )
2026-03-20 10:37:47 -05:00
MC
83023e4f0f
docs: add Cloudflare Workers AI provider ( #18322 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2026-03-20 10:10:22 -05:00
Brendan Allan
d0a57305ef
app: file type filter on desktop + multiple files ( #18403 )
2026-03-20 15:02:07 +00:00