Stability Analysis Agent v1.0.0
Pre-release
Pre-release
Stability Analysis Agent CLI v1.0.0 — Release Notes
Release date: 2026-04-21
Platform: macOS (arm64)
Binary: StabilityAnalyzer
What's New
- Initial public release of Stability Analysis Agent CLI for macOS (arm64).
- Provides a single-file executable (
StabilityAnalyzer) for direct terminal usage. - Supports crash log analysis workflow with configurable LLM providers via local config.
Bug Fixes
- N/A for the initial release.
Installation
# 解压后赋予执行权限
chmod +x StabilityAnalyzer
# macOS Gatekeeper 提示(无签名时)
xattr -d com.apple.quarantine StabilityAnalyzer
# 运行
./StabilityAnalyzer --helpConfiguration
复制并编辑配置文件:
cp configs/agent_config.local.example.json configs/agent_config.local.json
# 填入 LLM API Key(OpenAI / DeepSeek / 文心等)Known Issues
- Binary is currently unsigned. macOS may block first launch; remove quarantine attribute if prompted:
xattr -d com.apple.quarantine StabilityAnalyzer