v1.1.3
Changed
:check-agentTUI command migrated tomicroneo --check-agentCLI 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. Runmicroneo --check-agentto 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:
piNpmAIBPVersiontransparently forwardedaibp.ParseProtocol's three return values, so theok(parse success) flag was silently repurposed asisSource. Any npm install with a parseable protocol gotisSource=true, short-circuiting all version checks (no update / upgrade prompts ever fired for aibp-pi). Now explicitly dropsokand forcesisSource=false, matching the already-correctopencodeNpmAIBPVersion.
Full Changelog: v1.1.2...v1.1.3