v0.0.4
Release v0.0.4
Installation
Homebrew (macOS and Linux)
brew install agentstation/tap/tokenizerDownload Binary
Download the appropriate binary for your platform from the assets below.
Using Go
go install github.com/agentstation/tokenizer/cmd/tokenizer@v0.0.4Verify Checksums
# Download checksums.txt and the binary, then:
sha256sum -c checksums.txtChangelog
New Features
- 54e03c9: feat: add builtBy variable for better build tracking (@jackspirou)
- 4430491: feat: add demo GIF generation with VHS (@jackspirou)
Bug fixes
- db58bb6: fix(ci): correct linter names for golangci-lint v2.3.0 (@jackspirou)
- 5f4b809: fix(ci): move exclusions under linters configuration (@jackspirou)
- 9505d35: fix(ci): remove formatters from linters list (@jackspirou)
- 13bc858: fix(ci): remove invalid skip-dirs from golangci-lint config (@jackspirou)
- 4f02a67: fix(ci): update golangci-lint config for v2.3.0 compatibility (@jackspirou)
- 837c0aa: fix(lint): address critical linting issues (@jackspirou)
- 55079b9: fix(lint): address more linting issues (@jackspirou)
- 3654ee1: fix(lint): address multiple linting issues (@jackspirou)
- 68bd0a6: fix(lint): address remaining linting issues (@jackspirou)
- 79d5d57: fix(lint): auto-fix comment periods with godot tool (@jackspirou)
- 1c64bee: fix: add GO_VERSION environment variable for release (@jackspirou)
- 8c80aae: fix: handle missing git repo in GoReleaser Homebrew formula (@jackspirou)
- 4761a9b: fix: resolve CI workflow issues (@jackspirou)
Others
- 0ee3247: refactor: reduce scanner.Scan() cyclomatic complexity (@jackspirou)
- 5433ea8: style: auto-format code with goimports (@jackspirou)