{
  "name": "omniroute-pi-extension",
  "version": "2.2.0",
  "description": "Pi Coding Agent extension for OmniRoute — manage combos, browse providers, and see which model actually served each response in the status bar",
  "keywords": [
    "pi-package",
    "pi-coding-agent",
    "omniroute",
    "llm",
    "ai-gateway",
    "extension",
    "coding-agent"
  ],
  "main": "extensions/omniroute-manager.ts",
  "files": [
    "extensions/omniroute-manager.ts",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./extensions/omniroute-manager.ts"
    ]
  },
  "author": "Oscar Andrea",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/oscarandrea/omniroute-pi-extension.git"
  },
  "homepage": "https://github.com/oscarandrea/omniroute-pi-extension#readme",
  "bugs": {
    "url": "https://github.com/oscarandrea/omniroute-pi-extension/issues"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": ">=0.60.0"
  }
}
