cctally 1.96.0 → 1.96.1
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 +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,11 @@ based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [1.96.1] - 2026-08-13
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- Public Linux source-checkout CI now exercises the public ShellCheck surface, skips maintainer-only evidence-vocabulary and agentmem contract assertions when their producers are intentionally absent, and classifies NUL-bearing harness logs identically under GNU and BSD tooling. This restores the exact-SHA public gate that failed after the v1.96.0 beta snapshot while retaining fail-closed evidence redaction.
|
|
12
|
+
|
|
8
13
|
## [1.96.0] - 2026-08-13
|
|
9
14
|
|
|
10
15
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cctally",
|
|
3
|
-
"version": "1.96.
|
|
3
|
+
"version": "1.96.1",
|
|
4
4
|
"description": "Claude Code usage tracker and local dashboard for Pro/Max subscription limits - weekly cost-per-percent trend, quota forecasts, threshold alerts. ccusage-compatible.",
|
|
5
5
|
"homepage": "https://github.com/omrikais/cctally",
|
|
6
6
|
"repository": {
|