feat(ship-check): add --model flag, default agents to inherit session model - #14
Conversation
… model Agent definitions change from `model: opus` to `model: inherit` so phase agents match the session's model by default — enabling cost-effective runs on OpenRouter/ORI with non-Anthropic models like DeepSeek. The new --model flag (sonnet/opus/haiku/fable) overrides when a specific Anthropic tier is needed (e.g. `--model opus` for thoroughness on a cheaper session model). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Update the ship-check skill path in the plugin README
Pre-existing: the README states the agents are dispatched by the ship-check skill '(in Failure scenario: A reader who installs the plugin from the marketplace looks for the skill at Suggested fixReference the plugin-bundled path, or state both the bundled and manual-install locations.umm-actually · deepseek/deepseek-v4-flash-0731 |
|
umm-actually reviewed at 3 new finding(s) posted (3 tracked finding(s) across all runs). Context notes
umm-actually · deepseek/deepseek-v4-flash-0731 |
… reviews The README pointed at ~/.claude/skills/ship-check/ for the orchestrator skill; it is bundled in the plugin. The pre-merge delta review step now states explicitly that the --model override applies to its dispatches. Addresses the two remaining umm-actually findings on #14. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
Re: Update the ship-check skill path in the plugin README — valid, this was not addressed before merge. Fixed on main in |
Summary
model: opustomodel: inheritso phase agents default to the session's model — enables cost-effective runs on OpenRouter/ORI with non-Anthropic models (e.g. DeepSeek v4 Flash)--model <name>flag to the ship-check orchestrator skill (sonnet/opus/haiku/fable) to override when a specific Anthropic tier is needed--modelis specifiedBehavior
/ship-check(no flag)/ship-check --model opus/ship-check --model sonnet/ship-check --inline(any--model)--modelignored)Test plan
/ship-checkwithout--model— agents should inherit session model/ship-check --model opus— agents should dispatch on opus--modelis ignored with--inline🤖 Generated with Claude Code