Skip to content

Releases: markwylde/aitk

v1.8.0

30 Sep 14:52
d073ac1
Compare
Choose a tag to compare
  • Implement the new prompt command which will generate a prompt for you, including the files in your project that are needed.

v1.7.1

30 Aug 07:27
47be150
Compare
Choose a tag to compare
  • Fixes the cat command which I broke due to the big refactor
  • Update readme to reflect new changes

v1.6.0

30 Aug 06:56
175428d
Compare
Choose a tag to compare

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

31 Jul 18:26
1ee7e6d
Compare
Choose a tag to compare

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