Releases: saten-private/BabyCommandAGI
Releases · saten-private/BabyCommandAGI
v2.0.2
- I've added a use case where you can automatically create an app just by providing feedback.
https://twitter.com/saten_work/status/1674855573412810753
v2.0.1
Change the example OBJECTIVE to something that can easily create a Flutter app.
v2.0.0
- 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
v1.0.1
Create a tag with the current main before releasing v2.
v1.0.0
first release
You can now build a Flutter environment.
https://twitter.com/saten_work/status/1667126272072491009