Skip to main content

CLI Changelog

Stay up to date with the latest changes to the Asymptote CLI (asym).

March 2026

v2.7.1 ·March 1, 2026

  • Security patch for the CLI authentication flow

v2.7.0 ·February 28, 2026

  • Added asym init command for seamless first-time setup ·configures authentication and agent integration in a single step
  • Added (VS Code) qualifier to GitHub Copilot in the agent list for clarity
  • Improved help text and command descriptions throughout the CLI
  • Fixed a display bug where subcommand help output showed incorrect formatting

February 2026

v2.6.2 ·February 27, 2026

  • Fixed a macOS permission error that prevented the CLI binary from being overwritten during upgrades

v2.6.1 ·February 27, 2026

  • Restored version number display in the CLI startup banner

v2.6.0 ·February 27, 2026

  • Added asym upgrade command ·update to the latest CLI version without reinstalling manually
  • Added a welcome banner with colored output when running asym init
  • Improved Homebrew install messaging

v2.5.3 ·February 25, 2026

  • Fixed a race condition in the CLI login flow that could cause authentication to fail intermittently
  • Reliability improvements to coding session monitoring

v2.5.2 ·February 24, 2026

  • Fixed an issue where the AI model used during a session was not correctly attributed in evaluation results

v2.5.1 ·February 23, 2026

  • Fixed an issue where coding sessions were not correctly associated with a repository when using git worktrees
  • Improved reliability of evaluation result delivery
  • Reduced noise in session output

v2.5.0 ·February 23, 2026

  • Added Factory as a supported coding agent integration

v2.4.0 ·February 20, 2026

  • Significantly improved performance and reliability of Cursor hook monitoring

v2.3.0 ·February 17, 2026

  • Added support for VS Code and Claude Code as monitored AI coding agents

v2.2.1 ·February 13, 2026

  • Improved first-run experience with clearer prompts and better error messages
  • Fixed a misleading success message shown after entering an API key
  • Tightened security on local CLI configuration files

v2.2.0 ·February 11, 2026

  • Added GitHub Copilot (VS Code) as a supported monitored coding agent

v2.1.0 ·February 3, 2026

  • Added GitHub Actions integration ·Asymptote now posts AI-suggested fixes in pull request comments with severity filtering
  • Performance improvements and bug fixes for Cursor monitoring

January 2026

v2.0.2 ·January 22, 2026

  • Fixed session data growing unboundedly over time
  • Fixed a bug where session cleanup could incorrectly reset repository associations

v2.0.1 ·January 22, 2026

  • Fixed session state not persisting correctly between cleanup cycles

v2.0.0 ·January 21, 2026

  • CLI rebranded and renamed from asymptote to asym
  • Rebuilt agent plugin management for improved reliability

v1.1.2 ·January 19, 2026

  • Bug fixes and stability improvements following initial launch

v1.1.1 ·January 19, 2026

  • Bug fixes

v1.1.0 ·January 19, 2026

  • Switched to Homebrew formula distribution for simpler installs and updates
  • Bug fixes for API key handling and local configuration

v0.2.0 ·January 18, 2026

  • Second pre-release via Homebrew

v0.1.0 ·January 18, 2026

  • First public release of the Asymptote CLI via Homebrew

December 2025

New Features

  • Initial release