Revert "feat: support claude cowork"#103
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🤖 Augment PR SummarySummary: Reverts the previously introduced “Claude Cowork” support and associated marketplace-manifest validation. Changes:
Technical Notes: Release metadata validation still checks version alignment across 🤖 Was this summary useful? React with 👍 or 👎 |
| "release:next": "gh workflow run publish.yaml -f channel=next", | ||
| "release:patch": "gh workflow run publish.yaml -f channel=latest -f bump=patch", | ||
| "test": "npm run test:schemas && npm run test:install && npm run test:knowledge && npm run test:release-metadata && npm run test:tea-workflow-descriptions && npm run validate:schemas && npm run validate:marketplace && npm run lint && npm run lint:md && npm run format:check", | ||
| "test": "npm run test:schemas && npm run test:install && npm run test:knowledge && npm run test:release-metadata && npm run test:tea-workflow-descriptions && npm run validate:schemas && npm run lint && npm run lint:md && npm run format:check", |
There was a problem hiding this comment.
npm test no longer runs validate:marketplace, which means drift between .claude-plugin/marketplace.json skills and on-disk src/**/SKILL.md entries won’t be caught by the default quality gate. If marketplace.json is still part of what gets published/shipped, this increases the risk of releasing an incomplete or stale manifest.
Severity: medium
Other Locations
.github/workflows/quality.yaml:117
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
|
|
||
| **Known issue**: Cowork's plugin reconciler currently has open bugs ([anthropics/claude-code#38429](https://github.com/anthropics/claude-code/issues/38429), [#39274](https://github.com/anthropics/claude-code/issues/39274)) that can purge third-party marketplace plugins on session sync. If your slash commands disappear, re-run the `/plugin install` line. | ||
|
|
||
| ### Tool-specific invocation |
There was a problem hiding this comment.
(Rule: AGENTS.md) requires updating CHANGELOG.md for documentation/workflow changes; this PR removes Cowork docs and adjusts CI/scripts but doesn’t update CHANGELOG.md.
Severity: low
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
Reverts #99