Skip to content

Conversation

@jhaynie
Copy link
Member

@jhaynie jhaynie commented Jan 1, 2026

Summary by CodeRabbit

  • Chores
    • Version 0.0.108 released across all packages and applications.

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

@coderabbitai
Copy link

coderabbitai bot commented Jan 1, 2026

Note

Reviews paused

Use the following commands to manage reviews:

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

Walkthrough

This PR bumps the version field from 0.0.107 to 0.0.108 across 15 package.json files distributed throughout the repository, including the root package and various apps and packages directories. No functional, dependency, or configuration changes are made.

Changes

Cohort / File(s) Summary
Root & Application Packages
package.json, apps/create-agentuity/package.json, apps/testing/package.json
Version bumped from 0.0.107 to 0.0.108
Core Packages
packages/auth/package.json, packages/cli/package.json, packages/core/package.json, packages/evals/package.json, packages/schema/package.json, packages/server/package.json
Version bumped from 0.0.107 to 0.0.108
Frontend & UI Packages
packages/frontend/package.json, packages/react/package.json, packages/workbench/package.json
Version bumped from 0.0.107 to 0.0.108
Runtime & Tooling Packages
packages/runtime/package.json, packages/test-utils/package.json, packages/vscode/package.json
Version bumped from 0.0.107 to 0.0.108

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • Release 0.0.107 #375: Performs the same version bump to 0.0.108 across the same set of package.json files
  • Release 0.0.105 #352: Updates version fields in the same package.json files as part of a coordinated release
  • Release 0.0.102 #310: Bumps version fields across the same package.json files for release management

Pre-merge checks and finishing touches

✅ Passed checks (1 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
✨ 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.108

📜 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 8cd73b9 and 908f7fc.

⛔ 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 (4)
packages/react/**/package.json

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

Peer dependencies must include React 18+ or 19+

Files:

  • packages/react/package.json
**/*.{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/react/package.json
  • packages/workbench/package.json
  • packages/evals/package.json
  • package.json
  • packages/frontend/package.json
  • packages/schema/package.json
  • apps/testing/package.json
  • packages/auth/package.json
  • packages/vscode/package.json
  • packages/core/package.json
  • packages/server/package.json
  • apps/create-agentuity/package.json
  • packages/test-utils/package.json
  • packages/runtime/package.json
  • packages/cli/package.json
packages/core/**/package.json

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

No runtime dependencies - keep this package lean with zero external dependencies

Files:

  • packages/core/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 (15)
packages/cli/package.json (1)

3-3: LGTM! Version bump applied correctly.

The version update to 0.0.108 is consistent with the release PR objectives.

package.json (1)

3-3: LGTM! Root package version updated correctly.

The version bump to 0.0.108 aligns with the release objectives.

packages/auth/package.json (1)

3-3: LGTM! Version bump applied correctly.

The version update to 0.0.108 is consistent with the release PR objectives.

apps/testing/package.json (1)

3-3: LGTM! Version bump applied correctly.

The version update to 0.0.108 is consistent with the release PR objectives.

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

3-3: LGTM! Version bump applied correctly.

The version update to 0.0.108 is consistent with the release PR objectives. The package also correctly follows the coding guidelines for test-utils (private package with minimal dependencies).

As per coding guidelines, packages/test-utils should remain private and maintain minimal dependencies.

packages/frontend/package.json (1)

3-3: LGTM! Version bump is correct.

The version increment from 0.0.107 to 0.0.108 aligns with the release PR objectives.

packages/vscode/package.json (1)

5-5: LGTM! Version bump is correct.

The version increment from 0.0.107 to 0.0.108 aligns with the release PR objectives.

packages/react/package.json (1)

3-3: LGTM! Version bump is correct.

The version increment from 0.0.107 to 0.0.108 aligns with the release PR objectives.

packages/evals/package.json (1)

3-3: LGTM! Version bump is correct.

The version increment from 0.0.107 to 0.0.108 aligns with the release PR objectives.

packages/schema/package.json (1)

3-3: LGTM! Version bump is correct.

The version increment from 0.0.107 to 0.0.108 aligns with the release PR objectives.

packages/core/package.json (1)

3-3: LGTM! Version bump applied correctly.

The version update from 0.0.107 to 0.0.108 is consistent with the PR objectives.

packages/server/package.json (1)

3-3: LGTM! Version bump applied correctly.

The version update from 0.0.107 to 0.0.108 is consistent with the PR objectives.

packages/workbench/package.json (1)

3-3: LGTM! Version bump applied correctly.

The version update from 0.0.107 to 0.0.108 is consistent with the PR objectives.

packages/runtime/package.json (1)

3-3: LGTM! Version bump applied correctly.

The version update from 0.0.107 to 0.0.108 is consistent with the PR objectives.

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

3-3: LGTM! Version bump applied correctly.

The version update from 0.0.107 to 0.0.108 is consistent with the PR objectives.


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

@jhaynie
Copy link
Member Author

jhaynie commented Jan 1, 2026

@coderabbitai pause

@jhaynie jhaynie enabled auto-merge (squash) January 1, 2026 03:08
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
packages/core/package.json (1)

31-33: Coding guideline violation: runtime dependencies in packages/core.

As per coding guidelines, packages/core should have zero runtime dependencies to keep the package lean. The zod dependency violates this requirement.

Note: This is a pre-existing issue, not introduced by this PR, but should be addressed to align with the project's architectural guidelines.

📜 Review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 8cd73b9 and 908f7fc.

⛔ 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 (4)
packages/react/**/package.json

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

Peer dependencies must include React 18+ or 19+

Files:

  • packages/react/package.json
**/*.{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/react/package.json
  • packages/workbench/package.json
  • packages/evals/package.json
  • package.json
  • packages/frontend/package.json
  • packages/schema/package.json
  • apps/testing/package.json
  • packages/auth/package.json
  • packages/vscode/package.json
  • packages/core/package.json
  • packages/server/package.json
  • apps/create-agentuity/package.json
  • packages/test-utils/package.json
  • packages/runtime/package.json
  • packages/cli/package.json
packages/core/**/package.json

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

No runtime dependencies - keep this package lean with zero external dependencies

Files:

  • packages/core/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 (15)
packages/cli/package.json (1)

3-3: LGTM! Version bump applied correctly.

The version update to 0.0.108 is consistent with the release PR objectives.

package.json (1)

3-3: LGTM! Root package version updated correctly.

The version bump to 0.0.108 aligns with the release objectives.

packages/auth/package.json (1)

3-3: LGTM! Version bump applied correctly.

The version update to 0.0.108 is consistent with the release PR objectives.

apps/testing/package.json (1)

3-3: LGTM! Version bump applied correctly.

The version update to 0.0.108 is consistent with the release PR objectives.

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

3-3: LGTM! Version bump applied correctly.

The version update to 0.0.108 is consistent with the release PR objectives. The package also correctly follows the coding guidelines for test-utils (private package with minimal dependencies).

As per coding guidelines, packages/test-utils should remain private and maintain minimal dependencies.

packages/frontend/package.json (1)

3-3: LGTM! Version bump is correct.

The version increment from 0.0.107 to 0.0.108 aligns with the release PR objectives.

packages/vscode/package.json (1)

5-5: LGTM! Version bump is correct.

The version increment from 0.0.107 to 0.0.108 aligns with the release PR objectives.

packages/react/package.json (1)

3-3: LGTM! Version bump is correct.

The version increment from 0.0.107 to 0.0.108 aligns with the release PR objectives.

packages/evals/package.json (1)

3-3: LGTM! Version bump is correct.

The version increment from 0.0.107 to 0.0.108 aligns with the release PR objectives.

packages/schema/package.json (1)

3-3: LGTM! Version bump is correct.

The version increment from 0.0.107 to 0.0.108 aligns with the release PR objectives.

packages/core/package.json (1)

3-3: LGTM! Version bump applied correctly.

The version update from 0.0.107 to 0.0.108 is consistent with the PR objectives.

packages/server/package.json (1)

3-3: LGTM! Version bump applied correctly.

The version update from 0.0.107 to 0.0.108 is consistent with the PR objectives.

packages/workbench/package.json (1)

3-3: LGTM! Version bump applied correctly.

The version update from 0.0.107 to 0.0.108 is consistent with the PR objectives.

packages/runtime/package.json (1)

3-3: LGTM! Version bump applied correctly.

The version update from 0.0.107 to 0.0.108 is consistent with the PR objectives.

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

3-3: LGTM! Version bump applied correctly.

The version update from 0.0.107 to 0.0.108 is consistent with the PR objectives.

@coderabbitai
Copy link

coderabbitai bot commented Jan 1, 2026

✅ Actions performed

Reviews paused.

@jhaynie jhaynie merged commit 99a5ab5 into main Jan 1, 2026
9 checks passed
@jhaynie jhaynie deleted the release/0.0.108 branch January 1, 2026 03:10
This was referenced Jan 1, 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