Releases: alexgorbatchev/tiktoken-cli
Releases · alexgorbatchev/tiktoken-cli
Release list
tiktoken v1.1.0
Changelog
- 4172556 docs(cmd): clarify CLI help description and remove internal library references
- f13efe1 feat(cmd): support file path positional arguments and -f/--file flag
- b8a9919 refactor(cmd): deduplicate encoding resolution and add encoding tests
- 7e15c6d test(cmd): add TestExecuteRootCmd and fix zero args help test in root_test.go
- 6b427a0 test(cmd): add comprehensive unit tests for count command
- 0848ba1 test(cmd): add decode unit tests and finalize unit test suite
- 2346b5a test(cmd): expand coverage for token reader and error handling in decode
- 299ead2 test(cmd): finalize test coverage for count and decode
- 52327cb test(cmd): update decode test
- 6d1f9bc test(cmd): update root_test.go
tiktoken v1.0.0
Changelog
- 3fbb869 Fix CI: use goreleaser v2 formats syntax, remove lint job (no Go 1.25 support)
- 4479597 Fix goreleaser: use v6 action with goreleaser v2
- 82b9651 Initial commit: tiktoken-go-cli
- 2ef8e39 Make count the default action
- 1e4052a Remove Homebrew tap configuration
- a86bc49 Specify default encoding (cl100k_base) in help and README
- 7542650 Update to Go 1.25 and fix goreleaser config
- 6fd9efb feat: replace test.sh with justfile, build to bin/tiktoken, and update go to 1.26
- 16f055a fix(release): set project_name to tiktoken so release archives omit -cli
- 4b03987 refactor: rename project to tiktoken-cli