Skip to content

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 02 Mar 20:24
· 515 commits to main since this release
Fix #221: Telegram messages now send with parse_mode HTML and default to TelegramHtml formatting so bold, italic, code, and links render properly instead of showing raw tags
Fix #152: PATCH /api/agents/{id}/config now persists changes to the database so updates survive daemon restarts
Fix #219: Agent TOML files on disk are compared to DB on startup and if the TOML differs the DB is updated automatically so edits to agent.toml take effect on restart
Fix #179: MCP server spawning on Windows now auto-resolves npx to npx.cmd, passes essential Windows env vars (APPDATA, USERPROFILE, etc), logs stderr for debugging, and increased default timeout from 30s to 60s
Fix #170: Background agent startup is now staggered with 500ms delay between agents to prevent rate limit storms when many agents share the same provider API key
Fix #220: Strengthened tool behavior prompt so agents must include fetched web content in their response instead of ignoring it