Commit 8ee8401
committed
chore(release): 1.1.0 [skip ci]
# [mycoder-agent-v1.1.0](mycoder-agent-v1.0.0...mycoder-agent-v1.1.0) (2025-03-12)
### Bug Fixes
* convert absolute paths to relative paths in textEditor log output ([a5ea845](a5ea845))
* implement resource cleanup to prevent CLI hanging issue ([d33e729](d33e729)), closes [#141](#141)
* llm choice working well for openai, anthropic and ollama ([68d34ab](68d34ab))
* **openai:** add OpenAI dependency to agent package and enable provider in config ([30b0807](30b0807))
* replace @semantic-release/npm with @anolilab/semantic-release-pnpm to properly resolve workspace references ([bacb51f](bacb51f))
* up subagent iterations to 200 from 50 ([b405f1e](b405f1e))
### Features
* add agent tracking to background tools ([4a3bcc7](4a3bcc7))
* add Ollama configuration options ([d5c3a96](d5c3a96))
* **agent:** implement agentStart and agentMessage tools ([62f8df3](62f8df3)), closes [#111](#111) [#111](#111)
* allow textEditor to overwrite existing files with create command ([d1cde65](d1cde65)), closes [#192](#192)
* implement background tool tracking (issue [#112](#112)) ([b5bb489](b5bb489))
* implement Ollama provider for LLM abstraction ([597211b](597211b))
* **llm:** add OpenAI support to LLM abstraction ([7bda811](7bda811))
* **refactor:** agent ([a2f59c2](a2f59c2))1 parent 49e9756 commit 8ee8401
2 files changed
+25
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
1 | 25 | | |
2 | 26 | | |
3 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments