Skip to content

v2.0.1 — bunx installer CLI

Choose a tag to compare

@RohiRIK RohiRIK released this 14 May 11:40
· 203 commits to main since this release

What's new

Single-command LTM installer — no git clone required:

```bash
bunx @rohirik/ltm-core # auto-detect Claude Code, OpenCode, Pi
bunx @rohirik/ltm-core --claude
bunx @rohirik/ltm-core --opencode
bunx @rohirik/ltm-core --pi
bunx @rohirik/ltm-core --dry-run --claude # preview without writing
```

What it does per target

  • Claude Code — writes mcpServers.ltm to ~/.claude/settings.json, wires SessionStart/PreCompact/PostEditCheck hooks
  • OpenCode — adds @rohirik/opencode-ltm@latest to opencode.json plugin list
  • Pi — appends [[extensions]] package = "@rohirik/pi-ltm" to pi.toml

All targets are idempotent — safe to run multiple times.

Packages published

  • @rohirik/ltm-core@2.0.1
  • @rohirik/opencode-ltm@2.0.1
  • @rohirik/pi-ltm@2.0.1