Skip to content

Commit af9f8af

Browse files
committed
better README.md badges with discord/chat link.
1 parent 097c547 commit af9f8af

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# MyCoder
22

3-
![NPM Package][npm]
4-
![NPM Downloads][npm-downloads]
3+
[![NPM Package][npm]][npm-url]
4+
[![NPM Downloads][npm-downloads]][npmtrends-url]
5+
[![CI Status][ci]][ci-url]
6+
[![Discord][discord]][discord-url]
57

68
## Overview
79

810
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.
911

12+
Please join the MyCoder.ai discord for support: https://discord.gg/5K6TYrHGHt
13+
1014
## WARNING and LIABILITY WAIVER
1115

1216
This tool can do anything on your command line that you ask it to. It can delete files, install software, and even send data to remote servers. It is a powerful tool that should be used with caution. By using this tool, you agree that the authors and contributors are not responsible for any damage that may occur as a result of using this tool.
@@ -152,3 +156,11 @@ MIT License
152156

153157
[npm]: https://img.shields.io/npm/v/mycoder
154158
[npm-downloads]: https://img.shields.io/npm/dw/mycoder
159+
[npm]: https://img.shields.io/npm/v/mycoder
160+
[npm-url]: https://www.npmjs.com/package/mycoder
161+
[npm-downloads]: https://img.shields.io/npm/dw/mycoder
162+
[npmtrends-url]: https://www.npmtrends.com/mycoder
163+
[ci]: https://img.shields.io/github/checks-status/bhouston/mycoder/main
164+
[ci-url]: https://github.com/bhouston/mycoder/actions
165+
[discord]: https://img.shields.io/discord/1339025847331328000
166+
[discord-url]: https://discord.gg/5K6TYrHGHt

0 commit comments

Comments
 (0)