Skip to content

Releases: TP202610017/framework-llm-releases

isw v0.2.3

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).

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).

isw v0.2.1

Choose a tag to compare

@Jemisas Jemisas released this 20 Jun 22:17

isw v0.2.1

Energy-aware code analysis & optimization CLI. Pre-compiled, obfuscated binaries only — source code is private.

What's new

  • Config wizard: provider/model pickers open gap-free — no more blank rows or items scrolling away as you navigate.
  • TUI navigation: finishing an action (Optimize, Set API key) now returns you to the menu instead of dropping you at the shell; the end-of-action pause never hangs (Ctrl+C is no longer the only way out).
  • Welcome banner: refreshed mascot (solid sprite, transparent eyes).

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). Single static binary, stripped + obfuscated (garble). Verify with checksums.txt.

isw v0.2.0

Choose a tag to compare

@Jemisas Jemisas released this 20 Jun 20:31

isw v0.2.0

Energy-aware code analysis & optimization CLI. Pre-compiled, obfuscated binaries only — the source code is private and not published here.

What's new in v0.2.0

  • The command is now isw (previously issw). Re-run the installer below to pick up the new binary.
  • Config file is isw.yaml; environment variables use the ISW_ prefix (e.g. ISW_LLM_PROVIDER); the state/backup directory is .isw-framework/.

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

Manual

Download the archive for your platform below, extract isw (isw.exe on Windows), and put it on your PATH. Verify integrity with checksums.txt (SHA-256).

Platforms: Linux · macOS (amd64 / arm64) · Windows (amd64). Single static binary, no dependencies. Binaries are stripped and obfuscated (garble).

framework-llm v0.1.0

Choose a tag to compare

@Jemisas Jemisas released this 20 Jun 17:00

framework-llm v0.1.0

Energy-aware code analysis & optimization CLI. Pre-compiled, obfuscated binaries only — the source code is private and is not published here.

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

Manual

Download the archive for your platform below, extract issw (issw.exe on Windows), and put it on your PATH. Verify integrity with checksums.txt (SHA-256).

Platforms: Linux · macOS · Windows (amd64 / arm64). Single static binary, no dependencies. Binaries are stripped and obfuscated (garble).