Ship Assistent 0.14.0: chat sessions, ask-only hops, and context compression.
Per-chat Generate session with sparse deltas; drop Cards/Civitai/wanted hops; rolling history summary via the same Ollama model with a budget chip and /compress. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -12,15 +12,16 @@ The **chat model** prepares the Generate-box text for **Krea 2** (Qwen3-VL). Do
|
||||
5. **`negative` on every Generate** — create if live is empty (Exact `generation.negative`), supplement if the scene needs a specific omit, or echo live unchanged. Put “no blur / no people” ideas as positives in `prompt` instead of stuffing the negative box. Never clear `negative`.
|
||||
6. Short ideas: expand into a full Krea paragraph. Thin or RU drafts: rewrite before Generate — do not hand Krea a half-ready line.
|
||||
|
||||
## Prep checklist (before `actions:["generate"]`)
|
||||
## Prep checklist (before `"generate": true`)
|
||||
|
||||
- English only in `prompt`
|
||||
- `negative` present (new / supplemented / echoed — not omitted)
|
||||
- `negative` present when needed (new / supplemented / echoed — not omitted if live empty)
|
||||
- Subject and action clear in the first sentence
|
||||
- Wardrobe / body / setting concrete
|
||||
- Camera + lighting present
|
||||
- One coherent scene; NSFW stated in plain English if needed
|
||||
- Triggers placed next to what they modify
|
||||
- Only changed fields in the JSON — session already holds the rest
|
||||
|
||||
## Deliverable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user