Skip to content

mycoder-agent-v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 16:33
· 141 commits to release since this release

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)