Dax Raad
ff80694ddf
core: fix early return when node_modules is missing during package install
2026-04-18 10:42:33 -04:00
Dax Raad
e438ce9c50
tui: fix sync loading indicator to properly show loading state on startup
2026-04-18 10:39:10 -04:00
Dax Raad
08710de30f
core: track retry attempts with detailed error context on assistant entries
...
users can now see when transient failures occur during assistant responses,
such as rate limits or provider overloads, giving visibility into what
issues were encountered and automatically resolved before the final response
2026-04-18 10:38:35 -04:00
opencode-agent[bot]
db322bdb85
chore: generate
2026-04-18 05:49:37 +00:00
Dax Raad
ed50480ba1
core: extract session entry stepping logic into dedicated module
...
Move the step function from session-entry.ts to session-entry-stepper.ts and remove immer dependency. Add static fromEvent factory methods to Synthetic, Assistant, and Compaction classes for cleaner event-to-entry conversion.
2026-04-18 01:48:21 -04:00
Aiden Cline
5264cffe42
fix: make skills logic more token efficient ( #23253 )
2026-04-17 23:51:16 -05:00
opencode-agent[bot]
777a534766
chore: generate
2026-04-18 03:52:28 +00:00
Kit Langton
1251c61f48
docs(effect): track schema migration progress with concrete file checklists ( #23242 )
2026-04-18 03:51:30 +00:00
Kit Langton
7f4564ee5c
refactor(config): migrate config.ts root Info to Effect Schema ( #23241 )
2026-04-18 03:44:35 +00:00
opencode-agent[bot]
11488f5e36
chore: generate
2026-04-18 03:17:28 +00:00
Kit Langton
b9e0d0c1fc
refactor(config): migrate agent.ts Info to Effect Schema ( #23237 )
2026-04-18 03:16:24 +00:00
opencode-agent[bot]
995f4cee56
chore: generate
2026-04-18 03:05:59 +00:00
Kit Langton
839be49f54
refactor(config): migrate permission.ts Info to Effect Schema ( #23231 )
2026-04-18 03:05:06 +00:00
Kit Langton
37552df84a
refactor: use InstanceState context in worktree cleanup paths ( #23019 )
2026-04-17 23:04:16 -04:00
Kit Langton
1c02eb64b4
fix: stop rewriting dev during release publish ( #22982 )
2026-04-18 02:53:19 +00:00
Kit Langton
eed3a0d64f
fix(generate): make openapi output deterministic by formatting in-place ( #23228 )
2026-04-17 22:31:21 -04:00
Kit Langton
c8b854f651
refactor(config): migrate keybinds.ts to Effect Schema ( #23227 )
2026-04-18 02:28:45 +00:00
Kit Langton
9ff289fe66
refactor: use instance state in small services ( #23022 )
2026-04-18 02:16:15 +00:00
Kit Langton
57357b6779
refactor: use InstanceState context in File service ( #23015 )
2026-04-17 22:08:57 -04:00
opencode-agent[bot]
caf95068a8
chore: generate
2026-04-18 02:03:30 +00:00
Kit Langton
cdc1e5daf3
feat(effect-zod): add ZodPreprocess annotation for pre-parse transforms ( #23222 )
2026-04-18 02:02:37 +00:00
Aiden Cline
7b6d07f74a
fix: gh copilot issue w/ haiku (eager_input_streaming not supported) ( #23223 )
2026-04-17 20:57:48 -05:00
opencode-agent[bot]
926c92cc7c
chore: generate
2026-04-18 01:48:50 +00:00
Kit Langton
f8327dea11
refactor: remove ambient instance reads from lsp ( #23023 )
2026-04-17 21:47:59 -04:00
Kit Langton
081707691a
refactor: pass formatter instance context explicitly ( #23020 )
2026-04-18 01:22:36 +00:00
Kit Langton
c951c438fc
refactor(config): migrate Server + Layout to Effect Schema ( #23216 )
2026-04-18 01:20:06 +00:00
Kit Langton
68563a3e5d
fix(observability): standardize session telemetry attrs ( #23213 )
2026-04-17 21:14:23 -04:00
Kit Langton
b9de690ad6
refactor(config): drop ZodOverride from PositiveInt in provider.ts ( #23215 )
2026-04-18 01:04:40 +00:00
opencode-agent[bot]
665a86a320
chore: generate
2026-04-18 00:56:33 +00:00
Kit Langton
bb98729bb5
feat(effect-zod): translate Schema.withDecodingDefault into zod .default() ( #23207 )
2026-04-17 20:55:38 -04:00
Kit Langton
39c717ab2a
feat(effect-zod): translate well-known filters into native Zod methods ( #23209 )
2026-04-17 20:50:36 -04:00
Kit Langton
1762028f59
refactor(v2): tag session unions and exhaustively match events ( #23201 )
2026-04-18 00:29:26 +00:00
Kit Langton
f835376491
docs(effect): refresh migration status specs ( #23206 )
2026-04-18 00:29:26 +00:00
opencode-agent[bot]
14a218cb68
chore: generate
2026-04-18 00:29:26 +00:00
Kit Langton
0fd839cd9f
feat(effect-zod): transform support + walk memoization + flattened checks ( #23203 )
2026-04-18 00:29:26 +00:00
opencode-agent[bot]
82e2236bd2
chore: generate
2026-04-18 00:29:26 +00:00
Kit Langton
75ee8c3148
refactor(config): migrate provider (Model + Info) to Effect Schema ( #23197 )
2026-04-18 00:29:26 +00:00
Kit Langton
7bedccacce
refactor(server): align route-span attrs with OTel semantic conventions ( #23198 )
2026-04-18 00:29:26 +00:00
Kit Langton
abe67f0140
feat(effect-zod): add catchall (StructWithRest) support to the walker ( #23186 )
2026-04-18 00:29:26 +00:00
Kit Langton
6796e6704c
feat(tui): show session ID in sidebar on non-prod channels ( #23185 )
2026-04-18 00:29:26 +00:00
Kit Langton
4ca91ab698
feat(server): auto-tag route spans with route params (session.id, message.id, …) ( #23189 )
2026-04-18 00:29:26 +00:00
opencode
3c5bf8b2a3
release: v1.4.11
2026-04-18 00:29:16 +00:00
Dax
00f0febe02
refactor(npm): use object-based package spec for install API ( #23181 )
2026-04-17 17:30:50 -04:00
Aiden Cline
742ed593b0
fix: ensure copilot model list filters out disabled models ( #23176 )
2026-04-17 16:27:32 -05:00
opencode-agent[bot]
ee46adfe42
chore: generate
2026-04-17 21:08:00 +00:00
Kit Langton
d3ec3f6cd6
feat(effect-zod): add tuple support; migrate config/plugin to Effect Schema ( #23178 )
2026-04-17 21:06:55 +00:00
opencode-agent[bot]
7abe09bbd9
chore: generate
2026-04-17 21:00:20 +00:00
Kit Langton
c2654aee58
refactor(config): migrate model-id and command to Effect Schema ( #23175 )
2026-04-17 20:59:24 +00:00
Kit Langton
643537c01c
feat(server): wrap remaining route handlers in request spans ( #23169 )
2026-04-17 16:52:40 -04:00
Kit Langton
dbd1131e3d
refactor(config): migrate skills, formatter, console-state to Effect Schema ( #23162 )
2026-04-17 20:49:36 +00:00