@mcp-b/embedded-agent 0.0.7-beta.2 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { FC } from "react";
2
- import { Todo } from "@mcp-b/cloud-mirror-types";
3
2
 
4
3
  //#region src/web-component.d.ts
5
4
 
@@ -26,12 +25,6 @@ interface EmbeddedAgentProps {
26
25
  autoConnectLocal?: boolean;
27
26
  /** UI view mode: 'pill' (action-first) or 'modal' (traditional chat) */
28
27
  viewMode?: AgentViewMode;
29
- /** Enable planning tools (updateTodosTool, askForPlanApprovalTool) (default: true) */
30
- enablePlanning?: boolean;
31
- /** Initial todos for the planning provider */
32
- initialTodos?: Todo[];
33
- /** Callback when planning todos change */
34
- onTodosChange?: (todos: Todo[]) => void;
35
28
  /** Callback when tools are updated */
36
29
  onToolsChange?: (tools: unknown[]) => void;
37
30
  /** Callback when voice mode errors */
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../src/web-component.tsx"],"sourcesContent":[],"mappings":";;;;;;KAmDY,aAAA;;;;;;;;;;;UAYK,kBAAA;;;;;;;;;;aAUL;;;;iBAII;;0BAES;;;;;;;;;;;;;;;;;;;;cAqBZ,eAAe,GAAG;;;;;;;;iBAoJf,mBAAA"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../src/web-component.tsx"],"sourcesContent":[],"mappings":";;;;;KAgDY,aAAA;;;;;;;;;;;UAYK,kBAAA;;;;;;;;;;aAUL;;;;;;;;;;;;;;;;;;;;cAqBC,eAAe,GAAG;;;;;;;;iBAkHf,mBAAA"}