Skip to content

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)