Skip to content

Commit 9205607

Browse files
chore(release): 0.10.0 [skip ci]
# [0.10.0](v0.9.0...v0.10.0) (2025-03-11) ### Bug Fixes * add deepmerge to cli package.json ([ab66377](ab66377)) * update hierarchical configuration system to fix failing tests ([93d949c](93d949c)) ### Features * add back token tracking, system prompt caching. ([ddc04ab](ddc04ab)) * add showStdIn and showStdout options to shellMessage and shellStart ([aed1b9f](aed1b9f)), closes [#167](#167) * add token caching. issue 145 ([d78723b](d78723b)) * implement hierarchical configuration system ([84d73d1](84d73d1)), closes [#153](#153)
1 parent ab66377 commit 9205607

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [0.10.0](https://github.com/drivecore/mycoder/compare/v0.9.0...v0.10.0) (2025-03-11)
2+
3+
4+
### Bug Fixes
5+
6+
* add deepmerge to cli package.json ([ab66377](https://github.com/drivecore/mycoder/commit/ab66377342c9f23fa874d2776e73d365141e8801))
7+
* update hierarchical configuration system to fix failing tests ([93d949c](https://github.com/drivecore/mycoder/commit/93d949c03b7ebe96bad36713f6476c38d2a35224))
8+
9+
10+
### Features
11+
12+
* add back token tracking, system prompt caching. ([ddc04ab](https://github.com/drivecore/mycoder/commit/ddc04ab0778eb2f571897e825c8d8ba17651db09))
13+
* add showStdIn and showStdout options to shellMessage and shellStart ([aed1b9f](https://github.com/drivecore/mycoder/commit/aed1b9f6ba489da19f2170c136861a7c80ad6e33)), closes [#167](https://github.com/drivecore/mycoder/issues/167)
14+
* add token caching. issue 145 ([d78723b](https://github.com/drivecore/mycoder/commit/d78723bb6d0514110088caf7009e196e3f79769e))
15+
* implement hierarchical configuration system ([84d73d1](https://github.com/drivecore/mycoder/commit/84d73d1e6324670890a203f455fe257aeb6ed07a)), closes [#153](https://github.com/drivecore/mycoder/issues/153)
16+
117
# [0.9.0](https://github.com/drivecore/mycoder/compare/v0.8.0...v0.9.0) (2025-03-11)
218

319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mycoder-monorepo",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"type": "module",
55
"private": true,
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)