Expose ollama-roles default_chat for Assistent senior model default.

Write preferred chat tag into Assistent/ollama-roles.json so UI and warmup align with manifest default: true.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-22 03:50:58 +03:00
co-authored by Cursor
parent 3620ac2b5e
commit d934fc9366
4 changed files with 10 additions and 5 deletions
+1
View File
@@ -33,6 +33,7 @@ models:
roles = ollama_roles_payload(entries)
assert roles["chat"] == ["chat-model:7b"]
assert roles["memory"] == ["nomic-embed-text"]
assert roles["default_chat"] == "chat-model:7b"
def test_ensure_memory_appended():