Commit Graph

586 Commits

Author SHA1 Message Date
Ciro Spaciari MacBook 68efae8efa fix(plugin-dev): add missing .claude-plugin/plugin.json manifest
The plugin-dev plugin is listed in .claude-plugin/marketplace.json but was the
only plugin in the plugins/ directory without a .claude-plugin/plugin.json
manifest, which is required for installation from the marketplace.

Adds the manifest with name, version, description, and author matching the
marketplace.json entry, consistent with all other plugins in this repo.
2026-04-13 16:50:39 -07:00
GitHub Actions 550aeecc97 chore: Update CHANGELOG.md v2.1.105 2026-04-13 21:53:07 +00:00
GitHub Actions 9772e13f82 chore: Update CHANGELOG.md v2.1.104 v2.1.101 2026-04-10 19:03:35 +00:00
GitHub Actions c5600e0b1e chore: Update CHANGELOG.md v2.1.100 v2.1.98 2026-04-09 19:18:23 +00:00
ant-kurt d2b22528db Add MDM deployment example templates (#45866) 2026-04-09 11:41:10 -07:00
bogini 3c72545dfc Merge pull request #45798 from anthropics/inigo/triage-prompt-accuracy
triage: tighten invalid rule, require category label
2026-04-09 08:43:12 -07:00
inigo 54c7be5b3f Tighten invalid-label rule and require a category label on new issues 2026-04-09 08:29:23 -07:00
GitHub Actions 22fdf68049 chore: Update CHANGELOG.md v2.1.97 2026-04-08 21:52:30 +00:00
GitHub Actions 227817d0f2 chore: Update CHANGELOG.md v2.1.96 2026-04-08 04:37:31 +00:00
GitHub Actions b9fbc7796b chore: Update CHANGELOG.md v2.1.94 2026-04-07 21:18:46 +00:00
GitHub Actions b543a25624 chore: Update CHANGELOG.md v2.1.92 2026-04-04 00:41:56 +00:00
GitHub Actions 1e03cc7fc4 chore: Update CHANGELOG.md v2.1.91 2026-04-02 23:45:29 +00:00
GitHub Actions a50a91999b chore: Update CHANGELOG.md v2.1.90 2026-04-01 23:41:27 +00:00
GitHub Actions b4fa5f85f3 chore: Update CHANGELOG.md v2.1.89 2026-04-01 01:07:02 +00:00
GitHub Actions 66ab4ae6e0 chore: Update CHANGELOG.md 2026-03-31 14:35:56 +00:00
Octavian Guzu 4411cbae09 Read issue number from workflow event in helper scripts (#40969)
Updates edit-issue-labels.sh and comment-on-duplicates.sh to read the
issue number from GITHUB_EVENT_PATH (the workflow event payload) instead
of accepting it as a CLI argument. Simplifies the call signature and
keeps the scripts aligned with the triggering issue.

Also updates the /triage-issue and /dedupe command docs to match.

🏠 Remote-Dev: homespace
2026-03-31 12:36:59 +01:00
GitHub Actions 2d5c1bab92 chore: Update CHANGELOG.md v2.1.88 2026-03-30 23:53:01 +00:00
GitHub Actions 78a44f1b7d chore: Update CHANGELOG.md v2.1.87 2026-03-29 02:16:58 +00:00
GitHub Actions 2923bc87d1 chore: Update CHANGELOG.md v2.1.86 2026-03-27 21:42:05 +00:00
GitHub Actions f75b6138ef chore: Update CHANGELOG.md v2.1.85 2026-03-26 22:52:07 +00:00
GitHub Actions a0d9b87038 chore: Update CHANGELOG.md
Fixes #123
v2.1.84
2026-03-26 00:30:53 +00:00
GitHub Actions a542f1b4b3 chore: Update CHANGELOG.md 2026-03-25 06:28:41 +00:00
GitHub Actions cada21c89d chore: Update CHANGELOG.md v2.1.83 2026-03-25 06:08:05 +00:00
GitHub Actions 6aadfbdca2 chore: Update CHANGELOG.md v2.1.81 2026-03-20 22:24:03 +00:00
GitHub Actions 16536693ec chore: Update CHANGELOG.md v2.1.80 2026-03-19 22:08:02 +00:00
GitHub Actions 5e34f198d0 chore: Update CHANGELOG.md v2.1.79 2026-03-18 22:28:45 +00:00
GitHub Actions a3d9426e3e chore: Update CHANGELOG.md v2.1.78 2026-03-17 23:42:05 +00:00
GitHub Actions 079dc856c6 chore: Update CHANGELOG.md v2.1.77 2026-03-17 00:27:26 +00:00
GitHub Actions 420a188467 chore: Update CHANGELOG.md v2.1.76 2026-03-14 01:23:05 +00:00
GitHub Actions 48b1c6c0ba chore: Update CHANGELOG.md 2026-03-13 17:16:17 +00:00
kashyap murali 2dc1e69783 Merge pull request #33472 from anthropics/kashyap/code-review-batch-output
feat(code-review): pass confirmed=true when posting inline comments
v2.1.75
2026-03-12 00:12:36 -07:00
Kashyap Murali db8834ba1d feat(code-review): pass confirmed=true when posting inline comments
The inline-comment MCP tool now requires confirmed=true to post (otherwise
calls are buffered). This structurally prevents subagent test/probe
comments from reaching customer PRs — subagents that inherit the tool and
probe it without confirmed=true see their calls harmlessly buffered.

Backward compatible: against older versions of claude-code-action that
don't know the param, the extra field is ignored and the comment posts
as before.
2026-03-11 22:16:05 -07:00
GitHub Actions 6f049b620f chore: Update CHANGELOG.md v2.1.74 2026-03-12 00:33:33 +00:00
GitHub Actions 45b5430126 chore: Update CHANGELOG.md v2.1.73 2026-03-11 18:25:53 +00:00
GitHub Actions f6dbf44cd5 chore: Update CHANGELOG.md 2026-03-10 01:16:00 +00:00
GitHub Actions 540b61b9fd chore: Update CHANGELOG.md 2026-03-10 01:04:32 +00:00
GitHub Actions 00553dec20 chore: Update CHANGELOG.md v2.1.72 2026-03-10 00:42:15 +00:00
GitHub Actions 53a5f3ee07 chore: Update CHANGELOG.md v2.1.71 2026-03-07 00:11:59 +00:00
GitHub Actions da80366c48 chore: Update CHANGELOG.md v2.1.70 2026-03-06 01:19:18 +00:00
GitHub Actions 9582ad480f chore: Update CHANGELOG.md
Fixes #28334
Fixes #30185
v2.1.69
2026-03-05 00:25:31 +00:00
GitHub Actions 0b3f7cbbbd chore: Update CHANGELOG.md v2.1.68 2026-03-04 10:10:30 +00:00
GitHub Actions a8335230bc chore: Update CHANGELOG.md 2026-03-04 02:23:29 +00:00
GitHub Actions 9c63e985f6 chore: Update CHANGELOG.md v2.1.66 2026-03-04 01:18:30 +00:00
Octavian Guzu 38281cfd46 Merge pull request #30066 from anthropics/oct/gh-wrapper-improvements
Improve gh.sh wrapper: stricter validation and better error messages
2026-03-02 16:38:29 +00:00
Octavian Guzu 26a1334ef3 Improve gh.sh wrapper: stricter validation and better error messages
- Use allowlist for issue view (numeric issue numbers only)
- Enforce zero positional args for issue list / label list
- Pin GH_HOST and GH_REPO explicitly to avoid ambient state
- Add descriptive error messages with usage examples
2026-03-02 12:22:00 +00:00
GitHub Actions cd4956871a chore: Update CHANGELOG.md v2.1.63 2026-02-28 03:44:47 +00:00
bogini a772bd6091 Merge pull request #29462 from anthropics/claude/remove-oncall-label-bGF7H
Remove oncall triage workflow and commands
2026-02-27 16:45:42 -08:00
Claude 35b5fe658a Remove oncall triage workflow and commands
Removes the automated action that adds the "oncall" label to issues,
along with its associated slash commands.

https://claude.ai/code/session_01KdEmZZ4sqZT4d9xJm4qbnp
2026-02-28 00:33:48 +00:00
GitHub Actions 1f48d799b9 chore: Update CHANGELOG.md v2.1.62 2026-02-27 01:55:28 +00:00
GitHub Actions 7ec9125c54 chore: Update CHANGELOG.md v2.1.61 2026-02-26 22:33:45 +00:00