chore: release v0.108.0#3646
Conversation
Minor bump — the first release since the proto SDK cutover, beads integration, and ~64 commits of fixes / cleanup. Per `npm run release:prepare` (auto-classified from conventional-commit prefixes). Highlights since v0.107.1: - proto SDK is now the primary driver — `@anthropic-ai/claude-agent-sdk` ripped out (#3625-#3629). ProtoProvider wraps `@protolabsai/sdk`, routes through the LiteLLM gateway, default model `protolabs/smart`. - beads (`br`) tracker replaces the in-app TODO surface (#3639) — single source of truth between UI and crew, JSONL is git-friendly. - create-new-project picker trimmed: ai-agent-app, design-system, and browser-extension starters removed (#3638) — 53k LoC deleted. - Fault tolerance round (today): #3635/#3613/#3568/#3594/#3596/#3483 closed — error reasons now reach `feature.statusChangeReason`, merged-PR reconciler has a branch-fallback path, escalation router no longer self-loops, KnowledgeIngestion and LabsService have path containment, branch-name unsafe-char merge gate hard-fails cleanly. - Significant dead-code purge across UI + server (#3577-#3591) — dead routes, services, hooks, view components. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (34)
📝 WalkthroughWalkthroughThis PR synchronizes version bumps across the monorepo's internal package ecosystem to release 0.108.0. Core types and utilities are updated first, followed by domain-specific libraries, UI components, and integration packages. Consumer applications are pinned to the new versions. Administrative artifacts (.beads) are also updated. ChangesMonorepo Release 0.108.0
Administrative Artifacts
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Br writes process-snapshot JSONL files under .beads/.br_history/ on every mutation. These are non-portable and shouldn't ship with the repo. Update .beads/.gitignore and remove the ones that slipped in.
Code Review — ? finding(s)
protoLabs Code Review Report
No findings recorded. |
Code Review — ? finding(s)
protoLabs Code Review Report
No findings recorded. |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
Minor release. ~64 commits since `v0.107.1`.
Highlights
Notes
🤖 Generated with Claude Code
Summary by CodeRabbit
Release Notes
New Features
Bug Fixes
Chores
Documentation