chore: change ui_design_specialist preset to visual (kimi-k2.7-code with vision)
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user