-
Notifications
You must be signed in to change notification settings - Fork 0
Agent Features
Matecore edited this page Jun 29, 2026
·
1 revision
Up to 4 concurrent AI workers with independent context. Visible progress UI. Hasta 4 agentes IA concurrentes con contexto independiente. UI de progreso visible.
-
update_plan— Macro architectural strategy -
update_todo— Micro task list with real-time progress
Plans auto-clear on new sessions.
- Auto-snapshot before each user message (up to 20 per session)
- Restores chat messages AND file state
- Diff review between checkpoint and current state
Persistent per-workspace key-value store:
-
memory:set,memory:get,memory:list,memory:delete
Code snippet library with semantic search via local Word2Vec:
-
rag:save,rag:search,rag:delete
Workspace-level agent instructions in .agents/skills/<name>/SKILL.md.
Loaded automatically into AI context.
Atomic batch of up to 8 file operations with preflight conflict verification. Lote atomico de hasta 8 operaciones con verificacion de conflictos.
Toggle Safe Mode (no autonomous bash/write) vs unrestricted. Alterna entre Modo Seguro (sin bash/escritura autonoma) y sin restricciones.