mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-20 08:04:44 +00:00
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:
parent
6126380879
commit
33145c5f24
4 changed files with 32 additions and 25 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue