@superdoc-dev/sdk 1.0.0-alpha.30 → 1.0.0-alpha.32
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/README.md +8 -10
- package/dist/generated/client.cjs +8 -0
- package/dist/generated/client.d.ts +1010 -4
- package/dist/generated/client.d.ts.map +1 -1
- package/dist/generated/client.js +8 -0
- package/dist/generated/contract.cjs +15950 -5410
- package/dist/generated/contract.d.ts.map +1 -1
- package/dist/generated/contract.js +15950 -5410
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/runtime/transport-common.cjs +1 -1
- package/dist/runtime/transport-common.js +1 -1
- package/dist/tools.cjs +69 -140
- package/dist/tools.d.ts +42 -65
- package/dist/tools.d.ts.map +1 -1
- package/dist/tools.js +68 -139
- package/package.json +6 -6
- package/tools/catalog.json +34590 -71420
- package/tools/tool-name-map.json +7 -264
- package/tools/tools-policy.json +79 -82
- package/tools/tools.anthropic.json +16805 -30495
- package/tools/tools.generic.json +35821 -71008
- package/tools/tools.openai.json +17263 -31721
- package/tools/tools.vercel.json +17263 -31721
package/tools/tool-name-map.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"find_content": "doc.find",
|
|
3
2
|
"get_node": "doc.getNode",
|
|
4
3
|
"get_node_by_id": "doc.getNodeById",
|
|
5
4
|
"get_document_text": "doc.getText",
|
|
@@ -11,49 +10,6 @@
|
|
|
11
10
|
"delete_content": "doc.delete",
|
|
12
11
|
"delete_block": "doc.blocks.delete",
|
|
13
12
|
"format_apply": "doc.format.apply",
|
|
14
|
-
"format_bold": "doc.format.bold",
|
|
15
|
-
"format_italic": "doc.format.italic",
|
|
16
|
-
"format_strike": "doc.format.strike",
|
|
17
|
-
"format_underline": "doc.format.underline",
|
|
18
|
-
"format_highlight": "doc.format.highlight",
|
|
19
|
-
"format_color": "doc.format.color",
|
|
20
|
-
"format_font_size": "doc.format.fontSize",
|
|
21
|
-
"format_font_family": "doc.format.fontFamily",
|
|
22
|
-
"format_letter_spacing": "doc.format.letterSpacing",
|
|
23
|
-
"format_vert_align": "doc.format.vertAlign",
|
|
24
|
-
"format_position": "doc.format.position",
|
|
25
|
-
"format_dstrike": "doc.format.dstrike",
|
|
26
|
-
"format_small_caps": "doc.format.smallCaps",
|
|
27
|
-
"format_caps": "doc.format.caps",
|
|
28
|
-
"format_shading": "doc.format.shading",
|
|
29
|
-
"format_border": "doc.format.border",
|
|
30
|
-
"format_outline": "doc.format.outline",
|
|
31
|
-
"format_shadow": "doc.format.shadow",
|
|
32
|
-
"format_emboss": "doc.format.emboss",
|
|
33
|
-
"format_imprint": "doc.format.imprint",
|
|
34
|
-
"format_char_scale": "doc.format.charScale",
|
|
35
|
-
"format_kerning": "doc.format.kerning",
|
|
36
|
-
"format_vanish": "doc.format.vanish",
|
|
37
|
-
"format_web_hidden": "doc.format.webHidden",
|
|
38
|
-
"format_spec_vanish": "doc.format.specVanish",
|
|
39
|
-
"format_rtl": "doc.format.rtl",
|
|
40
|
-
"format_cs": "doc.format.cs",
|
|
41
|
-
"format_b_cs": "doc.format.bCs",
|
|
42
|
-
"format_i_cs": "doc.format.iCs",
|
|
43
|
-
"format_east_asian_layout": "doc.format.eastAsianLayout",
|
|
44
|
-
"format_em": "doc.format.em",
|
|
45
|
-
"format_fit_text": "doc.format.fitText",
|
|
46
|
-
"format_snap_to_grid": "doc.format.snapToGrid",
|
|
47
|
-
"format_lang": "doc.format.lang",
|
|
48
|
-
"format_o_math": "doc.format.oMath",
|
|
49
|
-
"format_r_style": "doc.format.rStyle",
|
|
50
|
-
"format_r_fonts": "doc.format.rFonts",
|
|
51
|
-
"format_font_size_cs": "doc.format.fontSizeCs",
|
|
52
|
-
"format_ligatures": "doc.format.ligatures",
|
|
53
|
-
"format_num_form": "doc.format.numForm",
|
|
54
|
-
"format_num_spacing": "doc.format.numSpacing",
|
|
55
|
-
"format_stylistic_sets": "doc.format.stylisticSets",
|
|
56
|
-
"format_contextual_alternates": "doc.format.contextualAlternates",
|
|
57
13
|
"styles_apply": "doc.styles.apply",
|
|
58
14
|
"create_paragraph": "doc.create.paragraph",
|
|
59
15
|
"create_heading": "doc.create.heading",
|
|
@@ -206,231 +162,18 @@
|
|
|
206
162
|
"set_image_position": "doc.images.setPosition",
|
|
207
163
|
"set_image_anchor_options": "doc.images.setAnchorOptions",
|
|
208
164
|
"set_image_z_order": "doc.images.setZOrder",
|
|
165
|
+
"list_hyperlinks": "doc.hyperlinks.list",
|
|
166
|
+
"get_hyperlink": "doc.hyperlinks.get",
|
|
167
|
+
"wrap_hyperlink": "doc.hyperlinks.wrap",
|
|
168
|
+
"insert_hyperlink": "doc.hyperlinks.insert",
|
|
169
|
+
"patch_hyperlink": "doc.hyperlinks.patch",
|
|
170
|
+
"remove_hyperlink": "doc.hyperlinks.remove",
|
|
209
171
|
"open_document": "doc.open",
|
|
210
172
|
"save_document": "doc.save",
|
|
211
173
|
"close_document": "doc.close",
|
|
212
174
|
"get_status": "doc.status",
|
|
213
|
-
"describe_commands": "doc.describe",
|
|
214
|
-
"describe_command": "doc.describeCommand",
|
|
215
175
|
"list_sessions": "doc.session.list",
|
|
216
176
|
"save_session": "doc.session.save",
|
|
217
177
|
"close_session": "doc.session.close",
|
|
218
|
-
"set_default_session": "doc.session.setDefault"
|
|
219
|
-
"doc_find": "doc.find",
|
|
220
|
-
"doc_getNode": "doc.getNode",
|
|
221
|
-
"doc_getNodeById": "doc.getNodeById",
|
|
222
|
-
"doc_getText": "doc.getText",
|
|
223
|
-
"doc_getMarkdown": "doc.getMarkdown",
|
|
224
|
-
"doc_getHtml": "doc.getHtml",
|
|
225
|
-
"doc_info": "doc.info",
|
|
226
|
-
"doc_insert": "doc.insert",
|
|
227
|
-
"doc_replace": "doc.replace",
|
|
228
|
-
"doc_delete": "doc.delete",
|
|
229
|
-
"doc_blocks_delete": "doc.blocks.delete",
|
|
230
|
-
"doc_format_apply": "doc.format.apply",
|
|
231
|
-
"doc_format_bold": "doc.format.bold",
|
|
232
|
-
"doc_format_italic": "doc.format.italic",
|
|
233
|
-
"doc_format_strike": "doc.format.strike",
|
|
234
|
-
"doc_format_underline": "doc.format.underline",
|
|
235
|
-
"doc_format_highlight": "doc.format.highlight",
|
|
236
|
-
"doc_format_color": "doc.format.color",
|
|
237
|
-
"doc_format_fontSize": "doc.format.fontSize",
|
|
238
|
-
"doc_format_fontFamily": "doc.format.fontFamily",
|
|
239
|
-
"doc_format_letterSpacing": "doc.format.letterSpacing",
|
|
240
|
-
"doc_format_vertAlign": "doc.format.vertAlign",
|
|
241
|
-
"doc_format_position": "doc.format.position",
|
|
242
|
-
"doc_format_dstrike": "doc.format.dstrike",
|
|
243
|
-
"doc_format_smallCaps": "doc.format.smallCaps",
|
|
244
|
-
"doc_format_caps": "doc.format.caps",
|
|
245
|
-
"doc_format_shading": "doc.format.shading",
|
|
246
|
-
"doc_format_border": "doc.format.border",
|
|
247
|
-
"doc_format_outline": "doc.format.outline",
|
|
248
|
-
"doc_format_shadow": "doc.format.shadow",
|
|
249
|
-
"doc_format_emboss": "doc.format.emboss",
|
|
250
|
-
"doc_format_imprint": "doc.format.imprint",
|
|
251
|
-
"doc_format_charScale": "doc.format.charScale",
|
|
252
|
-
"doc_format_kerning": "doc.format.kerning",
|
|
253
|
-
"doc_format_vanish": "doc.format.vanish",
|
|
254
|
-
"doc_format_webHidden": "doc.format.webHidden",
|
|
255
|
-
"doc_format_specVanish": "doc.format.specVanish",
|
|
256
|
-
"doc_format_rtl": "doc.format.rtl",
|
|
257
|
-
"doc_format_cs": "doc.format.cs",
|
|
258
|
-
"doc_format_bCs": "doc.format.bCs",
|
|
259
|
-
"doc_format_iCs": "doc.format.iCs",
|
|
260
|
-
"doc_format_eastAsianLayout": "doc.format.eastAsianLayout",
|
|
261
|
-
"doc_format_em": "doc.format.em",
|
|
262
|
-
"doc_format_fitText": "doc.format.fitText",
|
|
263
|
-
"doc_format_snapToGrid": "doc.format.snapToGrid",
|
|
264
|
-
"doc_format_lang": "doc.format.lang",
|
|
265
|
-
"doc_format_oMath": "doc.format.oMath",
|
|
266
|
-
"doc_format_rStyle": "doc.format.rStyle",
|
|
267
|
-
"doc_format_rFonts": "doc.format.rFonts",
|
|
268
|
-
"doc_format_fontSizeCs": "doc.format.fontSizeCs",
|
|
269
|
-
"doc_format_ligatures": "doc.format.ligatures",
|
|
270
|
-
"doc_format_numForm": "doc.format.numForm",
|
|
271
|
-
"doc_format_numSpacing": "doc.format.numSpacing",
|
|
272
|
-
"doc_format_stylisticSets": "doc.format.stylisticSets",
|
|
273
|
-
"doc_format_contextualAlternates": "doc.format.contextualAlternates",
|
|
274
|
-
"doc_styles_apply": "doc.styles.apply",
|
|
275
|
-
"doc_create_paragraph": "doc.create.paragraph",
|
|
276
|
-
"doc_create_heading": "doc.create.heading",
|
|
277
|
-
"doc_create_sectionBreak": "doc.create.sectionBreak",
|
|
278
|
-
"doc_sections_list": "doc.sections.list",
|
|
279
|
-
"doc_sections_get": "doc.sections.get",
|
|
280
|
-
"doc_sections_setBreakType": "doc.sections.setBreakType",
|
|
281
|
-
"doc_sections_setPageMargins": "doc.sections.setPageMargins",
|
|
282
|
-
"doc_sections_setHeaderFooterMargins": "doc.sections.setHeaderFooterMargins",
|
|
283
|
-
"doc_sections_setPageSetup": "doc.sections.setPageSetup",
|
|
284
|
-
"doc_sections_setColumns": "doc.sections.setColumns",
|
|
285
|
-
"doc_sections_setLineNumbering": "doc.sections.setLineNumbering",
|
|
286
|
-
"doc_sections_setPageNumbering": "doc.sections.setPageNumbering",
|
|
287
|
-
"doc_sections_setTitlePage": "doc.sections.setTitlePage",
|
|
288
|
-
"doc_sections_setOddEvenHeadersFooters": "doc.sections.setOddEvenHeadersFooters",
|
|
289
|
-
"doc_sections_setVerticalAlign": "doc.sections.setVerticalAlign",
|
|
290
|
-
"doc_sections_setSectionDirection": "doc.sections.setSectionDirection",
|
|
291
|
-
"doc_sections_setHeaderFooterRef": "doc.sections.setHeaderFooterRef",
|
|
292
|
-
"doc_sections_clearHeaderFooterRef": "doc.sections.clearHeaderFooterRef",
|
|
293
|
-
"doc_sections_setLinkToPrevious": "doc.sections.setLinkToPrevious",
|
|
294
|
-
"doc_sections_setPageBorders": "doc.sections.setPageBorders",
|
|
295
|
-
"doc_sections_clearPageBorders": "doc.sections.clearPageBorders",
|
|
296
|
-
"doc_styles_paragraph_setStyle": "doc.styles.paragraph.setStyle",
|
|
297
|
-
"doc_styles_paragraph_clearStyle": "doc.styles.paragraph.clearStyle",
|
|
298
|
-
"doc_format_paragraph_resetDirectFormatting": "doc.format.paragraph.resetDirectFormatting",
|
|
299
|
-
"doc_format_paragraph_setAlignment": "doc.format.paragraph.setAlignment",
|
|
300
|
-
"doc_format_paragraph_clearAlignment": "doc.format.paragraph.clearAlignment",
|
|
301
|
-
"doc_format_paragraph_setIndentation": "doc.format.paragraph.setIndentation",
|
|
302
|
-
"doc_format_paragraph_clearIndentation": "doc.format.paragraph.clearIndentation",
|
|
303
|
-
"doc_format_paragraph_setSpacing": "doc.format.paragraph.setSpacing",
|
|
304
|
-
"doc_format_paragraph_clearSpacing": "doc.format.paragraph.clearSpacing",
|
|
305
|
-
"doc_format_paragraph_setKeepOptions": "doc.format.paragraph.setKeepOptions",
|
|
306
|
-
"doc_format_paragraph_setOutlineLevel": "doc.format.paragraph.setOutlineLevel",
|
|
307
|
-
"doc_format_paragraph_setFlowOptions": "doc.format.paragraph.setFlowOptions",
|
|
308
|
-
"doc_format_paragraph_setTabStop": "doc.format.paragraph.setTabStop",
|
|
309
|
-
"doc_format_paragraph_clearTabStop": "doc.format.paragraph.clearTabStop",
|
|
310
|
-
"doc_format_paragraph_clearAllTabStops": "doc.format.paragraph.clearAllTabStops",
|
|
311
|
-
"doc_format_paragraph_setBorder": "doc.format.paragraph.setBorder",
|
|
312
|
-
"doc_format_paragraph_clearBorder": "doc.format.paragraph.clearBorder",
|
|
313
|
-
"doc_format_paragraph_setShading": "doc.format.paragraph.setShading",
|
|
314
|
-
"doc_format_paragraph_clearShading": "doc.format.paragraph.clearShading",
|
|
315
|
-
"doc_lists_list": "doc.lists.list",
|
|
316
|
-
"doc_lists_get": "doc.lists.get",
|
|
317
|
-
"doc_lists_insert": "doc.lists.insert",
|
|
318
|
-
"doc_lists_create": "doc.lists.create",
|
|
319
|
-
"doc_lists_attach": "doc.lists.attach",
|
|
320
|
-
"doc_lists_detach": "doc.lists.detach",
|
|
321
|
-
"doc_lists_indent": "doc.lists.indent",
|
|
322
|
-
"doc_lists_outdent": "doc.lists.outdent",
|
|
323
|
-
"doc_lists_join": "doc.lists.join",
|
|
324
|
-
"doc_lists_canJoin": "doc.lists.canJoin",
|
|
325
|
-
"doc_lists_separate": "doc.lists.separate",
|
|
326
|
-
"doc_lists_setLevel": "doc.lists.setLevel",
|
|
327
|
-
"doc_lists_setValue": "doc.lists.setValue",
|
|
328
|
-
"doc_lists_continuePrevious": "doc.lists.continuePrevious",
|
|
329
|
-
"doc_lists_canContinuePrevious": "doc.lists.canContinuePrevious",
|
|
330
|
-
"doc_lists_setLevelRestart": "doc.lists.setLevelRestart",
|
|
331
|
-
"doc_lists_convertToText": "doc.lists.convertToText",
|
|
332
|
-
"doc_lists_applyTemplate": "doc.lists.applyTemplate",
|
|
333
|
-
"doc_lists_applyPreset": "doc.lists.applyPreset",
|
|
334
|
-
"doc_lists_captureTemplate": "doc.lists.captureTemplate",
|
|
335
|
-
"doc_lists_setLevelNumbering": "doc.lists.setLevelNumbering",
|
|
336
|
-
"doc_lists_setLevelBullet": "doc.lists.setLevelBullet",
|
|
337
|
-
"doc_lists_setLevelPictureBullet": "doc.lists.setLevelPictureBullet",
|
|
338
|
-
"doc_lists_setLevelAlignment": "doc.lists.setLevelAlignment",
|
|
339
|
-
"doc_lists_setLevelIndents": "doc.lists.setLevelIndents",
|
|
340
|
-
"doc_lists_setLevelTrailingCharacter": "doc.lists.setLevelTrailingCharacter",
|
|
341
|
-
"doc_lists_setLevelMarkerFont": "doc.lists.setLevelMarkerFont",
|
|
342
|
-
"doc_lists_clearLevelOverrides": "doc.lists.clearLevelOverrides",
|
|
343
|
-
"doc_comments_create": "doc.comments.create",
|
|
344
|
-
"doc_comments_patch": "doc.comments.patch",
|
|
345
|
-
"doc_comments_delete": "doc.comments.delete",
|
|
346
|
-
"doc_comments_get": "doc.comments.get",
|
|
347
|
-
"doc_comments_list": "doc.comments.list",
|
|
348
|
-
"doc_trackChanges_list": "doc.trackChanges.list",
|
|
349
|
-
"doc_trackChanges_get": "doc.trackChanges.get",
|
|
350
|
-
"doc_trackChanges_decide": "doc.trackChanges.decide",
|
|
351
|
-
"doc_query_match": "doc.query.match",
|
|
352
|
-
"doc_mutations_preview": "doc.mutations.preview",
|
|
353
|
-
"doc_mutations_apply": "doc.mutations.apply",
|
|
354
|
-
"doc_capabilities_get": "doc.capabilities.get",
|
|
355
|
-
"doc_create_table": "doc.create.table",
|
|
356
|
-
"doc_tables_convertFromText": "doc.tables.convertFromText",
|
|
357
|
-
"doc_tables_delete": "doc.tables.delete",
|
|
358
|
-
"doc_tables_clearContents": "doc.tables.clearContents",
|
|
359
|
-
"doc_tables_move": "doc.tables.move",
|
|
360
|
-
"doc_tables_split": "doc.tables.split",
|
|
361
|
-
"doc_tables_convertToText": "doc.tables.convertToText",
|
|
362
|
-
"doc_tables_setLayout": "doc.tables.setLayout",
|
|
363
|
-
"doc_tables_insertRow": "doc.tables.insertRow",
|
|
364
|
-
"doc_tables_deleteRow": "doc.tables.deleteRow",
|
|
365
|
-
"doc_tables_setRowHeight": "doc.tables.setRowHeight",
|
|
366
|
-
"doc_tables_distributeRows": "doc.tables.distributeRows",
|
|
367
|
-
"doc_tables_setRowOptions": "doc.tables.setRowOptions",
|
|
368
|
-
"doc_tables_insertColumn": "doc.tables.insertColumn",
|
|
369
|
-
"doc_tables_deleteColumn": "doc.tables.deleteColumn",
|
|
370
|
-
"doc_tables_setColumnWidth": "doc.tables.setColumnWidth",
|
|
371
|
-
"doc_tables_distributeColumns": "doc.tables.distributeColumns",
|
|
372
|
-
"doc_tables_insertCell": "doc.tables.insertCell",
|
|
373
|
-
"doc_tables_deleteCell": "doc.tables.deleteCell",
|
|
374
|
-
"doc_tables_mergeCells": "doc.tables.mergeCells",
|
|
375
|
-
"doc_tables_unmergeCells": "doc.tables.unmergeCells",
|
|
376
|
-
"doc_tables_splitCell": "doc.tables.splitCell",
|
|
377
|
-
"doc_tables_setCellProperties": "doc.tables.setCellProperties",
|
|
378
|
-
"doc_tables_sort": "doc.tables.sort",
|
|
379
|
-
"doc_tables_setAltText": "doc.tables.setAltText",
|
|
380
|
-
"doc_tables_setStyle": "doc.tables.setStyle",
|
|
381
|
-
"doc_tables_clearStyle": "doc.tables.clearStyle",
|
|
382
|
-
"doc_tables_setStyleOption": "doc.tables.setStyleOption",
|
|
383
|
-
"doc_tables_setBorder": "doc.tables.setBorder",
|
|
384
|
-
"doc_tables_clearBorder": "doc.tables.clearBorder",
|
|
385
|
-
"doc_tables_applyBorderPreset": "doc.tables.applyBorderPreset",
|
|
386
|
-
"doc_tables_setShading": "doc.tables.setShading",
|
|
387
|
-
"doc_tables_clearShading": "doc.tables.clearShading",
|
|
388
|
-
"doc_tables_setTablePadding": "doc.tables.setTablePadding",
|
|
389
|
-
"doc_tables_setCellPadding": "doc.tables.setCellPadding",
|
|
390
|
-
"doc_tables_setCellSpacing": "doc.tables.setCellSpacing",
|
|
391
|
-
"doc_tables_clearCellSpacing": "doc.tables.clearCellSpacing",
|
|
392
|
-
"doc_tables_get": "doc.tables.get",
|
|
393
|
-
"doc_tables_getCells": "doc.tables.getCells",
|
|
394
|
-
"doc_tables_getProperties": "doc.tables.getProperties",
|
|
395
|
-
"doc_tables_getStyles": "doc.tables.getStyles",
|
|
396
|
-
"doc_tables_setDefaultStyle": "doc.tables.setDefaultStyle",
|
|
397
|
-
"doc_tables_clearDefaultStyle": "doc.tables.clearDefaultStyle",
|
|
398
|
-
"doc_create_tableOfContents": "doc.create.tableOfContents",
|
|
399
|
-
"doc_toc_list": "doc.toc.list",
|
|
400
|
-
"doc_toc_get": "doc.toc.get",
|
|
401
|
-
"doc_toc_configure": "doc.toc.configure",
|
|
402
|
-
"doc_toc_update": "doc.toc.update",
|
|
403
|
-
"doc_toc_remove": "doc.toc.remove",
|
|
404
|
-
"doc_toc_markEntry": "doc.toc.markEntry",
|
|
405
|
-
"doc_toc_unmarkEntry": "doc.toc.unmarkEntry",
|
|
406
|
-
"doc_toc_listEntries": "doc.toc.listEntries",
|
|
407
|
-
"doc_toc_getEntry": "doc.toc.getEntry",
|
|
408
|
-
"doc_toc_editEntry": "doc.toc.editEntry",
|
|
409
|
-
"doc_history_get": "doc.history.get",
|
|
410
|
-
"doc_history_undo": "doc.history.undo",
|
|
411
|
-
"doc_history_redo": "doc.history.redo",
|
|
412
|
-
"doc_create_image": "doc.create.image",
|
|
413
|
-
"doc_images_list": "doc.images.list",
|
|
414
|
-
"doc_images_get": "doc.images.get",
|
|
415
|
-
"doc_images_delete": "doc.images.delete",
|
|
416
|
-
"doc_images_move": "doc.images.move",
|
|
417
|
-
"doc_images_convertToInline": "doc.images.convertToInline",
|
|
418
|
-
"doc_images_convertToFloating": "doc.images.convertToFloating",
|
|
419
|
-
"doc_images_setSize": "doc.images.setSize",
|
|
420
|
-
"doc_images_setWrapType": "doc.images.setWrapType",
|
|
421
|
-
"doc_images_setWrapSide": "doc.images.setWrapSide",
|
|
422
|
-
"doc_images_setWrapDistances": "doc.images.setWrapDistances",
|
|
423
|
-
"doc_images_setPosition": "doc.images.setPosition",
|
|
424
|
-
"doc_images_setAnchorOptions": "doc.images.setAnchorOptions",
|
|
425
|
-
"doc_images_setZOrder": "doc.images.setZOrder",
|
|
426
|
-
"doc_open": "doc.open",
|
|
427
|
-
"doc_save": "doc.save",
|
|
428
|
-
"doc_close": "doc.close",
|
|
429
|
-
"doc_status": "doc.status",
|
|
430
|
-
"doc_describe": "doc.describe",
|
|
431
|
-
"doc_describeCommand": "doc.describeCommand",
|
|
432
|
-
"doc_session_list": "doc.session.list",
|
|
433
|
-
"doc_session_save": "doc.session.save",
|
|
434
|
-
"doc_session_close": "doc.session.close",
|
|
435
|
-
"doc_session_setDefault": "doc.session.setDefault"
|
|
178
|
+
"set_default_session": "doc.session.setDefault"
|
|
436
179
|
}
|
package/tools/tools-policy.json
CHANGED
|
@@ -1,89 +1,41 @@
|
|
|
1
1
|
{
|
|
2
|
-
"policyVersion": "
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
"trackChanges",
|
|
29
|
-
"session",
|
|
30
|
-
"create",
|
|
31
|
-
"comments",
|
|
32
|
-
"format"
|
|
33
|
-
],
|
|
34
|
-
"priority": [
|
|
35
|
-
"query"
|
|
36
|
-
]
|
|
37
|
-
},
|
|
38
|
-
"mutate": {
|
|
39
|
-
"include": [
|
|
40
|
-
"query",
|
|
41
|
-
"mutation",
|
|
42
|
-
"format",
|
|
43
|
-
"comments",
|
|
44
|
-
"create"
|
|
45
|
-
],
|
|
46
|
-
"exclude": [
|
|
47
|
-
"session"
|
|
48
|
-
],
|
|
49
|
-
"priority": [
|
|
50
|
-
"query",
|
|
51
|
-
"mutation",
|
|
52
|
-
"create",
|
|
53
|
-
"format",
|
|
54
|
-
"comments"
|
|
55
|
-
]
|
|
56
|
-
},
|
|
57
|
-
"review": {
|
|
58
|
-
"include": [
|
|
59
|
-
"query",
|
|
60
|
-
"trackChanges",
|
|
61
|
-
"comments"
|
|
62
|
-
],
|
|
63
|
-
"exclude": [
|
|
64
|
-
"mutation",
|
|
65
|
-
"create",
|
|
66
|
-
"session",
|
|
67
|
-
"format"
|
|
68
|
-
],
|
|
69
|
-
"priority": [
|
|
70
|
-
"trackChanges",
|
|
71
|
-
"comments",
|
|
72
|
-
"query"
|
|
73
|
-
]
|
|
74
|
-
}
|
|
2
|
+
"policyVersion": "v3",
|
|
3
|
+
"groups": [
|
|
4
|
+
"core",
|
|
5
|
+
"format",
|
|
6
|
+
"create",
|
|
7
|
+
"tables",
|
|
8
|
+
"sections",
|
|
9
|
+
"lists",
|
|
10
|
+
"comments",
|
|
11
|
+
"trackChanges",
|
|
12
|
+
"toc",
|
|
13
|
+
"history",
|
|
14
|
+
"session"
|
|
15
|
+
],
|
|
16
|
+
"groupDescriptions": {
|
|
17
|
+
"core": "Core operations: read nodes, get text, insert/replace/delete content, mutations",
|
|
18
|
+
"format": "Text formatting, paragraph styles, alignment, spacing, borders, shading",
|
|
19
|
+
"create": "Create structural elements: headings, paragraphs, tables, sections, TOC",
|
|
20
|
+
"tables": "Table creation, manipulation, formatting, borders, and cell operations",
|
|
21
|
+
"sections": "Page layout, margins, columns, headers/footers, page numbering",
|
|
22
|
+
"lists": "Bullet and numbered lists, indentation, list types",
|
|
23
|
+
"comments": "Comment threads — create, edit, delete, list",
|
|
24
|
+
"trackChanges": "Track changes — list, inspect, accept/reject",
|
|
25
|
+
"toc": "Table of contents — create, configure, update, manage entries",
|
|
26
|
+
"history": "Undo, redo, history inspection",
|
|
27
|
+
"session": "Session management — open, close, save, list sessions"
|
|
75
28
|
},
|
|
76
29
|
"defaults": {
|
|
77
|
-
"
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
30
|
+
"mode": "essential",
|
|
31
|
+
"maxTools": 20,
|
|
32
|
+
"alwaysInclude": [
|
|
33
|
+
"core"
|
|
34
|
+
],
|
|
82
35
|
"foundationalOperationIds": [
|
|
83
36
|
"doc.info",
|
|
84
|
-
"doc.
|
|
85
|
-
]
|
|
86
|
-
"chooserDecisionVersion": "v1"
|
|
37
|
+
"doc.query.match"
|
|
38
|
+
]
|
|
87
39
|
},
|
|
88
40
|
"capabilityFeatures": {
|
|
89
41
|
"comments": [
|
|
@@ -94,7 +46,52 @@
|
|
|
94
46
|
],
|
|
95
47
|
"lists": [
|
|
96
48
|
"hasLists"
|
|
49
|
+
],
|
|
50
|
+
"tables": [
|
|
51
|
+
"hasTables"
|
|
52
|
+
],
|
|
53
|
+
"toc": [
|
|
54
|
+
"hasToc"
|
|
97
55
|
]
|
|
98
56
|
},
|
|
99
|
-
"
|
|
57
|
+
"essentialTools": [
|
|
58
|
+
"get_node_by_id",
|
|
59
|
+
"get_document_text",
|
|
60
|
+
"query_match",
|
|
61
|
+
"apply_mutations",
|
|
62
|
+
"undo"
|
|
63
|
+
],
|
|
64
|
+
"discoverTool": {
|
|
65
|
+
"name": "discover_tools",
|
|
66
|
+
"description": "Load additional tool groups when you need capabilities beyond the essential set. Call this BEFORE attempting to use tools from a specific group.\n\nAvailable groups:\n - core: Core operations: read nodes, get text, insert/replace/delete content, mutations\n - format: Text formatting, paragraph styles, alignment, spacing, borders, shading\n - create: Create structural elements: headings, paragraphs, tables, sections, TOC\n - tables: Table creation, manipulation, formatting, borders, and cell operations\n - sections: Page layout, margins, columns, headers/footers, page numbering\n - lists: Bullet and numbered lists, indentation, list types\n - comments: Comment threads — create, edit, delete, list\n - trackChanges: Track changes — list, inspect, accept/reject\n - toc: Table of contents — create, configure, update, manage entries\n - history: Undo, redo, history inspection\n - session: Session management — open, close, save, list sessions",
|
|
67
|
+
"schema": {
|
|
68
|
+
"type": "object",
|
|
69
|
+
"properties": {
|
|
70
|
+
"groups": {
|
|
71
|
+
"type": "array",
|
|
72
|
+
"items": {
|
|
73
|
+
"type": "string",
|
|
74
|
+
"enum": [
|
|
75
|
+
"core",
|
|
76
|
+
"format",
|
|
77
|
+
"create",
|
|
78
|
+
"tables",
|
|
79
|
+
"sections",
|
|
80
|
+
"lists",
|
|
81
|
+
"comments",
|
|
82
|
+
"trackChanges",
|
|
83
|
+
"toc",
|
|
84
|
+
"history",
|
|
85
|
+
"session"
|
|
86
|
+
]
|
|
87
|
+
},
|
|
88
|
+
"description": "Which tool groups to load. You can request multiple at once."
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"required": [
|
|
92
|
+
"groups"
|
|
93
|
+
]
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"contractHash": "628c99fc8d67fba6"
|
|
100
97
|
}
|