sync local pi changes
This commit is contained in:
23
.pi/agent/extensions/tmux-subagent/package.json
Normal file
23
.pi/agent/extensions/tmux-subagent/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "pi-tmux-subagent-extension",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "tsx --test src/*.test.ts src/**/*.test.ts"
|
||||
},
|
||||
"pi": {
|
||||
"extensions": ["./index.ts"],
|
||||
"prompts": ["./prompts/*.md"]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@mariozechner/pi-agent-core": "^0.66.1",
|
||||
"@mariozechner/pi-ai": "^0.66.1",
|
||||
"@mariozechner/pi-coding-agent": "^0.66.1",
|
||||
"@mariozechner/pi-tui": "^0.66.1",
|
||||
"@sinclair/typebox": "^0.34.49",
|
||||
"@types/node": "^25.5.2",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^6.0.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user