Skip to content

Releases: ArmorerLabs/Armorer-Gauntlet

Armorer Gauntlet v0.3.0

Choose a tag to compare

@armorer-labs armorer-labs released this 21 Jun 21:39

Minor provider and mobile-operations release.

Daemon

  • Added first-class Claude Code sessions that can be created, listed, read, started, and interrupted from Gauntlet.
  • Added first-class Pi coding-agent sessions alongside Codex sessions.
  • Increased the Codex app-server WebSocket payload ceiling to handle large thread snapshots.
  • Added setup checks and environment knobs for Pi and Claude Code adapters.

PWA

  • Added agent filters and badges for Codex, Pi, and Claude.
  • Added a Working feed filter and pulsing indicator for active/queued sessions.
  • Added Claude and Pi choices to the new-session sheet.

Tooling

  • Bumped the workspace to 0.3.0.
  • Added adapter unit coverage for Pi and Claude session lifecycles.
  • Added display helper coverage for working-state and agent labels.

Validation

  • npm run check
  • npm test
  • npm run build
  • npm run test:e2e

Armorer Gauntlet v0.1.0

Choose a tag to compare

@armorer-labs armorer-labs released this 14 May 03:54

Armorer Gauntlet is ready for its initial public source release.

Highlights:

  • Mobile command deck for coding agents running on your own machine.
  • Self-hosted relay with end-to-end encrypted app messages.
  • QR-first phone pairing with short-lived one-time tokens.
  • Mobile session list, chat, approvals, markdown rendering, and status views.
  • Generic push notifications for approvals, input requests, failures, and ready-for-instructions transitions.
  • Current Codex provider adapter with a protocol shape designed for future coding-agent providers.
  • Mobile and desktop Playwright coverage backed by mocked relay/daemon fixtures.

This release is source-only; no build artifacts are attached.