Releases: markwylde/aitk
Releases · markwylde/aitk
v1.8.0
v1.7.1
v1.6.0
Add's two new commands ask
and edit
to allow you to edit all files in a folder by sending each one individually to your selected ai of choice:
Usage: aitk [command] [options] [directory1] [directory2] ...
Commands:
cat Dump all file contents into a text file
ls Show a recursive directory tree of all files
types List all types and function signatures for TypeScript and JavaScript files
ask Ask a question to an AI model
edit Apply AI-powered edits to files in the current directory
help Show this help message
Options:
--help Show help message
Examples:
aitk ask "Who are you?"
aitk cat ./src
aitk ls ./src ./tests
aitk types ./src
aitk edit "Refactor the main function to use async/await"
v1.4.0
What's Changed
- feat: ignore multi file extensions by @markwylde in #1
- feat: add .aitkignore file
Full Changelog: https://github.com/markwylde/ai-toolkit/commits/v1.4.0