fix: clarify session_status model-use guidance

This commit is contained in:
Peter Steinberger
2026-01-22 22:42:27 +00:00
parent 411ce7e231
commit c0c8ee217f
2 changed files with 2 additions and 2 deletions

View File

@@ -212,7 +212,7 @@ export function buildAgentSystemPrompt(params: {
sessions_send: "Send a message to another session/sub-agent",
sessions_spawn: "Spawn a sub-agent session",
session_status:
"Show a /status-equivalent status card (usage + Reasoning/Verbose/Elevated); optional per-session model override",
"Show a /status-equivalent status card (usage + Reasoning/Verbose/Elevated); use for model-use questions (📊 session_status); optional per-session model override",
image: "Analyze an image with the configured image model",
};