-
Notifications
You must be signed in to change notification settings - Fork 1
chore: update publish script to bump claude-code plugin versions and add package to docs #902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…add package to docs Update publish.ts to set version fields in .claude-plugin/marketplace.json and packages/claude-code/.claude-plugin/plugin.json during release. Also add the claude-code package to README.md and AGENTS.md package listings.
📝 WalkthroughWalkthroughThis PR adds a new Changes
🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. No actionable comments were generated in the recent review. 🎉 🧹 Recent nitpick comments
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (4)
🧰 Additional context used📓 Path-based instructions (2)**/*.{ts,tsx,js,jsx,json,md}📄 CodeRabbit inference engine (AGENTS.md)
Files:
**/*.{ts,tsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
🧠 Learnings (1)📚 Learning: 2025-12-21T00:31:41.858ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (10)
🔇 Additional comments (4)
✏️ Tip: You can disable this entire section by setting Comment |
📦 Canary Packages Publishedversion: PackagesInstallAdd to your {
"dependencies": {
"@agentuity/server": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-server-1.0.4-bcebea6.tgz",
"@agentuity/workbench": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-workbench-1.0.4-bcebea6.tgz",
"@agentuity/runtime": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-runtime-1.0.4-bcebea6.tgz",
"@agentuity/opencode": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-opencode-1.0.4-bcebea6.tgz",
"@agentuity/drizzle": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-drizzle-1.0.4-bcebea6.tgz",
"@agentuity/claude-code": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-claude-code-1.0.4-bcebea6.tgz",
"@agentuity/cli": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-cli-1.0.4-bcebea6.tgz",
"@agentuity/react": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-react-1.0.4-bcebea6.tgz",
"@agentuity/core": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-core-1.0.4-bcebea6.tgz",
"@agentuity/frontend": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-frontend-1.0.4-bcebea6.tgz",
"@agentuity/schema": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-schema-1.0.4-bcebea6.tgz",
"@agentuity/evals": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-evals-1.0.4-bcebea6.tgz",
"@agentuity/auth": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-auth-1.0.4-bcebea6.tgz",
"@agentuity/postgres": "https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-postgres-1.0.4-bcebea6.tgz"
}
}Or install directly: bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-server-1.0.4-bcebea6.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-workbench-1.0.4-bcebea6.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-runtime-1.0.4-bcebea6.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-opencode-1.0.4-bcebea6.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-drizzle-1.0.4-bcebea6.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-claude-code-1.0.4-bcebea6.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-cli-1.0.4-bcebea6.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-react-1.0.4-bcebea6.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-core-1.0.4-bcebea6.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-frontend-1.0.4-bcebea6.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-schema-1.0.4-bcebea6.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-evals-1.0.4-bcebea6.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-auth-1.0.4-bcebea6.tgz
bun add https://agentuity-sdk-objects.t3.storageapi.dev/npm/1.0.4-bcebea6/agentuity-postgres-1.0.4-bcebea6.tgz |
Summary
scripts/publish.tsto set version in.claude-plugin/marketplace.json(metadata.version+plugins[].version) andpackages/claude-code/.claude-plugin/plugin.jsonduring publishrevertVersionChanges()so they are restored on failure or dry-runclaude-codepackage to the package listings inREADME.mdandAGENTS.mdSummary by CodeRabbit
Documentation
Chores