Skip to content

fix: remove hardcoded haiku model from validation recipe quick-approval steps#111

Open
bkrabach wants to merge 1 commit intomainfrom
fix/recipe-haiku-model-name
Open

fix: remove hardcoded haiku model from validation recipe quick-approval steps#111
bkrabach wants to merge 1 commit intomainfrom
fix/recipe-haiku-model-name

Conversation

@bkrabach
Copy link
Collaborator

@bkrabach bkrabach commented Mar 2, 2026

Summary

  • Fixed invalid Anthropic model ID ('claude-haiku') that caused not_found_error in validation recipes
  • Removed hardcoded provider/model pinning to use session default, improving portability
  • Updated validate-agents.yaml version from 1.2.4 to 1.2.5

Details

The 'claude-haiku' model identifier in validate-agents.yaml and validate-bundle-repo.yaml is not a valid Anthropic model ID. This caused validation failures when running:

  • validate-agents recipe
  • validate-bundle-repo recipe

The quick-approval step performs a simple summary task that doesn't require model optimization, so we removed the hardcoded provider/model constraint and let it use the session default. This makes the recipes portable across different provider configurations.

Changes

  • recipes/validate-agents.yaml: Removed provider and model fields from quick-approval step, bumped version to 1.2.5
  • recipes/validate-bundle-repo.yaml: Removed provider and model fields from quick-approval step

Test plan

  • Validation recipes should no longer throw not_found_error
  • Can rerun routing-matrix bundle validation with updated recipes
  • Can rerun agent validation with updated recipes

🤖 Generated with Amplifier

…al steps

The 'claude-haiku' model identifier in validate-agents.yaml and
validate-bundle-repo.yaml is not a valid Anthropic model ID and causes
a not_found_error when the quick-approval step runs during validation.

Changes:
- Removed hardcoded provider/model pinning from quick-approval steps
- Recipe now uses session default model instead, improving portability
- Quick-approval step is simple enough for any model without optimization
- Updated validate-agents.yaml version from 1.2.4 to 1.2.5
- Added changelog entry documenting the fix

Fixes validation failures when running validate-agents and
validate-bundle-repo recipes with Anthropic provider configured.

🤖 Generated with Amplifier

Co-Authored-By: Amplifier <240397093+microsoft-amplifier@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

None yet

Development

Successfully merging this pull request may close these issues.

1 participant