Releases: atxp-dev/cli
Releases · atxp-dev/cli
v1.2.5
v1.2.4
What's New
- QR Code Login: Added
--qrflag 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
What's New
Browser-based Login
npx atxp loginnow opens your browser to authenticate- Uses localhost callback (same pattern as Claude Code)
- No more manual copy/paste of connection strings!
How it works
- Run
npx atxp login - Browser opens to accounts.atxp.ai
- Log in with Privy
- Automatically redirects back to CLI
- Connection string saved to ~/.atxp/config
v1.2.1
Bug Fixes
Fixed incorrect tool names for MCP servers that were causing "Tool not found" errors:
| Server | Fixed |
|---|---|
| search.mcp.atxp.ai | search → search_search |
| image.mcp.atxp.ai | generate_image → image_create_image |
| music.mcp.atxp.ai | generate_music → music_create |
| video.mcp.atxp.ai | generate_video → create_video |
v1.2.0
What's New
New Commands
npx atxp login- Save connection string for ATXP authenticationnpx atxp search <query>- Web searchnpx atxp image <prompt>- Generate imagesnpx atxp music <prompt>- Generate musicnpx atxp video <prompt>- Generate videosnpx atxp x <query>- Search X/Twitter
Changes
demoandcreatecommands moved underdevsubcommand (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
v1.1.0
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
- Create .env files in subdirectories
Full Changelog: v1.0.7...v1.0.8
v1.0.7
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
What's Changed
- ATXP-242: Update templates in create-project.ts by @robdimarco-novellumai in #9
Full Changelog: v1.0.5...v1.0.6