Skip to content

v1.6.0

Compare
Choose a tag to compare
@markwylde markwylde released this 30 Aug 06:56
· 12 commits to main since this release
175428d

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"