Skip to content

Releases: atxp-dev/cli

v1.2.5

26 Jan 21:03

Choose a tag to compare

What's New

  • QR Code Login: --qr flag for QR code-based login
  • Smart Fallback: Auto-detects headless environments and falls back to QR
  • Browser Fallback: Switches to QR if browser fails to open

v1.2.4

26 Jan 20:52

Choose a tag to compare

What's New

  • QR Code Login: Added --qr flag for QR code-based login
  • Smart Fallback: Automatically detects headless environments (SSH, Docker, CI) and falls back to QR login
  • Browser Fallback: If browser fails to open, automatically switches to QR code

Usage

# Browser login (default, with QR fallback)
npx atxp login

# Explicit QR code login
npx atxp login --qr

# Headless token login
npx atxp login --token "$TOKEN"

v1.2.2

26 Jan 19:06
7df2a1b

Choose a tag to compare

What's New

Browser-based Login

  • npx atxp login now opens your browser to authenticate
  • Uses localhost callback (same pattern as Claude Code)
  • No more manual copy/paste of connection strings!

How it works

  1. Run npx atxp login
  2. Browser opens to accounts.atxp.ai
  3. Log in with Privy
  4. Automatically redirects back to CLI
  5. Connection string saved to ~/.atxp/config

v1.2.1

26 Jan 16:51
11ac95d

Choose a tag to compare

Bug Fixes

Fixed incorrect tool names for MCP servers that were causing "Tool not found" errors:

Server Fixed
search.mcp.atxp.ai searchsearch_search
image.mcp.atxp.ai generate_imageimage_create_image
music.mcp.atxp.ai generate_musicmusic_create
video.mcp.atxp.ai generate_videocreate_video

v1.2.0

26 Jan 16:39
d7a8127

Choose a tag to compare

What's New

New Commands

  • npx atxp login - Save connection string for ATXP authentication
  • npx atxp search <query> - Web search
  • npx atxp image <prompt> - Generate images
  • npx atxp music <prompt> - Generate music
  • npx atxp video <prompt> - Generate videos
  • npx atxp x <query> - Search X/Twitter

Changes

  • demo and create commands moved under dev subcommand (npx atxp dev demo, npx atxp dev create)
  • Legacy commands still work for backwards compatibility

Documentation

  • Updated README with new command documentation

v1.1.1

06 Nov 17:55
2b8260f

Choose a tag to compare

What's Changed

  • Placeholder for mastra framework support by @zachwick in #12

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

14 Oct 13:53
bcc78d2

Choose a tag to compare

What's Changed

  • ATXP-407: Integrate Cloudflare Workers template into atxp create command by @robdimarco-atxp in #11

Full Changelog: v1.0.8...v1.1.0

v1.0.8

19 Sep 14:06

Choose a tag to compare

  • Create .env files in subdirectories

Full Changelog: v1.0.7...v1.0.8

v1.0.7

19 Sep 13:59
d52158d

Choose a tag to compare

What's Changed

  • ATXP-266: Walk users through creating .env file when running atxp create by @robdimarco-atxp in #10

Full Changelog: v1.0.6...v1.0.7

v1.0.6

10 Sep 21:49
57d8854

Choose a tag to compare

What's Changed

  • ATXP-242: Update templates in create-project.ts by @robdimarco-novellumai in #9

Full Changelog: v1.0.5...v1.0.6