Skip to content

isw v0.2.2

Choose a tag to compare

@Jemisas Jemisas released this 26 Jun 21:11

isw v0.2.2

New

  • GLM (Z.ai) provider. The config wizard and llm.provider now offer
    GLM (Zhipu, via the Z.ai OpenAI-compatible endpoint). Reasoning
    "thinking" is disabled so structured outputs don't truncate.
  • Agentic-loop optimization for large files. optimize --agent can now
    iterate to GREEN and, when a file is too large to fix in place, extract
    cohesive sections into new files
    — only ever landing them when a real
    build/type-check confirms the project still compiles (exact rollback
    otherwise).
  • Project-local TypeScript verification. The build-verify step now finds
    a project's local tsc (via node), so safe cross-file extraction works on
    real TS / React projects.

Changed

  • Removed the Amazon Bedrock option from the provider picker.

Install

winget install isw          # Windows (once published to winget)
curl -fsSL https://github.com/TP202610017/framework-llm-releases/releases/latest/download/install.sh | bash

Verify downloads against checksums.txt (SHA-256).