Commit Graph

1619 Commits

Author SHA1 Message Date
LeonOstrez
775e4b5d56 version 0.2.10 0.2.10 2024-07-24 18:05:59 +02:00
LeonOstrez
f20d7f7b10 remove JavascriptReactProjectTemplate 2024-07-24 18:05:34 +02:00
LeonOstrez
6877c274bc version 0.2.9 0.2.9 2024-07-24 17:46:34 +02:00
LeonOstrez
cea0d2a3b8 fix getting project name in get_alternative_solutions.prompt 2024-07-23 11:09:32 +02:00
LeonOstrez
c80bdfc4b6 version 0.2.8 0.2.8 2024-07-17 09:52:51 +01:00
LeonOstrez
d8f221fe32 Merge pull request #1054 from Pythagora-io/fixes
properly setup default models
2024-07-16 13:22:30 +01:00
LeonOstrez
895a74c6e6 properly setup default models 2024-07-16 13:20:52 +01:00
LeonOstrez
12b868d8a9 Merge pull request #1053 from Pythagora-io/z_coding_raised_hands
Added the rule for making testing instructions so that Pythagora tell…
2024-07-13 07:58:02 +01:00
Zvonimir Sabljic
f52e321c25 Added the rule for making testing instructions so that Pythagora tells the user if they need to do something manually 2024-07-12 17:47:20 -07:00
LeonOstrez
cf61a960c1 Merge pull request #1052 from Pythagora-io/fixes
Fixes
2024-07-12 21:40:09 +01:00
LeonOstrez
4fd5ed5d7d accept task review as 'done' if it has 'done' at the end of response 2024-07-12 16:43:20 +01:00
LeonOstrez
516b1584af pass task reviewer feedback to code monkey 2024-07-12 16:42:17 +01:00
LeonOstrez
aed454a548 version 0.2.7 0.2.7 2024-07-10 09:14:38 +01:00
LeonOstrez
265f24542a update default models 2024-07-10 09:13:08 +01:00
LeonOstrez
95cfb9671a Merge pull request #1051 from Pythagora-io/fix-template-selection
Fix template selection
2024-07-10 08:52:44 +01:00
Senko Rasic
951998325a react_express: redirect / requests from api to frontend in dev mode 2024-07-09 16:35:10 +02:00
Senko Rasic
bdf7e4727a try to convince GPT to only use a template if it matches the project description well 2024-07-09 15:54:26 +02:00
LeonOstrez
e956411410 Merge pull request #1050 from Pythagora-io/template
ask user if he wants to use template or not
2024-07-08 14:55:37 +01:00
LeonOstrez
67bf93279b ask user if he wants to use template or not 2024-07-08 14:43:41 +01:00
LeonOstrez
46e0750775 Merge pull request #1049 from Pythagora-io/log
Log
2024-07-08 09:12:31 +01:00
LeonOstrez
2984b3fb45 fix for issue No time zone found with key UTC 2024-07-08 09:00:38 +01:00
LeonOstrez
cc64d9fe1f add log 2024-07-06 12:27:43 +01:00
LeonOstrez
4bcf374739 Merge pull request #1048 from Pythagora-io/formatting-relevant-files
Print each task on its own line in filter_files.
2024-07-05 08:58:43 +01:00
Goran Peretin
18e1154870 Print each task on its own line in filter_files. 2024-07-05 07:55:51 +00:00
LeonOstrez
8638ca1472 Merge pull request #1045 from Pythagora-io/fix-run-command-output
process manager: fix getting command output
2024-07-04 17:56:02 +01:00
LeonOstrez
bd0afbef90 Merge pull request #1044 from Pythagora-io/move-docs-check
Only check for docs if the user wants to run the task.
2024-07-04 14:44:58 +01:00
Goran Peretin
64e407db65 Remove obsolete function. 2024-07-04 13:33:49 +00:00
Senko Rasic
8089347200 process manager: workaround asyncio reads not having a "read available" function
Timing out a read won't return incomplete (available) output, so the
workaround is to read character by character.
2024-07-04 13:23:16 +02:00
Goran Peretin
4cc3834a68 Only check for docs if the user wants to run the task. 2024-07-03 15:29:41 +00:00
LeonOstrez
de8ae619ae version 0.2.6 0.2.6 2024-07-02 17:54:49 +01:00
LeonOstrez
a902541724 Merge pull request #1043 from Pythagora-io/crashes
Crashes
2024-07-02 15:44:29 +01:00
LeonOstrez
9f5bfe78ac update technologies prompt 2024-07-02 14:54:56 +01:00
LeonOstrez
de8d40733e Merge pull request #1042 from Pythagora-io/coding-rules-tweak
Coding rules prompt tweak to prevent code duplication.
2024-07-02 12:23:23 +01:00
LeonOstrez
0923e54ae4 Merge pull request #1038 from Pythagora-io/more-templates
Add new fullstack template (react+express) and support template options
2024-07-02 12:22:07 +01:00
LeonOstrez
12da174dc9 leftover changes when moving from tasks to epics 2024-07-02 09:48:16 +01:00
Goran Peretin
c4d5125699 Coding rules prompt tweak to prevent code duplication. 2024-07-01 11:43:33 +00:00
LeonOstrez
76e7d37f7c potential fix for case where task instructions are sometimes not stored in db 2024-07-01 12:01:31 +01:00
LeonOstrez
c91e535069 fix getting of files with routes 2024-07-01 12:00:34 +01:00
LeonOstrez
86ef2d426b fix crash KeyError: 'user_feedback_qa' 2024-06-28 12:47:19 +01:00
Senko Rasic
85233d46a4 add jsonref dep 2024-06-27 18:24:20 +02:00
Senko Rasic
03cb47dddf Add new fullstack template (react+express) and refactor templates to support options 2024-06-27 17:59:05 +02:00
LeonOstrez
53c29dee7a Merge pull request #1036 from Pythagora-io/app-finished
add more info to appFinished event for extension
2024-06-27 14:44:33 +01:00
LeonOstrez
3fb38cdbf3 add more info to appFinished event for extension 2024-06-25 16:59:13 +01:00
LeonOstrez
b78ffacb47 Merge pull request #1029 from Pythagora-io/code-reviewer-tweaks
Tell code reviewer not to suggest changes in other files.
2024-06-25 17:03:35 +02:00
Goran Peretin
9d52557971 Tell code reviewer not to suggest changes in other files. 2024-06-21 10:15:32 +00:00
LeonOstrez
80f7a467d4 0.2.5 0.2.5 2024-06-20 17:00:44 +02:00
Senko Rašić
647acf67c6 Merge pull request #1028 from Pythagora-io/finished
send appFinished and featureFinished messages to extension
2024-06-20 16:06:32 +02:00
LeonOstrez
7a016a5220 skip test 2024-06-20 15:38:23 +02:00
LeonOstrez
2c4d690e82 remove self.writer.drain() duplicate and add new functions to virtual ui 2024-06-20 15:07:27 +02:00
LeonOstrez
db4f098c59 send appFinished and featureFinished messages to extension 2024-06-20 15:00:14 +02:00