@firstpick/pi-extension-codex-fast-mode

Session-scoped Codex subscription Fast mode for Pi requests.

Packages

Package details

extension

Install @firstpick/pi-extension-codex-fast-mode from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@firstpick/pi-extension-codex-fast-mode
Package
@firstpick/pi-extension-codex-fast-mode
Version
0.1.1
Published
Aug 7, 2026
Downloads
662/mo · 24/wk
Author
firstpick
License
MIT
Types
extension
Size
8.2 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./index.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

Codex Fast Mode for Pi

Adds an easy on/off switch for subscription-backed Codex Fast mode.

What you can do

  • Turns supported Codex Fast mode on or off for the current session.
  • Shows whether Fast mode is currently active.
  • Applies only to supported subscription-backed Codex requests.
  • Leaves other models and providers unchanged.

Install

Install it through Pi:

pi install npm:@firstpick/pi-extension-codex-fast-mode

Restart Pi if the package does not appear in your current session.

How to use it

Run /fast-mode on for a supported Codex session and /fast-mode status to confirm it. Turn it off when you prefer standard credit use.

  • /fast-mode toggles Fast mode.
  • /fast-mode on enables it.
  • /fast-mode off disables it.
  • /fast-mode status reports the current session-branch setting.

Technical details

See TECHNICAL.md for complete commands, configuration, compatibility, security, and troubleshooting information.