Skip to content

v3.7.1 -- 2026-04-15

Choose a tag to compare

@mailnike mailnike released this 26 Apr 19:31
· 29 commits to main since this release

Fixes a bug where Python, TypeScript, and JavaScript files were silently skipped when no runner was detected at session start (e.g., a project without a pyproject.toml or package.json). These languages now queue correctly regardless of manifest presence -- Claude falls back to direct execution or simulation if no runner is configured. Go, Ruby, PHP, Java, and Rust are unchanged: they still require their respective manifest file.