Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
PR Review: chore: version bump 0.8.0 → 0.8.1This is a clean, mechanical version bump. Overall it looks correct. A few observations: ✅ What looks good
|
There was a problem hiding this comment.
Pull request overview
This PR bumps the version from 0.8.0 to 0.8.1 across the looplia-core monorepo. This is a patch release that includes new ZenMux model presets, removal of deprecated provider presets, and bug fixes for interactive build mode and test environment isolation.
Changes:
- Updated version to 0.8.1 in all 5 package.json files (3 packages + 2 apps)
- Moved CHANGELOG [Unreleased] section to [0.8.1] - 2026-02-24 with proper version comparison links
- Updated version references in documentation files to reflect v0.8.1
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/provider/package.json | Bumped version from 0.8.0 to 0.8.1 |
| packages/core/package.json | Bumped version from 0.8.0 to 0.8.1 |
| packages/config/package.json | Bumped version from 0.8.0 to 0.8.1 |
| apps/docs/package.json | Bumped version from 0.8.0 to 0.8.1 |
| apps/cli/package.json | Bumped version from 0.8.0 to 0.8.1 |
| CHANGELOG.md | Updated [Unreleased] to [0.8.1] - 2026-02-24 and added version comparison links |
| docs/README.md | Updated 4 version references from v0.8.0 to v0.8.1 |
| apps/docs/src/content/docs/index.mdx | Updated version badge from v0.8.0 to v0.8.1 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
0.8.0to0.8.1across all 5 package.json files[Unreleased]to[0.8.1] - 2026-02-24Test plan
grep -r '"0.8.1"' --include="*.json" . | grep -v node_modulesshows all 5 packages## [0.8.1] - 2026-02-24headingbun test && bun run check-typespass🤖 Generated with Claude Code