Releases: patrick-mns/micelio-code
Releases · patrick-mns/micelio-code
Release list
micelio: v0.15.3
micelio: v0.15.2
0.15.2 (2026-07-16)
Bug Fixes
- agent: never end a turn without a reply (f86bab8)
- chat persistence, cancel feedback, empty-turn replies, and folder label (eebceec)
- chat: give immediate feedback when canceling a stream (e58b04b)
- chat: jump to the bottom when the user sends a message (5909860)
- chat: persist partial assistant output when a turn fails (b2a3b63)
- gitcontext: show folder name as a static label for single-folder workspaces (d6f7360)
micelio: v0.15.1
0.15.1 (2026-07-16)
Bug Fixes
- chat: follow streaming output past the virtualized viewport (c1f38b5)
- graph: stop nesting one folder's tree inside another's (0e1eff0)
- treemap folder scoping, graph nesting, and chat auto-scroll (0596983)
- treemap: keep folder scoping in sync with the active workspace (287fcb7)
- treemap: stop blanking the map when switching folders (114a315)
micelio: v0.15.0
micelio: v0.14.0
micelio: v0.13.1
micelio: v0.13.0
0.13.0 (2026-07-16)
Features
- chat: add toggle to show which model produced each reply (3f36664)
- disable mode and model selectors while turn is running (6082941)
- locks: lock files so the agent sees them but can't read them (4687039)
Bug Fixes
- chat: stop tool groups from collapsing mid-stream (d82ea34)
- ci: pin the Rust toolchain and fix a lint from the newer one (a784279)
- ollama: escape control characters and reject stray surrogates (c44ef53)
- sessions: clear usage by marking rows, not by timestamp cutoff (4700ab4)
Performance Improvements
- ui: virtualize the node modal's code viewer (85b1aa0)
micelio: v0.12.0
0.12.0 (2026-07-15)
Features
- bg: show source folder, order newest-first, and cap finished tasks (7daec8d)
- providers: configurable OpenAI-compatible endpoints (40ed8da)
- skills: hot-reload skills via filesystem watcher (b8d26dc)
- ui: show active session badge in header and load session on startup (792f422)
Bug Fixes
- bg: delete task logs when tasks leave the registry (2c0d451)
- git: count staged and untracked changes in badge and changes panel (9eb98a8)
- git: match per-file changes counts to git via LCS diff (514f78f)
- git: revert of a new file removes it in the changes panel (fc055f2)
- ui: render native controls in the app theme (66b6d18)
Performance Improvements
- ui: virtualize chat message list to fix long-context jank (506a6da)
micelio: v0.11.0
micelio: v0.10.0
0.10.0 (2026-07-14)
Features
- skills system, MCP client, and review mode (252a325)
- skills: also load skills from .agents and .github (435a9a8)
- skills: load Claude Code skills from .claude/skills (277ee6a)
- skills: ship built-in skills (skill-creator, commit) (b3cc5f4)
- skills: show active skills as a read-only section in the prompt inspector (f7a9591)
- skills: workspace skills with dock, #mentions, and inspector (0707612)
- skills: workspace skills with dock, #mentions, and inspector modal (796c9c8)
- ui: increase ModeSelector dropdown to match ModelRolesSelector width (bf272f5)