Skip to content

Revert "feat: support claude cowork"#103

Merged
muratkeremozcan merged 1 commit into
mainfrom
revert-99-feat/support-claude-cowork
May 8, 2026
Merged

Revert "feat: support claude cowork"#103
muratkeremozcan merged 1 commit into
mainfrom
revert-99-feat/support-claude-cowork

Conversation

@muratkeremozcan

Copy link
Copy Markdown
Collaborator

Reverts #99

@coderabbitai

coderabbitai Bot commented May 8, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@muratkeremozcan has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 3 minutes and 5 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 75261b2a-9417-4f9f-a73a-36fd92d9f8fd

📥 Commits

Reviewing files that changed from the base of the PR and between e9a791f and 963c806.

📒 Files selected for processing (4)
  • .github/workflows/quality.yaml
  • README.md
  • package.json
  • tools/validate-marketplace.js
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch revert-99-feat/support-claude-cowork

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.

❤️ Share

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

@muratkeremozcan muratkeremozcan merged commit f76ac29 into main May 8, 2026
5 checks passed
@augmentcode

augmentcode Bot commented May 8, 2026

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: Reverts the previously introduced “Claude Cowork” support and associated marketplace-manifest validation.

Changes:

  • Remove the Claude Cowork installation/update/uninstall documentation from README.md.
  • Simplify the tool invocation table by dropping the Cowork-specific row.
  • Remove the marketplace manifest validation step from the quality.yaml GitHub Actions workflow.
  • Update npm test to stop running marketplace validation and delete the validate:marketplace script.
  • Delete tools/validate-marketplace.js, the utility that checked marketplace-to-skill drift.

Technical Notes: Release metadata validation still checks version alignment across package.json, package-lock.json, and .claude-plugin/marketplace.json via test:release-metadata.

🤖 Was this summary useful? React with 👍 or 👎

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Review completed. 2 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

Comment thread package.json
"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",

@augmentcode augmentcode Bot May 8, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

Comment thread README.md

**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

@augmentcode augmentcode Bot May 8, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

(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

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

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.

1 participant