Skip to content

Commit 98f7764

Browse files
chore(release): 1.5.0 [skip ci]
# [mycoder-agent-v1.5.0](mycoder-agent-v1.4.2...mycoder-agent-v1.5.0) (2025-03-20) ### Bug Fixes * improve resource trackers and fix tests ([c31546e](c31546e)) * properly format agentDone tool completion message ([8d19c41](8d19c41)) * resolve build and test issues ([549f0c7](549f0c7)) * resolve TypeError in interactive mode ([6e5e191](6e5e191)) * restore visibility of tool execution output ([0809694](0809694)), closes [#328](#328) * shell message should reset output on each read ([670a10b](670a10b)) * update CLI cleanup to use ShellTracker instead of processStates ([3dca767](3dca767)) ### Features * add colored console output for agent logs ([5f38b2d](5f38b2d)) * Add interactive correction feature to CLI mode ([de2861f](de2861f)), closes [#326](#326) * add parent-to-subagent communication in agentMessage tool ([3b11db1](3b11db1)) * add stdinContent parameter to shell commands ([5342a0f](5342a0f)), closes [#301](#301) * implement ShellTracker to decouple from backgroundTools ([65378e3](65378e3)) * remove respawn capability, it wasn't being used anyhow. ([8e086b4](8e086b4))
1 parent df2a713 commit 98f7764

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

packages/agent/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [mycoder-agent-v1.5.0](https://github.com/drivecore/mycoder/compare/mycoder-agent-v1.4.2...mycoder-agent-v1.5.0) (2025-03-20)
2+
3+
4+
### Bug Fixes
5+
6+
* improve resource trackers and fix tests ([c31546e](https://github.com/drivecore/mycoder/commit/c31546ea0375ce7fa477d7e0e4f11ea1e2b6d65e))
7+
* properly format agentDone tool completion message ([8d19c41](https://github.com/drivecore/mycoder/commit/8d19c410db52190cc871c201b133bee127757599))
8+
* resolve build and test issues ([549f0c7](https://github.com/drivecore/mycoder/commit/549f0c7184e48d2bd3221bf063f74255799da275))
9+
* resolve TypeError in interactive mode ([6e5e191](https://github.com/drivecore/mycoder/commit/6e5e1912d69906674f5c7fec9b79495de79b63c6))
10+
* restore visibility of tool execution output ([0809694](https://github.com/drivecore/mycoder/commit/0809694538d8bc7d808de4f1b9b97cd3a718941c)), closes [#328](https://github.com/drivecore/mycoder/issues/328)
11+
* shell message should reset output on each read ([670a10b](https://github.com/drivecore/mycoder/commit/670a10bd841307750c95796d621b7d099d0e83c1))
12+
* update CLI cleanup to use ShellTracker instead of processStates ([3dca767](https://github.com/drivecore/mycoder/commit/3dca7670bed4884650b43d431c09a14d2673eb58))
13+
14+
15+
### Features
16+
17+
* add colored console output for agent logs ([5f38b2d](https://github.com/drivecore/mycoder/commit/5f38b2dc4a7f952f3c484367ef5576172f1ae321))
18+
* Add interactive correction feature to CLI mode ([de2861f](https://github.com/drivecore/mycoder/commit/de2861f436d35db44653dc5a0c449f4f4068ca13)), closes [#326](https://github.com/drivecore/mycoder/issues/326)
19+
* add parent-to-subagent communication in agentMessage tool ([3b11db1](https://github.com/drivecore/mycoder/commit/3b11db1063496d9fe1f8efc362257d9ea8287603))
20+
* add stdinContent parameter to shell commands ([5342a0f](https://github.com/drivecore/mycoder/commit/5342a0fa98424282c75ca50c93b380c85ea58a20)), closes [#301](https://github.com/drivecore/mycoder/issues/301)
21+
* implement ShellTracker to decouple from backgroundTools ([65378e3](https://github.com/drivecore/mycoder/commit/65378e34b035699f61b701679742ba9a7e667215))
22+
* remove respawn capability, it wasn't being used anyhow. ([8e086b4](https://github.com/drivecore/mycoder/commit/8e086b46bd0836dfce39331aa8e6b0d5de81b275))
23+
124
# [mycoder-agent-v1.4.2](https://github.com/drivecore/mycoder/compare/mycoder-agent-v1.4.1...mycoder-agent-v1.4.2) (2025-03-14)
225

326
### 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.4.2",
3+
"version": "1.5.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)