Skip to content

Enable fast mode for Claude Code workflows - #660

Merged
functionstackx merged 1 commit into
mainfrom
claude/issue-659-20260207-2057
Feb 7, 2026
Merged

Enable fast mode for Claude Code workflows#660
functionstackx merged 1 commit into
mainfrom
claude/issue-659-20260207-2057

Conversation

@Klaud-Cold

Copy link
Copy Markdown
Collaborator

Summary

  • Enable Opus 4.6 fast mode in both claude.yml and claude-pr-review.yml workflows
  • Adds settings: {"fastMode": true} to the claude-code-action configuration
  • Fast mode provides up to 2.5x higher output tokens per second with the same model quality

Changes

  • .github/workflows/claude.yml: Added settings input with {"fastMode": true}
  • .github/workflows/claude-pr-review.yml: Added settings input with {"fastMode": true}

Reference

Closes #659

Generated with Claude Code

Add `settings: {"fastMode": true}` to both claude.yml and
claude-pr-review.yml workflows. This enables Opus 4.6 fast mode
which provides up to 2.5x higher output tokens per second.

Closes #659

Co-authored-by: functionstackx <functionstackx@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

use fast mode

2 participants