Make mini-lit a peer dependency in pi-web-ui

- Move mini-lit from dependencies to peerDependencies
- Keep in devDependencies for development
- Prevents bundlers from including mini-lit when consuming pi-web-ui
- Consumer (sitegeist) provides mini-lit, esbuild bundles it once
- Fixes duplicate mini-lit bundling issue permanently
This commit is contained in:
Mario Zechner 2025-10-06 18:59:08 +02:00
parent 6126380879
commit 33145c5f24
4 changed files with 32 additions and 25 deletions

View file

@ -141,6 +141,7 @@ export class ChatPanel extends LitElement {
this.artifactCount = this.artifactsPanel.artifacts.size;
this.requestUpdate();
console.log("ChatPanel: Agent set with tools:", tools);
}
render() {