Disciple 1.1.4
1.1.4 — 2026-07-25
Fixes a false-success bug: the assistant could say a habit "has been
created" when nothing was written.
Disciple's own suggestions now become real actions
- When Disciple proposes a concrete change in conversation — a habit,
calendar event, project, note, or a preference to remember — it keeps that
proposal with validated structured arguments. - Replying "ok lets set it", "yes", "sure", "do it", "go ahead", "sounds
good", "set it", "create it", "add it" or "okay" executes the real
database action locally and shows the committed result with Undo. No
extra provider request is used to interpret plain acceptance. - "no", "nah", "never mind", "cancel", "don't" or "not that one" cancels it
locally with nothing written; an unrelated topic abandons it. - "Make it 10 minutes" updates the pending proposal and preserves the
recurrence, so accepting afterwards creates exactly one corrected habit. - A proposed habit stores a clean name ("Walk for 20 minutes after dinner")
rather than the whole recommendation sentence. An ambiguous day count asks
"Which three days should I use?" instead of guessing.
False-success protection
- The normal-chat guard now recognises passive voice ("has been created",
"was added", "is now scheduled"), contractions, bare confirmations
("Marked complete"), Markdown emphasis, and quoted record names. - Showing an action-like success statement requires a matching committed
application result for that turn. Conversation cannot commit anything, so
an unverified claim is replaced with "I didn't make that change. Nothing
was saved." rather than displayed.
Proactive memory
- A clear, stable, non-sensitive preference ("I prefer short plans", "I work
better at night") is saved as visible Assistant Context automatically and
reported as "Remembered: …" with Undo, instead of interrupting to ask. - Temporary moods, one-off appointments, uncertain wording, and medical,
financial, sexual, religious, or identity information are never saved
automatically. Repeating a preference does not duplicate it. - Everything saved stays visible, editable, and removable in Notes →
Assistant Context.
Fixed
- Some models answer an action request with their own reasoning channel,
which the provider rejects. Disciple now falls back to plain text mode
once instead of failing the action. - Provider errors no longer leak raw HTTP or tool-plumbing detail into the
conversation.
Install
- Flatpak (any distro):
flatpak install --user disciple-1.1.4.flatpak - Fedora:
sudo dnf install disciple-1.1.4-1.fc44.noarch.rpm - Debian/Ubuntu:
sudo apt install ./disciple_1.1.4-1_all.deb - Python wheel:
pip install --no-deps disciple-1.1.4-py3-none-any.whl(needs system PyGObject/GTK4/Libadwaita)
Verify downloads against SHA256SUMS.txt. AI stays optional — the organizer works fully offline, and your API key is stored only in the Linux keyring.