isw v0.2.3
Energy-aware code analysis & optimization CLI. Pre-compiled binaries — source code is private.
Changed
- Binaries are no longer obfuscated. Removed
garble, which triggered a
Windows Defender false positive (Program:Win32/Wacapew.C!ml) that blocked
installation and execution. Binaries are still stripped (-s -w); the source
repository stays private. This unblockswingetand the install scripts. - Vendored third-party libraries (jQuery, Bootstrap, Moment, …) are now skipped
from scoring, so hotspots reflect your code.
Improved
- More optimizations actually land. The agentic loop matches patches by
anchor lines instead of exact offsets, lands more candidates on weaker models,
and removes extracted sections viareplace_lines. - Smart engine routing.
optimizedefaults to a fast single pass and only
escalates to the iterative loop for large files.
Fixed
- TS / JSX candidates are no longer rejected by an inapplicable
node --check. - Cap stop sequences to 4 for OpenAI-compatible providers (fixes a GLM 400).
Install (one-liner)
Windows (PowerShell):
irm https://github.com/TP202610017/framework-llm-releases/releases/latest/download/install.ps1 | iexmacOS / Linux (bash):
curl -fsSL https://github.com/TP202610017/framework-llm-releases/releases/latest/download/install.sh | bashPlatforms: Linux · macOS (amd64/arm64) · Windows (amd64). Verify downloads against checksums.txt (SHA-256).