Updates
Rolling release / release (push) Successful in 7m29s

This commit is contained in:
2026-09-12 16:46:49 -04:00
parent 04a9306594
commit 4383763cb5
20 changed files with 490 additions and 26 deletions
+2 -2
View File
@@ -86,7 +86,7 @@ and WebP quality tune observation detail and processing cost.
### Identity
- **Assistant name** — `assistantName`, default `"Jarvis"`. What to call the assistant in the tray HUD, spoken prompt, and workspace `IDENTITY.md`. Up to 32 characters. Apply writes the name without restarting `jarvisd`; the current conversation is reset so the new name takes effect.
- **How they should act** — `assistantPrompt`, default `""`. Optional extra personality instructions (tone, habits, always/never). Shown as a multiline field under the name. Apply writes `PERSONA.md` and resets the conversation. Spoken safety rules still win. Up to 4000 characters.
- **How they should act** — `assistantPrompt`, default `""`. Optional character instructions (tone, habits, always/never). Shown as a multiline field under the name. Apply writes `PERSONA.md` for the workspace copy and puts the notes in the **system prompt only**, where they override `SOUL.md` / `IDENTITY.md` for name and character. Speakable-text rules still apply so replies can be read aloud. Up to 4000 characters.
### Speech
@@ -151,7 +151,7 @@ and WebP quality tune observation detail and processing cost.
### Chat model
- **Chat model profile** — `modelProfile`, default `"laptop-16gb"`. Requires a daemon restart. GPU inference remains required. Choices: `laptop-8gb`, `laptop-8gb-mm` (Qwen3.5 2B, vision), `laptop-16gb`, `desktop-gpu`.
- **Chat model profile** — `modelProfile`, default `"laptop-16gb"`. Requires a daemon restart. GPU inference remains required. Choices: `laptop-4gb-mm` (Qwen3.5 0.8B, vision), `laptop-8gb`, `laptop-8gb-mm` (Qwen3.5 2B, vision), `laptop-16gb`, `desktop-gpu`.
- **Custom chat model** — `chatModel`, default `""`. Advanced: overrides the profile. Empty uses the profile model. Requires restart.
### Agent limits