Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 16 Apr 06:29
ef7ee38

1.4.0 (2026-04-16)

Features

  • stricter prompt for lint/type checks + auto-fix CI failures on api-sync PRs (599b5f8)
  • sync SDK with API changes (#22) (5e47aa8)
  • upgrade to Opus model, additive-only prompt, spec extraction, validation gates (ab52298)

Bug Fixes

  • add id-token: write permission for claude-code-action (80ba72f)
  • allow bash/file tools and skip PR when no changes (d8580c6)
  • exclude workflow files from api-sync commits (5c2efeb)
  • fetch openapi.json from raw URL instead of artifact download (048ebe3)
  • improve prompt to implement all endpoints for affected resources (cc6f947)
  • read openapi spec from api-sync-data branch (no cross-repo auth) (7dc51af)
  • remove invalid model input from claude-code-action (625cc91)
  • remove needs-review label that may not exist (255b4c9)
  • restore git remote auth before push (8f2805a)
  • use claude_code_oauth_token instead of anthropic_api_key (23d0512)
  • use gh api with PAT to fetch openapi.json from private repo (927d263)
  • use PAT for push and PR to trigger CI workflows (40a773b)