mirror of
https://github.com/usestrix/strix.git
synced 2026-09-14 14:19:09 +08:00
4f90a5621d
Models occasionally output text-only narration ("Planning the
assessment...") without a tool call, which halts the interactive agent
loop since the system interprets no-tool-call as "waiting for user
input." Rewrite both interactive and autonomous prompt sections to make
the tool-call requirement absolute with explicit warnings about the
system halt consequence.