Commit Graph

225 Commits

Author SHA1 Message Date
Nicholas Albion
796821ae24 log warning & error etc 2023-10-04 15:23:58 +11:00
Nicholas Albion
cbac991bd9 avoid getting stuck in a loop if LLM can't conform to schema. 2023-10-04 15:23:36 +11:00
Nicholas Albion
0d8a4c7fee try without logger.error(str, e) 2023-10-04 14:56:16 +11:00
Nicholas Albion
a63aedb2b1 fix for #130 2023-10-04 14:53:22 +11:00
Nicholas Albion
388aa0533e try without mock_questionary 2023-10-04 14:35:43 +11:00
Nicholas Albion
623eb9deb8 uncomment test_test_code_changes_invalid_json() 2023-10-04 14:14:56 +11:00
Nicholas Albion
d65564415b uncommented test_code_changes_manual_test_no() 2023-10-04 14:10:00 +11:00
Nicholas Albion
86724f79f7 uncomment test_code_changes_manual_test_continue() 2023-10-04 13:51:51 +11:00
Nicholas Albion
ebb88489ce debugging CI 2023-10-04 13:38:23 +11:00
Nicholas Albion
3f38950c93 un-comment Dev tests 2023-10-04 13:24:00 +11:00
Nicholas Albion
478b35b143 commented out CodeMonkey and Dev tests
- trying to figure out why GitHub was cancelling the run
2023-10-04 13:18:19 +11:00
Nicholas Albion
8c26ce7674 logger.warn() is deprecated 2023-10-04 13:17:21 +11:00
Nicholas Albion
2bc5b8f11c skip test_get_full_path_absolute() - #29 2023-10-04 11:34:29 +11:00
Nicholas Albion
2ecc102694 try with just 3.11 & 3.12 2023-10-04 11:01:34 +11:00
Nicholas Albion
0ab66de20a comment out some tests - revisit in #129 2023-10-04 10:49:49 +11:00
Nicholas Albion
f446c0f028 fixed some unit tests 2023-10-03 19:04:17 +11:00
LeonOstrez
d6a677c35a enable retrying request for extension if API call fails 2023-10-02 18:28:13 +01:00
Nicholas Albion
70a7a6140a fixed test 2023-10-02 21:06:31 +11:00
Nicholas Albion
1376c11647 added logging 2023-10-02 20:08:15 +11:00
Nicholas Albion
05a0358d39 --ux-test arg provides short-cuts to defined scenarios for testing 2023-10-02 19:06:01 +11:00
Nicholas Albion
5fdc853768 GPT4 responded with a JSON object != schema.
Retry the request, advising what the issue was
2023-10-02 18:59:38 +11:00
Zvonimir Sabljic
6c571f0946 get_full_file_path refactoring 2023-10-01 11:36:25 -07:00
LeonOstrez
5af4ce1492 fix double logging in extension, dont get apps with name or status null and update package_repo.py script 2023-10-01 14:43:28 +01:00
LeonOstrez
ac5637671c fix returning of steps if status is None 2023-10-01 03:20:02 +01:00
LeonOstrez
4713a68040 fix updating of app status 2023-10-01 02:46:45 +01:00
LeonOstrez
0cec2a45bf fix loading project steps 2023-09-30 21:36:22 +01:00
LeonOstrez
f5feb6274d fixes 2023-09-29 22:37:35 +01:00
LeonOstrez
4c1fe834a8 fix getting args.root, ask feedback only on success and keyboard interrupt (not on exceptions), fix terminal width and erasing old logs 2023-09-29 13:31:11 +01:00
LeonOstrez
b92447eb7f merge main 2023-09-29 10:56:13 +01:00
Nicholas Albion
396cf2fcea log prompt name at INFO 2023-09-29 18:38:25 +10:00
Nicholas Albion
d2f8d58f5a removed debugging 2023-09-29 18:22:09 +10:00
Nicholas Albion
9e9efd133d Don't log password & api-key 2023-09-29 18:21:07 +10:00
Nicholas Albion
7bf5de8861 Improved logging 2023-09-29 18:18:55 +10:00
Nicholas Albion
d0ff649707 Don't log password & api-key 2023-09-29 18:18:55 +10:00
LeonOstrez
6759e9a0f5 Merge pull request #109 from Pythagora-io/feature/open_project
Allow IDE to open the new project
2023-09-29 08:58:56 +01: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
LeonOstrez
30dd5e35d3 Merge pull request #113 from Pythagora-io/feat/extension-params
Add arguments for extension
2023-09-29 08:48:25 +01:00
Nicholas Albion
5a3ef5efa1 Added unit test, failed to reproduce #35 2023-09-29 16:21:34 +10:00
Nicholas Albion
32206e79d2 'C:\\path\\to\\file.txt' only seems to work on Windows 2023-09-28 22:14:02 +10:00
pavel-pythagora
103b920cb7 Add arguments for extension 2023-09-28 13:29:21 +03: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
LeonOstrez
d300e9980a Merge pull request #111 from Pythagora-io/fix/handle-step_check.prompt
handle step check.prompt
2023-09-28 09:43:10 +01:00
Nicholas Albion
2aaa914c26 Merge branch 'main' into debugging_ipc
# Conflicts:
#	README.md
#	pilot/helpers/agents/CodeMonkey.py
#	pilot/helpers/agents/Developer.py
#	pilot/prompts/system_messages/architect.prompt
#	pilot/utils/arguments.py
#	pilot/utils/llm_connection.py
#	pilot/utils/utils.py
2023-09-28 13:53:49 +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
Umpire2018
99827efd45 Remove outdated requirements.txt
There are two requirements.txt in the project, the one in the root dir should be the up-to-date version. So i deleted the one in pilot folder.
2023-09-27 21:08:25 +08:00
LeonOstrez
800f0af1cb Merge pull request #108 from Pythagora-io/fix/warning-on-start
Fix warning on start
2023-09-27 11:41:08 +01:00
pavel-pythagora
90884fcd38 Fix warning on start 2023-09-27 11:43:33 +03:00
Nicholas Albion
ef5372decc Allow IDE to open the new project 2023-09-27 18:23:36 +10:00
LeonOstrez
dbefda72e6 Merge branch 'debugging_ipc' into feature/99-remove-function-calling 2023-09-27 09:00:15 +01:00