File tree Expand file tree Collapse file tree 4 files changed +28
-2
lines changed
Expand file tree Collapse file tree 4 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 11# mycoder-agent
22
3+ ## [ 0.7.0] ( https://github.com/drivecore/mycoder/compare/v0.6.1...v0.7.0 ) (2025-03-10)
4+
5+ ### Bug Fixes
6+
7+ - change where anthropic key is declared ([ f6f72d3] ( https://github.com/drivecore/mycoder/commit/f6f72d3bc18a65fc775151cd375398aba230a06f ) )
8+ - ensure npm publish only happens on release branch ([ ec352d6] ( https://github.com/drivecore/mycoder/commit/ec352d6956c717726ef388a07d88372c12b634a6 ) )
9+
10+ ### Features
11+
12+ - add GitHub Action for issue comment commands ([ 136950f] ( https://github.com/drivecore/mycoder/commit/136950f4bd6d14e544bbd415ed313f7842a9b9a2 ) ), closes [ #162 ] ( https://github.com/drivecore/mycoder/issues/162 )
13+ - allow for generic /mycoder commands ([ 4b6608e] ( https://github.com/drivecore/mycoder/commit/4b6608e0b8e5f408eb5f12fe891657a5fb25bdb4 ) )
14+ - ** release:** implement conventional commits approach ([ 5878dd1] ( https://github.com/drivecore/mycoder/commit/5878dd1a56004eb8a994d40416d759553b022eb8 ) ), closes [ #140 ] ( https://github.com/drivecore/mycoder/issues/140 )
15+
316## 0.6.1
417
518### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " mycoder-agent" ,
3- "version" : " 0.6.1 " ,
3+ "version" : " 0.7.0 " ,
44 "description" : " Agent module for mycoder - an AI-powered software development assistant" ,
55 "type" : " module" ,
66 "main" : " dist/index.js" ,
Original file line number Diff line number Diff line change 11# mycoder
22
3+ ## [ 0.7.0] ( https://github.com/drivecore/mycoder/compare/v0.6.1...v0.7.0 ) (2025-03-10)
4+
5+ ### Bug Fixes
6+
7+ - change where anthropic key is declared ([ f6f72d3] ( https://github.com/drivecore/mycoder/commit/f6f72d3bc18a65fc775151cd375398aba230a06f ) )
8+ - ensure npm publish only happens on release branch ([ ec352d6] ( https://github.com/drivecore/mycoder/commit/ec352d6956c717726ef388a07d88372c12b634a6 ) )
9+
10+ ### Features
11+
12+ - add GitHub Action for issue comment commands ([ 136950f] ( https://github.com/drivecore/mycoder/commit/136950f4bd6d14e544bbd415ed313f7842a9b9a2 ) ), closes [ #162 ] ( https://github.com/drivecore/mycoder/issues/162 )
13+ - allow for generic /mycoder commands ([ 4b6608e] ( https://github.com/drivecore/mycoder/commit/4b6608e0b8e5f408eb5f12fe891657a5fb25bdb4 ) )
14+ - ** release:** implement conventional commits approach ([ 5878dd1] ( https://github.com/drivecore/mycoder/commit/5878dd1a56004eb8a994d40416d759553b022eb8 ) ), closes [ #140 ] ( https://github.com/drivecore/mycoder/issues/140 )
15+
316## 0.6.1
417
518### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " mycoder" ,
33 "description" : " A command line tool using agent that can do arbitrary tasks, including coding tasks" ,
4- "version" : " 0.6.1 " ,
4+ "version" : " 0.7.0 " ,
55 "type" : " module" ,
66 "bin" : " ./bin/cli.js" ,
77 "main" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments