fix(sensei): switch agent model from haiku to sonnet#15
Merged
Conversation
haiku is unavailable, causing the sensei subagent to fail on dispatch (0 tool uses) so the teaching hook never runs. Switch to sonnet and bump to 1.1.1 so installed users receive the fix. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The
senseisubagent is configured withmodel: haikuinagents/sensei.md. Thehaikualias is currently unavailable, so every dispatch of the agent fails immediately β it finishes with 0 tool uses and a model error, meaning the after-edit teaching hook never produces a lesson.Fix
Switch the
senseiagent fromhaikutosonnet, which is available and well-suited to the teaching workload.Changes
agents/sensei.mdβmodel: haikuβmodel: sonnet1.1.0β1.1.1so installed users actually receive the fix on plugin updateCHANGELOG.mdβ add1.1.1entryNotes
docs/architecture/hook-subagent-spike.md) still references the original Haiku design rationale. Left as historical design context; not part of this functional fix.π€ Generated with Claude Code