Skip to content

Releases: drivecore/mycoder

mycoder-v1.3.1

13 Mar 01:42
Compare
Choose a tag to compare

mycoder-v1.3.1 (2025-03-13)

Bug Fixes

  • redo ollama llm provider using ollama sdk (586fe82)

mycoder-agent-v1.3.1

13 Mar 01:41
Compare
Choose a tag to compare

mycoder-agent-v1.3.1 (2025-03-13)

Bug Fixes

  • redo ollama llm provider using ollama sdk (586fe82)
  • update Ollama provider to use official npm package API correctly (738a84a)

mycoder-v1.3.0

12 Mar 20:49
Compare
Choose a tag to compare

mycoder-v1.3.0 (2025-03-12)

Features

  • implement MCP tools support (2d99ac8)

mycoder-v1.2.0

12 Mar 20:02
Compare
Choose a tag to compare

mycoder-v1.2.0 (2025-03-12)

Features

  • Add basic Model Context Protocol (MCP) support (8ec9619)
  • agent: implement incremental resource cleanup for agent lifecycle (576436e), closes #236
  • background tools is now scope to agents (e55817f)

mycoder-v1.1.1

12 Mar 16:51
Compare
Choose a tag to compare

mycoder-v1.1.1 (2025-03-12)

Bug Fixes

  • remove userWarning option from docs and Github Action. (35617c1)

mycoder-v1.1.0

12 Mar 16:34
Compare
Choose a tag to compare

mycoder-v1.1.0 (2025-03-12)

Bug Fixes

  • implement resource cleanup to prevent CLI hanging issue (d33e729), closes #141
  • llm choice working well for openai, anthropic and ollama (68d34ab)
  • remove unreliable init command and createDefaultConfigFile function (5559567), closes #225
  • replace @semantic-release/npm with @anolilab/semantic-release-pnpm to properly resolve workspace references (bacb51f)

Features

  • add git and gh CLI tools availability check (8996f36), closes #217
  • add Ollama configuration options (d5c3a96)
  • cli: Add checking for git and gh CLI tools in GitHub mode (5443185), closes #217
  • llm: add OpenAI support to LLM abstraction (7bda811)
  • refactor: agent (a2f59c2)
  • Replace config CLI commands with config file-based approach (#215) (8dffcef)

mycoder-agent-v1.3.0

12 Mar 20:49
Compare
Choose a tag to compare

mycoder-agent-v1.3.0 (2025-03-12)

Features

  • implement MCP tools support (2d99ac8)

mycoder-agent-v1.2.0

12 Mar 20:01
Compare
Choose a tag to compare

mycoder-agent-v1.2.0 (2025-03-12)

Bug Fixes

  • Fix TypeScript errors in MCP implementation (f5837d3)

Features

  • Add basic Model Context Protocol (MCP) support (8ec9619)
  • agent: implement incremental resource cleanup for agent lifecycle (576436e), closes #236
  • background tools is now scope to agents (e55817f)

mycoder-agent-v1.1.0

12 Mar 16:33
Compare
Choose a tag to compare

mycoder-agent-v1.1.0 (2025-03-12)

Bug Fixes

  • convert absolute paths to relative paths in textEditor log output (a5ea845)
  • implement resource cleanup to prevent CLI hanging issue (d33e729), closes #141
  • llm choice working well for openai, anthropic and ollama (68d34ab)
  • openai: add OpenAI dependency to agent package and enable provider in config (30b0807)
  • replace @semantic-release/npm with @anolilab/semantic-release-pnpm to properly resolve workspace references (bacb51f)
  • up subagent iterations to 200 from 50 (b405f1e)

Features

  • add agent tracking to background tools (4a3bcc7)
  • add Ollama configuration options (d5c3a96)
  • agent: implement agentStart and agentMessage tools (62f8df3), closes #111 #111
  • allow textEditor to overwrite existing files with create command (d1cde65), closes #192
  • implement background tool tracking (issue #112) (b5bb489)
  • implement Ollama provider for LLM abstraction (597211b)
  • llm: add OpenAI support to LLM abstraction (7bda811)
  • refactor: agent (a2f59c2)

mycoder-v1.0.0

11 Mar 20:10
Compare
Choose a tag to compare

mycoder-v1.0.0 (2025-03-11)

Bug Fixes

  • add deepmerge to cli package.json (ab66377)
  • don't save consent when using --userWarning=false (41cf69d)
  • monorepo: implement semantic-release-monorepo for proper versioning of sub-packages (96c6284)
  • update hierarchical configuration system to fix failing tests (93d949c)

Features

  • add --githubMode and --userPrompt as boolean CLI options that override config settings (0390f94)
  • add CLI options for automated usage scenarios (00419bc)
  • add maxTokens and temperature config options to CLI (b461d3b), closes #118
  • implement hierarchical configuration system (84d73d1), closes #153
  • remove modelProvider and modelName - instant decrepation (59834dc)