chore: change ui_design_specialist preset to visual (kimi-k2.7-code with vision)

This commit is contained in:
Software Orchestrator
2026-06-19 21:43:32 +02:00
parent f6691b74f6
commit 9e74d09d36
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ title: UI Design Specialist
description: Specialist for interactive UI design planning with user dialog, HTML mockup creation via webspace, and technology alignment with software architecture. Covers UX states, accessibility, design tokens, and design handoff support.
context: Use this agent for UI design planning after architecture is approved and before implementation begins. This specialist works iteratively with the user until the UI is approved - no iteration limit. Remains available for design questions during implementation.
hidden: true
model_preset: "Minimax M3"
model_preset: "visual"
skill_blacklist:
- a0-development
- a0-create-agent
@@ -3,15 +3,15 @@
"utility_model": {
"provider": "ollama_cloud",
"name": "deepseek-v4-flash:cloud",
"ctx_length": 200000
"ctx_length": 128000
},
"embedding_model": {
"provider": "huggingface",
"name": "sentence-transformers/all-MiniLM-L6-v2"
},
"chat_model": {
"provider": "openai",
"name": "MiniMax-M3",
"ctx_length": 200000
"provider": "ollama_cloud",
"name": "kimi-k2.7-code:cloud",
"ctx_length": 256000
}
}