Skip to content

mycoder-agent-v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Mar 19:01
· 20 commits to release since this release

mycoder-agent-v1.5.0 (2025-03-20)

Bug Fixes

  • improve resource trackers and fix tests (c31546e)
  • properly format agentDone tool completion message (8d19c41)
  • resolve build and test issues (549f0c7)
  • resolve TypeError in interactive mode (6e5e191)
  • restore visibility of tool execution output (0809694), closes #328
  • shell message should reset output on each read (670a10b)
  • update CLI cleanup to use ShellTracker instead of processStates (3dca767)

Features

  • add colored console output for agent logs (5f38b2d)
  • Add interactive correction feature to CLI mode (de2861f), closes #326
  • add parent-to-subagent communication in agentMessage tool (3b11db1)
  • add stdinContent parameter to shell commands (5342a0f), closes #301
  • implement ShellTracker to decouple from backgroundTools (65378e3)
  • remove respawn capability, it wasn't being used anyhow. (8e086b4)