0.13.5
Highlights
-
Self-awareness map (Self Assets) — the base system prompt now carries a map of the agent's own persistent assets (config, tui settings, mcp declarations, user instructions, skills, plugins, memory, knowledge): exact locations, purpose, and hard boundaries. Core code and runtime artifacts are declared off-limits, so agents answer "what do you have / where is it" accurately instead of guessing.
-
InspectOwnAssets tool — a strictly read-only tool that lets the main agent inventory its own assets on demand: skills (with frontmatter validity), mcp config (parse status + server count), config files, memory and knowledge stores. Auto-approved alongside other read-only tools; not exposed to sub-agents.
-
Web UI — streaming performance: stream chunks are coalesced per animation frame, and markdown/code highlighting is throttled while streaming, so long replies stay smooth instead of re-rendering on every chunk.
-
Web UI — scroll UX: streaming no longer drags the viewport while you scroll up to read; the scroll position is persisted across session switches and page reloads.
-
Web UI — motion & polish: full
prefers-reduced-motionsupport, first-paint theme flash removed (inline theme bootstrap), nativecolor-schemefor form controls, animated right-panel collapse, debounced draft persistence. -
Web UI — read-aloud: every assistant reply gets a read-aloud button (Web Speech API, works in all modern browsers) — click to speak, click again to stop.