Nightly Build / build (push) Successful in 6m50s
Remove the scope system end-to-end (llm_models.scope column, agent meta scope field, scope-based tier in model selection, UI checkboxes/pills): it was only a soft ranking hint, had drifted (6 UI scopes vs 3 used by agents, 'general' not even selectable) and duplicated what strength already decides. Strength stays the single AUTO-selection axis. Compaction: the summary model is now pickable from the Settings page via a new PropertyType::LlmModel config property (registry key compaction_model), instance-wide and live (no restart). Fallback chain: explicit pick -> compaction.strength from config.yml -> priority order; a deleted configured model degrades to AUTO. ContextCompactor reads the key at compact time through GlobalConfigManager.
20 lines
943 B
JSON
20 lines
943 B
JSON
{
|
|
"name": "Software Architect",
|
|
"description": "Plans code changes and delegates to software-engineer.",
|
|
"friendly_description": "Plans a code change end-to-end and drives the software-engineer agent to implement it.",
|
|
"i18n": {
|
|
"it": {
|
|
"name": "Architetto del Software",
|
|
"friendly_description": "Pianifica una modifica al codice dall'inizio alla fine e guida l'agente ingegnere del software per implementarla."
|
|
},
|
|
"fr": {
|
|
"name": "Architecte Logiciel",
|
|
"friendly_description": "Planifie une modification de code de bout en bout et dirige l'agent ingénieur logiciel pour l'implémenter."
|
|
}
|
|
},
|
|
"instructions": "Describe the change or feature and the relevant part of the codebase. It produces an implementation plan and may delegate the actual edits to software-engineer. Use it when the work needs design before coding.",
|
|
"type": "task",
|
|
"strength": "very_high",
|
|
"icon": "icon.png"
|
|
}
|