We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6187b commit 027ba2eCopy full SHA for 027ba2e
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.4.2](https://github.com/agentinit/contextcalc/compare/v1.4.1...v1.4.2) (2025-10-23)
2
+
3
4
+### Bug Fixes
5
6
+* remove stdin timeout that caused race condition with piped input ([#16](https://github.com/agentinit/contextcalc/issues/16)) ([ef6187b](https://github.com/agentinit/contextcalc/commit/ef6187b865e60bfb7c242c16d810fbf2e8ac1bf5))
7
8
## [1.4.1](https://github.com/agentinit/contextcalc/compare/v1.4.0...v1.4.1) (2025-10-23)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "contextcalc",
- "version": "1.4.1",
+ "version": "1.4.2",
"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