Skip to content

AgentMicro 0.1.4

Choose a tag to compare

@github-actions github-actions released this 08 Aug 20:44
· 13 commits to main since this release

AgentMicro 0.1.4

AgentMicro 0.1.4 improves task rediscovery and substantially reduces background work while Codex tasks are active.

Highlights

  • Rediscovers running tasks whose rollout files live in older creation-date directories after those tasks resume.
  • Uses Codex's local thread index as a bounded discovery supplement while retaining filesystem fallback behavior.
  • Separates lightweight updates for known task files from coalesced full discovery, preventing active JSONL writes from repeatedly launching full scans.
  • Extends safety polling to 15 seconds while tasks are active and 30 seconds while idle, without delaying watched file events.
  • Filters process snapshots before expensive parsing and caches bounded, immutable rollout metadata across append-only updates.
  • Reduces status icon animation from about 14 to 4 frames per second, skips unchanged menu and icon work, and throttles optional Accessibility snapshots.

On the same active-task workload used during development, non-initial CPU samples fell from roughly 30–74% to 0.7–4.2%. Steady resident memory is approximately 30 MB, compared with 24–25 MB previously; the bounded increase stores pre-rendered animation frames and rollout metadata.

Installation

Download the DMG, open it, and drag AgentMicro.app onto the Applications folder. Launch AgentMicro from /Applications.

The ZIP remains available for software updates and manual installation.

Learn more and give feedback

Visit agentmicro.cc for the product overview. Share questions, feature ideas, and release feedback in GitHub Discussions. For a reproducible task-state mismatch, open an issue without including prompts, source code, credentials, or real task names.

Upgrade note

AgentMicro 0.1.1 and later can check for and install this release through Settings → Updates. Users on 0.1.0 must still replace the app manually because that build cannot reliably start Sparkle.

Privacy

AgentMicro reads task state locally. It does not upload prompts, responses, source code, command output, or task files.

Requirements

  • macOS 14 or later.
  • Codex Desktop or Codex CLI installed locally.
  • Universal build for Apple silicon and Intel Macs.