Skip to content

llmtrim 0.1.5

Choose a tag to compare

@github-actions github-actions released this 12 Jun 13:26
· 118 commits to main since this release

Added

  • setup reclaims orphaned daemons: when the default port is busy, setup now
    identifies the holder (native OS tools); an old llmtrim daemon — e.g. left running
    after npm uninstall, which can't stop it — is killed and the default port reclaimed
    instead of silently drifting to the next port. Foreign holders are named in the note
    ("busy (chrome.exe, pid 123)").

Fixed

  • uninstall no longer deletes package-manager-owned binaries: under an npm /
    cargo / Homebrew install it keeps the file and prints the manager's uninstall command
    (deleting it out from under the manager left broken bookkeeping). INSTALL.md documents
    the order: llmtrim uninstall first, then the package manager.
  • npm packages now ship a README (npmjs renders the tarball readme, not the repo's).