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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
AICodeBot is a coding assistant designed to make your coding life easier. With capabilities to perform code reviews, manage dependencies, and even suggest improvements, think of it as your AI version of a pair programmer.
6
6
7
-
⚠️ Status: This project is in its infancy with very limited features. Sometimes it does dumb things.
7
+
⚠️ Status: This project is in its infancy with very limited features. Sometimes it does dumb things.
8
8
9
9
Right now, it only generates commit messages for you, but you can look at the Features list below to get an idea of where it is going. Give the project a star and follow along while we build out more of the foundation.
10
10
@@ -27,6 +27,7 @@ Options:
27
27
Commands:
28
28
alignment Get a message about Heart-Centered AI Alignment ❤ + 🤖.
29
29
commit Generate a git commit message and commit changes after you...
30
+
debug Run a command and get debugging advice if it fails.
30
31
fun-fact Tell me something interesting about programming or AI.
31
32
version Print the version number.
32
33
```
@@ -36,9 +37,9 @@ Commands:
36
37
### Code Workflow Improvements
37
38
38
39
- [X] **Assisted Git Commit**: Automatically generate a commit message.
40
+
- [X] **Assisted Debugging**: Run a command with aicodebot and it captures the log message and tries to figure out what's going on from the error message. Eventually, it could also suggest fixes for the error and make the changes for you. Try it out with `aicodebot debug $command`
39
41
- [ ] **Code Review**: Provides feedback on potential issues in code, such as style violations, potential bugs, and performance issues. It could also suggest best practices for code improvement. Eventually: FIX the code automatically and notify the team.
40
42
- [ ] **Dependency Management**: Updating dependencies to their latest versions with pull requests that run tests.
41
-
-[ ]**Assisted Debugging**: Run a command with aicodebot and it captures the log message and tries to figure out what's going on from the error message. Eventually, it could also suggest fixes for the error and make the changes for you.
42
43
- [ ] **Documentation Generation**: Generates comprehensive documentation for code, including docstrings, README files, and wiki pages.
0 commit comments