agent-zero/extensions/python/message_loop_prompts_after
frdel 15a2b553be Unify global model presets
Make model presets a single global collection and treat presets as reusable setups (main, utility, embedding). Persisted scope configs now store only a preset name (Default is always present and immutable); project-scoped preset definitions were removed and attempts to edit/reset project presets are rejected. Add embedding-model support throughout: include embedding slot in presets, surface embedding in the switcher and override APIs, and notify extensions when the effective embedding model changes. Implement rename/retire propagation to update plugin configs, saved chats, and live AgentContext objects when preset names change or presets are removed. Update CLI/integration commands to use an "inherit" action for returning to the scoped preset and to report the effective scoped-or-chat preset. Add startup migration/bootstrap to initialize presets from remote or bundled fallback and numerous docs/UI text updates to reflect the new preset model. Extra: refactor config resolution helpers and add safety checks (validation, atomic writes) when saving presets.
2026-07-17 12:16:10 +02:00
..
.gitkeep BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
_60_include_current_datetime.py Refactor: use user locale for time displays 2026-05-21 15:26:00 +02:00
_63_recall_relevant_skills.py Simplify relevant skill recall 2026-07-08 12:32:19 +02:00
_65_include_loaded_skills.py Remove legacy skill prompt cleanup 2026-07-08 12:42:43 +02:00
_70_include_agent_info.py Unify global model presets 2026-07-17 12:16:10 +02:00
_72_include_parallel_jobs.py Add inspectable parallel tool calls 2026-06-12 15:23:14 +02:00
_75_include_workdir_extras.py Revert "Add builtin ACP plugin" 2026-06-02 01:05:09 +02:00
AGENTS.md Remove legacy skill prompt cleanup 2026-07-08 12:42:43 +02:00