Commit Graph

303 Commits

Author SHA1 Message Date
admin 1f51b2ebbf Merge pull request #100 from bucolucas/add-reboot-command
Add /reboot command to exit with status code 355
2024-08-20 12:38:10 -05:00
admin 96530e50fb Add /reboot command to exit with status code 355 2024-08-20 12:37:35 -05:00
admin 7d651bbbc0 Merge pull request #98 from bucolucas/add-powershell-script
Add PowerShell script to run Python file with restart logic
2024-08-20 12:31:11 -05:00
admin 2a15ca4c4a Add PowerShell script to run Python file with restart logic 2024-08-20 12:30:05 -05:00
admin 819445ec35 Revert github tool refactoring 2024-08-20 12:24:33 -05:00
admin 6c465d4afc Merge pull request #97 from bucolucas/issue-96-fix
Fix Issue #96: Added Logging to GitHubTool
2024-08-20 12:03:38 -05:00
admin 976e397140 Add logging to GitHubTool for function loading and initialization 2024-08-20 12:02:45 -05:00
admin c362bd9859 Added code review persona 2024-08-19 16:23:58 -05:00
admin 56db392298 Merge pull request #90 from bucolucas/create-subdirectory-github_tool_functions
Refactor github_tool.py: Split Functions into Separate Files
2024-08-19 16:08:19 -05:00
admin 2f13052dda Merge pull request #92 from bucolucas/cleanup-github-tool
Refactor github_tool.py to use consistent JSON definitions
2024-08-19 16:02:14 -05:00
admin 7271c5da84 Refactor github_tool.py to use consistent JSON definitions 2024-08-19 16:01:24 -05:00
admin bd19895e90 Refactor github_tool.py to utilize new class-based functions 2024-08-19 15:49:31 -05:00
admin 68a30cf5e1 Add ListIssues class for list_issues function with JSON definition 2024-08-19 15:49:12 -05:00
admin 8a9b08313f Add CreateIssue class for create_issue function with JSON definition 2024-08-19 15:48:56 -05:00
admin 995a485071 Add GetIssueDetails class for get_issue_details function with JSON definition 2024-08-19 15:48:45 -05:00
admin bf7ed4a604 Add DeleteBranch class for delete_branch function with JSON definition 2024-08-19 15:48:29 -05:00
admin 28b793a2ef Add MergePullRequest class for merge_pull_request function with JSON definition 2024-08-19 15:48:17 -05:00
admin b67ab7a847 Add ClosePullRequest class for close_pull_request function with JSON definition 2024-08-19 15:48:01 -05:00
admin 36e837d342 Add ApprovePullRequest class for approve_pull_request function with JSON definition 2024-08-19 15:47:50 -05:00
admin 648949e492 Add GetBranchSHA class for get_branch_sha function with JSON definition 2024-08-19 15:47:39 -05:00
admin 6352bee7b8 Add ListBranches class for list_branches function with JSON definition 2024-08-19 15:47:29 -05:00
admin eb3506ed78 Add GetFileAtCommit class for get_file_at_commit function with JSON definition 2024-08-19 15:47:14 -05:00
admin 9aa00dd302 Add SetCurrentBranch class for set_current_branch function with JSON definition 2024-08-19 15:46:59 -05:00
admin 033a9e7fc6 Add GetCurrentBranch class for get_current_branch function with JSON definition 2024-08-19 15:46:50 -05:00
admin bcea167299 Add GetCommitHistory class for get_commit_history function with JSON definition 2024-08-19 15:46:42 -05:00
admin 0e7b983473 Add SearchCode class for search_code function with JSON definition 2024-08-19 15:46:28 -05:00
admin fea5ea117e Add ListFiles class for list_files function with JSON definition 2024-08-19 15:46:17 -05:00
admin c657c9e87b Add CreatePullRequest class for create_pull_request function with JSON definition 2024-08-19 15:46:03 -05:00
admin 385e74be02 Add CommitFile class for commit_file function with JSON definition 2024-08-19 15:44:45 -05:00
admin c8f128fa00 Add CreateBranch class for create_branch function 2024-08-19 15:42:27 -05:00
admin 12dbd9505c Add ReadFile class for read_file function 2024-08-19 15:42:13 -05:00
admin b5f71c0e7d Create github_tool_functions subdirectory 2024-08-19 15:41:59 -05:00
admin 6779899981 formatting issues 2024-08-19 14:36:43 -05:00
admin 02cdc6918d Merge pull request #82 from bucolucas/feature/get-issue-details
Add get_issue_details function
2024-08-19 14:34:30 -05:00
admin 0e6a807bff Merge branch 'main' into feature/get-issue-details 2024-08-19 14:33:07 -05:00
admin 3e0eda7e1e Merge branch 'main' of https://github.com/bucolucas/cyclop 2024-08-19 14:30:19 -05:00
admin e75f5c707e Added issue creation 2024-08-19 14:30:17 -05:00
admin ef39dfb4ff Add get_issue_details function 2024-08-19 14:29:17 -05:00
admin ea0799cf87 Merge pull request #79 from bucolucas/refactor-analysis
Add Refactor Analysis Plan
2024-08-19 14:12:42 -05:00
admin 5b4f7157bd Add refactor analysis plan 2024-08-19 14:11:45 -05:00
admin 407feebe40 Merge pull request #78 from bucolucas/update-default-model
Update default model to gpt-4o
2024-08-19 13:52:22 -05:00
admin d40be179ea Update default max tokens for gpt-4o 2024-08-19 13:51:36 -05:00
admin 6603966431 Update default model to gpt-4o 2024-08-19 13:50:38 -05:00
admin fcd558b4c6 fixed openai 2024-08-19 13:41:12 -05:00
admin f920da8537 fixed upenai 2024-08-19 13:38:39 -05:00
admin fe6c4e5684 Merge branch 'main' of https://github.com/bucolucas/cyclop 2024-08-19 12:54:16 -05:00
admin 19ead08efb fixed tool use 2024-08-19 12:54:13 -05:00
admin 87332c9245 Merge pull request 2024-08-19 12:42:33 -05:00
admin 6536acd647 Merge pull request #71 from bucolucas/refactor-inference-bots
Refactor inference bots and extract Telegram logic
2024-08-19 11:39:11 -05:00
admin 29f75ee6c9 Update ChatGPTTelegramInferenceBot main function 2024-08-19 11:36:12 -05:00