Skip to content

MOLT v0.2.0 — roadmap done, Codex & Claude integration

Latest

Choose a tag to compare

@houyongsheng houyongsheng released this 14 Aug 04:24
· 2 commits to master since this release

MOLT v0.2.0

Roadmap complete, plus Codex / Claude ecosystem integration.

New in 0.2.0

  • molt skills dedup — remove shadowed copies, flag identical code
  • molt eval <name> — accuracy benchmark against cases.json
  • molt publish --remote — push the toolbox to a git registry
  • molt run --stream / --sandbox — live output, subprocess skill isolation
  • molt export --format claude|codex — your grown tools work in Claude Code / Codex
  • new built-ins list_dir, search; 16 passing tests

Verified

A MOLT-grown skill (parse_kv_records) exported to .claude/skills/ was
actually used by Claude Code to solve a task correctly.