Skip to main content
April 17, 2026

Highlights

This week focused on making automated GitHub workflows more reliable and flexible, improving headless daemon workflows for remote agents, and expanding hardware tooling for embedded development. The result is smoother automation, clearer commits and follow-ups, and richer device tooling and capture visualization for daily developer tasks.

New features

GitHub work automation and follow-ups

GitHub-triggered automation is more robust and conversational: runs can pause for follow-up questions and resume with preserved local context, support both PR-backed and issue-backed workflows, and continue follow-ups on the same PR instead of starting fresh. Finalization is now single-writer and work completion publishes durable, versioned comments and more descriptive commit messages so automation produces clearer, repeatable results.

Headless daemon and remote agent mode

A new headless daemon mode plus a —daemon connection option let the CLI run autonomously and connect over WebSocket to remote agents. The same RPC/handler surface is shared between local and remote modes so remote runs behave like local sessions while enabling reliable background automation and remote agent workflows.

Hardware tooling, flashing, and capture visualization

New device workflows make flashing and trace inspection easier: a flash tool runs confirmed flash commands then automatically monitors UART/RTT output, logic analyzer captures are persisted and auto-published for viewing, and STM32 ITM/SWO tracing via OpenOCD is supported. These additions streamline firmware flashing, capture collection, and signal visualization for embedded debugging.

Miscellaneous

  • Updated: Welcome header on payment success and generic install CTA
  • Updated: Signal color scheme across the application
  • Updated: Website design to include product image
  • Improved: Schematic request handlers in CLI connection binding
  • Improved: Default auto-confirm configuration for CLI
  • Improved: Managed Git layout and environment handling
  • Improved: Use backend canUpgrade and map new plan slugs in usage
  • Fixed: preserve DISCONNECTED marker in serial output
  • Fixed: call GitHub work token endpoint for daemon auth
  • Fixed: Python logic analyzer payload serialization
Last modified on May 23, 2026