Skip to content

fix(sensei): switch agent model from haiku to sonnet#15

Merged
KingAlejo merged 1 commit into
mainfrom
fix/sensei-haiku-to-sonnet
Jun 16, 2026
Merged

fix(sensei): switch agent model from haiku to sonnet#15
KingAlejo merged 1 commit into
mainfrom
fix/sensei-haiku-to-sonnet

Conversation

@KingAlejo

Copy link
Copy Markdown
Contributor

Problem

The sensei subagent is configured with model: haiku in agents/sensei.md. The haiku alias 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 sensei agent from haiku to sonnet, which is available and well-suited to the teaching workload.

Changes

  • agents/sensei.md β€” model: haiku β†’ model: sonnet
  • Bump plugin + marketplace version 1.1.0 β†’ 1.1.1 so installed users actually receive the fix on plugin update
  • CHANGELOG.md β€” add 1.1.1 entry

Notes

  • Architecture spike doc (docs/architecture/hook-subagent-spike.md) still references the original Haiku design rationale. Left as historical design context; not part of this functional fix.
  • No behavior change beyond the model the agent runs on.

πŸ€– Generated with Claude Code

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>

@dojo-code-reviewer dojo-code-reviewer Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

βœ… Approved

Approved β€” no findings. Confidence: 5.00/5.00.

@KingAlejo KingAlejo merged commit 88c64ae into main Jun 16, 2026
6 checks passed
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