Skip to content

isw v0.2.3

Latest

Choose a tag to compare

@Jemisas Jemisas released this 26 Jun 21:24

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 unblocks winget and 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 via replace_lines.
  • Smart engine routing. optimize defaults 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 | iex

macOS / Linux (bash):

curl -fsSL https://github.com/TP202610017/framework-llm-releases/releases/latest/download/install.sh | bash

Platforms: Linux · macOS (amd64/arm64) · Windows (amd64). Verify downloads against checksums.txt (SHA-256).