Skip to content

v2.0.0

Compare
Choose a tag to compare
@saten-private saten-private released this 28 Jun 18:12
· 155 commits to main since this release
  • Added file writing functionality, so you can do a bit of programming. Errors are automatically fixed.
  • After completion or when you enter "f", you can now receive user feedback on whether the goal was properly achieved. This allows you to give feedback to the AI on information that is not available from the CLI, like a GUI. (However, the accuracy of the feedback may not be high yet)
  • When creating the file writing function, there were many issues with escaping when exchanging the list of future tasks in JSON with LLM, so we modified it to exchange the list of future tasks in a markdown-like format with LLM.
  • To allow you to change the OBJECTIVE while maintaining the environment, we made it so that the information you executed does not disappear even if you change the OBJECTIVE. Only the information about the list of future tasks and whether the OBJECTIVE was achieved is cleared. To delete the executed information, please delete the container once and change the RESULTS_STORE_NAME.
  • I have resolved the issue where the container could not be built.
    a9018b8