Commit Graph
13 Commits
Author SHA1 Message Date
Leonid PershinandCursor 1b9cc1ad78 Add exact KV memory with persona overlays and param priority.
Canonical defaults live in exact.json (UI fills empties without an LLM call); chat session overrides beat file defaults until clear/persona change.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-21 23:04:34 +03:00
Leonid PershinandCursor fe4d8d3a3a Bump Assistent to 0.7.0: Config personas, skills, and vector memory.
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>
2026-08-21 22:47:04 +03:00
Leonid PershinandCursor 46264d7227 Bump Assistent to 0.6.0: board tabs, Cards Civitai fetch, and chat reliability.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-21 22:04:37 +03:00
Leonid PershinandCursor c873894355 Style persona chips on assistant messages.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-21 21:31:18 +03:00
Leonid PershinandCursor a49746f25c Show persona and pack chips on assistant chat messages.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-21 21:30:37 +03:00
Leonid PershinandCursor ca98ab577a Bump Assistent to 0.5.3: live inventory, cards, taste, wanted YAML.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-21 21:28:30 +03:00
Leonid PershinandCursor 0b429542b5 Add personas and model Cards (0.5.1): tone presets, stem.assistent.json, wanted queue.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-21 21:25:01 +03:00
Leonid PershinandCursor b8145c6455 Bump Assistent to 0.5: denser Krea packs, slash commands, and chips.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-21 21:15:46 +03:00
Leonid PershinandCursor bb8cb990aa Add a multi-window board so Generate stays live while refs feed vision.
Keep action buttons only on the latest patch, spin Apply+Generate while busy, and greet on first open.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-21 20:56:50 +03:00
Leonid PershinandCursor 57b2023a50 Show loading progress and send num_ctx 16384 so vision chat fits.
Livebar and waiting_ollama phase while the model loads into GPU; bump context past Ollama's 4096 default that truncated Assistent packs.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-21 20:47:10 +03:00
Leonid PershinandCursor 3380206c6a Expand Assistent to v0.3: Generate loop, Civitai Confirm, img2img/inpaint.
Server inventory and streaming chat, auto-apply/generate with Interrupt, Civitai search cards (Confirm-only download), plus Init/Mask wiring and inpaint_edit pack.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-21 13:29:26 +03:00
Leonid PershinandCursor 06d5df9e93 Fix Assistent Krea gate for modern SwarmUI currentModelHelper.
getCurrentModel() no longer exists, so the gate stayed locked after selecting a checkpoint.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-21 12:30:33 +03:00
Leonid PershinandCursor 80119c78be Improve Assistent UX: send from Generate, drag-drop, resize.
Add Send to Assistent media button, paste/drop vision image, pane splitter, and polish layout for Krea collaborative chat.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-21 07:45:37 +03:00