chore(deps): bump anthropics/claude-code-action from 97b8aadc01f558e46e7faacdb4461a3dc6c73c56 to f0c8eb29807907de7f5412d04afceb5e24817127 by dependabot[bot] · Pull Request #170 · sjnims/plugin-dev

@dependabot

@sjnims

…code-action-f0c8eb29807907de7f5412d04afceb5e24817127

sjnims

@sjnims sjnims deleted the dependabot/github_actions/anthropics/claude-code-action-f0c8eb29807907de7f5412d04afceb5e24817127 branch

December 13, 2025 18:34

sjnims added a commit that referenced this pull request

Dec 13, 2025
…171)

## Summary

- Removes the deprecated `mode: agent` parameter from the
claude-pr-review workflow

## Details

The `mode` parameter was removed in `claude-code-action` v1.0.23 (merged
in PR #170). The action now uses intelligent auto-detection to determine
the appropriate execution mode based on workflow context.

This was causing the following warning in CI:
```
##[warning]Unexpected input(s) 'mode', valid inputs are [...]
```

## Test plan

- [ ] CI passes without the warning about unexpected `mode` input

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

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>