githits 0.10.1 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +2 -2
- package/.claude-plugin/plugin.json +1 -1
- package/.codex-plugin/plugin.json +1 -1
- package/.cursor-plugin/plugin.json +1 -1
- package/.plugin/plugin.json +1 -1
- package/README.md +17 -5
- package/dist/cli.js +69 -63
- package/dist/index.js +1 -1
- package/dist/shared/{chunk-21mr3bz5.js → chunk-em3sdzv2.js} +13 -4
- package/dist/shared/{chunk-vr9wzgs2.js → chunk-gjab0gcw.js} +1 -1
- package/dist/shared/{chunk-bbb4jq1t.js → chunk-ycxd233m.js} +1 -1
- package/gemini-extension.json +1 -1
- package/package.json +1 -1
- package/plugin.json +1 -1
- package/server.json +2 -2
- package/skills/githits-mcp/SKILL.md +2 -33
- package/skills/githits-package/references/package.md +1 -1
|
@@ -24,7 +24,7 @@ Use `--depth` to request transitive output capped to that traversal depth. Omit
|
|
|
24
24
|
|
|
25
25
|
## Changelog
|
|
26
26
|
|
|
27
|
-
`githits pkg changelog <registry:name>` returns recent release notes
|
|
27
|
+
`githits pkg changelog <registry:name>` returns recent release notes. `--limit` caps latest mode. `--from` is the exclusive lower bound for range mode, which returns entries after `--from` through `--to` (or latest).
|
|
28
28
|
|
|
29
29
|
Flags: `--repo-url <url>`, `--from <version>`, `--to <version>`, `--limit 1-50`, `--git-ref <ref>`, `--verbose`, `--no-body`, `--json`.
|
|
30
30
|
|