Skip to content

chore(release): bump version to 0.4.20 - #305

Merged
lavaman131 merged 1 commit into
mainfrom
release/0.4.20
Mar 2, 2026
Merged

chore(release): bump version to 0.4.20#305
lavaman131 merged 1 commit into
mainfrom
release/0.4.20

Conversation

@lavaman131

@lavaman131 lavaman131 commented Mar 2, 2026

Copy link
Copy Markdown
Collaborator

Release 0.4.20

This release includes a major architectural update to the workflow system along with several important improvements.

🚨 Breaking Changes

This release includes breaking changes from the workflow SDK update (#304). The event bus streaming architecture introduces a new unified workflow SDK that may require updates to existing workflow implementations.

✨ Key Features & Improvements

  • Event Bus Streaming Architecture: Complete rewrite of the workflow system with a unified SDK supporting event-based streaming
  • Playwright CLI Skill: New skill for browser automation, web testing, form filling, and screenshot capture
  • Planner Agent: New agent type for creating detailed execution plans
  • Enhanced Sub-Agent Handling:
    • Fixed redundant task display when agent tree is present
    • Deduplication of sub-agent entries in parallel agents tree
    • Proper background vs foreground agent tree rendering
    • Session ID registration for OpenCode sub-agents

🐛 Bug Fixes

  • Fixed OpenCode SDK tool event routing by registering sub-agent session IDs
  • Fixed tool completion for tools with undefined output
  • Improved autocomplete by filtering build artifacts (target/, build/, dist/, out/, coverage/)
  • Fixed text chunking loss after sub-agent blocks
  • Prevented orphaned text fragments in UI output
  • Enhanced text delta merging into finalized TextParts

📝 Configuration Updates

  • Updated agent configurations across Claude, GitHub Copilot, and OpenCode SDKs
  • Enhanced skills documentation and reference materials
  • Improved research-codebase and explain-code skills

🔗 Related


Full Changelog: v0.4.19...v0.4.20

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@claude

claude Bot commented Mar 2, 2026

Copy link
Copy Markdown

PR Review: Release 0.4.20

Summary

This is a straightforward version bump PR from 0.4.19 to 0.4.20 in package.json.

Review

Category Status Notes
Code Quality ✅ Pass Clean, minimal change - exactly what a version bump should be
Potential Bugs ✅ None Single-line version change with no logic
Performance ✅ N/A No runtime impact
Security ✅ No concerns No security-sensitive changes
Test Coverage ✅ N/A Version bumps don't require test changes

Observations

  1. Change is minimal and correct: Only the version field is modified, which is the expected behavior for a release PR.

  2. Semantic versioning: The patch version increment (0.4.19 → 0.4.20) follows semver conventions appropriately for a release.

  3. No changelog: The repository doesn't appear to maintain a CHANGELOG file. Consider adding one in the future to document what changes are included in each release - this helps users understand what's new or fixed.

Verdict

✅ Approved - This PR is ready to merge. It's a clean version bump with no issues.

@claude claude Bot changed the title Release 0.4.20 chore(release): bump version to 0.4.20 Mar 2, 2026
@lavaman131
lavaman131 merged commit 1aa4b59 into main Mar 2, 2026
7 checks passed
@lavaman131
lavaman131 deleted the release/0.4.20 branch March 2, 2026 23:15
lavaman131 added a commit that referenced this pull request Mar 26, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
lavaman131 added a commit that referenced this pull request Mar 27, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant