Releases: xpander-ai/xpander-cli
Releases · xpander-ai/xpander-cli
v0.0.69
0.0.69 (2025-12-15)
Features
- [PRO-474] implement invoke command with API, webhook, and local options (23b5c79)
- add --message flag and improve invoke command argument handling (437497a)
- add comprehensive tests for git-clone utility (fc07a84)
- PRO-236: fallback to https clone in case of ssh failure (c39f623)
Bug Fixes
- [PRO-469] remove double quotes from .env file generation (bb1927a)
- [PRO-469] sync yarn.lock from main to fix CI build (592a183)
- [PRO-470] [PRO-471] [PRO-472] create agent if not found during deployment (5f8bdcd)
- [PRO-470] [PRO-471] use .env agent ID and skip redundant prompts (d477690)
- [PRO-470] add --path option and auto-stop to deploy commands (ac26e43)
- [PRO-471] --profile flag now takes precedence over .env credentials (8426b16)
- [PRO-471] use credentials from .env file when deploying (10bd077)
- [PRO-472] --confirm flag now skips agent creation prompt (996e137)
- [PRO-472] prompt for agent selection when no agent ID in .env (79bdc5d)
- address Cursor Bugbot feedback - spinner, precedence, and name resolution (24447f1)
- address Cursor code review bugs (9c1ac60), closes #2 #3
- comprehensive deployment and command improvements (9c5be54)
- correct staging URL format to api.stg.xpander.ai (54f7cd6)
- invoke command now falls back to .env agent_id when provided agent not found (85c921d)
- pass workingDirectory to getAgentIdFromEnvOrSelection for --path support (ccfded4)