v1.6.5

feyninc/chonkiev1.6.5May 6, 2026by chonk-lain

AI Summary

This release introduces support for agentic skills via skills.sh and replaces all tokenizer backends with the 'tokie' library.

Key Highlights

  • Support for agentic skills via `skills.sh`.
  • Replacement of all tokenizer backends with `tokie`.
  • Added lazy import workflow.

New Features

  • Agentic skills support
  • Tokie tokenizer backend
  • Lazy import workflow

Full Release Notes

## What's Changed
Chonkie now supports agentic skills via [![skills.sh](https://skills.sh/b/chonkie-inc/skills)](https://skills.sh/chonkie-inc/skills)  
you can get started directly by running the following command 🤖 
```
npx skills add chonkie-inc/skills
``` 
* feat: add lazy import workflow by @chonk-lain in https://github.com/chonkie-inc/chonkie/pull/568
* feat (workflow) : add trfflehog workflow by @chonk-lain in https://github.com/chonkie-inc/chonkie/pull/577
* feat: replace all tokenizer backends with tokie by @chonknick in https://github.com/chonkie-inc/chonkie/pull/565
* chore: add instructions on how to use skills  by @chonk-lain in https://github.com/chonkie-inc/chonkie/pull/578
* chore(deps): bump lxml from 6.0.2 to 6.1.0 by @dependabot[bot] in https://github.com/chonkie-inc/chonkie/pull/567
* chore(deps): bump litellm from 1.83.0 to 1.83.7 by @dependabot[bot] in https://github.com/chonkie-inc/chonkie/pull/569
* chore(deps): bump python-dotenv from 1.0.1 to 1.2.2 by @dependabot[bot] in https://github.com/chonkie-inc/chonkie/pull/573

**Full Changelog**: https://github.com/chonkie-inc/chonkie/compare/v1.6.4...v1.6.5