Nicholas Albion
4f54e96f4e
improved logging
2023-10-06 18:26:48 +11:00
Nicholas Albion
a1304d0d54
restoring other tests
2023-10-04 18:15:55 +11:00
Nicholas Albion
2e87627db8
previous commit worked, feeling confident
2023-10-04 18:09:28 +11:00
Nicholas Albion
fd7958b6c4
try without import in __init__.py
2023-10-04 18:07:37 +11:00
Nicholas Albion
d7130c3dbd
debugging
2023-10-04 18:01:15 +11:00
Nicholas Albion
fbc44890b2
Merge branch 'main' into fix/fix-tests
...
# Conflicts:
# pilot/helpers/Project.py
2023-10-04 17:55:40 +11:00
Nicholas Albion
67f88a6924
where is update_file
2023-10-04 17:46:19 +11:00
Nicholas Albion
4f288f60d3
fix fro test_Project
2023-10-04 17:00:42 +11:00
LeonOstrez
a5a80ee430
fix asking for human intervention in extension
2023-10-03 13:00:33 +01:00
Zvonimir Sabljic
6c571f0946
get_full_file_path refactoring
2023-10-01 11:36:25 -07:00
LeonOstrez
4713a68040
fix updating of app status
2023-10-01 02:46:45 +01:00
Nicholas Albion
7bf5de8861
Improved logging
2023-09-29 18:18:55 +10:00
LeonOstrez
0331b29185
Merge pull request #112 from Pythagora-io/fix/save_file
...
Fixed issues with `Project.save_file()`
2023-09-29 08:58:01 +01:00
Nicholas Albion
ed003fb220
fixed tests
2023-09-28 20:25:38 +10:00
Nicholas Albion
511ffdd8e1
Fixed issue with Project.save_file()
2023-09-28 20:08:40 +10:00
Nicholas Albion
e7d0ac5c58
Fix handling of GET_TEST_TYPE response.
...
The recent function calling changes has does not include `None` values in the tuples returned from `convo.send_message()`
2023-09-28 13:20:39 +10:00
LeonOstrez
dbefda72e6
Merge branch 'debugging_ipc' into feature/99-remove-function-calling
2023-09-27 09:00:15 +01:00
pavel-pythagora
54840ddaa8
Fix double prints
2023-09-27 10:47:13 +03:00
Nicholas Albion
0ba4c1976c
removed debugging aid
2023-09-27 11:44:04 +10:00
Nicholas Albion
af75e8ebdc
switched to colorama which works on Windows and in VS Code
2023-09-27 11:37:15 +10:00
Nicholas Albion
0660244017
fabulous does not work on Windows
2023-09-20 22:14:59 +10:00
LeonOstrez
67209b5b27
merge master into debugging_ipc branch
2023-09-18 19:09:37 -07:00
Zvonimir Sabljic
52e60b1376
Added print
2023-09-18 18:37:20 -07:00
Zvonimir Sabljic
aa63fa1988
Enable exception to be thrown even during the restoring phase of the project
2023-09-18 18:35:50 -07:00
Zvonimir Sabljic
65135344ab
Converted colored leftovers
2023-09-15 09:43:30 +02:00
Zvonimir Sabljic
9a7c15e0c5
Merge branch 'ipc' into debugging_ipc
2023-09-14 09:40:36 +02:00
Zvonimir Sabljic
151aa051e2
Improved debugging process and enabled splitting of app development into tasks and then into steps
...
- split step implementation into different functions
- standardized the return value in the implementation process - { "success": True }
- added propagation of errors back to the recursion level 0 with TooDeepRecursionError and TokenLimitError
- created new class Debugger and moved debugging in it
2023-09-12 21:32:56 +02:00
Zvonimir Sabljic
53f90fed86
Improved log
2023-09-12 21:17:06 +02:00
Zvonimir Sabljic
05eeda5e34
Fix for setting up file path and name
2023-09-12 21:07:37 +02:00
Zvonimir Sabljic
d802443c59
TEMP FIX to make sure we don't select any files from the database that either are empty ('') or don't have any snapshot saved
2023-09-12 21:07:10 +02:00
Zvonimir Sabljic
33c38985bf
Added a question at the beginning of a project rerun so user can decide if they want to update files with their latest changes they made
2023-09-12 21:06:06 +02:00
Nicholas Albion
e9e5532295
tidy up
2023-09-11 22:16:22 +10:00
LeonOstrez
c724429905
Merge pull request #58 from nalbion/feature/use_app_type_in_prompts
...
use {{ app_type }} from project.args in prompts
2023-09-08 15:18:00 +02:00
Nicholas Albion
ee77f1ffac
get_app_by_user_workspace(user_id, workspace)
2023-09-08 15:13:37 +10:00
Nicholas Albion
bd67695828
use {{ app_type }} from project.args in prompts
2023-09-08 05:25:30 +10:00
Zvonimir Sabljic
9c751d247b
Revert "Revert "Added back the functionality for tech lead to break down the project and the developer to code task by task""
...
This reverts commit f91da2b5eb .
2023-09-07 19:48:16 +02:00
LeonOstrez
f383e6c16e
delete all development steps if project continued from step before 'coding'
2023-09-06 16:43:11 +02:00
Zvonimir Sabljic
f91da2b5eb
Revert "Added back the functionality for tech lead to break down the project and the developer to code task by task"
...
This reverts commit 990eb0d182 .
2023-09-05 23:13:09 +02:00
rajveer43
c4299dac34
push
2023-09-04 20:10:20 +05:30
Zvonimir Sabljic
990eb0d182
Added back the functionality for tech lead to break down the project and the developer to code task by task
2023-09-02 17:29:20 +02:00
Zvonimir Sabljic
190230a0e5
Changed position of saving files
2023-09-02 17:27:35 +02:00
Zvonimir Sabljic
0488358c9b
Remove of unnecessary comments
2023-09-01 18:29:49 +02:00
Zvonimir Sabljic
85ac7e8276
Refactored all prints to be colored with fabulous and not termcolor
2023-09-01 18:28:20 +02:00
Zvonimir Sabljic
ca58c4958d
Implemented final version of IPC communication
2023-09-01 18:27:00 +02:00
Zvonimir Sabljic
bdb4d0dff8
Enabled getting user input from the external process
2023-08-31 08:38:37 +02:00
Zvonimir Sabljic
1418704186
Initial setup for IPC Client and logging
2023-08-30 23:16:17 +02:00
Zvonimir Sabljic
f4dc07407e
Made logging look nicer
2023-08-25 14:21:41 +02:00
Zvonimir Sabljic
f0cc8cdc59
Enabled update_files_before_start flag
2023-08-23 14:50:19 +02:00
Zvonimir Sabljic
41b6bd23e2
Fixes
2023-08-23 14:50:00 +02:00
Zvonimir Sabljic
719d55deef
Fix
2023-08-16 16:14:05 +02:00