{
	"name": "@agnishc/edb-claude-proxy",
	"version": "0.21.1",
	"deprecated": "Deprecated as of 2026-08-03 — no longer maintained. Do not install for new setups; remove the extension if installed. The claude_proxy tool is superseded by pi's built-in agent delegation.",
	"description": "[DEPRECATED] Pi extension: claude_proxy tool — delegate tasks to Claude Code CLI from within pi",
	"keywords": [
		"pi-package",
		"pi-extension",
		"edb",
		"claude"
	],
	"type": "module",
	"license": "MIT",
	"author": "Agnish Chakraborty",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/agnishcc/pi-extention-monorepo.git",
		"directory": "packages/edb-claude-proxy"
	},
	"homepage": "https://github.com/agnishcc/pi-extention-monorepo/tree/main/packages/edb-claude-proxy#readme",
	"bugs": {
		"url": "https://github.com/agnishcc/pi-extention-monorepo/issues"
	},
	"publishConfig": {
		"access": "public"
	},
	"scripts": {
		"test": "vitest run"
	},
	"files": [
		"src",
		"README.md",
		"LICENSE",
		"CHANGELOG.md"
	],
	"pi": {
		"extensions": [
			"./src/index.ts"
		]
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": "*",
		"@earendil-works/pi-tui": "*",
		"typebox": "*"
	}
}
