Skip to content

v1.0.0

Latest

Choose a tag to compare

@simonesiega simonesiega released this 23 Jul 13:55

Added

  • Added codex-limits reset for consuming a numbered or soonest-expiring reset coupon after an interactive recap and explicit y confirmation.
  • Added the GitHub Copilot CLI integration with codex-limits agents install copilot and a read-only /codex-limits extension command that does not send limit data to the LLM.
  • Added a task-oriented documentation hub and included the complete guides, JSON Schema, and sanitized example in published npm packages.
  • Added weekly Dependabot updates for the Bun dependency graph.

Changed

  • Changed the packaged OpenCode runtime entry point to the agent-specific dist/opencode.js bundle while preserving the package root plugin exports.
  • Changed codex-limits doctor text output to align every diagnostic value with the longest integration label.

Fixed

  • Fixed local session fallback to select the newest bounded event timestamp when file modification times are misleading.
  • Fixed combined dashboard loading to start independent usage and reset-coupon requests concurrently.

Security

  • Hardened bounded session and native HTTP reads against path-replacement races and unbounded error-body draining, and made reset --soonest fail closed when coupon expirations cannot be verified.
  • Prevented private Codex paths, free-form local reset text, and malformed coupon timestamp content from reaching public output.
  • Required manual npm publishing runs to use the version tag matching the package metadata.