admin
|
c50c25cfff
|
fix runtime errors in telegram_helper
|
2024-08-20 13:52:32 -05:00 |
|
admin
|
bc278c0896
|
Merge pull request #105 from bucolucas/feat/semaphore-file-check-init
Add semaphore file check and notification on initialization
|
2024-08-20 13:25:30 -05:00 |
|
admin
|
7807a6eac7
|
Add functionality to check and send message if semaphore file exists on initialization
|
2024-08-20 13:24:45 -05:00 |
|
admin
|
7783d8fc22
|
added chat id to .doreboot file
|
2024-08-20 13:22:59 -05:00 |
|
admin
|
9ac450473f
|
Merge pull request #104 from bucolucas/add-reboot-check
Add check for .doreboot file to send reboot complete message
|
2024-08-20 13:13:27 -05:00 |
|
admin
|
a27e73dd89
|
Add check for .doreboot file to send reboot complete message and delete the file.
|
2024-08-20 13:12:54 -05:00 |
|
admin
|
5c594c2223
|
Added auto-restart capability
|
2024-08-20 13:11:24 -05:00 |
|
admin
|
2e41004aca
|
Merge pull request #103 from bucolucas/debug-ps1-process-output
Add process details output for debugging
|
2024-08-20 12:57:12 -05:00 |
|
admin
|
5d8529690f
|
Add process details output for debugging
|
2024-08-20 12:56:55 -05:00 |
|
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 |
|