Skip to content

Commit 719779e

Browse files
chore(release): 1.3.1 [skip ci]
# [mycoder-agent-v1.3.1](mycoder-agent-v1.3.0...mycoder-agent-v1.3.1) (2025-03-13) ### Bug Fixes * redo ollama llm provider using ollama sdk ([586fe82](586fe82)) * update Ollama provider to use official npm package API correctly ([738a84a](738a84a))
1 parent 1bffa4d commit 719779e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/agent/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [mycoder-agent-v1.3.1](https://github.com/drivecore/mycoder/compare/mycoder-agent-v1.3.0...mycoder-agent-v1.3.1) (2025-03-13)
2+
3+
4+
### Bug Fixes
5+
6+
* redo ollama llm provider using ollama sdk ([586fe82](https://github.com/drivecore/mycoder/commit/586fe827d048aa6c13675ba838bd50309b3980e2))
7+
* update Ollama provider to use official npm package API correctly ([738a84a](https://github.com/drivecore/mycoder/commit/738a84aff560076e4ad24129f5dc9bf09d304ffa))
8+
19
# [mycoder-agent-v1.3.0](https://github.com/drivecore/mycoder/compare/mycoder-agent-v1.2.0...mycoder-agent-v1.3.0) (2025-03-12)
210

311
### Features

packages/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mycoder-agent",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Agent module for mycoder - an AI-powered software development assistant",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)