pi-multikey 1.5.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.ts +0 -5
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -173,9 +173,4 @@ export default function multikey(pi: ExtensionAPI) {
173
173
  description: "Many API keys per provider: 429 rotation, cooldowns, live status",
174
174
  handler: managerHandler,
175
175
  });
176
- // Legacy alias from the pre-rename days — same manager.
177
- pi.registerCommand("keypool", {
178
- description: "Alias of /multikey",
179
- handler: managerHandler,
180
- });
181
176
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-multikey",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "description": "One pi provider backed by many API keys: automatic 429 rotation, per-request key leases for concurrent subagents, and a /multikey management TUI",
5
5
  "keywords": [
6
6
  "pi-package",