cc-cream 0.1.2 → 0.1.3
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/CHANGELOG.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ All notable changes to cc-cream are documented here. Format follows
|
|
|
4
4
|
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/); versions follow
|
|
5
5
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [0.1.3] — 2026-05-29
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
- **Plugin commands not registered.** `plugin.json` listed command paths as `./commands/setup.md` (relative to `.claude-plugin/`), which Claude Code cannot resolve. Changed to `../commands/setup.md` so the paths correctly point to the `commands/` directory at the repo root.
|
|
11
|
+
|
|
7
12
|
## [0.1.2] — 2026-05-29
|
|
8
13
|
|
|
9
14
|
### Changed
|
|
@@ -59,6 +64,7 @@ line and prints a colored ≤3-row bar — zero tokens, the model never sees it.
|
|
|
59
64
|
- Supports **macOS and Linux**; Windows is a planned fast-follow.
|
|
60
65
|
- Requires Claude Code **2.1.132+** (`effort` / `thinking` need 2.1.145+).
|
|
61
66
|
|
|
67
|
+
[0.1.3]: https://github.com/bart-turczynski/cc-cream/compare/v0.1.2...v0.1.3
|
|
62
68
|
[0.1.2]: https://github.com/bart-turczynski/cc-cream/compare/v0.1.1...v0.1.2
|
|
63
69
|
[0.1.1]: https://github.com/bart-turczynski/cc-cream/compare/v0.1.0...v0.1.1
|
|
64
70
|
[0.1.0]: https://github.com/bart-turczynski/cc-cream/releases/tag/v0.1.0
|