github nyldn/claude-octopus v9.7.8
v9.7.8 — Windows compatibility, Codex smoke test fix

latest releases: v9.9.2, v9.9.1, v9.9.0...
11 hours ago

Fixed

  • Windows ${USER} unbound variable crash (#201): $USER is unset on Windows (Git Bash) — Windows uses $USERNAME instead. All 6 occurrences in the model cache path now use ${USER:-${USERNAME:-unknown}} to handle both platforms.
  • Codex smoke test false negative outside git repos (#202): codex exec requires a git repository, so the smoke test always failed with "Not inside a trusted directory" when run from a non-git directory. Now creates a temp git repo for the test and cleans up after. Added GIT_REPO_REQUIRED error classifier for a clearer message if the workaround fails.
  • Version bumps: plugin.json, marketplace.json, README.md updated to v9.7.8 with correct skill count (45).

Don't miss a new claude-octopus release

NewReleases is sending notifications on new releases.