v1.1.2
Pre-release
Pre-release
Stability Analysis Agent CLI v1.1.2 — Release Notes
Release date: 2026-04-22
Platform: macOS (arm64)
Binary: StabilityAnalyzer
What's New
Bug Fixes
- 修复提示词拼装流程中的问题,提升分析请求构建的稳定性与一致性。
- 修复文档文件生成相关问题,避免发布与产物流程中出现缺失或异常输出。
Installation
# 解压后赋予执行权限
chmod +x StabilityAnalyzer
# macOS Gatekeeper 提示(无签名时)
xattr -d com.apple.quarantine StabilityAnalyzer
# 运行
./StabilityAnalyzer --help
# 可选:安装到 PATH(默认 ~/.local/bin,命令名 sa-agent)
chmod +x install.sh
./install.shConfiguration
复制并编辑配置文件:
cp configs/agent_config.local.example.json configs/agent_config.local.json
# 填入 LLM API Key(OpenAI / DeepSeek / 文心等)