Skip to content

Commit 30ede96

Browse files
chore(release): 1.1.0 [skip ci]
# [mycoder-v1.1.0](mycoder-v1.0.0...mycoder-v1.1.0) (2025-03-12) ### Bug Fixes * implement resource cleanup to prevent CLI hanging issue ([d33e729](d33e729)), closes [#141](#141) * llm choice working well for openai, anthropic and ollama ([68d34ab](68d34ab)) * remove unreliable init command and createDefaultConfigFile function ([5559567](5559567)), closes [#225](#225) * replace @semantic-release/npm with @anolilab/semantic-release-pnpm to properly resolve workspace references ([bacb51f](bacb51f)) ### Features * add git and gh CLI tools availability check ([8996f36](8996f36)), closes [#217](#217) * add Ollama configuration options ([d5c3a96](d5c3a96)) * **cli:** Add checking for git and gh CLI tools in GitHub mode ([5443185](5443185)), closes [#217](#217) * **llm:** add OpenAI support to LLM abstraction ([7bda811](7bda811)) * **refactor:** agent ([a2f59c2](a2f59c2)) * Replace config CLI commands with config file-based approach ([#215](#215)) ([8dffcef](8dffcef))
1 parent 8ee8401 commit 30ede96

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

packages/cli/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [mycoder-v1.1.0](https://github.com/drivecore/mycoder/compare/mycoder-v1.0.0...mycoder-v1.1.0) (2025-03-12)
2+
3+
4+
### Bug Fixes
5+
6+
* implement resource cleanup to prevent CLI hanging issue ([d33e729](https://github.com/drivecore/mycoder/commit/d33e7298686a30661ee8b36f2fdffb16f5f3da71)), closes [#141](https://github.com/drivecore/mycoder/issues/141)
7+
* llm choice working well for openai, anthropic and ollama ([68d34ab](https://github.com/drivecore/mycoder/commit/68d34abf8a73ed533a072359ce334a9364753425))
8+
* remove unreliable init command and createDefaultConfigFile function ([5559567](https://github.com/drivecore/mycoder/commit/5559567d1986e828983f5975495bee89fcd91772)), closes [#225](https://github.com/drivecore/mycoder/issues/225)
9+
* replace @semantic-release/npm with @anolilab/semantic-release-pnpm to properly resolve workspace references ([bacb51f](https://github.com/drivecore/mycoder/commit/bacb51f637f2b2d3b1039bdfdbd33e3d704b6cde))
10+
11+
12+
### Features
13+
14+
* add git and gh CLI tools availability check ([8996f36](https://github.com/drivecore/mycoder/commit/8996f3609d3d13a62dd9943bfe2e846508a70336)), closes [#217](https://github.com/drivecore/mycoder/issues/217)
15+
* add Ollama configuration options ([d5c3a96](https://github.com/drivecore/mycoder/commit/d5c3a96ce9463c98504c2a346796400df36bf3b0))
16+
* **cli:** Add checking for git and gh CLI tools in GitHub mode ([5443185](https://github.com/drivecore/mycoder/commit/54431854e1e02de2a3c6bf993b114993739dcca1)), closes [#217](https://github.com/drivecore/mycoder/issues/217)
17+
* **llm:** add OpenAI support to LLM abstraction ([7bda811](https://github.com/drivecore/mycoder/commit/7bda811658e15b8dd41135cd9b2b90e9ea925e15))
18+
* **refactor:** agent ([a2f59c2](https://github.com/drivecore/mycoder/commit/a2f59c2f51643a44d6e1ff0c16b319deb1adc3f2))
19+
* Replace config CLI commands with config file-based approach ([#215](https://github.com/drivecore/mycoder/issues/215)) ([8dffcef](https://github.com/drivecore/mycoder/commit/8dffcef10c123c05ef6970c465c4d8b3f0475622))
20+
121
# mycoder-v1.0.0 (2025-03-11)
222

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

0 commit comments

Comments
 (0)