Commit Graph

81 Commits

Author SHA1 Message Date
LeonOstrez
e11998c89d fix telemetry 2024-10-10 11:41:04 +02:00
matija-ilijas
7c46a94249 Fixed various double messages in UI 2024-09-25 17:29:11 +02:00
matija-ilijas
36d22cbc34 Added file status ui messages and upgraded generate_diff function 2024-09-10 20:43:30 +02:00
matija-ilijas
26de2e5cb8 Changes review spec ui message 2024-09-09 15:21:18 +02:00
matija-ilijas
98d31986a6 Fixed bug in spec reviewer 2024-09-09 14:17:46 +02:00
aashankhan2981
05252d8ab8 Changed the prompt from asking users to press ENTER to using CTRL/CMD + ENTER for proceeding with the project description. 2024-09-03 16:06:52 +05:00
matija-ilijas
da7d9f8c76 Added stream output to SpecWritter 2024-08-27 20:09:15 +02:00
LeonOstrez
feac3fc30b fix 2024-08-06 10:22:15 +02:00
LeonOstrez
887d2fa33e Merge pull request #1069 from Pythagora-io/relevant
Relevant
2024-08-06 10:19:15 +02:00
Senko Rasic
05793baa7d fix crash in SpecWriter 2024-08-04 16:05:53 +02:00
LeonOstrez
0d6bbdd475 fix crash 2024-07-31 16:06:46 +02:00
matija-ilijas
9cdf76391a Added updated prompt and fixed initial prompt telemtry set in SpecWriter 2024-07-30 18:25:43 +02:00
matija-ilijas
029649ef3c Fixed wrong original description initialization
#	modified:   core/agents/spec_writer.py
2024-07-30 15:21:42 +02:00
LeonOstrez
26edeeadb5 update config.json default models 2024-07-30 14:54:41 +02:00
matija-ilijas
53d9addd10 Added specification update to new feature add on app load and diff display on ui 2024-07-26 19:45:56 +02:00
matija-ilijas
8dcabe3990 Minor fixes and database update 2024-07-26 12:04:51 +02:00
matija-ilijas
4cee89f394 Minor formatting 2024-07-26 12:04:51 +02:00
matija-ilijas
ea3e8b7d9b Added new feature request in deep focus pipeline 2024-07-26 12:04:51 +02:00
matija-ilijas
19c472c9ab Added initial add feature functionality 2024-07-26 12:04:51 +02:00
Goran Peretin
22a5fb96a1 Fix telemetry call in spec writer. 2024-06-14 10:16:17 +02:00
Senko Rasic
de9d50d8da refactor example project so each agent does its job in turn 2024-06-13 10:48:37 +02:00
Senko Rasic
b3d5d06b54 add trace events for project creation and specification 2024-06-11 16:52:12 +02:00
Senko Rasic
70aa127a96 store whether the system dependencies are installed in telemetry 2024-06-11 14:16:42 +02:00
Senko Rašić
fa2cd3209d support existing projects (#976)
Experimental, limited to 10kloc
2024-06-04 18:18:02 +02:00
LeonOstrez
7bb2633300 Merge pull request #953 from Pythagora-io/missing-ipc
Implement missing VSCode IPC messages
2024-05-25 18:24:01 +01:00
LeonOstrez
2ea8a1b54d 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
c34576499b 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
413a3ce0fe add action label to states for easier debugging/loading 2024-05-25 11:06:28 +02:00
Senko Rasic
333477235e vscode extension expects lowercase "continue" for special handling 2024-05-24 18:50:07 +02:00
Senko Rasic
2b7d018cd0 use "continue" label for continue buttons; fix project template message 2024-05-24 12:52:23 +02:00
Senko Rasic
5b474ccc1f 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