Skip to content

Releases: patrick-mns/micelio-code

micelio: v0.15.3

Choose a tag to compare

@github-actions github-actions released this 17 Jul 18:39
9d2918c

0.15.3 (2026-07-17)

Bug Fixes

  • review: scope the changes panel to the selected folder (c862795)
  • review: scope the changes panel to the selected folder (f0e3172)

micelio: v0.15.2

Choose a tag to compare

@github-actions github-actions released this 16 Jul 19:33
1c37c40

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

Choose a tag to compare

@github-actions github-actions released this 16 Jul 16:12
74922e6

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

Choose a tag to compare

@github-actions github-actions released this 16 Jul 03:11
71ca50f

0.15.0 (2026-07-16)

Features

  • merge dev into main for release v0.15.0 (e267d80)
  • ui: move Usage panel into Settings modal (681061a)

micelio: v0.14.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 02:11
c828790

0.14.0 (2026-07-16)

Features

  • terminal: run agent commands in an OS sandbox (Seatbelt/bubblewrap) (8f37856)
  • terminal: run agent commands in an OS sandbox (Seatbelt/bubblewrap) (1b1b46f)

Bug Fixes

  • terminal: gate the sandbox test module and cmd import per-target (e5e7dff)
  • windows: stop console windows from flashing on editor/opener spawns (1a0a9d1)
  • windows: stop console windows from flashing on editor/opener spawns (1297232)

micelio: v0.13.1

Choose a tag to compare

@github-actions github-actions released this 16 Jul 01:25
87b91e5

0.13.1 (2026-07-16)

Bug Fixes

  • ci: add build targets to the pinned toolchain, not the default one (15e3d51)
  • ci: add build targets to the pinned toolchain, not the default one (0ee8396)

micelio: v0.13.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 01:00
ddd5ac5

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

Choose a tag to compare

@github-actions github-actions released this 15 Jul 03:36
876c2f2

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

Choose a tag to compare

@github-actions github-actions released this 14 Jul 02:49
e343edb

0.11.0 (2026-07-14)

Features

  • skills system — workspace skill dock, #mentions, built-in skills (7ccbbfe)

Bug Fixes

  • sha256 hex formatting compat with latest sha2 crate (c249158)

micelio: v0.10.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 02:42
c77a5e0

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)

Bug Fixes

  • ollama: detect vision capability via ollama show (6514dfe)
  • skills: keep active skills out of the system prompt inspector (052415f)
  • skills: sort list_skills alphabetically so the dock order is stable (d4c108d)