Commit Graph

260 Commits

Author SHA1 Message Date
GitHub Actions c1cd23641c chore: Update CHANGELOG.md 2025-10-08 21:38:36 +00:00
GitHub Actions 7b8230ab30 chore: Update CHANGELOG.md 2025-10-08 20:38:22 +00:00
GitHub Actions 9c12000c6b chore: Update CHANGELOG.md 2025-10-06 21:56:42 +00:00
GitHub Actions 852d74c61c chore: Update CHANGELOG.md 2025-10-04 23:16:14 +00:00
GitHub Actions 16f01d42e2 chore: Update CHANGELOG.md 2025-10-04 22:18:20 +00:00
GitHub Actions 4a81335287 chore: Update CHANGELOG.md 2025-10-02 19:29:00 +00:00
GitHub Actions bee44763a0 chore: Update CHANGELOG.md 2025-10-01 02:29:12 +00:00
GitHub Actions 30cc434f2c chore: Update CHANGELOG.md 2025-10-01 00:47:55 +00:00
GitHub Actions 5062ed93fc chore: Update CHANGELOG.md 2025-09-30 02:44:30 +00:00
GitHub Actions f73eee0ead chore: Update CHANGELOG.md 2025-09-29 17:20:23 +00:00
Boris Cherny 33f1bfe5d8 Merge pull request #8352 from anthropics/boris/euws
Update demo.gif
2025-09-29 10:14:09 -07:00
Boris Cherny 1abf1a56c5 Update demo.gif with latest recording
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 09:50:14 -07:00
Boris Cherny 970758b9d2 Merge pull request #8082 from mgiovani/fix/issue-7730-broken-links
fix: broken links in issue template configuration
2025-09-29 08:34:55 -07:00
GitHub Actions bd8aff23f2 chore: Update CHANGELOG.md 2025-09-26 01:18:15 +00:00
GitHub Actions d132c322e1 chore: Update CHANGELOG.md 2025-09-25 04:23:05 +00:00
Adam Wolff 272a20131f Merge pull request #8160 from anthropics/adam/restore
Restore dedupe workflows
2025-09-24 18:11:13 -07:00
Adam Wolff 09a020096a Restore dedupe workflows
This reverts commit d81efef324.
2025-09-24 18:01:05 -07:00
GitHub Actions f5f6c7693c chore: Update CHANGELOG.md 2025-09-23 23:48:04 +00:00
Giovani Moutinho fa55bc6eeb Fix broken links in issue template configuration
- Update all documentation URLs from docs.anthropic.com to docs.claude.com to avoid redirects
- Change Getting Started Guide URL from /getting-started to /quickstart path
- Remove Discussions link as GitHub Discussions are not enabled for this repository

Fixes #7730
2025-09-23 19:34:52 -03:00
GitHub Actions 4c9c16f23d chore: Update CHANGELOG.md 2025-09-23 21:59:17 +00:00
GitHub Actions d8841efb1d chore: Update CHANGELOG.md 2025-09-19 23:55:20 +00:00
bogini dabdebdabf Merge pull request #7895 from anthropics/inigo/cleanup
cleanup
2025-09-19 15:46:18 -07:00
inigo d81efef324 cleanup
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-19 10:39:06 -07:00
GitHub Actions acfacb9f62 chore: Update CHANGELOG.md 2025-09-19 06:44:52 +00:00
GitHub Actions 9e13ea7680 chore: Update CHANGELOG.md 2025-09-19 00:59:00 +00:00
GitHub Actions 0a1b93058b chore: Update CHANGELOG.md 2025-09-16 00:51:22 +00:00
GitHub Actions c382eb800e chore: Update CHANGELOG.md 2025-09-13 02:26:57 +00:00
GitHub Actions ccc3fdf1ad chore: Update CHANGELOG.md 2025-09-12 01:19:27 +00:00
GitHub Actions fdc9b02a9c chore: Update CHANGELOG.md 2025-09-10 23:55:55 +00:00
GitHub Actions 92747c9ba5 chore: Update CHANGELOG.md 2025-09-10 00:49:40 +00:00
GitHub Actions a569a80930 chore: Update CHANGELOG.md 2025-09-10 00:19:58 +00:00
GitHub Actions 73e2ca0adc chore: Update CHANGELOG.md 2025-09-09 21:39:05 +00:00
GitHub Actions c3a32e4ccf chore: Update CHANGELOG.md 2025-09-08 23:38:38 +00:00
GitHub Actions 2511feadf3 chore: Update CHANGELOG.md 2025-09-08 23:38:22 +00:00
bogini bdba4a874d Merge pull request #7224 from anthropics/inigo/fix-repository-dispatch
Update workflow
2025-09-05 15:27:14 -07:00
inigo cd043128fe Update workflow 2025-09-05 15:26:12 -07:00
inigo 8fba17cb99 Fix cross-repo workflow trigger mechanism 2025-09-05 15:15:25 -07:00
bogini 2b3a504f85 Merge pull request #7211 from anthropics/inigo/make-workflow-name-configurable
Add workflow configuration
2025-09-05 10:27:45 -07:00
inigo 1bcc5cf5bd msg 2025-09-05 09:21:33 -07:00
inigo 3e00a44590 Add workflow variable 2025-09-05 09:18:42 -07:00
bogini 702c601369 Merge pull request #7198 from anthropics/inigo/use-workflow-dispatch-for-issue-detective
Update workflow configuration
2025-09-05 00:17:13 -07:00
inigo 542b57b9a4 Update workflow trigger method 2025-09-05 00:16:39 -07:00
bogini 5c2a1e1d2e Merge pull request #7192 from anthropics/inigo/update-issue-notify-repository-dispatch
feat: update issue-notify to use repository_dispatch
2025-09-04 22:30:49 -07:00
inigo 156d9e9e3f feat: update issue-notify to use repository_dispatch
Switch from workflow_dispatch to repository_dispatch for cross-repo
triggering of issue-detective workflow in claude-cli-internal.

Changes:
- Use gh api with repository_dispatch endpoint
- Send issue_url in client_payload
- Support ISSUE_NOTIFY_TOKEN secret for better permissions
- Remove dependency on ISSUE_NOTIFY_WORKFLOW_NAME secret

This enables automatic issue detective analysis when issues are
opened in claude-code repository.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-04 22:24:51 -07:00
bogini 3404b075ec Merge pull request #7180 from anthropics/inigo/issue-templates
Update issue templates
2025-09-04 21:46:57 -07:00
GitHub Actions 72042e95fb chore: Update CHANGELOG.md 2025-09-05 00:56:17 +00:00
inigo 1feaffa747 Update issue templates
Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-04 17:00:14 -07:00
bogini 7127181c79 Merge pull request #7170 from anthropics/inigo/update-issue-notification-workflow
Update issue notification workflow
2025-09-04 14:31:58 -07:00
inigo e66b150c0e Update issue notification workflow
- Simplify workflow to use built-in GitHub token
- Remove external dependencies
- Improve error handling and logging
2025-09-04 14:28:04 -07:00
Dalton Flanagan dbff8bea24 Merge pull request #7101 from anthropics/dalton/readme-update-data-usage
Update README.md data usage section
2025-09-03 19:33:09 -07:00