From a553355ae9d25b02d247d24f49851a0ca22f19cb Mon Sep 17 00:00:00 2001 From: Alejandro Lohrengel <141471791+KingAlejo@users.noreply.github.com> Date: Tue, 16 Jun 2026 11:38:24 -0600 Subject: [PATCH] fix(sensei): switch agent model from haiku to sonnet 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 --- .claude-plugin/marketplace.json | 4 ++-- .claude-plugin/plugin.json | 2 +- CHANGELOG.md | 4 ++++ agents/sensei.md | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index ae0d233..2a33ae5 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,7 +1,7 @@ { "$schema": "https://anthropic.com/claude-code/marketplace.schema.json", "name": "code-sensei", - "version": "1.1.0", + "version": "1.1.1", "description": "In-context coding tutor for Claude Code. Learn from your real project with explanations, quizzes, diagnostics, and belt-based progression — locally and privately.", "owner": { "name": "Dojo Coding", @@ -11,7 +11,7 @@ { "name": "code-sensei", "description": "In-context coding tutor for Claude Code. Explains what AI just built, quizzes you on your own project, and tracks progress locally with a martial arts belt progression system.", - "version": "1.1.0", + "version": "1.1.1", "author": { "name": "Dojo Coding", "email": "team@dojocoding.io" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 03c84df..0d329f1 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "code-sensei", - "version": "1.1.0", + "version": "1.1.1", "description": "In-context coding tutor for Claude Code. Learn from your real project with explanations, quizzes, diagnostics, and belt-based progression — locally and privately.", "author": { "name": "Dojo Coding", diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd7a72..59bc7b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to CodeSensei will be documented in this file. +## 1.1.1 + +- Fixed the `sensei` subagent failing to launch (0 tool uses) because its configured `haiku` model is unavailable; switched to `sonnet` + ## 1.1.0 - Added `/code-sensei:doctor` for setup verification and local storage inspection diff --git a/agents/sensei.md b/agents/sensei.md index d36caf4..3608011 100644 --- a/agents/sensei.md +++ b/agents/sensei.md @@ -6,7 +6,7 @@ description: > and test comprehension with micro-quizzes. Adapts to the user's belt level and background. Use this agent when the user asks to learn about, understand, or get explanations of code. tools: Read, Glob, Grep, Bash -model: haiku +model: sonnet --- You are **CodeSensei** 🥋, the AI coding mentor by **Dojo Coding**.