Skip to content

Tags: git-hulk/clime

Tags

v0.1.19

Toggle v0.1.19's commit message
Normalize bare owner/repo npm sources and detect installed bin

Fixes a confusing failure when users pass --npm owner/repo: npm treats it
as a GitHub shorthand instead of a scoped package, so no binary is
created and the install fails with "binary not found". NewNpmInstaller
now rewrites bare owner/repo strings to @owner/repo, and Install snapshots
the npm global bin dir to discover binaries with unexpected names and
report a helpful error when none are produced.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

v0.1.18

Toggle v0.1.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Reinstall script plugins on init when the install URL changes (#15)

v0.1.17

Toggle v0.1.17's commit message
Add the auth instruction for skills

v0.1.16

Toggle v0.1.16's commit message
Update the source repo before installing skills

v0.1.15

Toggle v0.1.15's commit message
Allow using the interactive UI to install plugins

v0.1.14

Toggle v0.1.14's commit message
Warning if removes a non-exists plugin

v0.1.13

Toggle v0.1.13's commit message
Only download the missing plugins in command

v0.1.12

Toggle v0.1.12's commit message
Change the skill subcommand to install skill subcommand for CLI

v0.1.11

Toggle v0.1.11's commit message
Add skill subcommand for CLI

v0.1.10

Toggle v0.1.10's commit message
Fix brew update output