You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AI conversation context management: slash commands like /隐藏 N, /显示 N, /隐藏 all (/hide, /show) control how many turns of conversation are sent to the AI. Excluded earlier messages are grayed out and kept out of context to significantly cut token usage. Typing / in the input bar brings up inline command autocomplete.
Notebook editor rework: removed the Markwon dependency in favor of an edit/preview toggle (plain-text edit mode + Markdown-rendered preview via MarkdownText), fixing syntax-symbol residue from live rendering.
Notebook-style checklists: the AI can now create notebook checklists via checklist_type="notebook", distinguishing task checklists from notebook checklists.
Fixes
Daily task completion: fixed tasks not being marked done when their reminder is null or the date format is invalid after tapping "Got it". The Rust side now marks the task done before computing the next day, with a Kotlin-side exception fallback as a second safety net. Also fixed the task list UI not refreshing after completion.