Releases: ZihaoVistonWang/Stata-AI-Skill
Releases · ZihaoVistonWang/Stata-AI-Skill
Release list
Stata AI Skill v1.2
Stata AI Skill v1.2 release
- Run Stata initialization and execution on the same dedicated native worker thread for improved session stability.
- Preserve the original execution order of multiple
graph exportcommands. - Support graph command prefixes including
quietly,capture,noisily, and their abbreviations. - Support
width()andheight()when converting SVG graphs to PNG or JPG. - Preserve Stata-style
r(602)behavior when an output file already exists withoutreplace. - Prevent overlapping execution while Stata is still recovering from a timeout.
- Improve
/break, timeout, and graceful shutdown behavior. - Move PowerShell HTTP and Lianxh search guidance into dedicated reference files for a more concise
SKILL.md. - Update bundled binaries for Apple Silicon macOS, Windows x64, and Windows ARM64.
- Update all Skill, Rust, Stata command, installation, and download metadata to v1.2.
Stata AI Skill v1.1
Stata AI Skill v1.1 release
- Added automatic Stata discovery on macOS and Windows.
- Added agent-guided setup with the new
aiskillcommand. - Added persistent configuration reset and reconfiguration.
- Improved HTTP execution,
cwd, timeout, and break handling. - Added safe SVG, PNG, and JPG graph exports.
- Added Windows x64 and ARM64 support.
- Added optional Lianxh resource search with user-approved installation.
- Updated packaging, diagnostics, documentation, and installation options.
Stata AI Skill v1.0
Stata AI Skill v1.0 release
- Package version bumped to 1.0.0 for the native service and xtask.
- Includes the packaged skill directory with macOS Apple Silicon, macOS fallback, Windows x64, and Windows ARM64 binaries.
- Verified with cargo test, cargo run -p xtask -- dist, and skill validation.