summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2026-04-18chore: generateopencode-agent[bot]
2026-04-18core: support OTEL_RESOURCE_ATTRIBUTES environment variable for custom ↵Dax Raad
telemetry attributes Users can now pass custom OpenTelemetry resource attributes via the OTEL_RESOURCE_ATTRIBUTES environment variable (comma-separated key=value format). These attributes are automatically included in all telemetry data sent from both the main process and workspace environments, enabling better observability integration with existing monitoring systems that rely on custom resource tags.
2026-04-18core: fix early return when node_modules is missing during package installDax Raad
2026-04-18tui: fix sync loading indicator to properly show loading state on startupDax Raad
2026-04-18core: track retry attempts with detailed error context on assistant entriesDax Raad
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-18chore: generateopencode-agent[bot]
2026-04-18core: extract session entry stepping logic into dedicated moduleDax Raad
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-17fix: make skills logic more token efficient (#23253)Aiden Cline
2026-04-18chore: generateopencode-agent[bot]
2026-04-18docs(effect): track schema migration progress with concrete file checklists ↵Kit Langton
(#23242)
2026-04-18refactor(config): migrate config.ts root Info to Effect Schema (#23241)Kit Langton
2026-04-18fix(desktop): adjust ui tool diff sticky header offset (#23149)OpeOginni
2026-04-18chore: generateopencode-agent[bot]
2026-04-18refactor(config): migrate agent.ts Info to Effect Schema (#23237)Kit Langton
2026-04-18chore: generateopencode-agent[bot]
2026-04-18refactor(config): migrate permission.ts Info to Effect Schema (#23231)Kit Langton
2026-04-17refactor: use InstanceState context in worktree cleanup paths (#23019)Kit Langton
2026-04-18fix: stop rewriting dev during release publish (#22982)Kit Langton
2026-04-17fix(generate): make openapi output deterministic by formatting in-place (#23228)Kit Langton
2026-04-18refactor(config): migrate keybinds.ts to Effect Schema (#23227)Kit Langton
2026-04-18refactor: use instance state in small services (#23022)Kit Langton
2026-04-17refactor: use InstanceState context in File service (#23015)Kit Langton
2026-04-18chore: generateopencode-agent[bot]
2026-04-18feat(effect-zod): add ZodPreprocess annotation for pre-parse transforms (#23222)Kit Langton
2026-04-17fix: gh copilot issue w/ haiku (eager_input_streaming not supported) (#23223)Aiden Cline
2026-04-18chore: generateopencode-agent[bot]
2026-04-17refactor: remove ambient instance reads from lsp (#23023)Kit Langton
2026-04-18refactor: pass formatter instance context explicitly (#23020)Kit Langton
2026-04-18chore: generateopencode-agent[bot]
2026-04-18refactor(config): migrate Server + Layout to Effect Schema (#23216)Kit Langton
2026-04-17fix(observability): standardize session telemetry attrs (#23213)Kit Langton
2026-04-18refactor(config): drop ZodOverride from PositiveInt in provider.ts (#23215)Kit Langton
2026-04-18chore: generateopencode-agent[bot]
2026-04-17feat(effect-zod): translate Schema.withDecodingDefault into zod .default() ↵Kit Langton
(#23207)
2026-04-17feat(effect-zod): translate well-known filters into native Zod methods (#23209)Kit Langton
2026-04-18refactor(v2): tag session unions and exhaustively match events (#23201)Kit Langton
2026-04-18docs(effect): refresh migration status specs (#23206)Kit Langton
2026-04-18chore: generateopencode-agent[bot]
2026-04-18feat(effect-zod): transform support + walk memoization + flattened checks ↵Kit Langton
(#23203)
2026-04-18chore: generateopencode-agent[bot]
2026-04-18refactor(config): migrate provider (Model + Info) to Effect Schema (#23197)Kit Langton
2026-04-18refactor(server): align route-span attrs with OTel semantic conventions (#23198)Kit Langton
2026-04-18feat(effect-zod): add catchall (StructWithRest) support to the walker (#23186)Kit Langton
2026-04-18feat(tui): show session ID in sidebar on non-prod channels (#23185)Kit Langton
2026-04-18feat(server): auto-tag route spans with route params (session.id, ↵Kit Langton
message.id, …) (#23189)
2026-04-18release: v1.4.11opencode
2026-04-17refactor(npm): use object-based package spec for install API (#23181)Dax
2026-04-17fix: ensure copilot model list filters out disabled models (#23176)Aiden Cline
2026-04-17chore: generateopencode-agent[bot]
2026-04-17feat(effect-zod): add tuple support; migrate config/plugin to Effect Schema ↵Kit Langton
(#23178)