You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# mycoder-agent-v1.0.0 (2025-03-11)
### Bug Fixes
* **monorepo:** implement semantic-release-monorepo for proper versioning of sub-packages ([96c6284](96c6284))
* only consider response empty if no text AND no tool calls ([#127](#127)) ([af20ec5](af20ec5))
* Replace shell commands with Node.js APIs for cross-platform compatibility ([07b4c24](07b4c24))
* token caching ([5972e59](5972e59))
* use maxTokens in generateTextProps ([bfb9da9](bfb9da9))
### 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))
* remove modelProvider and modelName - instant decrepation ([59834dc](59834dc))
Copy file name to clipboardExpand all lines: packages/agent/CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
# mycoder-agent-v1.0.0 (2025-03-11)
2
+
3
+
4
+
### Bug Fixes
5
+
6
+
***monorepo:** implement semantic-release-monorepo for proper versioning of sub-packages ([96c6284](https://github.com/drivecore/mycoder/commit/96c62848fbc3a4c1c591f3fd6202486e6461c4f2))
7
+
* only consider response empty if no text AND no tool calls ([#127](https://github.com/drivecore/mycoder/issues/127)) ([af20ec5](https://github.com/drivecore/mycoder/commit/af20ec54468afed49632306fe553b307ab3c4ba5))
8
+
* Replace shell commands with Node.js APIs for cross-platform compatibility ([07b4c24](https://github.com/drivecore/mycoder/commit/07b4c24fa17d19c468a76404a367f6afc0005517))
* use maxTokens in generateTextProps ([bfb9da9](https://github.com/drivecore/mycoder/commit/bfb9da9804d61840344e93cc5bea809e8e16f2ec))
11
+
12
+
13
+
### Features
14
+
15
+
* add back token tracking, system prompt caching. ([ddc04ab](https://github.com/drivecore/mycoder/commit/ddc04ab0778eb2f571897e825c8d8ba17651db09))
16
+
* 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)
0 commit comments