Skip to content

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 26 Jun 13:36

Changed

  • :check-agent TUI command migrated to microneo --check-agent CLI flag: agent extension self-heal (check / install / update) is now a shell command that prints progress to stdout and exits, rather than a TUI command blocking the editor loop. Run microneo --check-agent to verify and self-heal aibp-pi / aibp-opencode extensions for all installed AI agents. The flag works before config/screen init, so it can diagnose even when the config directory is corrupted.

Fixed

  • npm-installed aibp-pi was misidentified as a source install: piNpmAIBPVersion transparently forwarded aibp.ParseProtocol's three return values, so the ok (parse success) flag was silently repurposed as isSource. Any npm install with a parseable protocol got isSource=true, short-circuiting all version checks (no update / upgrade prompts ever fired for aibp-pi). Now explicitly drops ok and forces isSource=false, matching the already-correct opencodeNpmAIBPVersion.

Full Changelog: v1.1.2...v1.1.3