We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969b5fd commit e641d5aCopy full SHA for e641d5a
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.4.1](https://github.com/agentinit/contextcalc/compare/v1.4.0...v1.4.1) (2025-10-23)
2
+
3
4
+### Bug Fixes
5
6
+* fix ast mode ([#15](https://github.com/agentinit/contextcalc/issues/15)) ([969b5fd](https://github.com/agentinit/contextcalc/commit/969b5fd3dfb642f0273bb07ec7bad9200cf29626))
7
8
# [1.4.0](https://github.com/agentinit/contextcalc/compare/v1.3.6...v1.4.0) (2025-10-23)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "contextcalc",
- "version": "1.4.0",
+ "version": "1.4.1",
"description": "A fast CLI tool and library for analyzing codebase structure and token counts for LLM context management",
"main": "dist/lib/index.js",
"module": "dist/lib/index.js",
0 commit comments