Coder Social home page Coder Social logo

di-sukharev / ai-tdd Goto Github PK

View Code? Open in Web Editor NEW
243.0 9.0 17.0 189 KB

CLI for TDD — you write the test, GPT writes the code to pass it ✅

TypeScript 86.01% Shell 13.99%
ai artificial-intelligence chatgpt gpt openai productivity tdd test-driven-development

ai-tdd's People

Contributors

di-sukharev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ai-tdd's Issues

Generate test from debugger in VSCode

Would be cool to make it possible in VSCode to:

  1. Generate a unit test from debugger call stack or variable (everything for Arrange, Act and Assert (AAA) pattern is already there)
  2. Slightly modify this test to satisfy new requirements
  3. Generate code using ai-tdd based on generated unit test

Request failed with status code 404

I always receive the message Error: Request failed with status code 404
The api-key is correct.
When i am sending requests via Postman it is working.

feature: optimize work on a single test suite with some sort of cache and smaller patch responses

i'm thinking of something like this:

  1. you send a test suite filepath
  2. lib saves the filepath and caches the file
  3. you send the same filepath again (working on a particular test suite)
  4. lib finds the difference between the cached file content and the new file content and send only diff to openAI api
  5. GPT responses with a JSON something like {type: "replace", from: "some_code_from_cached_file_content", "to": "new_content"}, other types may be append (to add line after a line), insert with {startLine: <code_string>, endLine: <code_string>} (to add code between the lines)

Unable to set up aitdd with my API key

I followed the straightforward README, and setup my config as such (API changed for obvious reason)

~/.aitdd/config

aitdd config set OPENAI_API_KEY sk-ManyLettersWithMixedUpperCaseAndLowerCase
aitdd config set RUN_TESTS "npm run test"

When I try to run it in the console:

➜  TiedSiren git:(main) aitdd run
│
└  'aitdd config set OPENAI_API_KEY sk-ManyLettersWithMixedUpperCaseAndLowerCase' name is invalid, it should be either 'AITDD CONFIG SET OPENAI_API_KEY SK-MANYLETTERSWITHMIXEDUPPERCASEANDLOWERCASE' or it doesn't exist.

│
└  Manually fix the '.env' file or global '~/.aitdd/config' config file.

I am not sure where I got it wrong. How can I fix it?

Support actually running tests and feeding back results

For non-trivial / implementations where they could be interpreted in many different ways, GPT4 will still miss in a zero-shot attempt. Perhaps you could run the test file and feed the results into a second execution of aitdd. Recursive AI coding—the dream!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.