Skip to content

v0.7.3

Latest

Choose a tag to compare

@Zhonghao1995 Zhonghao1995 released this 13 Jun 09:51
· 5 commits to main since this release
a8949a5

Reworks the one-line installers so a single command provisions the full toolchain on a fresh machine, and makes both platforms default to the latest published release.

Windows one-line install — fixed

  • Clone into %LOCALAPPDATA% (not the write-protected C:\Windows\System32) and set a process-scope ExecutionPolicy Bypass before running the cloned installer.
  • Reject the Microsoft Store python.exe / python3.exe alias stubs; auto-install Python 3.12 (required) and Node.js LTS (best-effort) via winget; add the venv Scripts dir to PATH so aiswmm resolves after install.

Installer entrypoints — changed (both platforms)

  • Default to the latest published release; AISWMM_INSTALL_REF pins a tag or main.
  • The upfront OpenAI-only model prompt is gone — provider/model are chosen after install via aiswmm login / aiswmm login --anthropic.
  • A CI job keeps aiswmm.com/install.* in lockstep with web/install.*.
# macOS / Linux
curl -fsSL https://aiswmm.com/install.sh | bash
# Windows
irm https://aiswmm.com/install.ps1 | iex
# Reproducible (Docker)
docker run --rm -v "$PWD/runs:/app/runs" ghcr.io/zhonghao1995/agentic-swmm-workflow:v0.7.3 acceptance

Full changelog: https://github.com/Zhonghao1995/agentic-swmm-workflow/blob/main/CHANGELOG.md