@zeerke/ascet-copilot
v0.1.16
Published
ASCET Copilot package bundle for Pi.
Maintainers
Readme
ASCET Copilot
ASCET Copilot package bundle for Pi.
Install
Install the official Pi agent first:
npm install -g @earendil-works/pi-coding-agentThen install ASCET Copilot:
pi install npm:@zeerke/ascet-copilot
piThis 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/[email protected], the top-level /login selector only shows:
Use a subscription
Use an API keyConfigure Bosch LLM Farm with:
/login bosch-llmfarmor 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-copilotRemove
pi remove npm:@zeerke/ascet-copilot