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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# MyCoder
2
2
3
+
[![NPM Package][npm]]
4
+
[![NPM Downloads][npm-downloads]]
5
+
3
6
## Overview
4
7
5
8
MyCoder is a simple to install, powerful command-line based AI agent system that can perform arbitrary tasks with a particular focus on coding tasks. It uses a modular tool-based architecture that allows it to interact with files, execute commands, make network requests, and spawn sub-agents for parallel task execution.
@@ -137,12 +140,15 @@ The project uses GitHub Actions for continuous integration:
137
140
- A single CI pipeline automatically builds and tests the code on all branches and pull requests to main
138
141
139
142
The release process is managed manually using [changesets](https://github.com/changesets/changesets) which:
143
+
140
144
1. Determines version bumps based on commit messages
141
145
2. Generates changelogs
142
146
143
147
Releases to GitHub and publishing to npm are performed manually after review.
0 commit comments