Skip to content

Conversation

@jhaynie
Copy link
Member

@jhaynie jhaynie commented Dec 23, 2025

Summary by CodeRabbit

  • Chores
    • Version 0.0.103 released across all platform modules. Routine version updates have been coordinated to maintain consistency throughout the package ecosystem. The majority of modules updated from 0.0.102 to 0.0.103, while one package was synchronized from an earlier release. No functional changes, feature additions, or bug fixes are included in this release.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Dec 23, 2025

Note

Reviews paused

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Walkthrough

A monorepo-wide version bump incrementing package versions from 0.0.102 to 0.0.103, with packages/evals jumping from 0.0.95 to 0.0.103. Only package.json version fields modified across all affected packages.

Changes

Cohort / File(s) Change Summary
Root & Apps
package.json, apps/create-agentuity/package.json, apps/testing/package.json
Version field incremented: 0.0.102 → 0.0.103
Core Packages
packages/auth/package.json, packages/cli/package.json, packages/core/package.json, packages/react/package.json, packages/runtime/package.json, packages/schema/package.json
Version field incremented: 0.0.102 → 0.0.103
Frontend & UI Packages
packages/frontend/package.json, packages/vscode/package.json
Version field incremented: 0.0.102 → 0.0.103
Server & Tooling
packages/server/package.json, packages/test-utils/package.json, packages/workbench/package.json
Version field incremented: 0.0.102 → 0.0.103
Evals Package
packages/evals/package.json
Version field incremented: 0.0.95 → 0.0.103

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • Release 0.0.102 #310: Sequential version-bump release touching identical package.json files; prior bump was 0.0.101→0.0.102, this continues to 0.0.103.

Poem

🐰 A hop, a skip, a version dance,
From .102 to .103's prance,
Each package.json, bump with care,
Release notes blooming in the air! 🎉

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Release 0.0.103' directly and clearly describes the main change—a version bump across all packages from 0.0.102 to 0.0.103, matching the pull request's primary objective.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release/0.0.103

📜 Recent review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 6825cff and 3bd91d8.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (15)
  • apps/create-agentuity/package.json
  • apps/testing/package.json
  • package.json
  • packages/auth/package.json
  • packages/cli/package.json
  • packages/core/package.json
  • packages/evals/package.json
  • packages/frontend/package.json
  • packages/react/package.json
  • packages/runtime/package.json
  • packages/schema/package.json
  • packages/server/package.json
  • packages/test-utils/package.json
  • packages/vscode/package.json
  • packages/workbench/package.json
🧰 Additional context used
📓 Path-based instructions (3)
**/*.{ts,tsx,js,jsx,json}

📄 CodeRabbit inference engine (AGENTS.md)

Use Prettier for code formatting with tabs (width 3), single quotes, and semicolons

Files:

  • packages/server/package.json
  • packages/vscode/package.json
  • packages/frontend/package.json
  • apps/testing/package.json
  • apps/create-agentuity/package.json
  • packages/schema/package.json
  • packages/react/package.json
  • package.json
  • packages/test-utils/package.json
  • packages/core/package.json
  • packages/evals/package.json
  • packages/auth/package.json
  • packages/cli/package.json
  • packages/runtime/package.json
  • packages/workbench/package.json
packages/react/**/package.json

📄 CodeRabbit inference engine (packages/react/AGENTS.md)

Peer dependencies must include React 18+ or 19+

Files:

  • packages/react/package.json
packages/test-utils/**/package.json

📄 CodeRabbit inference engine (packages/test-utils/AGENTS.md)

packages/test-utils/**/package.json: Ensure "private": true is set in package.json to prevent accidental npm publishing
List devDependencies with "@agentuity/test-utils": "workspace:*" format for workspace imports
Use only @agentuity/core and bun-types as dependencies to minimize dependency footprint

Files:

  • packages/test-utils/package.json
🔇 Additional comments (16)
packages/react/package.json (1)

3-3: LGTM! Version bump for release 0.0.103.

The version increment is consistent with the release PR objectives. The package maintains proper React 19+ peer dependencies as required by the coding guidelines.

packages/core/package.json (1)

3-3: LGTM! Version bump for release 0.0.103.

The version increment aligns with the monorepo-wide release.

package.json (1)

3-3: LGTM! Root version bump for release 0.0.103.

The version increment is properly synchronized with the workspace packages.

apps/create-agentuity/package.json (1)

3-3: LGTM! Version bump for release 0.0.103.

The version increment is consistent with the monorepo release.

packages/cli/package.json (1)

3-3: LGTM! Version bump for release 0.0.103.

The version increment aligns with the monorepo-wide release.

packages/server/package.json (1)

3-3: LGTM! Version bump for release 0.0.103.

The version increment is consistent with the release PR objectives.

packages/runtime/package.json (1)

3-3: LGTM! Version bump for release 0.0.103.

The version increment aligns with the monorepo-wide release.

packages/workbench/package.json (2)

3-3: LGTM! Version bump for release 0.0.103.

The version increment is consistent with the monorepo-wide release. The package maintains proper React 19+ peer dependencies as required.


107-107: Good addition of EOF newline.

Adding the newline at the end of the file follows proper file formatting conventions.

packages/test-utils/package.json (1)

3-3: LGTM! Version bump aligns with release 0.0.103.

The version update is consistent with the monorepo-wide release. The package correctly maintains "private": true and follows the coding guidelines for test-utils dependencies.

packages/frontend/package.json (1)

3-3: LGTM! Version bump aligns with release 0.0.103.

packages/auth/package.json (1)

3-3: LGTM! Version bump aligns with release 0.0.103.

packages/schema/package.json (1)

3-3: LGTM! Version bump aligns with release 0.0.103.

apps/testing/package.json (1)

3-3: LGTM! Version bump aligns with release 0.0.103.

packages/vscode/package.json (1)

5-5: LGTM! Version bump aligns with release 0.0.103.

packages/evals/package.json (1)

3-3: LGTM! Version bump aligns with release 0.0.103.

This package catches up from 0.0.95 to 0.0.103, aligning with the rest of the monorepo versioning.


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

@jhaynie
Copy link
Member Author

jhaynie commented Dec 23, 2025

@coderabbitai pause

@jhaynie jhaynie enabled auto-merge (squash) December 23, 2025 15:47
@coderabbitai
Copy link

coderabbitai bot commented Dec 23, 2025

✅ Actions performed

Reviews paused.

@jhaynie jhaynie merged commit c492f84 into main Dec 23, 2025
7 checks passed
@jhaynie jhaynie deleted the release/0.0.103 branch December 23, 2025 15:50
This was referenced Dec 24, 2025
@coderabbitai coderabbitai bot mentioned this pull request Dec 31, 2025
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.

2 participants