You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).