orquesta-cli 0.1.13 → 0.1.15
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 +30 -4
- package/dist/cli.js +65 -4
- package/dist/core/config/config-manager.d.ts +13 -1
- package/dist/core/config/config-manager.js +83 -0
- package/dist/core/slash-command-handler.d.ts +1 -0
- package/dist/core/slash-command-handler.js +129 -0
- package/dist/orquesta/config-sync.d.ts +73 -0
- package/dist/orquesta/config-sync.js +230 -0
- package/dist/orquesta/prompt-reporter.d.ts +16 -0
- package/dist/orquesta/prompt-reporter.js +85 -0
- package/dist/setup/first-run-setup.d.ts +15 -0
- package/dist/setup/first-run-setup.js +238 -0
- package/dist/types/index.d.ts +11 -2
- package/dist/ui/TodoPanel.d.ts +1 -0
- package/dist/ui/TodoPanel.js +6 -1
- package/dist/ui/components/LLMSetupWizard.js +381 -7
- package/dist/ui/components/Logo.d.ts +2 -0
- package/dist/ui/components/Logo.js +10 -3
- package/dist/ui/components/OpenRouterModelBrowser.d.ts +13 -0
- package/dist/ui/components/OpenRouterModelBrowser.js +221 -0
- package/dist/ui/components/PlanExecuteApp.js +30 -4
- package/dist/ui/components/ProjectSelector.d.ts +8 -0
- package/dist/ui/components/ProjectSelector.js +119 -0
- package/dist/ui/components/StatusBar.d.ts +2 -0
- package/dist/ui/components/StatusBar.js +6 -1
- package/dist/ui/hooks/slashCommandProcessor.js +8 -4
- package/package.json +11 -5
- package/.eslintrc.json +0 -26
- package/.prettierrc.json +0 -10
- package/CLAUDE.md +0 -199
- package/SECURITY.md +0 -290
- package/TEST_LOCAL.md +0 -245
- package/dist/agents/base/base-agent.d.ts.map +0 -1
- package/dist/agents/base/base-agent.js.map +0 -1
- package/dist/agents/docs-search/index.d.ts.map +0 -1
- package/dist/agents/docs-search/index.js.map +0 -1
- package/dist/agents/index.d.ts.map +0 -1
- package/dist/agents/index.js.map +0 -1
- package/dist/agents/planner/index.d.ts.map +0 -1
- package/dist/agents/planner/index.js.map +0 -1
- package/dist/cli.d.ts.map +0 -1
- package/dist/cli.js.map +0 -1
- package/dist/constants.d.ts.map +0 -1
- package/dist/constants.js.map +0 -1
- package/dist/core/compact/compact-manager.d.ts.map +0 -1
- package/dist/core/compact/compact-manager.js.map +0 -1
- package/dist/core/compact/compact-prompts.d.ts.map +0 -1
- package/dist/core/compact/compact-prompts.js.map +0 -1
- package/dist/core/compact/context-tracker.d.ts.map +0 -1
- package/dist/core/compact/context-tracker.js.map +0 -1
- package/dist/core/compact/index.d.ts.map +0 -1
- package/dist/core/compact/index.js.map +0 -1
- package/dist/core/config/config-manager.d.ts.map +0 -1
- package/dist/core/config/config-manager.js.map +0 -1
- package/dist/core/config/index.d.ts.map +0 -1
- package/dist/core/config/index.js.map +0 -1
- package/dist/core/docs-manager.d.ts.map +0 -1
- package/dist/core/docs-manager.js.map +0 -1
- package/dist/core/git-auto-updater.d.ts +0 -58
- package/dist/core/git-auto-updater.d.ts.map +0 -1
- package/dist/core/git-auto-updater.js +0 -374
- package/dist/core/git-auto-updater.js.map +0 -1
- package/dist/core/llm/index.d.ts.map +0 -1
- package/dist/core/llm/index.js.map +0 -1
- package/dist/core/llm/llm-client.d.ts.map +0 -1
- package/dist/core/llm/llm-client.js.map +0 -1
- package/dist/core/session/index.d.ts.map +0 -1
- package/dist/core/session/index.js.map +0 -1
- package/dist/core/session/session-manager.d.ts.map +0 -1
- package/dist/core/session/session-manager.js.map +0 -1
- package/dist/core/slash-command-handler.d.ts.map +0 -1
- package/dist/core/slash-command-handler.js.map +0 -1
- package/dist/core/usage-tracker.d.ts.map +0 -1
- package/dist/core/usage-tracker.js.map +0 -1
- package/dist/errors/base.d.ts.map +0 -1
- package/dist/errors/base.js.map +0 -1
- package/dist/errors/file.d.ts.map +0 -1
- package/dist/errors/file.js.map +0 -1
- package/dist/errors/index.d.ts.map +0 -1
- package/dist/errors/index.js.map +0 -1
- package/dist/errors/llm.d.ts.map +0 -1
- package/dist/errors/llm.js.map +0 -1
- package/dist/errors/network.d.ts.map +0 -1
- package/dist/errors/network.js.map +0 -1
- package/dist/errors/validation.d.ts.map +0 -1
- package/dist/errors/validation.js.map +0 -1
- package/dist/eval/eval-runner.d.ts.map +0 -1
- package/dist/eval/eval-runner.js.map +0 -1
- package/dist/eval/index.d.ts.map +0 -1
- package/dist/eval/index.js.map +0 -1
- package/dist/eval/types.d.ts.map +0 -1
- package/dist/eval/types.js.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/orchestration/index.d.ts.map +0 -1
- package/dist/orchestration/index.js.map +0 -1
- package/dist/orchestration/plan-executor.d.ts.map +0 -1
- package/dist/orchestration/plan-executor.js.map +0 -1
- package/dist/orchestration/types.d.ts.map +0 -1
- package/dist/orchestration/types.js.map +0 -1
- package/dist/orchestration/utils.d.ts.map +0 -1
- package/dist/orchestration/utils.js.map +0 -1
- package/dist/orquesta/connection.d.ts.map +0 -1
- package/dist/orquesta/connection.js.map +0 -1
- package/dist/prompts/agents/docs-search-decision.d.ts.map +0 -1
- package/dist/prompts/agents/docs-search-decision.js.map +0 -1
- package/dist/prompts/agents/docs-search.d.ts.map +0 -1
- package/dist/prompts/agents/docs-search.js.map +0 -1
- package/dist/prompts/agents/planning.d.ts.map +0 -1
- package/dist/prompts/agents/planning.js.map +0 -1
- package/dist/prompts/index.d.ts.map +0 -1
- package/dist/prompts/index.js.map +0 -1
- package/dist/prompts/shared/codebase-rules.d.ts.map +0 -1
- package/dist/prompts/shared/codebase-rules.js.map +0 -1
- package/dist/prompts/shared/git-rules.d.ts.map +0 -1
- package/dist/prompts/shared/git-rules.js.map +0 -1
- package/dist/prompts/shared/language-rules.d.ts.map +0 -1
- package/dist/prompts/shared/language-rules.js.map +0 -1
- package/dist/prompts/shared/tool-usage.d.ts.map +0 -1
- package/dist/prompts/shared/tool-usage.js.map +0 -1
- package/dist/prompts/system/compact.d.ts.map +0 -1
- package/dist/prompts/system/compact.js.map +0 -1
- package/dist/prompts/system/plan-execute.d.ts.map +0 -1
- package/dist/prompts/system/plan-execute.js.map +0 -1
- package/dist/tools/browser/browser-client.d.ts.map +0 -1
- package/dist/tools/browser/browser-client.js.map +0 -1
- package/dist/tools/browser/browser-tools.d.ts.map +0 -1
- package/dist/tools/browser/browser-tools.js.map +0 -1
- package/dist/tools/browser/index.d.ts.map +0 -1
- package/dist/tools/browser/index.js.map +0 -1
- package/dist/tools/index.d.ts.map +0 -1
- package/dist/tools/index.js.map +0 -1
- package/dist/tools/llm/agents/docs-search-tools.d.ts.map +0 -1
- package/dist/tools/llm/agents/docs-search-tools.js.map +0 -1
- package/dist/tools/llm/agents/index.d.ts.map +0 -1
- package/dist/tools/llm/agents/index.js.map +0 -1
- package/dist/tools/llm/index.d.ts.map +0 -1
- package/dist/tools/llm/index.js.map +0 -1
- package/dist/tools/llm/simple/ask-user-tool.d.ts.map +0 -1
- package/dist/tools/llm/simple/ask-user-tool.js.map +0 -1
- package/dist/tools/llm/simple/background-bash-tool.d.ts.map +0 -1
- package/dist/tools/llm/simple/background-bash-tool.js.map +0 -1
- package/dist/tools/llm/simple/background-powershell-tool.d.ts.map +0 -1
- package/dist/tools/llm/simple/background-powershell-tool.js.map +0 -1
- package/dist/tools/llm/simple/bash-tool.d.ts.map +0 -1
- package/dist/tools/llm/simple/bash-tool.js.map +0 -1
- package/dist/tools/llm/simple/docs-search-agent-tool.d.ts.map +0 -1
- package/dist/tools/llm/simple/docs-search-agent-tool.js.map +0 -1
- package/dist/tools/llm/simple/file-tools.d.ts.map +0 -1
- package/dist/tools/llm/simple/file-tools.js.map +0 -1
- package/dist/tools/llm/simple/final-response-tool.d.ts.map +0 -1
- package/dist/tools/llm/simple/final-response-tool.js.map +0 -1
- package/dist/tools/llm/simple/index.d.ts.map +0 -1
- package/dist/tools/llm/simple/index.js.map +0 -1
- package/dist/tools/llm/simple/planning-tools.d.ts.map +0 -1
- package/dist/tools/llm/simple/planning-tools.js.map +0 -1
- package/dist/tools/llm/simple/powershell-tool.d.ts.map +0 -1
- package/dist/tools/llm/simple/powershell-tool.js.map +0 -1
- package/dist/tools/llm/simple/simple-tool-executor.d.ts.map +0 -1
- package/dist/tools/llm/simple/simple-tool-executor.js.map +0 -1
- package/dist/tools/llm/simple/todo-tools.d.ts.map +0 -1
- package/dist/tools/llm/simple/todo-tools.js.map +0 -1
- package/dist/tools/llm/simple/user-interaction-tools.d.ts.map +0 -1
- package/dist/tools/llm/simple/user-interaction-tools.js.map +0 -1
- package/dist/tools/office/common/constants.d.ts.map +0 -1
- package/dist/tools/office/common/constants.js.map +0 -1
- package/dist/tools/office/common/index.d.ts.map +0 -1
- package/dist/tools/office/common/index.js.map +0 -1
- package/dist/tools/office/common/types.d.ts.map +0 -1
- package/dist/tools/office/common/types.js.map +0 -1
- package/dist/tools/office/common/utils.d.ts.map +0 -1
- package/dist/tools/office/common/utils.js.map +0 -1
- package/dist/tools/office/excel-client.d.ts.map +0 -1
- package/dist/tools/office/excel-client.js.map +0 -1
- package/dist/tools/office/excel-tools/cells.d.ts.map +0 -1
- package/dist/tools/office/excel-tools/cells.js.map +0 -1
- package/dist/tools/office/excel-tools/charts.d.ts.map +0 -1
- package/dist/tools/office/excel-tools/charts.js.map +0 -1
- package/dist/tools/office/excel-tools/comments.d.ts.map +0 -1
- package/dist/tools/office/excel-tools/comments.js.map +0 -1
- package/dist/tools/office/excel-tools/data-ops.d.ts.map +0 -1
- package/dist/tools/office/excel-tools/data-ops.js.map +0 -1
- package/dist/tools/office/excel-tools/export.d.ts.map +0 -1
- package/dist/tools/office/excel-tools/export.js.map +0 -1
- package/dist/tools/office/excel-tools/formatting.d.ts.map +0 -1
- package/dist/tools/office/excel-tools/formatting.js.map +0 -1
- package/dist/tools/office/excel-tools/index.d.ts.map +0 -1
- package/dist/tools/office/excel-tools/index.js.map +0 -1
- package/dist/tools/office/excel-tools/launch.d.ts.map +0 -1
- package/dist/tools/office/excel-tools/launch.js.map +0 -1
- package/dist/tools/office/excel-tools/media.d.ts.map +0 -1
- package/dist/tools/office/excel-tools/media.js.map +0 -1
- package/dist/tools/office/excel-tools/named-ranges.d.ts.map +0 -1
- package/dist/tools/office/excel-tools/named-ranges.js.map +0 -1
- package/dist/tools/office/excel-tools/protection.d.ts.map +0 -1
- package/dist/tools/office/excel-tools/protection.js.map +0 -1
- package/dist/tools/office/excel-tools/rows-columns.d.ts.map +0 -1
- package/dist/tools/office/excel-tools/rows-columns.js.map +0 -1
- package/dist/tools/office/excel-tools/sheets.d.ts.map +0 -1
- package/dist/tools/office/excel-tools/sheets.js.map +0 -1
- package/dist/tools/office/excel-tools/validation.d.ts.map +0 -1
- package/dist/tools/office/excel-tools/validation.js.map +0 -1
- package/dist/tools/office/excel-tools.d.ts.map +0 -1
- package/dist/tools/office/excel-tools.js.map +0 -1
- package/dist/tools/office/index.d.ts.map +0 -1
- package/dist/tools/office/index.js.map +0 -1
- package/dist/tools/office/office-client-base.d.ts.map +0 -1
- package/dist/tools/office/office-client-base.js.map +0 -1
- package/dist/tools/office/office-client.d.ts.map +0 -1
- package/dist/tools/office/office-client.js.map +0 -1
- package/dist/tools/office/powerpoint-client.d.ts.map +0 -1
- package/dist/tools/office/powerpoint-client.js.map +0 -1
- package/dist/tools/office/powerpoint-tools/effects.d.ts.map +0 -1
- package/dist/tools/office/powerpoint-tools/effects.js.map +0 -1
- package/dist/tools/office/powerpoint-tools/export.d.ts.map +0 -1
- package/dist/tools/office/powerpoint-tools/export.js.map +0 -1
- package/dist/tools/office/powerpoint-tools/index.d.ts.map +0 -1
- package/dist/tools/office/powerpoint-tools/index.js.map +0 -1
- package/dist/tools/office/powerpoint-tools/launch.d.ts.map +0 -1
- package/dist/tools/office/powerpoint-tools/launch.js.map +0 -1
- package/dist/tools/office/powerpoint-tools/media.d.ts.map +0 -1
- package/dist/tools/office/powerpoint-tools/media.js.map +0 -1
- package/dist/tools/office/powerpoint-tools/notes.d.ts.map +0 -1
- package/dist/tools/office/powerpoint-tools/notes.js.map +0 -1
- package/dist/tools/office/powerpoint-tools/sections.d.ts.map +0 -1
- package/dist/tools/office/powerpoint-tools/sections.js.map +0 -1
- package/dist/tools/office/powerpoint-tools/shapes.d.ts.map +0 -1
- package/dist/tools/office/powerpoint-tools/shapes.js.map +0 -1
- package/dist/tools/office/powerpoint-tools/slides.d.ts.map +0 -1
- package/dist/tools/office/powerpoint-tools/slides.js.map +0 -1
- package/dist/tools/office/powerpoint-tools/tables.d.ts.map +0 -1
- package/dist/tools/office/powerpoint-tools/tables.js.map +0 -1
- package/dist/tools/office/powerpoint-tools/text.d.ts.map +0 -1
- package/dist/tools/office/powerpoint-tools/text.js.map +0 -1
- package/dist/tools/office/powerpoint-tools.d.ts.map +0 -1
- package/dist/tools/office/powerpoint-tools.js.map +0 -1
- package/dist/tools/office/word-client.d.ts.map +0 -1
- package/dist/tools/office/word-client.js.map +0 -1
- package/dist/tools/office/word-tools/bookmarks.d.ts.map +0 -1
- package/dist/tools/office/word-tools/bookmarks.js.map +0 -1
- package/dist/tools/office/word-tools/comments.d.ts.map +0 -1
- package/dist/tools/office/word-tools/comments.js.map +0 -1
- package/dist/tools/office/word-tools/content.d.ts.map +0 -1
- package/dist/tools/office/word-tools/content.js.map +0 -1
- package/dist/tools/office/word-tools/export.d.ts.map +0 -1
- package/dist/tools/office/word-tools/export.js.map +0 -1
- package/dist/tools/office/word-tools/formatting.d.ts.map +0 -1
- package/dist/tools/office/word-tools/formatting.js.map +0 -1
- package/dist/tools/office/word-tools/headers-footers.d.ts.map +0 -1
- package/dist/tools/office/word-tools/headers-footers.js.map +0 -1
- package/dist/tools/office/word-tools/index.d.ts.map +0 -1
- package/dist/tools/office/word-tools/index.js.map +0 -1
- package/dist/tools/office/word-tools/launch.d.ts.map +0 -1
- package/dist/tools/office/word-tools/launch.js.map +0 -1
- package/dist/tools/office/word-tools/lists.d.ts.map +0 -1
- package/dist/tools/office/word-tools/lists.js.map +0 -1
- package/dist/tools/office/word-tools/navigation.d.ts.map +0 -1
- package/dist/tools/office/word-tools/navigation.js.map +0 -1
- package/dist/tools/office/word-tools/page-setup.d.ts.map +0 -1
- package/dist/tools/office/word-tools/page-setup.js.map +0 -1
- package/dist/tools/office/word-tools/tables.d.ts.map +0 -1
- package/dist/tools/office/word-tools/tables.js.map +0 -1
- package/dist/tools/office/word-tools/text.d.ts.map +0 -1
- package/dist/tools/office/word-tools/text.js.map +0 -1
- package/dist/tools/office/word-tools/undo-redo.d.ts.map +0 -1
- package/dist/tools/office/word-tools/undo-redo.js.map +0 -1
- package/dist/tools/office/word-tools/watermarks.d.ts.map +0 -1
- package/dist/tools/office/word-tools/watermarks.js.map +0 -1
- package/dist/tools/office/word-tools.d.ts.map +0 -1
- package/dist/tools/office/word-tools.js.map +0 -1
- package/dist/tools/registry.d.ts.map +0 -1
- package/dist/tools/registry.js.map +0 -1
- package/dist/tools/types.d.ts.map +0 -1
- package/dist/tools/types.js.map +0 -1
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/index.js.map +0 -1
- package/dist/ui/PlanExecuteView.d.ts.map +0 -1
- package/dist/ui/PlanExecuteView.js.map +0 -1
- package/dist/ui/TodoPanel.d.ts.map +0 -1
- package/dist/ui/TodoPanel.js.map +0 -1
- package/dist/ui/UpdateNotification.d.ts.map +0 -1
- package/dist/ui/UpdateNotification.js.map +0 -1
- package/dist/ui/components/ActivityIndicator.d.ts.map +0 -1
- package/dist/ui/components/ActivityIndicator.js.map +0 -1
- package/dist/ui/components/CommandBrowser.d.ts.map +0 -1
- package/dist/ui/components/CommandBrowser.js.map +0 -1
- package/dist/ui/components/CustomTextInput.d.ts.map +0 -1
- package/dist/ui/components/CustomTextInput.js.map +0 -1
- package/dist/ui/components/DocsSearchProgress.d.ts.map +0 -1
- package/dist/ui/components/DocsSearchProgress.js.map +0 -1
- package/dist/ui/components/FileBrowser.d.ts.map +0 -1
- package/dist/ui/components/FileBrowser.js.map +0 -1
- package/dist/ui/components/LLMSetupWizard.d.ts.map +0 -1
- package/dist/ui/components/LLMSetupWizard.js.map +0 -1
- package/dist/ui/components/Logo.d.ts.map +0 -1
- package/dist/ui/components/Logo.js.map +0 -1
- package/dist/ui/components/MarkdownRenderer.d.ts.map +0 -1
- package/dist/ui/components/MarkdownRenderer.js.map +0 -1
- package/dist/ui/components/ModelSelector.d.ts.map +0 -1
- package/dist/ui/components/ModelSelector.js.map +0 -1
- package/dist/ui/components/PlanExecuteApp.d.ts.map +0 -1
- package/dist/ui/components/PlanExecuteApp.js.map +0 -1
- package/dist/ui/components/ProgressBar.d.ts.map +0 -1
- package/dist/ui/components/ProgressBar.js.map +0 -1
- package/dist/ui/components/StatusBar.d.ts.map +0 -1
- package/dist/ui/components/StatusBar.js.map +0 -1
- package/dist/ui/components/ThinkingIndicator.d.ts.map +0 -1
- package/dist/ui/components/ThinkingIndicator.js.map +0 -1
- package/dist/ui/components/TodoListView.d.ts.map +0 -1
- package/dist/ui/components/TodoListView.js.map +0 -1
- package/dist/ui/components/ToolSelector.d.ts.map +0 -1
- package/dist/ui/components/ToolSelector.js.map +0 -1
- package/dist/ui/components/dialogs/ApprovalDialog.d.ts.map +0 -1
- package/dist/ui/components/dialogs/ApprovalDialog.js.map +0 -1
- package/dist/ui/components/dialogs/AskUserDialog.d.ts.map +0 -1
- package/dist/ui/components/dialogs/AskUserDialog.js.map +0 -1
- package/dist/ui/components/dialogs/DocsBrowser.d.ts.map +0 -1
- package/dist/ui/components/dialogs/DocsBrowser.js.map +0 -1
- package/dist/ui/components/dialogs/SettingsDialog.d.ts.map +0 -1
- package/dist/ui/components/dialogs/SettingsDialog.js.map +0 -1
- package/dist/ui/components/dialogs/index.d.ts.map +0 -1
- package/dist/ui/components/dialogs/index.js.map +0 -1
- package/dist/ui/components/index.d.ts.map +0 -1
- package/dist/ui/components/index.js.map +0 -1
- package/dist/ui/components/panels/LogPanel.d.ts.map +0 -1
- package/dist/ui/components/panels/LogPanel.js.map +0 -1
- package/dist/ui/components/panels/SessionPanel.d.ts.map +0 -1
- package/dist/ui/components/panels/SessionPanel.js.map +0 -1
- package/dist/ui/components/panels/index.d.ts.map +0 -1
- package/dist/ui/components/panels/index.js.map +0 -1
- package/dist/ui/components/views/ChatView.d.ts.map +0 -1
- package/dist/ui/components/views/ChatView.js.map +0 -1
- package/dist/ui/components/views/index.d.ts.map +0 -1
- package/dist/ui/components/views/index.js.map +0 -1
- package/dist/ui/contexts/TokenContext.d.ts.map +0 -1
- package/dist/ui/contexts/TokenContext.js.map +0 -1
- package/dist/ui/hooks/atFileProcessor.d.ts.map +0 -1
- package/dist/ui/hooks/atFileProcessor.js.map +0 -1
- package/dist/ui/hooks/index.d.ts.map +0 -1
- package/dist/ui/hooks/index.js.map +0 -1
- package/dist/ui/hooks/slashCommandProcessor.d.ts.map +0 -1
- package/dist/ui/hooks/slashCommandProcessor.js.map +0 -1
- package/dist/ui/hooks/useCommandBrowserState.d.ts.map +0 -1
- package/dist/ui/hooks/useCommandBrowserState.js.map +0 -1
- package/dist/ui/hooks/useFileBrowserState.d.ts.map +0 -1
- package/dist/ui/hooks/useFileBrowserState.js.map +0 -1
- package/dist/ui/hooks/useFileList.d.ts.map +0 -1
- package/dist/ui/hooks/useFileList.js.map +0 -1
- package/dist/ui/hooks/useInputHistory.d.ts.map +0 -1
- package/dist/ui/hooks/useInputHistory.js.map +0 -1
- package/dist/ui/hooks/usePlanExecution.d.ts.map +0 -1
- package/dist/ui/hooks/usePlanExecution.js.map +0 -1
- package/dist/ui/index.d.ts.map +0 -1
- package/dist/ui/index.js.map +0 -1
- package/dist/ui/ink-entry.d.ts.map +0 -1
- package/dist/ui/ink-entry.js.map +0 -1
- package/dist/utils/env-filter.d.ts.map +0 -1
- package/dist/utils/env-filter.js.map +0 -1
- package/dist/utils/file-system.d.ts.map +0 -1
- package/dist/utils/file-system.js.map +0 -1
- package/dist/utils/git-utils.d.ts.map +0 -1
- package/dist/utils/git-utils.js.map +0 -1
- package/dist/utils/json-stream-logger.d.ts.map +0 -1
- package/dist/utils/json-stream-logger.js.map +0 -1
- package/dist/utils/logger.d.ts.map +0 -1
- package/dist/utils/logger.js.map +0 -1
- package/dist/utils/platform-utils.d.ts.map +0 -1
- package/dist/utils/platform-utils.js.map +0 -1
- package/dist/utils/wsl-utils.d.ts.map +0 -1
- package/dist/utils/wsl-utils.js.map +0 -1
- package/electron.vite.config.ts +0 -63
- package/google374b9eba0c52b043.html +0 -1
- package/src/agents/base/base-agent.ts +0 -159
- package/src/agents/docs-search/index.ts +0 -365
- package/src/agents/index.ts +0 -34
- package/src/agents/planner/index.ts +0 -544
- package/src/cli.ts +0 -201
- package/src/constants.ts +0 -47
- package/src/core/compact/compact-manager.ts +0 -160
- package/src/core/compact/compact-prompts.ts +0 -150
- package/src/core/compact/context-tracker.ts +0 -164
- package/src/core/compact/index.ts +0 -25
- package/src/core/config/config-manager.ts +0 -460
- package/src/core/config/index.ts +0 -5
- package/src/core/docs-manager.ts +0 -678
- package/src/core/llm/index.ts +0 -7
- package/src/core/llm/llm-client.ts +0 -1550
- package/src/core/session/index.ts +0 -5
- package/src/core/session/session-manager.ts +0 -464
- package/src/core/slash-command-handler.ts +0 -410
- package/src/core/usage-tracker.ts +0 -438
- package/src/errors/base.ts +0 -81
- package/src/errors/file.ts +0 -183
- package/src/errors/index.ts +0 -95
- package/src/errors/llm.ts +0 -151
- package/src/errors/network.ts +0 -124
- package/src/errors/validation.ts +0 -111
- package/src/eval/eval-runner.ts +0 -456
- package/src/eval/index.ts +0 -8
- package/src/eval/types.ts +0 -139
- package/src/index.ts +0 -22
- package/src/orchestration/index.ts +0 -30
- package/src/orchestration/plan-executor.ts +0 -652
- package/src/orchestration/types.ts +0 -127
- package/src/orchestration/utils.ts +0 -119
- package/src/orquesta/connection.ts +0 -291
- package/src/prompts/agents/docs-search-decision.ts +0 -74
- package/src/prompts/agents/docs-search.ts +0 -84
- package/src/prompts/agents/planning.ts +0 -143
- package/src/prompts/index.ts +0 -31
- package/src/prompts/shared/codebase-rules.ts +0 -29
- package/src/prompts/shared/git-rules.ts +0 -94
- package/src/prompts/shared/language-rules.ts +0 -36
- package/src/prompts/shared/tool-usage.ts +0 -72
- package/src/prompts/system/compact.ts +0 -80
- package/src/prompts/system/plan-execute.ts +0 -89
- package/src/tools/browser/browser-client.ts +0 -1363
- package/src/tools/browser/browser-tools.ts +0 -1139
- package/src/tools/browser/index.ts +0 -65
- package/src/tools/index.ts +0 -23
- package/src/tools/llm/agents/docs-search-tools.ts +0 -368
- package/src/tools/llm/agents/index.ts +0 -22
- package/src/tools/llm/index.ts +0 -11
- package/src/tools/llm/simple/ask-user-tool.ts +0 -25
- package/src/tools/llm/simple/background-bash-tool.ts +0 -443
- package/src/tools/llm/simple/background-powershell-tool.ts +0 -421
- package/src/tools/llm/simple/bash-tool.ts +0 -238
- package/src/tools/llm/simple/docs-search-agent-tool.ts +0 -146
- package/src/tools/llm/simple/file-tools.ts +0 -1051
- package/src/tools/llm/simple/final-response-tool.ts +0 -180
- package/src/tools/llm/simple/index.ts +0 -42
- package/src/tools/llm/simple/planning-tools.ts +0 -143
- package/src/tools/llm/simple/powershell-tool.ts +0 -241
- package/src/tools/llm/simple/simple-tool-executor.ts +0 -279
- package/src/tools/llm/simple/todo-tools.ts +0 -207
- package/src/tools/llm/simple/user-interaction-tools.ts +0 -277
- package/src/tools/office/common/constants.ts +0 -335
- package/src/tools/office/common/index.ts +0 -133
- package/src/tools/office/common/types.ts +0 -286
- package/src/tools/office/common/utils.ts +0 -116
- package/src/tools/office/excel-client.ts +0 -1336
- package/src/tools/office/excel-tools/cells.ts +0 -359
- package/src/tools/office/excel-tools/charts.ts +0 -166
- package/src/tools/office/excel-tools/comments.ts +0 -155
- package/src/tools/office/excel-tools/data-ops.ts +0 -349
- package/src/tools/office/excel-tools/export.ts +0 -105
- package/src/tools/office/excel-tools/formatting.ts +0 -357
- package/src/tools/office/excel-tools/index.ts +0 -55
- package/src/tools/office/excel-tools/launch.ts +0 -303
- package/src/tools/office/excel-tools/media.ts +0 -117
- package/src/tools/office/excel-tools/named-ranges.ts +0 -148
- package/src/tools/office/excel-tools/protection.ts +0 -105
- package/src/tools/office/excel-tools/rows-columns.ts +0 -386
- package/src/tools/office/excel-tools/sheets.ts +0 -228
- package/src/tools/office/excel-tools/validation.ts +0 -226
- package/src/tools/office/excel-tools.ts +0 -9
- package/src/tools/office/index.ts +0 -259
- package/src/tools/office/office-client-base.ts +0 -242
- package/src/tools/office/office-client.ts +0 -377
- package/src/tools/office/powerpoint-client.ts +0 -1498
- package/src/tools/office/powerpoint-tools/effects.ts +0 -315
- package/src/tools/office/powerpoint-tools/export.ts +0 -138
- package/src/tools/office/powerpoint-tools/index.ts +0 -45
- package/src/tools/office/powerpoint-tools/launch.ts +0 -263
- package/src/tools/office/powerpoint-tools/media.ts +0 -291
- package/src/tools/office/powerpoint-tools/notes.ts +0 -220
- package/src/tools/office/powerpoint-tools/sections.ts +0 -140
- package/src/tools/office/powerpoint-tools/shapes.ts +0 -870
- package/src/tools/office/powerpoint-tools/slides.ts +0 -350
- package/src/tools/office/powerpoint-tools/tables.ts +0 -182
- package/src/tools/office/powerpoint-tools/text.ts +0 -473
- package/src/tools/office/powerpoint-tools.ts +0 -9
- package/src/tools/office/word-client.ts +0 -1697
- package/src/tools/office/word-tools/bookmarks.ts +0 -186
- package/src/tools/office/word-tools/comments.ts +0 -185
- package/src/tools/office/word-tools/content.ts +0 -229
- package/src/tools/office/word-tools/export.ts +0 -97
- package/src/tools/office/word-tools/formatting.ts +0 -161
- package/src/tools/office/word-tools/headers-footers.ts +0 -155
- package/src/tools/office/word-tools/index.ts +0 -57
- package/src/tools/office/word-tools/launch.ts +0 -312
- package/src/tools/office/word-tools/lists.ts +0 -97
- package/src/tools/office/word-tools/navigation.ts +0 -114
- package/src/tools/office/word-tools/page-setup.ts +0 -195
- package/src/tools/office/word-tools/tables.ts +0 -262
- package/src/tools/office/word-tools/text.ts +0 -294
- package/src/tools/office/word-tools/undo-redo.ts +0 -97
- package/src/tools/office/word-tools/watermarks.ts +0 -105
- package/src/tools/office/word-tools.ts +0 -9
- package/src/tools/registry.ts +0 -527
- package/src/tools/types.ts +0 -231
- package/src/types/index.ts +0 -181
- package/src/ui/PlanExecuteView.tsx +0 -119
- package/src/ui/TodoPanel.tsx +0 -240
- package/src/ui/UpdateNotification.tsx +0 -105
- package/src/ui/components/ActivityIndicator.tsx +0 -234
- package/src/ui/components/CommandBrowser.tsx +0 -114
- package/src/ui/components/CustomTextInput.tsx +0 -389
- package/src/ui/components/DocsSearchProgress.tsx +0 -85
- package/src/ui/components/FileBrowser.tsx +0 -93
- package/src/ui/components/LLMSetupWizard.tsx +0 -333
- package/src/ui/components/Logo.tsx +0 -125
- package/src/ui/components/MarkdownRenderer.tsx +0 -358
- package/src/ui/components/ModelSelector.tsx +0 -203
- package/src/ui/components/PlanExecuteApp.tsx +0 -2007
- package/src/ui/components/ProgressBar.tsx +0 -51
- package/src/ui/components/StatusBar.tsx +0 -302
- package/src/ui/components/ThinkingIndicator.tsx +0 -120
- package/src/ui/components/TodoListView.tsx +0 -140
- package/src/ui/components/ToolSelector.tsx +0 -215
- package/src/ui/components/dialogs/ApprovalDialog.tsx +0 -259
- package/src/ui/components/dialogs/AskUserDialog.tsx +0 -159
- package/src/ui/components/dialogs/DocsBrowser.tsx +0 -222
- package/src/ui/components/dialogs/SettingsDialog.tsx +0 -939
- package/src/ui/components/dialogs/index.ts +0 -13
- package/src/ui/components/index.ts +0 -27
- package/src/ui/components/panels/LogPanel.tsx +0 -385
- package/src/ui/components/panels/SessionPanel.tsx +0 -146
- package/src/ui/components/panels/index.ts +0 -13
- package/src/ui/components/views/ChatView.tsx +0 -447
- package/src/ui/components/views/index.ts +0 -5
- package/src/ui/contexts/TokenContext.tsx +0 -139
- package/src/ui/hooks/atFileProcessor.ts +0 -167
- package/src/ui/hooks/index.ts +0 -11
- package/src/ui/hooks/slashCommandProcessor.ts +0 -174
- package/src/ui/hooks/useCommandBrowserState.ts +0 -97
- package/src/ui/hooks/useFileBrowserState.ts +0 -116
- package/src/ui/hooks/useFileList.ts +0 -132
- package/src/ui/hooks/useInputHistory.ts +0 -89
- package/src/ui/hooks/usePlanExecution.ts +0 -339
- package/src/ui/index.ts +0 -10
- package/src/ui/ink-entry.tsx +0 -36
- package/src/utils/env-filter.ts +0 -164
- package/src/utils/file-system.ts +0 -133
- package/src/utils/git-utils.ts +0 -30
- package/src/utils/json-stream-logger.ts +0 -1259
- package/src/utils/logger.ts +0 -2767
- package/src/utils/platform-utils.ts +0 -256
- package/src/utils/wsl-utils.ts +0 -113
- package/tsconfig.electron.json +0 -39
- package/tsconfig.json +0 -64
|
@@ -1,226 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Excel Validation Tools
|
|
3
|
-
*
|
|
4
|
-
* Conditional formatting and data validation tools for Excel.
|
|
5
|
-
* Tools: addConditionalFormat, clearConditionalFormat, setDataValidation, clearDataValidation
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import { ToolDefinition } from '../../../types/index.js';
|
|
9
|
-
import { LLMSimpleTool, ToolResult } from '../../types.js';
|
|
10
|
-
import { excelClient } from '../excel-client.js';
|
|
11
|
-
import { OFFICE_CATEGORIES } from '../common/index.js';
|
|
12
|
-
|
|
13
|
-
// =============================================================================
|
|
14
|
-
// Excel Add Conditional Format
|
|
15
|
-
// =============================================================================
|
|
16
|
-
|
|
17
|
-
const EXCEL_ADD_CONDITIONAL_FORMAT_DEFINITION: ToolDefinition = {
|
|
18
|
-
type: 'function',
|
|
19
|
-
function: {
|
|
20
|
-
name: 'excel_add_conditional_format',
|
|
21
|
-
description: `Add conditional formatting to a range.`,
|
|
22
|
-
parameters: {
|
|
23
|
-
type: 'object',
|
|
24
|
-
properties: {
|
|
25
|
-
reason: { type: 'string', description: 'Why you are adding conditional format' },
|
|
26
|
-
range: { type: 'string', description: 'Range to format (e.g., "A1:A10")' },
|
|
27
|
-
format_type: { type: 'string', enum: ['cellValue', 'colorScale', 'dataBar', 'iconSet', 'duplicates', 'top10'], description: 'Format type' },
|
|
28
|
-
operator: { type: 'string', enum: ['greater', 'less', 'equal', 'between', 'notBetween'], description: 'Comparison operator (for cellValue)' },
|
|
29
|
-
value1: { type: 'string', description: 'First value for comparison' },
|
|
30
|
-
value2: { type: 'string', description: 'Second value (for between/notBetween)' },
|
|
31
|
-
fill_color: { type: 'string', description: 'Fill color as hex' },
|
|
32
|
-
font_color: { type: 'string', description: 'Font color as hex' },
|
|
33
|
-
sheet: { type: 'string', description: 'Sheet name (optional)' },
|
|
34
|
-
},
|
|
35
|
-
required: ['reason', 'range', 'format_type'],
|
|
36
|
-
},
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
async function executeExcelAddConditionalFormat(args: Record<string, unknown>): Promise<ToolResult> {
|
|
41
|
-
try {
|
|
42
|
-
const response = await excelClient.excelAddConditionalFormat(
|
|
43
|
-
args['range'] as string,
|
|
44
|
-
args['format_type'] as 'cellValue' | 'colorScale' | 'dataBar' | 'iconSet' | 'duplicates' | 'top10',
|
|
45
|
-
{
|
|
46
|
-
operator: args['operator'] as 'greater' | 'less' | 'equal' | 'between' | 'notBetween' | undefined,
|
|
47
|
-
value1: args['value1'] as string | number | undefined,
|
|
48
|
-
value2: args['value2'] as string | number | undefined,
|
|
49
|
-
fillColor: args['fill_color'] as string | undefined,
|
|
50
|
-
fontColor: args['font_color'] as string | undefined,
|
|
51
|
-
sheet: args['sheet'] as string | undefined,
|
|
52
|
-
}
|
|
53
|
-
);
|
|
54
|
-
if (response.success) {
|
|
55
|
-
return { success: true, result: `Conditional format added to ${args['range']}` };
|
|
56
|
-
}
|
|
57
|
-
return { success: false, error: response.error || 'Failed to add conditional format' };
|
|
58
|
-
} catch (error) {
|
|
59
|
-
return { success: false, error: `Failed to add conditional format: ${error instanceof Error ? error.message : String(error)}` };
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
export const excelAddConditionalFormatTool: LLMSimpleTool = {
|
|
64
|
-
definition: EXCEL_ADD_CONDITIONAL_FORMAT_DEFINITION,
|
|
65
|
-
execute: executeExcelAddConditionalFormat,
|
|
66
|
-
categories: OFFICE_CATEGORIES,
|
|
67
|
-
description: 'Add Excel conditional format',
|
|
68
|
-
};
|
|
69
|
-
|
|
70
|
-
// =============================================================================
|
|
71
|
-
// Excel Clear Conditional Format
|
|
72
|
-
// =============================================================================
|
|
73
|
-
|
|
74
|
-
const EXCEL_CLEAR_CONDITIONAL_FORMAT_DEFINITION: ToolDefinition = {
|
|
75
|
-
type: 'function',
|
|
76
|
-
function: {
|
|
77
|
-
name: 'excel_clear_conditional_format',
|
|
78
|
-
description: `Clear conditional formatting from a range.`,
|
|
79
|
-
parameters: {
|
|
80
|
-
type: 'object',
|
|
81
|
-
properties: {
|
|
82
|
-
reason: { type: 'string', description: 'Why you are clearing conditional format' },
|
|
83
|
-
range: { type: 'string', description: 'Range to clear (e.g., "A1:A10")' },
|
|
84
|
-
sheet: { type: 'string', description: 'Sheet name (optional)' },
|
|
85
|
-
},
|
|
86
|
-
required: ['reason', 'range'],
|
|
87
|
-
},
|
|
88
|
-
},
|
|
89
|
-
};
|
|
90
|
-
|
|
91
|
-
async function executeExcelClearConditionalFormat(args: Record<string, unknown>): Promise<ToolResult> {
|
|
92
|
-
try {
|
|
93
|
-
const response = await excelClient.excelClearConditionalFormat(
|
|
94
|
-
args['range'] as string,
|
|
95
|
-
args['sheet'] as string | undefined
|
|
96
|
-
);
|
|
97
|
-
if (response.success) {
|
|
98
|
-
return { success: true, result: `Conditional formatting cleared from ${args['range']}` };
|
|
99
|
-
}
|
|
100
|
-
return { success: false, error: response.error || 'Failed to clear conditional format' };
|
|
101
|
-
} catch (error) {
|
|
102
|
-
return { success: false, error: `Failed to clear conditional format: ${error instanceof Error ? error.message : String(error)}` };
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
export const excelClearConditionalFormatTool: LLMSimpleTool = {
|
|
107
|
-
definition: EXCEL_CLEAR_CONDITIONAL_FORMAT_DEFINITION,
|
|
108
|
-
execute: executeExcelClearConditionalFormat,
|
|
109
|
-
categories: OFFICE_CATEGORIES,
|
|
110
|
-
description: 'Clear Excel conditional format',
|
|
111
|
-
};
|
|
112
|
-
|
|
113
|
-
// =============================================================================
|
|
114
|
-
// Excel Set Data Validation
|
|
115
|
-
// =============================================================================
|
|
116
|
-
|
|
117
|
-
const EXCEL_SET_DATA_VALIDATION_DEFINITION: ToolDefinition = {
|
|
118
|
-
type: 'function',
|
|
119
|
-
function: {
|
|
120
|
-
name: 'excel_set_data_validation',
|
|
121
|
-
description: `Set data validation (dropdown list, number range, etc.) for a range.`,
|
|
122
|
-
parameters: {
|
|
123
|
-
type: 'object',
|
|
124
|
-
properties: {
|
|
125
|
-
reason: { type: 'string', description: 'Why you are setting data validation' },
|
|
126
|
-
range: { type: 'string', description: 'Range (e.g., "A1:A10")' },
|
|
127
|
-
validation_type: { type: 'string', enum: ['list', 'whole', 'decimal', 'date', 'textLength', 'custom'], description: 'Validation type' },
|
|
128
|
-
formula1: { type: 'string', description: 'Formula/values (for list: "Option1,Option2,Option3")' },
|
|
129
|
-
formula2: { type: 'string', description: 'Second formula (for between/notBetween)' },
|
|
130
|
-
operator: { type: 'string', enum: ['between', 'notBetween', 'equal', 'notEqual', 'greater', 'less', 'greaterEqual', 'lessEqual'], description: 'Comparison operator' },
|
|
131
|
-
input_title: { type: 'string', description: 'Input message title' },
|
|
132
|
-
input_message: { type: 'string', description: 'Input message' },
|
|
133
|
-
error_title: { type: 'string', description: 'Error message title' },
|
|
134
|
-
error_message: { type: 'string', description: 'Error message' },
|
|
135
|
-
sheet: { type: 'string', description: 'Sheet name (optional)' },
|
|
136
|
-
},
|
|
137
|
-
required: ['reason', 'range', 'validation_type'],
|
|
138
|
-
},
|
|
139
|
-
},
|
|
140
|
-
};
|
|
141
|
-
|
|
142
|
-
async function executeExcelSetDataValidation(args: Record<string, unknown>): Promise<ToolResult> {
|
|
143
|
-
try {
|
|
144
|
-
const response = await excelClient.excelSetDataValidation(
|
|
145
|
-
args['range'] as string,
|
|
146
|
-
args['validation_type'] as 'list' | 'whole' | 'decimal' | 'date' | 'textLength' | 'custom',
|
|
147
|
-
{
|
|
148
|
-
formula1: args['formula1'] as string | undefined,
|
|
149
|
-
formula2: args['formula2'] as string | undefined,
|
|
150
|
-
operator: args['operator'] as 'between' | 'notBetween' | 'equal' | 'notEqual' | 'greater' | 'less' | 'greaterEqual' | 'lessEqual' | undefined,
|
|
151
|
-
inputTitle: args['input_title'] as string | undefined,
|
|
152
|
-
inputMessage: args['input_message'] as string | undefined,
|
|
153
|
-
errorTitle: args['error_title'] as string | undefined,
|
|
154
|
-
errorMessage: args['error_message'] as string | undefined,
|
|
155
|
-
sheet: args['sheet'] as string | undefined,
|
|
156
|
-
}
|
|
157
|
-
);
|
|
158
|
-
if (response.success) {
|
|
159
|
-
return { success: true, result: `Data validation set on ${args['range']}` };
|
|
160
|
-
}
|
|
161
|
-
return { success: false, error: response.error || 'Failed to set data validation' };
|
|
162
|
-
} catch (error) {
|
|
163
|
-
return { success: false, error: `Failed to set data validation: ${error instanceof Error ? error.message : String(error)}` };
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
export const excelSetDataValidationTool: LLMSimpleTool = {
|
|
168
|
-
definition: EXCEL_SET_DATA_VALIDATION_DEFINITION,
|
|
169
|
-
execute: executeExcelSetDataValidation,
|
|
170
|
-
categories: OFFICE_CATEGORIES,
|
|
171
|
-
description: 'Set Excel data validation',
|
|
172
|
-
};
|
|
173
|
-
|
|
174
|
-
// =============================================================================
|
|
175
|
-
// Excel Clear Data Validation
|
|
176
|
-
// =============================================================================
|
|
177
|
-
|
|
178
|
-
const EXCEL_CLEAR_DATA_VALIDATION_DEFINITION: ToolDefinition = {
|
|
179
|
-
type: 'function',
|
|
180
|
-
function: {
|
|
181
|
-
name: 'excel_clear_data_validation',
|
|
182
|
-
description: `Clear data validation from a range.`,
|
|
183
|
-
parameters: {
|
|
184
|
-
type: 'object',
|
|
185
|
-
properties: {
|
|
186
|
-
reason: { type: 'string', description: 'Why you are clearing data validation' },
|
|
187
|
-
range: { type: 'string', description: 'Range to clear' },
|
|
188
|
-
sheet: { type: 'string', description: 'Sheet name (optional)' },
|
|
189
|
-
},
|
|
190
|
-
required: ['reason', 'range'],
|
|
191
|
-
},
|
|
192
|
-
},
|
|
193
|
-
};
|
|
194
|
-
|
|
195
|
-
async function executeExcelClearDataValidation(args: Record<string, unknown>): Promise<ToolResult> {
|
|
196
|
-
try {
|
|
197
|
-
const response = await excelClient.excelClearDataValidation(
|
|
198
|
-
args['range'] as string,
|
|
199
|
-
args['sheet'] as string | undefined
|
|
200
|
-
);
|
|
201
|
-
if (response.success) {
|
|
202
|
-
return { success: true, result: `Data validation cleared from ${args['range']}` };
|
|
203
|
-
}
|
|
204
|
-
return { success: false, error: response.error || 'Failed to clear data validation' };
|
|
205
|
-
} catch (error) {
|
|
206
|
-
return { success: false, error: `Failed to clear data validation: ${error instanceof Error ? error.message : String(error)}` };
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
export const excelClearDataValidationTool: LLMSimpleTool = {
|
|
211
|
-
definition: EXCEL_CLEAR_DATA_VALIDATION_DEFINITION,
|
|
212
|
-
execute: executeExcelClearDataValidation,
|
|
213
|
-
categories: OFFICE_CATEGORIES,
|
|
214
|
-
description: 'Clear Excel data validation',
|
|
215
|
-
};
|
|
216
|
-
|
|
217
|
-
// =============================================================================
|
|
218
|
-
// Export: Validation Tools Array
|
|
219
|
-
// =============================================================================
|
|
220
|
-
|
|
221
|
-
export const validationTools: LLMSimpleTool[] = [
|
|
222
|
-
excelAddConditionalFormatTool,
|
|
223
|
-
excelClearConditionalFormatTool,
|
|
224
|
-
excelSetDataValidationTool,
|
|
225
|
-
excelClearDataValidationTool,
|
|
226
|
-
];
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Microsoft Excel Tools
|
|
3
|
-
*
|
|
4
|
-
* This file re-exports from the modularized excel-tools directory.
|
|
5
|
-
* Maintaining backwards compatibility with existing imports.
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
export * from './excel-tools/index.js';
|
|
9
|
-
export { EXCEL_TOOLS } from './excel-tools/index.js';
|
|
@@ -1,259 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Office Automation Module
|
|
3
|
-
*
|
|
4
|
-
* Microsoft Office (Word, Excel, PowerPoint) automation tools
|
|
5
|
-
* Communicates directly with Office applications via PowerShell COM automation
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
export { officeClient } from './office-client.js';
|
|
9
|
-
|
|
10
|
-
// Word Tools
|
|
11
|
-
export {
|
|
12
|
-
WORD_TOOLS,
|
|
13
|
-
// Basic operations
|
|
14
|
-
wordLaunchTool,
|
|
15
|
-
wordCreateTool,
|
|
16
|
-
wordOpenTool,
|
|
17
|
-
wordQuitTool,
|
|
18
|
-
wordWriteTool,
|
|
19
|
-
wordReadTool,
|
|
20
|
-
wordSaveTool,
|
|
21
|
-
wordScreenshotTool,
|
|
22
|
-
wordCloseTool,
|
|
23
|
-
// Formatting
|
|
24
|
-
wordSetFontTool,
|
|
25
|
-
wordSetParagraphTool,
|
|
26
|
-
wordSetStyleTool,
|
|
27
|
-
// Content
|
|
28
|
-
wordAddTableTool,
|
|
29
|
-
wordAddImageTool,
|
|
30
|
-
wordAddHyperlinkTool,
|
|
31
|
-
wordFindReplaceTool,
|
|
32
|
-
wordInsertBreakTool,
|
|
33
|
-
// Navigation
|
|
34
|
-
wordSelectAllTool,
|
|
35
|
-
wordGotoTool,
|
|
36
|
-
// Header/Footer
|
|
37
|
-
wordInsertHeaderTool,
|
|
38
|
-
wordInsertFooterTool,
|
|
39
|
-
wordInsertPageNumberTool,
|
|
40
|
-
// Export
|
|
41
|
-
wordExportPDFTool,
|
|
42
|
-
wordPrintTool,
|
|
43
|
-
// Table manipulation
|
|
44
|
-
wordSetTableCellTool,
|
|
45
|
-
wordMergeTableCellsTool,
|
|
46
|
-
wordSetTableStyleTool,
|
|
47
|
-
wordSetTableBorderTool,
|
|
48
|
-
// Bookmarks
|
|
49
|
-
wordAddBookmarkTool,
|
|
50
|
-
wordGetBookmarksTool,
|
|
51
|
-
wordDeleteBookmarkTool,
|
|
52
|
-
wordGotoBookmarkTool,
|
|
53
|
-
// Comments
|
|
54
|
-
wordAddCommentTool,
|
|
55
|
-
wordGetCommentsTool,
|
|
56
|
-
wordDeleteCommentTool,
|
|
57
|
-
wordDeleteAllCommentsTool,
|
|
58
|
-
// Lists
|
|
59
|
-
wordCreateBulletListTool,
|
|
60
|
-
wordCreateNumberedListTool,
|
|
61
|
-
// Page Setup
|
|
62
|
-
wordSetPageMarginsTool,
|
|
63
|
-
wordSetPageOrientationTool,
|
|
64
|
-
wordSetPageSizeTool,
|
|
65
|
-
// Watermark
|
|
66
|
-
wordAddWatermarkTool,
|
|
67
|
-
wordRemoveWatermarkTool,
|
|
68
|
-
// Textbox & Shapes
|
|
69
|
-
wordAddTextboxTool,
|
|
70
|
-
wordAddShapeTool,
|
|
71
|
-
// Document Info
|
|
72
|
-
wordGetDocumentInfoTool,
|
|
73
|
-
// Columns
|
|
74
|
-
wordSetColumnsTool,
|
|
75
|
-
// Undo/Redo
|
|
76
|
-
wordUndoTool,
|
|
77
|
-
wordRedoTool,
|
|
78
|
-
// Selection
|
|
79
|
-
wordGetSelectedTextTool,
|
|
80
|
-
} from './word-tools.js';
|
|
81
|
-
|
|
82
|
-
// Excel Tools
|
|
83
|
-
export {
|
|
84
|
-
EXCEL_TOOLS,
|
|
85
|
-
// Basic operations
|
|
86
|
-
excelLaunchTool,
|
|
87
|
-
excelCreateTool,
|
|
88
|
-
excelOpenTool,
|
|
89
|
-
excelQuitTool,
|
|
90
|
-
excelWriteCellTool,
|
|
91
|
-
excelReadCellTool,
|
|
92
|
-
excelWriteRangeTool,
|
|
93
|
-
excelReadRangeTool,
|
|
94
|
-
excelSaveTool,
|
|
95
|
-
excelScreenshotTool,
|
|
96
|
-
excelCloseTool,
|
|
97
|
-
// Formulas
|
|
98
|
-
excelSetFormulaTool,
|
|
99
|
-
// Formatting
|
|
100
|
-
excelSetFontTool,
|
|
101
|
-
excelSetFillTool,
|
|
102
|
-
excelSetNumberFormatTool,
|
|
103
|
-
excelSetBorderTool,
|
|
104
|
-
excelSetAlignmentTool,
|
|
105
|
-
excelMergeCellsTool,
|
|
106
|
-
excelUnmergeCellsTool,
|
|
107
|
-
excelSetColumnWidthTool,
|
|
108
|
-
excelSetRowHeightTool,
|
|
109
|
-
// Sheet management
|
|
110
|
-
excelAddSheetTool,
|
|
111
|
-
excelDeleteSheetTool,
|
|
112
|
-
excelRenameSheetTool,
|
|
113
|
-
excelGetSheetsTool,
|
|
114
|
-
excelSelectSheetTool,
|
|
115
|
-
// Data tools
|
|
116
|
-
excelSortRangeTool,
|
|
117
|
-
excelInsertRowTool,
|
|
118
|
-
excelDeleteRowTool,
|
|
119
|
-
excelFreezePanesTool,
|
|
120
|
-
excelAutoFilterTool,
|
|
121
|
-
// Charts
|
|
122
|
-
excelAddChartTool,
|
|
123
|
-
excelSetChartTitleTool,
|
|
124
|
-
excelDeleteChartTool,
|
|
125
|
-
// Conditional Formatting
|
|
126
|
-
excelAddConditionalFormatTool,
|
|
127
|
-
excelClearConditionalFormatTool,
|
|
128
|
-
// Data Validation
|
|
129
|
-
excelSetDataValidationTool,
|
|
130
|
-
excelClearDataValidationTool,
|
|
131
|
-
// Named Ranges
|
|
132
|
-
excelCreateNamedRangeTool,
|
|
133
|
-
excelGetNamedRangesTool,
|
|
134
|
-
excelDeleteNamedRangeTool,
|
|
135
|
-
// Copy/Paste/Clear
|
|
136
|
-
excelCopyRangeTool,
|
|
137
|
-
excelPasteRangeTool,
|
|
138
|
-
excelClearRangeTool,
|
|
139
|
-
// Hide/Show
|
|
140
|
-
excelHideColumnTool,
|
|
141
|
-
excelShowColumnTool,
|
|
142
|
-
excelHideRowTool,
|
|
143
|
-
excelShowRowTool,
|
|
144
|
-
// Images & Hyperlinks
|
|
145
|
-
excelAddImageTool,
|
|
146
|
-
excelAddHyperlinkTool,
|
|
147
|
-
// Export & Print
|
|
148
|
-
excelExportPDFTool,
|
|
149
|
-
excelPrintTool,
|
|
150
|
-
// Comments
|
|
151
|
-
excelAddCommentTool,
|
|
152
|
-
excelGetCommentTool,
|
|
153
|
-
excelDeleteCommentTool,
|
|
154
|
-
// Protection
|
|
155
|
-
excelProtectSheetTool,
|
|
156
|
-
excelUnprotectSheetTool,
|
|
157
|
-
// Find/Replace
|
|
158
|
-
excelFindReplaceTool,
|
|
159
|
-
// Grouping
|
|
160
|
-
excelGroupRowsTool,
|
|
161
|
-
excelUngroupRowsTool,
|
|
162
|
-
} from './excel-tools.js';
|
|
163
|
-
|
|
164
|
-
// PowerPoint Tools
|
|
165
|
-
export {
|
|
166
|
-
POWERPOINT_TOOLS,
|
|
167
|
-
// Basic operations
|
|
168
|
-
powerpointLaunchTool,
|
|
169
|
-
powerpointCreateTool,
|
|
170
|
-
powerpointOpenTool,
|
|
171
|
-
powerpointQuitTool,
|
|
172
|
-
powerpointAddSlideTool,
|
|
173
|
-
powerpointDeleteSlideTool,
|
|
174
|
-
powerpointMoveSlideTool,
|
|
175
|
-
powerpointWriteTextTool,
|
|
176
|
-
powerpointReadSlideTool,
|
|
177
|
-
powerpointSaveTool,
|
|
178
|
-
powerpointScreenshotTool,
|
|
179
|
-
powerpointCloseTool,
|
|
180
|
-
// Content
|
|
181
|
-
powerpointAddTextboxTool,
|
|
182
|
-
powerpointAddImageTool,
|
|
183
|
-
powerpointAddShapeTool,
|
|
184
|
-
// Table
|
|
185
|
-
powerpointAddTableTool,
|
|
186
|
-
powerpointSetTableCellTool,
|
|
187
|
-
powerpointSetTableStyleTool,
|
|
188
|
-
// Shape Management
|
|
189
|
-
powerpointDeleteShapeTool,
|
|
190
|
-
powerpointDuplicateShapeTool,
|
|
191
|
-
powerpointRotateShapeTool,
|
|
192
|
-
powerpointGetShapeInfoTool,
|
|
193
|
-
powerpointGetShapeListTool,
|
|
194
|
-
powerpointSetShapeNameTool,
|
|
195
|
-
powerpointSetShapeOpacityTool,
|
|
196
|
-
// Shape Position/Size/Style
|
|
197
|
-
powerpointSetShapePositionTool,
|
|
198
|
-
powerpointSetShapeSizeTool,
|
|
199
|
-
powerpointSetShapeStyleTool,
|
|
200
|
-
// Z-Order
|
|
201
|
-
powerpointBringToFrontTool,
|
|
202
|
-
powerpointSendToBackTool,
|
|
203
|
-
powerpointBringForwardTool,
|
|
204
|
-
powerpointSendBackwardTool,
|
|
205
|
-
// Alignment
|
|
206
|
-
powerpointAlignShapesTool,
|
|
207
|
-
powerpointDistributeShapesTool,
|
|
208
|
-
// Slide Management
|
|
209
|
-
powerpointSetSlideLayoutTool,
|
|
210
|
-
powerpointDuplicateSlideTool,
|
|
211
|
-
powerpointHideSlideTool,
|
|
212
|
-
powerpointShowSlideTool,
|
|
213
|
-
powerpointAddSectionTool,
|
|
214
|
-
powerpointGetSectionsTool,
|
|
215
|
-
// Notes
|
|
216
|
-
powerpointAddNoteTool,
|
|
217
|
-
powerpointGetNoteTool,
|
|
218
|
-
// Grouping
|
|
219
|
-
powerpointGroupShapesTool,
|
|
220
|
-
powerpointUngroupShapesTool,
|
|
221
|
-
// Text Formatting
|
|
222
|
-
powerpointSetTextAlignmentTool,
|
|
223
|
-
powerpointSetBulletListTool,
|
|
224
|
-
powerpointSetLineSpacingTool,
|
|
225
|
-
powerpointSetTextboxBorderTool,
|
|
226
|
-
powerpointSetTextboxFillTool,
|
|
227
|
-
// Media
|
|
228
|
-
powerpointAddHyperlinkTool,
|
|
229
|
-
powerpointAddVideoTool,
|
|
230
|
-
powerpointAddAudioTool,
|
|
231
|
-
powerpointAddChartTool,
|
|
232
|
-
// Effects
|
|
233
|
-
powerpointSetShadowTool,
|
|
234
|
-
powerpointSetReflectionTool,
|
|
235
|
-
powerpointApplyThemeTool,
|
|
236
|
-
// Placeholder
|
|
237
|
-
powerpointSetPlaceholderTextTool,
|
|
238
|
-
powerpointGetPlaceholdersTool,
|
|
239
|
-
powerpointGetSlideLayoutsTool,
|
|
240
|
-
// Formatting
|
|
241
|
-
powerpointSetFontTool,
|
|
242
|
-
powerpointSetBackgroundTool,
|
|
243
|
-
// Animation & Transition
|
|
244
|
-
powerpointAddAnimationTool,
|
|
245
|
-
powerpointSetTransitionTool,
|
|
246
|
-
// Info
|
|
247
|
-
powerpointGetSlideCountTool,
|
|
248
|
-
// Export & Presentation
|
|
249
|
-
powerpointExportPDFTool,
|
|
250
|
-
powerpointStartSlideshowTool,
|
|
251
|
-
} from './powerpoint-tools.js';
|
|
252
|
-
|
|
253
|
-
// Import for combined array
|
|
254
|
-
import { WORD_TOOLS } from './word-tools.js';
|
|
255
|
-
import { EXCEL_TOOLS } from './excel-tools.js';
|
|
256
|
-
import { POWERPOINT_TOOLS } from './powerpoint-tools.js';
|
|
257
|
-
|
|
258
|
-
// Combined Office Tools array
|
|
259
|
-
export const OFFICE_TOOLS = [...WORD_TOOLS, ...EXCEL_TOOLS, ...POWERPOINT_TOOLS];
|