Skip to content

v0.10.0

Latest

Choose a tag to compare

@vtemian vtemian released this 10 Mar 12:24

Features

  • JSONC config supportmicode.json now accepts comments and trailing commas (#31)
  • Per-agent thinking config — configure thinking.budgetTokens per agent in micode.json (#33)

Fixes

  • Fetch loop prevention — re-enable doom loop detection + new fetch tracker with per-URL caching, warnings after 3 repeated fetches, hard block after 5 (#36, closes #26)
  • PTY graceful degradation — no longer crashes when bun-pty native library is unavailable (#34)
  • Respect .gitignore — agents never force-add gitignored files (#32)
  • Thinking budgetTokens — use camelCase for AI SDK compatibility (#27)
  • Mindmodel logger — replace console.warn with structured logger (#35)

Other

  • Extract DEFAULT_MODEL constant for single source of truth (#29)
  • Add micode vs oh-my-opencode comparison to README