Commit Graph

56 Commits

Author SHA1 Message Date
Zvonimir Sabljic
186eea8dda Implemented fatal errors 2025-06-10 21:09:15 -07:00
Zvonimir Sabljic
1d5baa0cd3 Made the file diff data consistent 2025-06-10 11:24:26 -07:00
LeonOstrez
455a1bb659 send task_id with front logs headers 2025-06-09 14:30:05 +02:00
Zvonimir Sabljic
e0346cd4cc Implemented waiting for the user to add their database url 2025-06-05 17:30:10 -07:00
LeonOstrez
5e5fbfe209 refactor ask question 2025-06-02 14:05:52 +02:00
Zvonimir Sabljic
46e1ebc347 Refactored FrontLogs to FrontLogsHeaders 2025-05-31 14:26:17 -07:00
LeonOstrez
36c31cc839 add message to clear main logs 2025-05-31 16:07:16 +02:00
LeonOstrez
0a1c8028b7 Merge pull request #163 from Pythagora-io/feature/add-new-task-and-start-another-task
Add new task/start another task
2025-05-28 13:20:25 +01:00
LeonOstrez
46140c32fd added sending of back and front logs 2025-05-27 14:18:19 +02:00
LeonOstrez
651e08a3b5 initial setup for routing while streaming 2025-05-26 13:37:03 +02:00
LeonOstrez
0d9fce801c project info msg for extension 2025-05-26 10:58:46 +02:00
mijauexe
f9e1d22ec0 Add basic start another task feature 2025-05-22 16:04:10 +02:00
mijauexe
b79214909d Add basic new task feature 2025-05-22 16:04:10 +02:00
mijauexe
fdbcaa7638 Merge branch 'main' into feature/swagger 2025-04-08 10:09:03 +02:00
mijauexe
0d242e98fa Remove source from send_test_instructions
It is not necessary, was used for testing only
2025-04-03 15:02:49 +02:00
mijauexe
c91353083c Add new message type 2025-03-26 17:00:14 +01:00
mijauexe
d412e43696 rendering messages WIP 2025-03-26 16:31:01 +01:00
mijauexe
be7f41b0b8 Send project type in project description 2025-03-21 10:29:33 +01:00
LeonOstrez
62e4931813 remove Bricks and use our API as proxy 2025-02-11 20:52:17 +01:00
LeonOstrez
cb2ab945b1 add sending of project stages to extension 2025-01-08 18:37:28 +01:00
Zvonimir Sabljic
a9a0158b42 Implemented sending knowledge base updates to the extension 2024-12-24 13:13:30 +01:00
LeonOstrez
3bf1b67aec add category to all the fileStatus messages 2024-12-19 16:42:57 +01:00
LeonOstrez
eac2fcabb2 add category to generateDiff msg for extension 2024-12-19 13:18:04 +01:00
LeonOstrez
ef4621e66d add breakdownStream message type 2024-12-18 13:36:57 +01:00
LeonOstrez
646525adab add placeholder 2024-12-05 16:08:11 +01:00
LeonOstrez
197fe63951 update template to have backend, many fixes in prompts, fixed FE files/commands and fixed data propagation when working on BE 2024-11-27 21:55:48 +01:00
matija-ilijas
c0dfd12cc2 added optional verbose mode in ask question msg 2024-11-19 15:21:03 +01:00
LeonOstrez
9d23bcc5cd add auto restart of the app 2024-11-18 21:19:01 +01:00
LeonOstrez
b471c7a8db send project_state_id when sending testing instructions to extension 2024-11-11 22:45:30 +01:00
LeonOstrez
3c318996dc extra_info for extension when asking user input 2024-10-31 12:41:05 +01:00
LeonOstrez
a718d55d1e ask for stack before starting project and add ability to regenerate plan 2024-10-09 12:45:38 +02:00
matija-ilijas
c3bbdfb178 Added stop app message in bug hunter and troubleshooter 2024-09-26 18:50:56 +02:00
matija-ilijas
3e0917a476 added missing parameter in console function 2024-09-18 09:57:32 +02:00
matija-ilijas
8122c5a1e9 Added bug hunter status and cycle counter message to UI 2024-09-17 14:12:46 +02:00
matija-ilijas
d5eed516ce Added test instructions sending to UI 2024-09-13 15:44:36 +02:00
matija-ilijas
98cebd02ba Added sending of epics and tasks info to UI 2024-09-13 15:43:49 +02:00
matija-ilijas
28946d3b2f Added project state id as metadata in send_message, stream_message and ask_question 2024-09-13 15:42:38 +02:00
LeonOstrez
2edff2e436 fix remove_duplicate_steps() and generate_diff() 2024-09-12 21:24:44 +02:00
matija-ilijas
d165528361 Added file status messages for UI 2024-09-10 20:43:30 +02:00
LeonOstrez
fdd6841c49 fix for CLI crash caused by close_diff 2024-08-13 23:10:23 +02:00
LeonOstrez
3a594280ad resolve conflicts 2024-08-13 21:48:19 +02:00
LeonOstrez
1a98a29f60 fixes for PR 2024-08-13 21:29:05 +02:00
Zvonimir Sabljic
c80da7529b Added important_stream message to the core - this tells the extension that the next stream should be visible to the user (unfolded) and currently, render it as a markdown 2024-08-09 17:06:55 -07:00
aashankhan2981
f00b1a5229 Merge branch 'main' of https://github.com/Pythagora-io/gpt-pilot into human_handoff 2024-08-07 16:28:47 +05:00
Zvonimir Sabljic
46f2a9b8b3 Initial implementation of human handoff 2024-08-06 21:00:32 -07:00
LeonOstrez
903fa32e27 fix bug 'PlainConsoleUI' object has no attribute 'generate_diff' 2024-08-02 16:56:23 +02:00
LeonOstrez
318df38bbe add more info to appFinished event for extension 2024-06-25 16:59:13 +01:00
LeonOstrez
09abbbe429 send appFinished and featureFinished messages to extension 2024-06-20 15:00:14 +02:00
LeonOstrez
9f13dc04d5 merge main 2024-06-10 12:28:39 +01:00
LeonOstrez
98b2fa8a9b add iteration index to steps and fix sending stats to extension 2024-06-05 14:07:28 +01:00