8000 chore(release): 1.4.0 [skip ci] · drivecore/mycoder@30aa057 · GitHub
[go: up one dir, main page]

Skip to content

Commit 30aa057

Browse files
chore(release): 1.4.0 [skip ci]
# [mycoder-v1.4.0](mycoder-v1.3.1...mycoder-v1.4.0) (2025-03-14) ### Bug Fixes * perfect gpustack compatibility, fix openai edge case ([9359f62](9359f62)) ### Features * replace cosmiconfig with c12 for configuration management ([cc17315](cc17315)), closes [#260](#260) * support multiple line custom prompts in mycoder.config.js ([fa7f45e](fa7f45e)), closes [#249](#249)
1 parent 56a1a33 commit 30aa057

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/cli/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [mycoder-v1.4.0](https://github.com/drivecore/mycoder/compare/mycoder-v1.3.1...mycoder-v1.4.0) (2025-03-14)
2+
3+
4+
### Bug Fixes
5+
6+
* perfect gpustack compatibility, fix openai edge case ([9359f62](https://github.com/drivecore/mycoder/commit/9359f62e5b2f66c0db76bf9bb00161eb6964a888))
7+
8+
9+
### Features
10+
11+
* replace cosmiconfig with c12 for configuration management ([cc17315](https://github.com/drivecore/mycoder/commit/cc17315da6a8c7a7b63958a7b10f11f7de5e521d)), closes [#260](https://github.com/drivecore/mycoder/issues/260)
12+
* support multiple line custom prompts in mycoder.config.js ([fa7f45e](https://github.com/drivecore/mycoder/commit/fa7f45ea9e81fa73fba0afa099e127fbdeaf5281)), closes [#249](https://github.com/drivecore/mycoder/issues/249)
13+
114
# [mycoder-v1.3.1](https://github.com/drivecore/mycoder/compare/mycoder-v1.3.0...mycoder-v1.3.1) (2025-03-13)
215

316
### Bug Fixes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mycoder",
33
"description": "A command line tool using agent that can do arbitrary tasks, including coding tasks",
4-
"version": "1.3.1",
4+
"version": "1.4.0",
55
"type": "module",
66
"bin": "./bin/cli.js",
77
"main": "./dist/index.js",

0 commit comments

Comments
 (0)
0