@eigenpal/docx-editor-agents 1.5.0 → 1.6.0

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.
Files changed (50) hide show
  1. package/README.md +1 -1
  2. package/dist/ai-sdk/server.js +1 -1
  3. package/dist/ai-sdk/server.mjs +1 -1
  4. package/dist/bridge.d.mts +1 -1
  5. package/dist/bridge.d.ts +1 -1
  6. package/dist/bridge.js +1 -1
  7. package/dist/bridge.mjs +1 -1
  8. package/dist/{chunk-HTMMNA3I.js → chunk-4C2IJ7OV.js} +20 -20
  9. package/dist/{chunk-XDZHYYU6.mjs → chunk-6RMDMHUK.mjs} +1 -1
  10. package/dist/{chunk-RI5S75JY.js → chunk-AO5SO6ZS.js} +4 -4
  11. package/dist/chunk-B56JZP3K.js +2 -0
  12. package/dist/{chunk-BFGKTTP7.mjs → chunk-CGBO6ID5.mjs} +1 -1
  13. package/dist/chunk-ICDWMZPG.mjs +75 -0
  14. package/dist/{chunk-HSVOT6AW.mjs → chunk-J773ZJGL.mjs} +5 -5
  15. package/dist/{chunk-EPRXZTIE.js → chunk-MMJQ47Q7.js} +1 -1
  16. package/dist/{chunk-24MVJKCP.mjs → chunk-MSKW7E36.mjs} +4 -4
  17. package/dist/{chunk-RYT33AHF.js → chunk-VAQTAQZG.js} +1 -1
  18. package/dist/chunk-WDPSOX2B.mjs +2 -0
  19. package/dist/{chunk-VPUAYS3Y.js → chunk-YU3OJ2DE.js} +5 -5
  20. package/dist/executor-3N3ESB3N.mjs +1 -0
  21. package/dist/executor-KLVHM2GK.js +1 -0
  22. package/dist/headless-BS5JJGVC.js +1 -0
  23. package/dist/{headless-6HFY6GHX.mjs → headless-GFPWSIA3.mjs} +1 -1
  24. package/dist/index.d.mts +3 -2
  25. package/dist/index.d.ts +3 -2
  26. package/dist/index.js +1 -1
  27. package/dist/index.mjs +1 -1
  28. package/dist/mcp.d.mts +1 -1
  29. package/dist/mcp.d.ts +1 -1
  30. package/dist/mcp.js +3 -3
  31. package/dist/mcp.mjs +3 -3
  32. package/dist/react.d.mts +8 -8
  33. package/dist/react.d.ts +8 -8
  34. package/dist/react.js +2 -2
  35. package/dist/react.mjs +1 -1
  36. package/dist/{server-D1vJRNf0.d.mts → server-DP8QoY84.d.mts} +22 -0
  37. package/dist/{server-D1vJRNf0.d.ts → server-DP8QoY84.d.ts} +22 -0
  38. package/dist/server.d.mts +1 -1
  39. package/dist/server.d.ts +1 -1
  40. package/dist/server.js +1 -1
  41. package/dist/server.mjs +1 -1
  42. package/dist/vue.js +6 -6
  43. package/dist/vue.mjs +226 -179
  44. package/package.json +1 -1
  45. package/dist/chunk-3XKOKAHP.mjs +0 -75
  46. package/dist/chunk-4I6U7BWX.mjs +0 -2
  47. package/dist/chunk-UTMAYI7M.js +0 -2
  48. package/dist/executor-SBR6X4JZ.mjs +0 -1
  49. package/dist/executor-ZTSOZMKE.js +0 -1
  50. package/dist/headless-HVIRJIN4.js +0 -1
package/README.md CHANGED
@@ -86,7 +86,7 @@ app.post('/api/mcp', requireAuth, async (req, res) => {
86
86
  });
87
87
  ```
88
88
 
89
- Ten built-in agent tools (`read_document`, `find_text`, `add_comment`, `suggest_change`, `read_comments`, `read_changes`, `reply_comment`, `resolve_comment`, `read_selection`, `scroll`) are exposed automatically via MCP `tools/list` and `tools/call`. MCP spec version: `2025-06-18`.
89
+ The built-in agent tools (`read_document`, `read_selection`, `read_page`, `read_pages`, `find_text`, `read_comments`, `read_changes`, `add_comment`, `suggest_change`, `apply_formatting`, `set_paragraph_style`, `insert_break`, `reply_comment`, `resolve_comment`, `scroll`) are exposed automatically via MCP `tools/list` and `tools/call`. MCP spec version: `2025-06-18`.
90
90
 
91
91
  > A local stdio MCP bin is one-document-per-config (Claude Desktop loads its list at startup), which doesn't fit a multi-doc product. Host the server yourself with your own auth and storage.
92
92
 
@@ -1 +1 @@
1
- 'use strict';var chunkRI5S75JY_js=require('../chunk-RI5S75JY.js'),ai=require('ai');function n(){return Object.fromEntries(chunkRI5S75JY_js.a.map(o=>[o.name,{description:o.description,inputSchema:ai.jsonSchema(o.inputSchema)}]))}exports.getAiSdkTools=n;
1
+ 'use strict';var chunkAO5SO6ZS_js=require('../chunk-AO5SO6ZS.js'),ai=require('ai');function n(){return Object.fromEntries(chunkAO5SO6ZS_js.a.map(o=>[o.name,{description:o.description,inputSchema:ai.jsonSchema(o.inputSchema)}]))}exports.getAiSdkTools=n;
@@ -1 +1 @@
1
- import {a}from'../chunk-24MVJKCP.mjs';import {jsonSchema}from'ai';function n(){return Object.fromEntries(a.map(o=>[o.name,{description:o.description,inputSchema:jsonSchema(o.inputSchema)}]))}export{n as getAiSdkTools};
1
+ import {a}from'../chunk-MSKW7E36.mjs';import {jsonSchema}from'ai';function n(){return Object.fromEntries(a.map(o=>[o.name,{description:o.description,inputSchema:jsonSchema(o.inputSchema)}]))}export{n as getAiSdkTools};
package/dist/bridge.d.mts CHANGED
@@ -15,4 +15,4 @@
15
15
  * @packageDocumentation
16
16
  * @public
17
17
  */
18
- export { j as AgentToolDefinition, k as AgentToolResult, h as ContentChangeEvent, E as EditorBridge, r as EditorRefLike, i as SelectionChangeEvent, n as agentTools, u as createEditorBridge, o as createReviewerBridge, p as executeToolCall, q as getToolSchemas } from './server-D1vJRNf0.mjs';
18
+ export { j as AgentToolDefinition, k as AgentToolResult, h as ContentChangeEvent, E as EditorBridge, r as EditorRefLike, i as SelectionChangeEvent, n as agentTools, u as createEditorBridge, o as createReviewerBridge, p as executeToolCall, q as getToolSchemas } from './server-DP8QoY84.mjs';
package/dist/bridge.d.ts CHANGED
@@ -15,4 +15,4 @@
15
15
  * @packageDocumentation
16
16
  * @public
17
17
  */
18
- export { j as AgentToolDefinition, k as AgentToolResult, h as ContentChangeEvent, E as EditorBridge, r as EditorRefLike, i as SelectionChangeEvent, n as agentTools, u as createEditorBridge, o as createReviewerBridge, p as executeToolCall, q as getToolSchemas } from './server-D1vJRNf0.js';
18
+ export { j as AgentToolDefinition, k as AgentToolResult, h as ContentChangeEvent, E as EditorBridge, r as EditorRefLike, i as SelectionChangeEvent, n as agentTools, u as createEditorBridge, o as createReviewerBridge, p as executeToolCall, q as getToolSchemas } from './server-DP8QoY84.js';
package/dist/bridge.js CHANGED
@@ -1 +1 @@
1
- 'use strict';var chunkUTMAYI7M_js=require('./chunk-UTMAYI7M.js'),chunkVPUAYS3Y_js=require('./chunk-VPUAYS3Y.js'),chunkRI5S75JY_js=require('./chunk-RI5S75JY.js');Object.defineProperty(exports,"createEditorBridge",{enumerable:true,get:function(){return chunkUTMAYI7M_js.a}});Object.defineProperty(exports,"createReviewerBridge",{enumerable:true,get:function(){return chunkVPUAYS3Y_js.n}});Object.defineProperty(exports,"agentTools",{enumerable:true,get:function(){return chunkRI5S75JY_js.a}});Object.defineProperty(exports,"executeToolCall",{enumerable:true,get:function(){return chunkRI5S75JY_js.b}});Object.defineProperty(exports,"getToolSchemas",{enumerable:true,get:function(){return chunkRI5S75JY_js.d}});
1
+ 'use strict';var chunkB56JZP3K_js=require('./chunk-B56JZP3K.js'),chunkYU3OJ2DE_js=require('./chunk-YU3OJ2DE.js'),chunkAO5SO6ZS_js=require('./chunk-AO5SO6ZS.js');Object.defineProperty(exports,"createEditorBridge",{enumerable:true,get:function(){return chunkB56JZP3K_js.a}});Object.defineProperty(exports,"createReviewerBridge",{enumerable:true,get:function(){return chunkYU3OJ2DE_js.n}});Object.defineProperty(exports,"agentTools",{enumerable:true,get:function(){return chunkAO5SO6ZS_js.a}});Object.defineProperty(exports,"executeToolCall",{enumerable:true,get:function(){return chunkAO5SO6ZS_js.b}});Object.defineProperty(exports,"getToolSchemas",{enumerable:true,get:function(){return chunkAO5SO6ZS_js.d}});
package/dist/bridge.mjs CHANGED
@@ -1 +1 @@
1
- export{a as createEditorBridge}from'./chunk-4I6U7BWX.mjs';export{n as createReviewerBridge}from'./chunk-HSVOT6AW.mjs';export{a as agentTools,b as executeToolCall,d as getToolSchemas}from'./chunk-24MVJKCP.mjs';
1
+ export{a as createEditorBridge}from'./chunk-WDPSOX2B.mjs';export{n as createReviewerBridge}from'./chunk-J773ZJGL.mjs';export{a as agentTools,b as executeToolCall,d as getToolSchemas}from'./chunk-MSKW7E36.mjs';