Skip to content

chore(release): prepare v0.0.6 - #3

Merged
boh5 merged 4 commits into
mainfrom
release/v0.0.6
Jul 29, 2026
Merged

chore(release): prepare v0.0.6#3
boh5 merged 4 commits into
mainfrom
release/v0.0.6

Conversation

@boh5

@boh5 boh5 commented Jul 29, 2026

Copy link
Copy Markdown
Owner

Summary

  • bump the root and all workspace package versions to 0.0.6
  • add the v0.0.6 user-facing changelog
  • update lockfile workspace metadata and Release test fixtures

Why

This prepares the 23 commits merged since v0.0.5 for the next signed macOS/Linux release. The release includes durable Session attachments, live Bash output, unified logical Execution lifecycle, ordered workstream projection, Project Todo workflow improvements, safe Session/Automation deletion, and streaming/UI fixes.

Validation

  • bun run scripts/release.ts preflight
  • bun test ./scripts/release.test.ts — 23 passed, 0 failed
  • bun run scripts/build.ts
  • ./dist/archcode --versionarchcode 0.0.6
  • bun run typecheck — local agent-core TypeScript process exceeded the host Node heap/resource limit without diagnostics; the PR CI result is the merge gate
  • bun run test — delegated to PR CI after the local typecheck resource failure

Release gate

Do not merge or create v0.0.6 until CI and review are green. After merge, create the annotated tag from the merged main commit and let .github/workflows/release.yml build, attest, and publish the GitHub Release.

Review in cubic

Summary by CodeRabbit

  • New Features
    • Attach sessions to automations and stream live Bash output.
    • Navigate executions with improved todo and work presentation workflows.
  • Improvements
    • Unified execution lifecycle handling and more reliable restoration of live execution state.
    • Improved message ordering, streaming stability, and session composer behavior.
  • Bug Fixes
    • Safer deletion and one-time setup token handling.
    • Preserved structured tool payloads while limiting secret redaction to finalized output.
  • Release
    • Updated the application and supporting packages to version 0.0.6.

@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 376c13b8-ddb6-491d-b728-95a276c22a1b

📥 Commits

Reviewing files that changed from the base of the PR and between 95522be and 9719655.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock, !bun.lock
📒 Files selected for processing (10)
  • CHANGELOG.md
  • apps/server/package.json
  • apps/web/package.json
  • package.json
  • packages/agent-core/package.json
  • packages/agent-core/src/execution/session-execution-manager.test.ts
  • packages/agent-core/src/main.test.ts
  • packages/protocol/package.json
  • packages/utils/package.json
  • scripts/release.test.ts

📝 Walkthrough

Walkthrough

Changes

0.0.6 Release

Layer / File(s) Summary
Execution reconciliation test synchronization
packages/agent-core/src/execution/session-execution-manager.test.ts, packages/agent-core/src/main.test.ts
Tests now persist parent tool batches, synchronize on outcome completion and execution-end events, and assert completed child dependency results.
Release metadata and validation
package.json, apps/*/package.json, packages/*/package.json, CHANGELOG.md, scripts/release.test.ts
Package versions, changelog content, release asset fixtures, archive inputs, and installer version data are updated to 0.0.6.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: preparing the v0.0.6 release.
Description check ✅ Passed The description follows the template well with Summary, Why, Validation, and release notes; only some optional sections are missing.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Comment @coderabbitai help to get the list of available commands.

@boh5
boh5 marked this pull request as ready for review July 29, 2026 04:01

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 11 files

Re-trigger cubic

@boh5
boh5 merged commit a8fe439 into main Jul 29, 2026
7 checks passed
@boh5
boh5 deleted the release/v0.0.6 branch July 29, 2026 04:08
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