File tree Expand file tree Collapse file tree 4 files changed +39
-2
lines changed Expand file tree Collapse file tree 4 files changed +39
-2
lines changed Original file line number Diff line number Diff line change
1
+ # [ mycoder-agent-v1.3.0] ( https://github.com/drivecore/mycoder/compare/mycoder-agent-v1.2.0...mycoder-agent-v1.3.0 ) (2025-03-12)
2
+
3
+
4
+ ### Features
5
+
6
+ * implement MCP tools support ([ 2d99ac8] ( https://github.com/drivecore/mycoder/commit/2d99ac8cefaa770e368d469355a509739aafe6a3 ) )
7
+
8
+ # [ mycoder-agent-v1.2.0] ( https://github.com/drivecore/mycoder/compare/mycoder-agent-v1.1.0...mycoder-agent-v1.2.0 ) (2025-03-12)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Fix TypeScript errors in MCP implementation ([ f5837d3] ( https://github.com/drivecore/mycoder/commit/f5837d3a5dd219efc8e1d811e467f4bb695a1d94 ) )
14
+
15
+
16
+ ### Features
17
+
18
+ * Add basic Model Context Protocol (MCP) support ([ 8ec9619] ( https://github.com/drivecore/mycoder/commit/8ec9619c3cc63df8f14222762f5da0bcabe273a5 ) )
19
+ * ** agent:** implement incremental resource cleanup for agent lifecycle ([ 576436e] ( https://github.com/drivecore/mycoder/commit/576436ef2c7c5f234f088b7dba2e7fd65590738f ) ), closes [ #236 ] ( https://github.com/drivecore/mycoder/issues/236 )
20
+ * background tools is now scope to agents ([ e55817f] ( https://github.com/drivecore/mycoder/commit/e55817f32b373fdbff8bb1ac90105b272044d33f ) )
21
+
1
22
# [ mycoder-agent-v1.1.0] ( https://github.com/drivecore/mycoder/compare/mycoder-agent-v1.0.0...mycoder-agent-v1.1.0 ) (2025-03-12)
2
23
3
24
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mycoder-agent" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.3 .0" ,
4
4
"description" : " Agent module for mycoder - an AI-powered software development assistant" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/index.js" ,
Original file line number Diff line number Diff line change
1
+ # [ mycoder-v1.3.0] ( https://github.com/drivecore/mycoder/compare/mycoder-v1.2.0...mycoder-v1.3.0 ) (2025-03-12)
2
+
3
+
4
+ ### Features
5
+
6
+ * implement MCP tools support ([ 2d99ac8] ( https://github.com/drivecore/mycoder/commit/2d99ac8cefaa770e368d469355a509739aafe6a3 ) )
7
+
8
+ # [ mycoder-v1.2.0] ( https://github.com/drivecore/mycoder/compare/mycoder-v1.1.1...mycoder-v1.2.0 ) (2025-03-12)
9
+
10
+
11
+ ### Features
12
+
13
+ * Add basic Model Context Protocol (MCP) support ([ 8ec9619] ( https://github.com/drivecore/mycoder/commit/8ec9619c3cc63df8f14222762f5da0bcabe273a5 ) )
14
+ * ** agent:** implement incremental resource cleanup for agent lifecycle ([ 576436e] ( https://github.com/drivecore/mycoder/commit/576436ef2c7c5f234f088b7dba2e7fd65590738f ) ), closes [ #236 ] ( https://github.com/drivecore/mycoder/issues/236 )
15
+ * background tools is now scope to agents ([ e55817f] ( https://github.com/drivecore/mycoder/commit/e55817f32b373fdbff8bb1ac90105b272044d33f ) )
16
+
1
17
# [ mycoder-v1.1.1] ( https://github.com/drivecore/mycoder/compare/mycoder-v1.1.0...mycoder-v1.1.1 ) (2025-03-12)
2
18
3
19
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mycoder" ,
3
3
"description" : " A command line tool using agent that can do arbitrary tasks, including coding tasks" ,
4
- "version" : " 1.1.1 " ,
4
+ "version" : " 1.3.0 " ,
5
5
"type" : " module" ,
6
6
"bin" : " ./bin/cli.js" ,
7
7
"main" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments