Skip to content

fix(agents): update learnings-researcher model from haiku to inherit#249

Closed
mvanhorn wants to merge 1 commit intoEveryInc:mainfrom
mvanhorn:osc/188-fix-learnings-researcher-model
Closed

fix(agents): update learnings-researcher model from haiku to inherit#249
mvanhorn wants to merge 1 commit intoEveryInc:mainfrom
mvanhorn:osc/188-fix-learnings-researcher-model

Conversation

@mvanhorn
Copy link
Contributor

Summary

  • Change learnings-researcher agent model from haiku to inherit
  • CHANGELOG states: "All 26 agents now use model: inherit. Only lint keeps model: haiku for cost efficiency." But learnings-researcher was missed and still had model: haiku

Fixes #188

Changes

agents/research/learnings-researcher.md: model: haiku -> model: inherit

After this change, only agents/workflow/lint.md retains model: haiku, matching the documented convention.

Test plan

  • Verify learnings-researcher agent works with user's configured model
  • Confirm only lint.md has model: haiku

This contribution was developed with AI assistance (Claude Code).

The CHANGELOG states "All 26 agents now use model: inherit. Only lint
keeps model: haiku for cost efficiency." However learnings-researcher
still had model: haiku, inconsistent with this stated convention and
potentially causing ProviderModelNotFoundError on some configurations.

Fixes EveryInc#188

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
tmchow added a commit that referenced this pull request Mar 13, 2026
Replaces hardcoded haiku model with inherit so the agent uses the
caller's model instead of being pinned to an older/smaller model.

Supersedes #249
@tmchow tmchow closed this Mar 13, 2026
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.

[compound-engineering] Bug: Learnings-Researcher Task returns ProviderModelNotFoundError

2 participants