Commit Graph

11 Commits

Author SHA1 Message Date
Senko Rasic
7d225bbfe2 refactor example project so each agent does its job in turn 2024-06-13 10:48:37 +02:00
Senko Rasic
a4b920d6fa add trace events for project creation and specification 2024-06-11 16:52:12 +02:00
Senko Rasic
4743fccbaf store whether the system dependencies are installed in telemetry 2024-06-11 14:16:42 +02:00
Senko Rašić
611904904a support existing projects (#976)
Experimental, limited to 10kloc
2024-06-04 18:18:02 +02:00
LeonOstrez
4520d61052 Merge pull request #953 from Pythagora-io/missing-ipc
Implement missing VSCode IPC messages
2024-05-25 18:24:01 +01:00
LeonOstrez
9f59815224 Merge pull request #955 from Pythagora-io/state-names
add action label to states for easier debugging/loading
2024-05-25 18:21:29 +01:00
LeonOstrez
5b206f1b33 Fixes (#957)
* send user instructions for testing as hint
* cleanup tasks after each epic
* fix sending task description in question
* added logs of example project description, task description, and removed 'Skip task' button if there is only 1 task in epic
2024-05-25 19:20:29 +02:00
Senko Rasic
92c43b6645 add action label to states for easier debugging/loading 2024-05-25 11:06:28 +02:00
Senko Rasic
ea5edabedf vscode extension expects lowercase "continue" for special handling 2024-05-24 18:50:07 +02:00
Senko Rasic
743fd22dfa use "continue" label for continue buttons; fix project template message 2024-05-24 12:52:23 +02:00
Senko Rasic
87190391d9 merge gpt-pilot 0.2 codebase
This is a complete rewrite of the GPT Pilot core, from the ground
up, making the agentic architecture front and center, and also
fixing some long-standing problems with the database architecture
that weren't feasible to solve without breaking compatibility.

As the database structure and config file syntax have changed,
we have automatic imports for projects and current configs,
see the README.md file for details.

This also relicenses the project to FSL-1.1-MIT license.
2024-05-22 21:42:25 +02:00