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

Skip to content

Commit cbd6e5e

Browse files
chore(release): 1.5.0 [skip ci]
# [mycoder-v1.5.0](mycoder-v1.4.1...mycoder-v1.5.0) (2025-03-20) ### Bug Fixes * list default model correctly in logging ([5b67b58](5b67b58)) * restore visibility of tool execution output ([0809694](0809694)), closes [#328](#328) * update CLI cleanup to use ShellTracker instead of processStates ([3dca767](3dca767)) ### Features * Add interactive correction feature to CLI mode ([de2861f](de2861f)), closes [#326](#326) * add stdinContent parameter to shell commands ([5342a0f](5342a0f)), closes [#301](#301)
1 parent 98f7764 commit cbd6e5e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/cli/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [mycoder-v1.5.0](https://github.com/drivecore/mycoder/compare/mycoder-v1.4.1...mycoder-v1.5.0) (2025-03-20)
2+
3+
4+
### Bug Fixes
5+
6+
* list default model correctly in logging ([5b67b58](https://github.com/drivecore/mycoder/commit/5b67b581cb6a7259bf1718098ed57ad2bf96f947))
7+
* restore visibility of tool execution output ([0809694](https://github.com/drivecore/mycoder/commit/0809694538d8bc7d808de4f1b9b97cd3a718941c)), closes [#328](https://github.com/drivecore/mycoder/issues/328)
8+
* update CLI cleanup to use ShellTracker instead of processStates ([3dca767](https://github.com/drivecore/mycoder/commit/3dca7670bed4884650b43d431c09a14d2673eb58))
9+
10+
11+
### Features
12+
13+
* Add interactive correction feature to CLI mode ([de2861f](https://github.com/drivecore/mycoder/commit/de2861f436d35db44653dc5a0c449f4f4068ca13)), closes [#326](https://github.com/drivecore/mycoder/issues/326)
14+
* add stdinContent parameter to shell commands ([5342a0f](https://github.com/drivecore/mycoder/commit/5342a0fa98424282c75ca50c93b380c85ea58a20)), closes [#301](https://github.com/drivecore/mycoder/issues/301)
15+
116
# [mycoder-v1.4.1](https://github.com/drivecore/mycoder/compare/mycoder-v1.4.0...mycoder-v1.4.1) (2025-03-14)
217

318
### 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.4.1",
4+
"version": "1.5.0",
55
"type": "module",
66
"bin": "./bin/cli.js",
77
"main": "./dist/index.js",

0 commit comments

Comments
 (0)
0