Skip to content

Tags: git-hulk/clime

Tags

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(init): record init URL (#18)

v0.1.20

Toggle v0.1.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(skills): add --force/-f to `skills install` to reinstall install…

…ed skills (#17)

`clime skills install <repo>` filters out already-installed skills from
the selection picker, so there is no way to reinstall/refresh a skill you
already have (short of `uninstall` then `install`). The interactive
"Update installed skills" action exists but isn't reachable from the
`install <repo>` command directly.

Add `--force`/`-f`: when installing from a repo, already-installed skills
are kept in the picker (marked `(reinstall)`) instead of being filtered
out, and reinstalling overwrites their files. Non-force behavior and the
interactive source menu are unchanged.

The candidate-filtering logic is extracted into a pure
`selectInstallCandidates` helper and unit-tested for both default and
force modes.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

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