@zeerke/ascet-copilot

ASCET Copilot package bundle for Pi.

Packages

Package details

extensionskillthemeprompt

Install @zeerke/ascet-copilot from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@zeerke/ascet-copilot
Package
@zeerke/ascet-copilot
Version
0.1.26
Published
Jul 22, 2026
Downloads
2,591/mo · 1,567/wk
Author
zeerke
License
MIT
Types
extension, skill, theme, prompt
Size
113.2 MB
Dependencies
8 dependencies · 0 peers
Pi manifest JSON
{
  "extensions": [
    "node_modules/@zeerke/ascet-copilot-extension/src/index.ts",
    "node_modules/@zeerke/ascet-copilot-ui/extensions/index.ts",
    "node_modules/pi-subagents/src/extension/index.ts",
    "node_modules/@juicesharp/rpiv-todo/index.ts",
    "node_modules/@juicesharp/rpiv-ask-user-question/index.ts",
    "node_modules/@narumitw/pi-goal/src/goal.ts",
    "node_modules/pi-hermes-memory/src/index.ts",
    "node_modules/pi-web-access/index.ts"
  ],
  "skills": [
    "node_modules/@zeerke/ascet-copilot-extension/skills",
    "node_modules/pi-subagents/skills",
    "node_modules/pi-web-access/skills"
  ],
  "prompts": [
    "node_modules/pi-subagents/prompts"
  ],
  "themes": [
    "node_modules/@zeerke/ascet-copilot-ui/themes"
  ],
  "subagents": {
    "agents": [
      "node_modules/@zeerke/ascet-copilot-extension/agents"
    ]
  }
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

ASCET Copilot

ASCET Copilot package bundle for Pi.

Install

Install the official Pi agent first:

npm install -g @earendil-works/pi-coding-agent

Then install ASCET Copilot:

pi install npm:@zeerke/ascet-copilot
pi

This bundle loads the ASCET tool extension, ASCET startup UI, subagents, todo overlay, ask-user-question, Hermes memory, and web access package resources.

Bosch LLM Farm Login

With @earendil-works/pi-coding-agent@0.80.6, the top-level /login selector only shows:

Use a subscription
Use an API key

Configure Bosch LLM Farm with:

/login bosch-llmfarm

or select Use a subscription, then choose Bosch LLM Farm.

The Bosch provider only contacts the gateway after you select /model bosch-llmfarm/<model-id> and send a message. Before that real request, it merges Node's default CA set with the operating system trusted CA set so Bosch enterprise TLS certificates can be verified on Windows. Do not use NODE_TLS_REJECT_UNAUTHORIZED=0; NODE_OPTIONS=--use-system-ca is only a temporary workaround for old extension builds.

Update

pi update --extension npm:@zeerke/ascet-copilot

Remove

pi remove npm:@zeerke/ascet-copilot