You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ In this example, the sidekick will read in the contents of file1.py and file2.py
32
32
33
33
* How can I make this code better?
34
34
* Tell me how to add a new feature to this code.
35
-
* Fix an issue that I'm having when... (describe the issue)
35
+
* Fix an issue that I'm having... (paste the error, stack trace, etc)
36
36
* Write unit tests for the xyz function.
37
37
38
38
Please note that this feature is still in its experimental stage. While it can already provide valuable assistance, it's not perfect and we're continuously working on improving it.
@@ -47,7 +47,7 @@ Please note that this feature is still in its experimental stage. While it can a
47
47
48
48
### AI-Assisted Debugging
49
49
50
-
`aicodebot debug $command` will run the command and capture the log message. It will pass the error message, stack trace, command output, etc. to the AI and respond with some suggestions on how to fix it. It saves a trip to stackoverflow in a separate window, allowing you to stay in terminal with all the context.
50
+
`aicodebot debug $command` will run the command and capture the log message. It will pass the error message, stack trace, command output, etc. to the AI and respond with some suggestions on how to fix it. It saves a trip to Stack Overflow in a separate window, allowing you to stay in terminal with all the context.
fun-fact Get a fun fact about programming and artificial intelligence.
74
74
review Do a code review, with [un]staged changes, or a specified...
75
+
sidekick EXPERIMENTAL: Coding help from your AI sidekick
75
76
```
76
77
77
78
### Open AI key setup
@@ -116,7 +117,7 @@ Note: We'll be adding more options for AI models in the future, including those
116
117
### Repository / Project Management
117
118
118
119
*[ ]**Project best practices**: Suggest things like pre-commit, linting, license, CI/CD, etc. Eventually: Implement them for you.
119
-
*[ ]**Manage Github Issues**: Provides Level 1 triage of incoming issues on GitHub, including tagging, assigning, and responding with FAQs. It could also escalate issues to human developers when necessary, and provide nudges for tasks that need more input.
120
+
*[ ]**Manage GitHub Issues**: Provides Level 1 triage of incoming issues on GitHub, including tagging, assigning, and responding with FAQs. It could also escalate issues to human developers when necessary, and provide nudges for tasks that need more input.
120
121
*[ ]**Welcome new contributors**: Automatically welcome new contributors to the project, find out what they're interested in, and suggest issues for them to work on.
0 commit comments