Describe the bug
base-action arguments seemed to be updated to v1 style but docs are still using the old argument fields.
Expected behavior
uses: anthropics/claude-code-base-action@beta
with:
claude_args:
mcp_config: | ....
This was working yesterday, now it warns with
Unexpected input(s) 'mcp_config', 'system_prompt', 'timeout_minutes', 'allowed_tools', 'max_turns', valid inputs are ['prompt', 'prompt_file', ....
Did you update the base-action@beta with breaking changes all of a sudden?