Skip to content

Commit 56a1a33

Browse files
chore(release): 1.4.0 [skip ci]
# [mycoder-agent-v1.4.0](mycoder-agent-v1.3.1...mycoder-agent-v1.4.0) (2025-03-14) ### Bug Fixes * disable respawn as it can confuse some LLMs ([c04ee43](c04ee43)) * perfect gpustack compatibility, fix openai edge case ([9359f62](9359f62)) ### Features * support multiple line custom prompts in mycoder.config.js ([fa7f45e](fa7f45e)), closes [#249](#249)
1 parent f8548d7 commit 56a1a33

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/agent/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [mycoder-agent-v1.4.0](https://github.com/drivecore/mycoder/compare/mycoder-agent-v1.3.1...mycoder-agent-v1.4.0) (2025-03-14)
2+
3+
4+
### Bug Fixes
5+
6+
* disable respawn as it can confuse some LLMs ([c04ee43](https://github.com/drivecore/mycoder/commit/c04ee436b02a37d94688803b406cfb0b1e52c281))
7+
* perfect gpustack compatibility, fix openai edge case ([9359f62](https://github.com/drivecore/mycoder/commit/9359f62e5b2f66c0db76bf9bb00161eb6964a888))
8+
9+
10+
### Features
11+
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-agent-v1.3.1](https://github.com/drivecore/mycoder/compare/mycoder-agent-v1.3.0...mycoder-agent-v1.3.1) (2025-03-13)
215

316
### Bug Fixes

packages/agent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mycoder-agent",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "Agent module for mycoder - an AI-powered software development assistant",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)