Persist chats with Generate param snapshots, always open a new chat on start, and abort in-flight work on clear/switch so replies cannot land in the wrong chat.
Co-authored-by: Cursor <cursoragent@cursor.com>
Client dump stays the source of truth; the model only narrates Exact vs session vs live without applying a patch.
Co-authored-by: Cursor <cursoragent@cursor.com>
Shows live params, Exact/session defaults, last patch, and a brief why-priority note without calling the LLM.
Co-authored-by: Cursor <cursoragent@cursor.com>
Move prompts into Config/_base and persona folders; seed model facts into SQLite via Ollama embed and retrieve as memory_hits each turn.
Co-authored-by: Cursor <cursoragent@cursor.com>