Skip to content

Conversation

@jhaynie
Copy link
Member

@jhaynie jhaynie commented Dec 22, 2025

Summary by CodeRabbit

  • Chores
    • Version bumped from 0.0.101 to 0.0.102 across the monorepo (all apps and packages).

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

@coderabbitai
Copy link

coderabbitai bot commented Dec 22, 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

Version number incremented from 0.0.101 to 0.0.102 across all package.json files in the repository's root, applications, and packages directories. No functional or behavioral changes introduced.

Changes

Cohort / File(s) Summary
Version Bump (0.0.101 → 0.0.102)
package.json, apps/create-agentuity/package.json, apps/testing/package.json, packages/auth/package.json, packages/cli/package.json, packages/core/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
Updated version field from 0.0.101 to 0.0.102 across all package manifests. No other fields or dependencies modified.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A hoppy little bump, from one to two,
Across all packages, the version grew,
From .101 to .102 so neat,
The release train stays on its feet! 🚂✨

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.102' directly and clearly summarizes the main change - a version bump across all package.json files to 0.0.102.
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.102

📜 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 eccc142 and 79fb74f.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (14)
  • apps/create-agentuity/package.json
  • apps/testing/package.json
  • package.json
  • packages/auth/package.json
  • packages/cli/package.json
  • packages/core/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/runtime/package.json
  • packages/server/package.json
  • packages/workbench/package.json
  • packages/test-utils/package.json
  • packages/frontend/package.json
  • package.json
  • packages/cli/package.json
  • packages/vscode/package.json
  • apps/testing/package.json
  • packages/auth/package.json
  • packages/react/package.json
  • packages/core/package.json
  • packages/schema/package.json
  • apps/create-agentuity/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
packages/react/**/package.json

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

Peer dependencies must include React 18+ or 19+

Files:

  • packages/react/package.json
🔇 Additional comments (14)
packages/runtime/package.json (1)

3-3: LGTM! Version bump applied correctly.

The version increment from 0.0.101 to 0.0.102 is consistent with the release objective.

packages/vscode/package.json (1)

5-5: LGTM! Version bump applied correctly.

The version increment from 0.0.101 to 0.0.102 is consistent with the release objective.

packages/auth/package.json (1)

3-3: LGTM! Version bump applied correctly.

The version increment from 0.0.101 to 0.0.102 is consistent with the release objective.

apps/testing/package.json (1)

3-3: LGTM! Version bump applied correctly.

The version increment from 0.0.101 to 0.0.102 is consistent with the release objective.

packages/react/package.json (1)

3-3: LGTM! Version bump applied correctly.

The version increment from 0.0.101 to 0.0.102 is consistent with the release objective. The React peer dependencies (^19.0.0) satisfy the coding guideline requirement for React 18+ or 19+.

packages/frontend/package.json (1)

3-3: LGTM! Version bump applied correctly.

The version increment from 0.0.101 to 0.0.102 is consistent with the release objective.

packages/core/package.json (1)

3-3: LGTM! Version bump applied correctly.

The version increment from 0.0.101 to 0.0.102 is consistent with the release objective.

packages/server/package.json (1)

3-3: LGTM! Version bump applied correctly.

The version increment from 0.0.101 to 0.0.102 is consistent with the release objective. All version bumps across the monorepo are synchronized correctly.

package.json (1)

3-3: LGTM!

Version bump to 0.0.102 is consistent with the release objectives.

packages/workbench/package.json (1)

3-3: LGTM!

Version bump to 0.0.102 aligns with the monorepo-wide release.

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

3-3: LGTM!

Version bump to 0.0.102 is consistent with the release.

packages/schema/package.json (1)

3-3: LGTM!

Version bump to 0.0.102 aligns with the release objectives.

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

3-3: LGTM!

Version bump to 0.0.102 is consistent with the release. The package correctly maintains "private": true and minimal dependencies as per coding guidelines.

packages/cli/package.json (1)

3-3: LGTM!

Version bump to 0.0.102 aligns with the monorepo-wide release.


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

@jhaynie
Copy link
Member Author

jhaynie commented Dec 22, 2025

@coderabbitai pause

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

coderabbitai bot commented Dec 22, 2025

✅ Actions performed

Reviews paused.

@jhaynie jhaynie merged commit 328f02b into main Dec 22, 2025
7 checks passed
@jhaynie jhaynie deleted the release/0.0.102 branch December 22, 2025 23:52
This was referenced Dec 23, 2025
This was referenced Dec 30, 2025
@coderabbitai coderabbitai bot mentioned this pull request Jan 6, 2026
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