Skip to content

pi-commandcode-provider 0.4.2

Choose a tag to compare

@patlux patlux released this 05 Jul 01:24
· 150 commits to main since this release
v0.4.2
64d538a

Summary

  • Fix Oh My Pi extension validation by avoiding the missing calculateCost runtime import from OMP's legacy pi-ai shim.
  • Add a regression test that locks the local Command Code cost calculation to pi-ai's upstream calculateCost behavior.

Contributors

  • @CoderTCY — reported the Oh My Pi installation failure in #24.

Validation

  • COMMANDCODE_API_KEY=cc_test_dummy npm test
  • npm run format:check
  • npm audit --audit-level=moderate
  • npm pack --dry-run
  • git diff --check

Links

  • Fixed by #25
  • Release PR #26
  • Reported in #24