Kit Langton
3496b9caf5
refactor(release): polish Effect publish scripts
...
Use Effect.ensuring to restore temporary package manifests on failure and tidy the opencode packager with a small parallel hash helper so the stacked Effect rewrite reads cleaner without changing behavior.
2026-04-17 23:00:25 -04:00
Kit Langton
7f4dc4a249
refactor(release): rewrite publish scripts with Effect
...
Refactor the detached release flow and retry-safe package publishers into Effect.gen pipelines while preserving the stacked branch behavior from the release-fix PR.
2026-04-17 22:54:35 -04:00
Kit Langton
421f891e6b
refactor(release): simplify detached publish flow
...
Keep the detached release commit and retry-safe package publishes, but drop the draft and tag reuse logic so the release workflow stays focused on preventing dev rewrites while syncing version files back onto the latest dev tip.
2026-04-17 22:43:22 -04:00
Kit Langton and GitHub
325d199089
Merge branch 'dev' into kit/fix-release-publish
2026-04-17 22:27:32 -04:00
Kit Langton
c79859be43
fix(release): make publish reruns safe
...
Reuse the existing draft release and tagged snapshot, skip already-published packages on retry, and sync dev before undrafting so release reruns stop rewriting history and can recover cleanly from partial failures.
2026-04-17 22:18:33 -04:00
Kit Langton and GitHub
1dd257b76a
refactor: use instance state in small services ( #23022 )
2026-04-18 02:16:15 +00:00
Kit Langton and GitHub
5fa1673341
refactor: use InstanceState context in File service ( #23015 )
2026-04-17 22:08:57 -04:00
opencode-agent[bot]
daaa1c7e26
chore: generate
2026-04-18 02:03:30 +00:00
Kit Langton and GitHub
1fae784b81
feat(effect-zod): add ZodPreprocess annotation for pre-parse transforms ( #23222 )
2026-04-18 02:02:37 +00:00
Aiden Cline and GitHub
81b7b58a5e
fix: gh copilot issue w/ haiku (eager_input_streaming not supported) ( #23223 )
2026-04-17 20:57:48 -05:00
opencode-agent[bot]
866188a643
chore: generate
2026-04-18 01:48:50 +00:00
Kit Langton and GitHub
e6fd57165e
refactor: remove ambient instance reads from lsp ( #23023 )
2026-04-17 21:47:59 -04:00
Kit Langton and GitHub
a5d99e7a3c
refactor: pass formatter instance context explicitly ( #23020 )
2026-04-18 01:22:36 +00:00
opencode-agent[bot]
a92c75e5f4
chore: generate
2026-04-18 01:21:01 +00:00
Kit Langton and GitHub
826fd3350c
refactor(config): migrate Server + Layout to Effect Schema ( #23216 )
2026-04-18 01:20:06 +00:00
Kit Langton and GitHub
23a2d01282
fix(observability): standardize session telemetry attrs ( #23213 )
2026-04-17 21:14:23 -04:00
Kit Langton and GitHub
5181f9b4e1
refactor(config): drop ZodOverride from PositiveInt in provider.ts ( #23215 )
2026-04-18 01:04:40 +00:00
opencode-agent[bot]
f52ae28432
chore: generate
2026-04-18 00:56:33 +00:00
Kit Langton and GitHub
36119ff173
feat(effect-zod): translate Schema.withDecodingDefault into zod .default() ( #23207 )
2026-04-17 20:55:38 -04:00
Kit Langton and GitHub
bb90f3bbf9
feat(effect-zod): translate well-known filters into native Zod methods ( #23209 )
2026-04-17 20:50:36 -04:00
Kit Langton and opencode
05cdb7c107
refactor(v2): tag session unions and exhaustively match events ( #23201 )
2026-04-18 00:29:26 +00:00
Kit Langton and opencode
b493dabfe6
docs(effect): refresh migration status specs ( #23206 )
2026-04-18 00:29:26 +00:00
opencode-agent[bot] and opencode
c4816f944e
chore: generate
2026-04-18 00:29:26 +00:00
Kit Langton and opencode
211136e3a8
feat(effect-zod): transform support + walk memoization + flattened checks ( #23203 )
2026-04-18 00:29:26 +00:00
opencode-agent[bot] and opencode
cf0a53c501
chore: generate
2026-04-18 00:29:26 +00:00
Kit Langton and opencode
2899984819
refactor(config): migrate provider (Model + Info) to Effect Schema ( #23197 )
2026-04-18 00:29:26 +00:00
Kit Langton and opencode
eafbe5c57c
refactor(server): align route-span attrs with OTel semantic conventions ( #23198 )
2026-04-18 00:29:26 +00:00
Kit Langton and opencode
7b98f544ff
feat(effect-zod): add catchall (StructWithRest) support to the walker ( #23186 )
2026-04-18 00:29:26 +00:00
Kit Langton and opencode
b5aba5807c
feat(tui): show session ID in sidebar on non-prod channels ( #23185 )
2026-04-18 00:29:26 +00:00
Kit Langton and opencode
d5c4c26b4b
feat(server): auto-tag route spans with route params (session.id, message.id, …) ( #23189 )
2026-04-18 00:29:26 +00:00
opencode
a35b8a95c2
release: v1.4.11
v1.4.11
2026-04-18 00:29:16 +00:00
Dax and GitHub
cded68a2e2
refactor(npm): use object-based package spec for install API ( #23181 )
2026-04-17 17:30:50 -04:00
Aiden Cline and GitHub
0068ccec35
fix: ensure copilot model list filters out disabled models ( #23176 )
2026-04-17 16:27:32 -05:00
opencode-agent[bot]
89e8994fd1
chore: generate
2026-04-17 21:08:00 +00:00
Kit Langton and GitHub
5980b0a5ee
feat(effect-zod): add tuple support; migrate config/plugin to Effect Schema ( #23178 )
2026-04-17 21:06:55 +00:00
opencode-agent[bot]
89029a20ef
chore: generate
2026-04-17 21:00:20 +00:00
Kit Langton and GitHub
ce69bd97b9
refactor(config): migrate model-id and command to Effect Schema ( #23175 )
2026-04-17 20:59:24 +00:00
Kit Langton and GitHub
999d8651aa
feat(server): wrap remaining route handlers in request spans ( #23169 )
2026-04-17 16:52:40 -04:00
opencode-agent[bot]
ed0f022502
chore: generate
2026-04-17 20:50:37 +00:00
Kit Langton and GitHub
b1307d5c2a
refactor(config): migrate skills, formatter, console-state to Effect Schema ( #23162 )
2026-04-17 20:49:36 +00:00
opencode-agent[bot]
dc16013b4f
chore: generate
2026-04-17 20:47:05 +00:00
Kit Langton and GitHub
e7686dbd64
feat(effect-zod): translate Schema.check filters into zod .superRefine + promote LSP refinement to Effect layer ( #23173 )
2026-04-17 20:46:05 +00:00
James Long and GitHub
47f553f9ba
fix(core): more explicit routing to fix workspace instance issue ( #23171 )
2026-04-17 16:39:34 -04:00
Kit Langton and GitHub
d11268ece7
refactor(config): migrate permission Action/Object/Rule leaves to Effect Schema ( #23168 )
2026-04-17 20:35:42 +00:00
Kit Langton and GitHub
650a13a690
refactor(config): migrate lsp schemas to Effect Schema ( #23167 )
2026-04-17 20:34:47 +00:00
opencode-agent[bot]
54435325b6
chore: generate
2026-04-17 20:26:43 +00:00
Kit Langton and GitHub
11fa257549
refactor(config): migrate mcp schemas to Effect Schema.Class ( #23163 )
2026-04-17 20:25:49 +00:00
Kit Langton and GitHub
6af8ab0df2
docs(http-api): refresh bridge inventory and clarify Schema.Class vs Struct ( #23164 )
2026-04-17 16:20:57 -04:00
Kit Langton and GitHub
984f5ed6eb
fix(opencode): skip share sync for unshared sessions ( #23159 )
2026-04-17 20:15:24 +00:00
opencode-agent[bot] and opencode
c2061c6bbf
chore: generate
2026-04-17 20:13:34 +00:00