fix(tier3): adapt define/patch to b125 role schema (was model)

Live Worldtree b125 changed POST /agents/define: the request field is
now 'role' (a model-role like 'thoughtful-character'), replacing 'model';
the response still echoes it as 'model'. Update define_agent/patch_agent
request bodies + CLI (--model -> --role); response parse + LocalAgentEntry
unchanged. Verified end-to-end against live (delete->define round-trip);
26 tier3 tests green. Full b22->b125 spec-pin bump remains a follow-up.
This commit is contained in:
vh
2026-07-17 20:11:22 -07:00
parent 36aad58ce9
commit 860e0d56bb
4 changed files with 36 additions and 34 deletions
Generated
+1 -1
View File
@@ -472,7 +472,7 @@ wheels = [
[[package]]
name = "ratatoskr"
version = "0.21.0"
version = "0.21.1"
source = { editable = "." }
dependencies = [
{ name = "httpx" },