{
  "name": "pi-ask-smarter-model",
  "version": "1.0.1",
  "description": "pi extension: ask_smarter_model tool — any agent can consult a stronger model (default Claude Fable 5, max thinking) on hard problems",
  "keywords": [
    "pi-package",
    "pi",
    "extension",
    "coding-agent",
    "claude",
    "fable",
    "opus",
    "second-opinion",
    "reasoning",
    "oracle"
  ],
  "author": "Krystofee",
  "license": "ISC",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Krystofee/pi-ask-smarter-model.git"
  },
  "files": [
    "index.ts",
    "README.md",
    "LICENSE",
    "demo.gif",
    "tool-call.png"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "image": "https://raw.githubusercontent.com/Krystofee/pi-ask-smarter-model/master/tool-call.png"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": ">=0.77.0",
    "@earendil-works/pi-coding-agent": ">=0.77.0"
  }
}
