@j6e/pi-auto-mode

A Claude auto mode clone for pi

Packages

Package details

extension

Install @j6e/pi-auto-mode from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@j6e/pi-auto-mode
Package
@j6e/pi-auto-mode
Version
0.1.1
Published
Jun 14, 2026
Downloads
not available
Author
j6e
License
MIT
Types
extension
Size
39 KB
Dependencies
0 dependencies · 3 peers
Pi manifest JSON
{
  "extensions": [
    "./src/index.ts"
  ]
}

Security note

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

README

pi-auto-mode

A Claude auto mode clone for pi

Classifier output contract

The classifier decision path is strict: a valid classifier response must call the auto_mode_classifier tool. The tool arguments must include:

  • decision: allow or block
  • reason: string
  • confidence: high, medium, or low
  • category: user_intent, security, data_loss, scope_creep, infrastructure, credential_access, or other

Plain text JSON, fenced JSON, and reasoning/thinking-block JSON are not accepted as classifier decisions. Malformed or missing tool calls fail closed.