Commit Graph

715 Commits

Author SHA1 Message Date
GitHub Actions
3b272769d0 chore: Update CHANGELOG.md and feed.xml v2.1.222 2026-08-04 22:39:48 +00:00
GitHub Actions
dd79613923 chore: Update CHANGELOG.md and feed.xml v2.1.221 2026-08-04 00:14:17 +00:00
GitHub Actions
7ef6eec9d9 chore: Update CHANGELOG.md and feed.xml v2.1.220 2026-07-25 01:35:47 +00:00
GitHub Actions
0c188278cd chore: Update CHANGELOG.md and feed.xml v2.1.219 2026-07-24 17:14:14 +00:00
GitHub Actions
2982f95155 chore: Update CHANGELOG.md and feed.xml v2.1.218 2026-07-22 21:24:49 +00:00
GitHub Actions
ac062f33ab chore: Update CHANGELOG.md and feed.xml v2.1.217 2026-07-21 21:35:04 +00:00
Roy Arsan
c4dbd740a7 Merge pull request #79898 from anthropics/royarsan/gateway-aws-example
Add Claude apps gateway on AWS example deployment assets
2026-07-21 20:39:13 +01:00
Roy Arsan
843297f6b1 Add Claude apps gateway on AWS example deployment assets
Reference artifacts accompanying the Gateway-on-AWS walkthrough
(https://code.claude.com/docs/en/claude-apps-gateway-on-aws), sibling
to the existing examples/gateway/gcp assets:

- setup.sh: scripts the walkthrough end to end via the aws CLI
  (security groups, IAM roles, ECR image build/push with gateway.yaml
  baked in, private-subnet RDS for PostgreSQL, Secrets Manager secrets,
  ECS Fargate service behind an internal ALB)
- Dockerfile: distroless runtime image for the gateway; the Claude Code
  release binary is verified against an operator-supplied sha256
- gateway.yaml.example: config template (Bedrock upstream, Okta IdP)
- terraform/: module provisioning the same architecture (ECS track)

Provided as a working example to adapt, not a supported production
deployment.
2026-07-21 19:22:25 +00:00
GitHub Actions
b799fcaf9f chore: Update CHANGELOG.md and feed.xml 2026-07-21 16:58:24 +00:00
GitHub Actions
4d07874235 chore: Update CHANGELOG.md and feed.xml v2.1.216 2026-07-20 22:13:53 +00:00
GitHub Actions
015170d3fd chore: Update CHANGELOG.md and feed.xml v2.1.215 2026-07-19 02:55:54 +00:00
GitHub Actions
07dcb0e135 chore: Update CHANGELOG.md and feed.xml v2.1.214 2026-07-18 01:20:23 +00:00
GitHub Actions
67f390c9a0 chore: Update CHANGELOG.md and feed.xml
Fixes #123
v2.1.212
2026-07-17 00:26:21 +00:00
GitHub Actions
c39cb0f14b chore: Update CHANGELOG.md and feed.xml v2.1.211 2026-07-15 23:02:29 +00:00
GitHub Actions
b7784f2c63 chore: Update CHANGELOG.md and feed.xml v2.1.210 2026-07-14 23:45:20 +00:00
GitHub Actions
c9181ca6eb chore: Update CHANGELOG.md and feed.xml 2026-07-14 17:59:31 +00:00
GitHub Actions
988b3e5643 chore: Update CHANGELOG.md and feed.xml v2.1.209 2026-07-14 06:36:21 +00:00
GitHub Actions
1fb278b85d chore: Update CHANGELOG.md and feed.xml v2.1.208 2026-07-14 01:10:34 +00:00
GitHub Actions
d4d8fbbb33 chore: Update CHANGELOG.md and feed.xml v2.1.207 2026-07-11 00:52:04 +00:00
GitHub Actions
15a21e1b4e chore: Update CHANGELOG.md and feed.xml v2.1.206 2026-07-09 23:34:23 +00:00
GitHub Actions
be02c39841 chore: Update CHANGELOG.md and feed.xml v2.1.205 2026-07-08 21:21:58 +00:00
GitHub Actions
d0f5bebd40 chore: Update CHANGELOG.md and feed.xml v2.1.204 2026-07-08 00:27:43 +00:00
GitHub Actions
00ea292447 chore: Update CHANGELOG.md and feed.xml v2.1.203 2026-07-07 21:06:03 +00:00
GitHub Actions
7930e1c82d chore: Update CHANGELOG.md and feed.xml v2.1.202 2026-07-06 22:51:11 +00:00
GitHub Actions
c489eb25c7 chore: Update CHANGELOG.md and feed.xml v2.1.201 2026-07-03 23:50:30 +00:00
GitHub Actions
1322e9bacc chore: Update CHANGELOG.md and feed.xml v2.1.200 2026-07-03 16:52:26 +00:00
GitHub Actions
125d63feae chore: Update CHANGELOG.md and feed.xml v2.1.199 2026-07-02 23:35:12 +00:00
GitHub Actions
5dc12eb281 chore: Update CHANGELOG.md and feed.xml 2026-07-02 22:54:58 +00:00
GitHub Actions
75709eacf1 chore: Update CHANGELOG.md and feed.xml v2.1.198 2026-07-01 20:45:29 +00:00
GitHub Actions
a56ff02e85 chore: Update CHANGELOG.md and feed.xml v2.1.197 2026-06-30 17:56:30 +00:00
GitHub Actions
c80896ca84 chore: Update CHANGELOG.md and feed.xml v2.1.196 2026-06-29 23:27:25 +00:00
Roy Arsan
3c3558207e Merge pull request #72363 from anthropics/royarsan/gateway-gcp-agent-platform
Gateway GCP example: Agent Platform rebrand and README cleanup
2026-06-29 18:26:37 -05:00
Roy Arsan
f605f0b68d Gateway GCP example: Agent Platform rebrand and README cleanup
- Update Vertex AI prose references to Agent Platform across the example
  (READMEs, script/terraform comments, config template). Functional
  identifiers are unchanged: the 'provider: vertex' config key,
  roles/aiplatform.user, aiplatform.googleapis.com, and the terraform
  resource label (renaming it would recreate the IAM binding in existing
  states). First mentions keep '(formerly Vertex AI)' for searchability.
- Drop the README's self-referential public-mirror link.
2026-06-29 23:13:09 +00:00
Roy Arsan
27e561ba3d Merge pull request #72361 from anthropics/royarsan/gateway-gcp-example
Add Claude Gateway on GCP example deployment assets
2026-06-29 17:45:07 -05:00
Roy Arsan
6234fa8f14 Add Claude Gateway on GCP example deployment assets
Reference artifacts accompanying the Gateway-on-GCP walkthrough
(https://code.claude.com/docs/en/claude-apps-gateway-on-gcp), including
its Terraform reference section:

- setup.sh: scripts the walkthrough end to end via gcloud (APIs, service
  account, image build/push, private-IP Cloud SQL, secrets, Cloud Run)
- Dockerfile: runtime image for the gateway; setup.sh downloads the
  public release binary and verifies it against the release manifest
- gateway.yaml.example: config template (Vertex upstream, Google
  Workspace IdP)
- terraform/: module provisioning the same architecture (Cloud Run track)

Provided as a working example to adapt, not a supported production
deployment.
2026-06-29 21:37:59 +00:00
GitHub Actions
01f1617f14 chore: Update CHANGELOG.md and feed.xml v2.1.195 2026-06-26 21:29:36 +00:00
GitHub Actions
f0919a1a72 chore: Update CHANGELOG.md and feed.xml v2.1.193 2026-06-25 21:45:51 +00:00
GitHub Actions
0bd954331e chore: Update CHANGELOG.md and feed.xml v2.1.191 2026-06-24 21:58:06 +00:00
GitHub Actions
5c1517a21b chore: Update CHANGELOG.md and feed.xml v2.1.190 2026-06-24 15:53:49 +00:00
GitHub Actions
2aa6ef3d35 chore: Update CHANGELOG.md and feed.xml v2.1.187 2026-06-23 21:03:40 +00:00
GitHub Actions
12281998d8 chore: Update CHANGELOG.md and feed.xml v2.1.186 2026-06-22 20:37:27 +00:00
GitHub Actions
b4073894cd chore: Update CHANGELOG.md and feed.xml v2.1.185 2026-06-20 20:59:12 +00:00
GitHub Actions
c487902a53 chore: Update CHANGELOG.md and feed.xml v2.1.183 2026-06-19 01:20:44 +00:00
Ashwin Bhat
baf38ddaaa Fix lock-closed-issues workflow: use search API instead of offset pagination (#69470)
The workflow has been failing daily since 2026-04-27 with HTTP 422
"Pagination with the page parameter is not supported for large
datasets" at page=100. The repo now has ~58k closed issues and the
script was paging past ~10k already-locked ones every run before
reaching any candidates.

Replace listForRepo + page=N with the search API
(is:issue is:closed is:unlocked updated:<cutoff), which returns only
the issues that actually need locking. Cap at 250/run with a 1s sleep
between locks to stay under secondary rate limits.

Claude-Session: https://claude.ai/code/session_016EWY3FKCJyfUdCAZkXfi7i
2026-06-18 17:15:49 -07:00
GitHub Actions
4fa369b5b3 chore: Update CHANGELOG.md and feed.xml 2026-06-18 22:03:35 +00:00
william qian
423563cfe3 Update frontend-design skill, bump plugin to 1.1.0 (#69226) 2026-06-17 19:25:44 -07:00
GitHub Actions
0047022a46 chore: Update CHANGELOG.md and feed.xml v2.1.181 2026-06-17 22:07:35 +00:00
GitHub Actions
843959fad9 chore: Update CHANGELOG.md and feed.xml 2026-06-16 20:44:34 +00:00
GitHub Actions
1b7380874c chore: Update CHANGELOG.md and feed.xml v2.1.179 2026-06-16 20:22:06 +00:00
GitHub Actions
64ceb97caa chore: Update CHANGELOG.md and feed.xml v2.1.178 2026-06-15 21:35:48 +00:00