genaicode 0.8.6 → 0.9.1
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/ai-service/ai-studio.d.ts +2 -3
- package/dist/ai-service/ai-studio.js +55 -27
- package/dist/ai-service/ai-studio.js.map +1 -1
- package/dist/ai-service/anthropic.d.ts +2 -3
- package/dist/ai-service/anthropic.js +24 -8
- package/dist/ai-service/anthropic.js.map +1 -1
- package/dist/{src/ai-service/common.d.ts → ai-service/common-types.d.ts} +24 -26
- package/dist/ai-service/common-types.js +10 -0
- package/dist/ai-service/common-types.js.map +1 -0
- package/dist/ai-service/common.d.ts +3 -55
- package/dist/ai-service/common.js +16 -4
- package/dist/ai-service/common.js.map +1 -1
- package/dist/ai-service/dall-e.d.ts +2 -9
- package/dist/ai-service/dall-e.js +4 -11
- package/dist/ai-service/dall-e.js.map +1 -1
- package/dist/ai-service/openai.d.ts +15 -4
- package/dist/ai-service/openai.js +45 -20
- package/dist/ai-service/openai.js.map +1 -1
- package/dist/ai-service/service-configurations-types.d.ts +55 -0
- package/dist/ai-service/service-configurations-types.js +6 -0
- package/dist/ai-service/service-configurations-types.js.map +1 -0
- package/dist/ai-service/service-configurations.d.ts +3 -2
- package/dist/ai-service/service-configurations.js +5 -0
- package/dist/ai-service/service-configurations.js.map +1 -1
- package/dist/ai-service/unescape-function-call.d.ts +1 -1
- package/dist/ai-service/vertex-ai-claude.d.ts +2 -2
- package/dist/ai-service/vertex-ai-claude.js +22 -8
- package/dist/ai-service/vertex-ai-claude.js.map +1 -1
- package/dist/ai-service/vertex-ai-imagen.d.ts +2 -9
- package/dist/ai-service/vertex-ai-imagen.js +4 -11
- package/dist/ai-service/vertex-ai-imagen.js.map +1 -1
- package/dist/ai-service/vertex-ai.d.ts +2 -3
- package/dist/ai-service/vertex-ai.js +17 -12
- package/dist/ai-service/vertex-ai.js.map +1 -1
- package/dist/cli/cli-params.d.ts +1 -1
- package/dist/cli/cli-params.js +22 -1
- package/dist/cli/cli-params.js.map +1 -1
- package/dist/cli/validate-cli-params.js +19 -11
- package/dist/cli/validate-cli-params.js.map +1 -1
- package/dist/files/read-files.d.ts +1 -28
- package/dist/files/read-files.js +9 -3
- package/dist/files/read-files.js.map +1 -1
- package/dist/files/source-code-tree.d.ts +5 -6
- package/dist/files/source-code-tree.js +3 -32
- package/dist/files/source-code-tree.js.map +1 -1
- package/dist/files/source-code-types.d.ts +31 -0
- package/dist/files/source-code-types.js +2 -0
- package/dist/files/source-code-types.js.map +1 -0
- package/dist/files/source-code-utils.d.ts +22 -0
- package/dist/files/source-code-utils.js +69 -0
- package/dist/files/source-code-utils.js.map +1 -0
- package/dist/files/summary-cache.d.ts +20 -0
- package/dist/files/summary-cache.js +15 -0
- package/dist/files/summary-cache.js.map +1 -0
- package/dist/files/update-files.d.ts +1 -1
- package/dist/help-docs/genaicode-help-document.d.ts +1 -0
- package/dist/help-docs/genaicode-help-document.js +286 -0
- package/dist/help-docs/genaicode-help-document.js.map +1 -0
- package/dist/index.d.ts +1 -3
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/dist/main/codegen-types.d.ts +12 -10
- package/dist/main/codegen-utils.d.ts +1 -1
- package/dist/main/codegen.d.ts +4 -3
- package/dist/main/codegen.js.map +1 -1
- package/dist/main/codegen.test-utils.d.ts +1 -1
- package/dist/main/common/abort-controller.d.ts +2 -0
- package/dist/main/common/abort-controller.js +5 -0
- package/dist/main/common/abort-controller.js.map +1 -0
- package/dist/main/common/app-context-bus.d.ts +11 -0
- package/dist/main/common/app-context-bus.js +29 -0
- package/dist/main/common/app-context-bus.js.map +1 -0
- package/dist/main/common/content-bus-types.d.ts +1 -1
- package/dist/main/common/content-bus.d.ts +1 -1
- package/dist/main/common/cost-collector.d.ts +3 -2
- package/dist/main/common/cost-collector.js +3 -3
- package/dist/main/common/cost-collector.js.map +1 -1
- package/dist/main/common/user-actions.d.ts +3 -3
- package/dist/main/common/user-actions.js +19 -10
- package/dist/main/common/user-actions.js.map +1 -1
- package/dist/main/config-schema.js +10 -0
- package/dist/main/config-schema.js.map +1 -1
- package/dist/main/config-types.d.ts +22 -16
- package/dist/main/interactive/codegen-worker.d.ts +0 -1
- package/dist/main/interactive/codegen-worker.js +4 -3
- package/dist/main/interactive/codegen-worker.js.map +1 -1
- package/dist/main/interactive/select-ai-service.d.ts +1 -1
- package/dist/main/plugin-loader.d.ts +5 -3
- package/dist/main/plugin-loader.js.map +1 -1
- package/dist/main/ui/backend/endpoints/context-endpoint.js +67 -0
- package/dist/main/ui/backend/endpoints/context-endpoint.js.map +1 -0
- package/dist/main/ui/backend/endpoints/generate-content-endpoint.js +6 -4
- package/dist/main/ui/backend/endpoints/generate-content-endpoint.js.map +1 -1
- package/dist/main/ui/backend/endpoints/index.d.ts +1 -0
- package/dist/main/ui/backend/endpoints/index.js +1 -0
- package/dist/main/ui/backend/endpoints/index.js.map +1 -1
- package/dist/main/ui/backend/server.d.ts +2 -1
- package/dist/main/ui/backend/server.js +2 -1
- package/dist/main/ui/backend/server.js.map +1 -1
- package/dist/main/ui/backend/service.d.ts +29 -4
- package/dist/main/ui/backend/service.js +50 -10
- package/dist/main/ui/backend/service.js.map +1 -1
- package/dist/main/ui/codegen-ui.d.ts +5 -1
- package/dist/main/ui/codegen-ui.js +10 -1
- package/dist/main/ui/codegen-ui.js.map +1 -1
- package/dist/main/ui/common/api-types.d.ts +4 -51
- package/dist/main/ui/frontend/assets/favicon-DvroFOpS.png +0 -0
- package/dist/main/ui/frontend/assets/index-D8KFdZaU.js +1775 -0
- package/dist/main/ui/frontend/assets/wolf-bark-Bl17CX4O.mp3 +0 -0
- package/dist/main/ui/frontend/index.html +2 -2
- package/dist/operations/create-directory/create-directory-def.d.ts +1 -1
- package/dist/operations/create-file/create-file-def.d.ts +1 -1
- package/dist/operations/create-file/create-file-def.js +2 -1
- package/dist/operations/create-file/create-file-def.js.map +1 -1
- package/dist/operations/delete-file/delete-file-def.d.ts +1 -1
- package/dist/operations/download-file/download-file-def.d.ts +1 -1
- package/dist/operations/imgly-remove-background/imgly-remove-background-def.d.ts +1 -1
- package/dist/operations/move-file/move-file-def.d.ts +1 -1
- package/dist/operations/patch-file/patch-file-def.d.ts +1 -1
- package/dist/operations/patch-file/patch-file-def.js +2 -1
- package/dist/operations/patch-file/patch-file-def.js.map +1 -1
- package/dist/operations/resize-image/resize-image-def.d.ts +1 -1
- package/dist/operations/split-image/split-image-def.d.ts +1 -1
- package/dist/operations/update-file/update-file-def.d.ts +1 -1
- package/dist/operations/update-file/update-file-def.js +2 -1
- package/dist/operations/update-file/update-file-def.js.map +1 -1
- package/dist/prompt/ai-service-fallback.d.ts +4 -3
- package/dist/prompt/ai-service-fallback.js +10 -58
- package/dist/prompt/ai-service-fallback.js.map +1 -1
- package/dist/prompt/function-calling-validate.d.ts +2 -2
- package/dist/prompt/function-calling-validate.js +5 -5
- package/dist/prompt/function-calling-validate.js.map +1 -1
- package/dist/prompt/function-calling.d.ts +1 -1
- package/dist/prompt/function-calling.js +12 -2
- package/dist/prompt/function-calling.js.map +1 -1
- package/dist/prompt/function-defs/analysis-result.d.ts +7 -0
- package/dist/prompt/function-defs/analysis-result.js +24 -0
- package/dist/prompt/function-defs/analysis-result.js.map +1 -0
- package/dist/prompt/function-defs/ask-question.d.ts +3 -2
- package/dist/prompt/function-defs/ask-question.js +93 -81
- package/dist/prompt/function-defs/ask-question.js.map +1 -1
- package/dist/prompt/function-defs/codegen-planning.d.ts +1 -1
- package/dist/prompt/function-defs/codegen-planning.js +11 -1
- package/dist/prompt/function-defs/codegen-planning.js.map +1 -1
- package/dist/prompt/function-defs/codegen-summary.d.ts +1 -1
- package/dist/prompt/function-defs/codegen-summary.js +19 -10
- package/dist/prompt/function-defs/codegen-summary.js.map +1 -1
- package/dist/prompt/function-defs/explanation.d.ts +1 -1
- package/dist/prompt/function-defs/genaicode-help.d.ts +6 -0
- package/dist/prompt/function-defs/genaicode-help.js +23 -0
- package/dist/prompt/function-defs/genaicode-help.js.map +1 -0
- package/dist/prompt/function-defs/generate-image.d.ts +1 -1
- package/dist/prompt/function-defs/get-image-assets.d.ts +1 -1
- package/dist/prompt/function-defs/get-source-code.d.ts +1 -1
- package/dist/prompt/function-defs/get-source-code.js +8 -11
- package/dist/prompt/function-defs/get-source-code.js.map +1 -1
- package/dist/prompt/function-defs/optimize-context.d.ts +1 -1
- package/dist/prompt/function-defs/optimize-context.js +1 -1
- package/dist/prompt/function-defs/optimize-context.js.map +1 -1
- package/dist/prompt/function-defs/perform-analysis.d.ts +8 -0
- package/dist/prompt/function-defs/perform-analysis.js +28 -0
- package/dist/prompt/function-defs/perform-analysis.js.map +1 -0
- package/dist/prompt/function-defs/read-history.d.ts +1 -1
- package/dist/prompt/function-defs/reasoning-inference.d.ts +3 -0
- package/dist/prompt/function-defs/reasoning-inference.js +39 -0
- package/dist/prompt/function-defs/reasoning-inference.js.map +1 -0
- package/dist/prompt/function-defs/set-summaries.d.ts +1 -1
- package/dist/prompt/function-defs/set-summaries.js +10 -6
- package/dist/prompt/function-defs/set-summaries.js.map +1 -1
- package/dist/prompt/function-defs/update-history.d.ts +1 -1
- package/dist/prompt/limits.js +1 -1
- package/dist/prompt/prompt-service.d.ts +5 -2
- package/dist/prompt/prompt-service.js +3 -5
- package/dist/prompt/prompt-service.js.map +1 -1
- package/dist/prompt/prompt-service.test-utils.d.ts +2 -2
- package/dist/prompt/prompt-service.test-utils.js +2 -1
- package/dist/prompt/prompt-service.test-utils.js.map +1 -1
- package/dist/prompt/steps/step-ask-question/handlers/code-generation.d.ts +2 -0
- package/dist/prompt/steps/step-ask-question/handlers/code-generation.js +11 -9
- package/dist/prompt/steps/step-ask-question/handlers/code-generation.js.map +1 -1
- package/dist/prompt/steps/step-ask-question/handlers/confirm-code-generation.js +1 -5
- package/dist/prompt/steps/step-ask-question/handlers/confirm-code-generation.js.map +1 -1
- package/dist/prompt/steps/step-ask-question/handlers/context-optimization.js +1 -5
- package/dist/prompt/steps/step-ask-question/handlers/context-optimization.js.map +1 -1
- package/dist/prompt/steps/step-ask-question/handlers/genaicode-help-document.d.ts +1 -0
- package/dist/prompt/steps/step-ask-question/handlers/genaicode-help-document.js +251 -0
- package/dist/prompt/steps/step-ask-question/handlers/genaicode-help-document.js.map +1 -0
- package/dist/prompt/steps/step-ask-question/handlers/handle-create-file.d.ts +2 -0
- package/dist/prompt/steps/step-ask-question/handlers/handle-create-file.js +157 -0
- package/dist/prompt/steps/step-ask-question/handlers/handle-create-file.js.map +1 -0
- package/dist/prompt/steps/step-ask-question/handlers/handle-end-conversation.d.ts +2 -0
- package/dist/prompt/steps/step-ask-question/handlers/handle-end-conversation.js +30 -0
- package/dist/prompt/steps/step-ask-question/handlers/handle-end-conversation.js.map +1 -0
- package/dist/prompt/steps/step-ask-question/handlers/handle-genaicode-help.d.ts +8 -0
- package/dist/prompt/steps/step-ask-question/handlers/handle-genaicode-help.js +91 -0
- package/dist/prompt/steps/step-ask-question/handlers/handle-genaicode-help.js.map +1 -0
- package/dist/prompt/steps/step-ask-question/handlers/handle-generate-image.d.ts +2 -0
- package/dist/prompt/steps/step-ask-question/handlers/{handle-send-message-with-image.js → handle-generate-image.js} +28 -29
- package/dist/prompt/steps/step-ask-question/handlers/handle-generate-image.js.map +1 -0
- package/dist/prompt/steps/step-ask-question/handlers/handle-perform-analysis.d.ts +6 -0
- package/dist/prompt/steps/step-ask-question/handlers/handle-perform-analysis.js +99 -0
- package/dist/prompt/steps/step-ask-question/handlers/handle-perform-analysis.js.map +1 -0
- package/dist/prompt/steps/step-ask-question/handlers/handle-pull-app-context.d.ts +9 -0
- package/dist/prompt/steps/step-ask-question/handlers/handle-pull-app-context.js +90 -0
- package/dist/prompt/steps/step-ask-question/handlers/handle-pull-app-context.js.map +1 -0
- package/dist/prompt/steps/step-ask-question/handlers/handle-push-app-context.d.ts +9 -0
- package/dist/prompt/steps/step-ask-question/handlers/handle-push-app-context.js +91 -0
- package/dist/prompt/steps/step-ask-question/handlers/handle-push-app-context.js.map +1 -0
- package/dist/prompt/steps/step-ask-question/handlers/handle-reasoning-inference.d.ts +7 -0
- package/dist/prompt/steps/step-ask-question/handlers/handle-reasoning-inference.js +97 -0
- package/dist/prompt/steps/step-ask-question/handlers/handle-reasoning-inference.js.map +1 -0
- package/dist/prompt/steps/step-ask-question/handlers/handle-search-code.js +4 -4
- package/dist/prompt/steps/step-ask-question/handlers/handle-search-code.js.map +1 -1
- package/dist/prompt/steps/step-ask-question/handlers/handle-send-message.js +1 -4
- package/dist/prompt/steps/step-ask-question/handlers/handle-send-message.js.map +1 -1
- package/dist/prompt/steps/step-ask-question/handlers/handle-update-file.js +92 -61
- package/dist/prompt/steps/step-ask-question/handlers/handle-update-file.js.map +1 -1
- package/dist/prompt/steps/step-ask-question/handlers/remove-files-from-context.js +17 -20
- package/dist/prompt/steps/step-ask-question/handlers/remove-files-from-context.js.map +1 -1
- package/dist/prompt/steps/step-ask-question/handlers/request-files-content.d.ts +7 -1
- package/dist/prompt/steps/step-ask-question/handlers/request-files-content.js +52 -47
- package/dist/prompt/steps/step-ask-question/handlers/request-files-content.js.map +1 -1
- package/dist/prompt/steps/step-ask-question/handlers/request-permissions.js +3 -2
- package/dist/prompt/steps/step-ask-question/handlers/request-permissions.js.map +1 -1
- package/dist/prompt/steps/step-ask-question/step-ask-question-types.d.ts +75 -6
- package/dist/prompt/steps/step-ask-question/step-ask-question.d.ts +5 -1
- package/dist/prompt/steps/step-ask-question/step-ask-question.js +30 -13
- package/dist/prompt/steps/step-ask-question/step-ask-question.js.map +1 -1
- package/dist/prompt/steps/step-codegen-planning.d.ts +2 -1
- package/dist/prompt/steps/step-codegen-planning.js +2 -1
- package/dist/prompt/steps/step-codegen-planning.js.map +1 -1
- package/dist/prompt/steps/step-context-optimization.d.ts +2 -1
- package/dist/prompt/steps/step-context-optimization.js +13 -13
- package/dist/prompt/steps/step-context-optimization.js.map +1 -1
- package/dist/prompt/steps/step-ensure-context.d.ts +1 -1
- package/dist/prompt/steps/step-ensure-context.js +4 -2
- package/dist/prompt/steps/step-ensure-context.js.map +1 -1
- package/dist/prompt/steps/step-generate-codegen-summary-prompt.d.ts +2 -0
- package/dist/prompt/steps/step-generate-codegen-summary-prompt.js +133 -0
- package/dist/prompt/steps/step-generate-codegen-summary-prompt.js.map +1 -0
- package/dist/prompt/steps/step-generate-codegen-summary.d.ts +6 -3
- package/dist/prompt/steps/step-generate-codegen-summary.js +17 -2
- package/dist/prompt/steps/step-generate-codegen-summary.js.map +1 -1
- package/dist/prompt/steps/step-generate-image.d.ts +2 -1
- package/dist/prompt/steps/step-generate-image.js +4 -2
- package/dist/prompt/steps/step-generate-image.js.map +1 -1
- package/dist/prompt/steps/step-generate-summary.d.ts +2 -1
- package/dist/prompt/steps/step-generate-summary.js +3 -2
- package/dist/prompt/steps/step-generate-summary.js.map +1 -1
- package/dist/prompt/steps/step-history-update.d.ts +2 -1
- package/dist/prompt/steps/step-history-update.js +9 -1
- package/dist/prompt/steps/step-history-update.js.map +1 -1
- package/dist/prompt/steps/step-process-file-updates.d.ts +7 -3
- package/dist/prompt/steps/step-process-file-updates.js +10 -7
- package/dist/prompt/steps/step-process-file-updates.js.map +1 -1
- package/dist/prompt/steps/step-summarization.d.ts +7 -6
- package/dist/prompt/steps/step-summarization.js +79 -48
- package/dist/prompt/steps/step-summarization.js.map +1 -1
- package/dist/prompt/steps/step-validate-recover.d.ts +4 -2
- package/dist/prompt/steps/step-validate-recover.js +8 -6
- package/dist/prompt/steps/step-validate-recover.js.map +1 -1
- package/dist/prompt/steps/step-verify-patch.d.ts +4 -1
- package/dist/prompt/steps/step-verify-patch.js +15 -2
- package/dist/prompt/steps/step-verify-patch.js.map +1 -1
- package/dist/prompt/steps/steps-types.d.ts +0 -14
- package/dist/prompt/steps/steps-types.js.map +1 -1
- package/dist/prompt/steps/steps-utils.d.ts +1 -1
- package/dist/prompt/systemprompt.d.ts +1 -1
- package/dist/prompt/systemprompt.js +40 -11
- package/dist/prompt/systemprompt.js.map +1 -1
- package/dist/{eval → prompt-debug}/current-prompt-plugin.d.ts +1 -1
- package/dist/{eval → prompt-debug}/current-prompt-plugin.js +1 -1
- package/dist/prompt-debug/current-prompt-plugin.js.map +1 -0
- package/dist/vite-genaicode/vite-genaicode-context.d.ts +31 -0
- package/dist/vite-genaicode/vite-genaicode-context.js +120 -0
- package/dist/vite-genaicode/vite-genaicode-context.js.map +1 -0
- package/dist/vite-genaicode/vite-genaicode-frontend.js +206 -30
- package/dist/vite-genaicode/vite-genaicode-frontend.js.map +1 -1
- package/dist/vite-genaicode/vite-genaicode-plugin.d.ts +1 -0
- package/dist/vite-genaicode/vite-genaicode-plugin.js +22 -9
- package/dist/vite-genaicode/vite-genaicode-plugin.js.map +1 -1
- package/dist/vite-genaicode/vite-genaicode-types.d.ts +26 -0
- package/dist/vite-genaicode/vite-genaicode-types.js +11 -0
- package/dist/vite-genaicode/vite-genaicode-types.js.map +1 -0
- package/package.json +11 -4
- package/dist/ai-service/ai-studio.d.ts.map +0 -1
- package/dist/ai-service/anthropic.d.ts.map +0 -1
- package/dist/ai-service/chat-gpt.d.ts +0 -7
- package/dist/ai-service/chat-gpt.d.ts.map +0 -1
- package/dist/ai-service/chat-gpt.js +0 -174
- package/dist/ai-service/chat-gpt.js.map +0 -1
- package/dist/ai-service/common.d.ts.map +0 -1
- package/dist/ai-service/common.test.js +0 -86
- package/dist/ai-service/common.test.js.map +0 -1
- package/dist/ai-service/dall-e.d.ts.map +0 -1
- package/dist/ai-service/unescape-function-call.d.ts.map +0 -1
- package/dist/ai-service/unescape-function-call.test.d.ts +0 -1
- package/dist/ai-service/unescape-function-call.test.js +0 -18
- package/dist/ai-service/unescape-function-call.test.js.map +0 -1
- package/dist/ai-service/vertex-ai-claude.d.ts.map +0 -1
- package/dist/ai-service/vertex-ai-imagen.d.ts.map +0 -1
- package/dist/ai-service/vertex-ai.d.ts.map +0 -1
- package/dist/cli/cli-options.d.ts.map +0 -1
- package/dist/cli/cli-options.test.d.ts +0 -1
- package/dist/cli/cli-options.test.js +0 -34
- package/dist/cli/cli-options.test.js.map +0 -1
- package/dist/cli/cli-params.d.ts.map +0 -1
- package/dist/cli/cli-params.test.d.ts +0 -1
- package/dist/cli/cli-params.test.js +0 -38
- package/dist/cli/cli-params.test.js.map +0 -1
- package/dist/cli/service-autodetect.d.ts.map +0 -1
- package/dist/cli/service-autodetect.test.d.ts +0 -1
- package/dist/cli/service-autodetect.test.js +0 -38
- package/dist/cli/service-autodetect.test.js.map +0 -1
- package/dist/cli/validate-cli-params.d.ts.map +0 -1
- package/dist/cli/validate-cli-params.test.d.ts +0 -1
- package/dist/cli/validate-cli-params.test.js +0 -106
- package/dist/cli/validate-cli-params.test.js.map +0 -1
- package/dist/eval/codegen-summary.test.d.ts +0 -1
- package/dist/eval/codegen-summary.test.js +0 -93
- package/dist/eval/codegen-summary.test.js.map +0 -1
- package/dist/eval/current-prompt-plugin.js.map +0 -1
- package/dist/eval/data/current-prompt.d.ts +0 -149
- package/dist/eval/data/current-prompt.js +0 -314
- package/dist/eval/data/current-prompt.js.map +0 -1
- package/dist/eval/data/prompt-assistant-image.d.ts +0 -49
- package/dist/eval/data/prompt-assistant-image.js +0 -67
- package/dist/eval/data/prompt-assistant-image.js.map +0 -1
- package/dist/eval/data/prompt3.d.ts +0 -34
- package/dist/eval/data/prompt3.js +0 -71
- package/dist/eval/data/prompt3.js.map +0 -1
- package/dist/eval/prompt-debug.test.d.ts +0 -1
- package/dist/eval/prompt-debug.test.js +0 -93
- package/dist/eval/prompt-debug.test.js.map +0 -1
- package/dist/eval/prompt2.d.ts +0 -34
- package/dist/eval/prompt2.js +0 -125
- package/dist/eval/prompt2.js.map +0 -1
- package/dist/examples/genaicode_plugins/fake_ai_service.d.ts +0 -3
- package/dist/examples/genaicode_plugins/fake_ai_service.js +0 -11
- package/dist/examples/genaicode_plugins/fake_ai_service.js.map +0 -1
- package/dist/examples/genaicode_plugins/grok_ai_service.d.ts +0 -3
- package/dist/examples/genaicode_plugins/grok_ai_service.js +0 -153
- package/dist/examples/genaicode_plugins/grok_ai_service.js.map +0 -1
- package/dist/examples/genaicode_plugins/nonsense_operation.d.ts +0 -3
- package/dist/examples/genaicode_plugins/nonsense_operation.js +0 -23
- package/dist/examples/genaicode_plugins/nonsense_operation.js.map +0 -1
- package/dist/files/cache-file.d.ts.map +0 -1
- package/dist/files/file-utils.d.ts.map +0 -1
- package/dist/files/file-utils.test.d.ts +0 -1
- package/dist/files/file-utils.test.js +0 -18
- package/dist/files/file-utils.test.js.map +0 -1
- package/dist/files/find-files.d.ts.map +0 -1
- package/dist/files/path-utils.d.ts.map +0 -1
- package/dist/files/read-files.d.ts.map +0 -1
- package/dist/files/read-files.test.d.ts +0 -1
- package/dist/files/read-files.test.js +0 -95
- package/dist/files/read-files.test.js.map +0 -1
- package/dist/files/search-files.d.ts.map +0 -1
- package/dist/files/source-code-tree.d.ts.map +0 -1
- package/dist/files/temp-buffer.d.ts.map +0 -1
- package/dist/files/update-files.d.ts.map +0 -1
- package/dist/images/ensure-alpha.d.ts.map +0 -1
- package/dist/images/imgly-remove-background.d.ts.map +0 -1
- package/dist/images/resize-image.d.ts.map +0 -1
- package/dist/images/split-image.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/main/codegen-non-interactive.d.ts.map +0 -1
- package/dist/main/codegen-types.d.ts.map +0 -1
- package/dist/main/codegen-utils.d.ts.map +0 -1
- package/dist/main/codegen.ai-services.test.d.ts +0 -3
- package/dist/main/codegen.ai-services.test.js +0 -198
- package/dist/main/codegen.ai-services.test.js.map +0 -1
- package/dist/main/codegen.cli-options.test.d.ts +0 -3
- package/dist/main/codegen.cli-options.test.js +0 -171
- package/dist/main/codegen.cli-options.test.js.map +0 -1
- package/dist/main/codegen.d.ts.map +0 -1
- package/dist/main/codegen.image-generation.test.d.ts +0 -3
- package/dist/main/codegen.image-generation.test.js +0 -187
- package/dist/main/codegen.image-generation.test.js.map +0 -1
- package/dist/main/codegen.test-utils.d.ts.map +0 -1
- package/dist/main/codegen.test.d.ts +0 -3
- package/dist/main/codegen.test.js +0 -307
- package/dist/main/codegen.test.js.map +0 -1
- package/dist/main/common/content-bus-types.d.ts.map +0 -1
- package/dist/main/common/content-bus.d.ts.map +0 -1
- package/dist/main/common/cost-collector.d.ts.map +0 -1
- package/dist/main/common/user-actions.d.ts.map +0 -1
- package/dist/main/config-lib.d.ts.map +0 -1
- package/dist/main/config-lib.test.d.ts +0 -1
- package/dist/main/config-lib.test.js +0 -64
- package/dist/main/config-lib.test.js.map +0 -1
- package/dist/main/config.d.ts.map +0 -1
- package/dist/main/interactive/codegen-interactive.d.ts.map +0 -1
- package/dist/main/interactive/codegen-interactive.test.d.ts +0 -5
- package/dist/main/interactive/codegen-interactive.test.js +0 -73
- package/dist/main/interactive/codegen-interactive.test.js.map +0 -1
- package/dist/main/interactive/codegen-worker.d.ts.map +0 -1
- package/dist/main/interactive/common.d.ts.map +0 -1
- package/dist/main/interactive/configure.d.ts.map +0 -1
- package/dist/main/interactive/error-handling.d.ts.map +0 -1
- package/dist/main/interactive/help.d.ts.map +0 -1
- package/dist/main/interactive/process-comments.d.ts +0 -2
- package/dist/main/interactive/process-comments.js +0 -39
- package/dist/main/interactive/process-comments.js.map +0 -1
- package/dist/main/interactive/select-ai-service.d.ts.map +0 -1
- package/dist/main/interactive/task-file.d.ts.map +0 -1
- package/dist/main/interactive/text-prompt.d.ts.map +0 -1
- package/dist/main/interactive/user-action-handlers.d.ts.map +0 -1
- package/dist/main/interactive/user-interrupt.d.ts.map +0 -1
- package/dist/main/plugin-loader.d.ts.map +0 -1
- package/dist/main/ui/backend/api-utils.d.ts.map +0 -1
- package/dist/main/ui/backend/api.d.ts.map +0 -1
- package/dist/main/ui/backend/server.d.ts.map +0 -1
- package/dist/main/ui/backend/service.d.ts.map +0 -1
- package/dist/main/ui/codegen-ui.d.ts.map +0 -1
- package/dist/main/ui/common/api-types.d.ts.map +0 -1
- package/dist/main/ui/frontend/assets/index-BAAQr5b1.js +0 -1747
- package/dist/main/ui/user-action-handlers.d.ts.map +0 -1
- package/dist/operations/create-directory/create-directory-def.d.ts.map +0 -1
- package/dist/operations/create-directory/create-directory-executor.d.ts.map +0 -1
- package/dist/operations/create-file/create-file-def.d.ts.map +0 -1
- package/dist/operations/create-file/create-file-executor.d.ts.map +0 -1
- package/dist/operations/delete-file/delete-file-def.d.ts.map +0 -1
- package/dist/operations/delete-file/delete-file-executor.d.ts.map +0 -1
- package/dist/operations/download-file/download-file-def.d.ts.map +0 -1
- package/dist/operations/download-file/download-file-executor.d.ts.map +0 -1
- package/dist/operations/imgly-remove-background/imgly-remove-background-def.d.ts.map +0 -1
- package/dist/operations/imgly-remove-background/imgly-remove-background-executor.d.ts.map +0 -1
- package/dist/operations/move-file/move-file-def.d.ts.map +0 -1
- package/dist/operations/move-file/move-file-executor.d.ts.map +0 -1
- package/dist/operations/operations-index.d.ts.map +0 -1
- package/dist/operations/patch-file/patch-file-def.d.ts.map +0 -1
- package/dist/operations/patch-file/patch-file-executor.d.ts.map +0 -1
- package/dist/operations/resize-image/resize-image-def.d.ts.map +0 -1
- package/dist/operations/resize-image/resize-image-executor.d.ts.map +0 -1
- package/dist/operations/split-image/split-image-def.d.ts.map +0 -1
- package/dist/operations/split-image/split-image-executor.d.ts.map +0 -1
- package/dist/operations/update-file/update-file-def.d.ts.map +0 -1
- package/dist/operations/update-file/update-file-executor.d.ts.map +0 -1
- package/dist/project-profiles/detection.d.ts.map +0 -1
- package/dist/project-profiles/index.d.ts.map +0 -1
- package/dist/project-profiles/profiles/golang.d.ts.map +0 -1
- package/dist/project-profiles/profiles/java-maven.d.ts.map +0 -1
- package/dist/project-profiles/profiles/javascript-npm.d.ts.map +0 -1
- package/dist/project-profiles/profiles/javascript-react.d.ts.map +0 -1
- package/dist/project-profiles/profiles/python-django.d.ts.map +0 -1
- package/dist/project-profiles/types.d.ts.map +0 -1
- package/dist/prompt/ai-service-fallback.d.ts.map +0 -1
- package/dist/prompt/function-calling-validate.d.ts.map +0 -1
- package/dist/prompt/function-calling.d.ts.map +0 -1
- package/dist/prompt/function-defs/ask-question-reflect.d.ts +0 -2
- package/dist/prompt/function-defs/ask-question-reflect.js +0 -21
- package/dist/prompt/function-defs/ask-question-reflect.js.map +0 -1
- package/dist/prompt/function-defs/ask-question.d.ts.map +0 -1
- package/dist/prompt/function-defs/codegen-planning.d.ts.map +0 -1
- package/dist/prompt/function-defs/codegen-summary.d.ts.map +0 -1
- package/dist/prompt/function-defs/create-directory.d.ts +0 -21
- package/dist/prompt/function-defs/create-directory.js +0 -22
- package/dist/prompt/function-defs/create-directory.js.map +0 -1
- package/dist/prompt/function-defs/create-file.d.ts +0 -25
- package/dist/prompt/function-defs/create-file.js +0 -26
- package/dist/prompt/function-defs/create-file.js.map +0 -1
- package/dist/prompt/function-defs/delete-file.d.ts +0 -21
- package/dist/prompt/function-defs/delete-file.js +0 -22
- package/dist/prompt/function-defs/delete-file.js.map +0 -1
- package/dist/prompt/function-defs/download-file.d.ts +0 -25
- package/dist/prompt/function-defs/download-file.js +0 -26
- package/dist/prompt/function-defs/download-file.js.map +0 -1
- package/dist/prompt/function-defs/explanation.d.ts.map +0 -1
- package/dist/prompt/function-defs/generate-image.d.ts.map +0 -1
- package/dist/prompt/function-defs/get-image-assets.d.ts.map +0 -1
- package/dist/prompt/function-defs/get-source-code.d.ts.map +0 -1
- package/dist/prompt/function-defs/imgly-remove-background.d.ts +0 -25
- package/dist/prompt/function-defs/imgly-remove-background.js +0 -26
- package/dist/prompt/function-defs/imgly-remove-background.js.map +0 -1
- package/dist/prompt/function-defs/move-file.d.ts +0 -25
- package/dist/prompt/function-defs/move-file.js +0 -26
- package/dist/prompt/function-defs/move-file.js.map +0 -1
- package/dist/prompt/function-defs/optimize-context.d.ts.map +0 -1
- package/dist/prompt/function-defs/patch-file.d.ts +0 -25
- package/dist/prompt/function-defs/patch-file.js +0 -39
- package/dist/prompt/function-defs/patch-file.js.map +0 -1
- package/dist/prompt/function-defs/read-history.d.ts.map +0 -1
- package/dist/prompt/function-defs/resize-image.d.ts +0 -36
- package/dist/prompt/function-defs/resize-image.js +0 -37
- package/dist/prompt/function-defs/resize-image.js.map +0 -1
- package/dist/prompt/function-defs/set-summaries.d.ts.map +0 -1
- package/dist/prompt/function-defs/split-image.d.ts +0 -57
- package/dist/prompt/function-defs/split-image.js +0 -46
- package/dist/prompt/function-defs/split-image.js.map +0 -1
- package/dist/prompt/function-defs/update-file.d.ts +0 -25
- package/dist/prompt/function-defs/update-file.js +0 -26
- package/dist/prompt/function-defs/update-file.js.map +0 -1
- package/dist/prompt/function-defs/update-history.d.ts.map +0 -1
- package/dist/prompt/limits.d.ts.map +0 -1
- package/dist/prompt/limits.test.d.ts +0 -1
- package/dist/prompt/limits.test.js +0 -35
- package/dist/prompt/limits.test.js.map +0 -1
- package/dist/prompt/prompt-codegen.d.ts.map +0 -1
- package/dist/prompt/prompt-codegen.test.d.ts +0 -1
- package/dist/prompt/prompt-codegen.test.js +0 -92
- package/dist/prompt/prompt-codegen.test.js.map +0 -1
- package/dist/prompt/prompt-consts.d.ts +0 -1
- package/dist/prompt/prompt-consts.js +0 -2
- package/dist/prompt/prompt-consts.js.map +0 -1
- package/dist/prompt/prompt-service-ask-question.test.d.ts +0 -4
- package/dist/prompt/prompt-service-ask-question.test.js +0 -162
- package/dist/prompt/prompt-service-ask-question.test.js.map +0 -1
- package/dist/prompt/prompt-service.ai-services.test.d.ts +0 -1
- package/dist/prompt/prompt-service.ai-services.test.js +0 -149
- package/dist/prompt/prompt-service.ai-services.test.js.map +0 -1
- package/dist/prompt/prompt-service.context-optimization.test.d.ts +0 -1
- package/dist/prompt/prompt-service.context-optimization.test.js +0 -212
- package/dist/prompt/prompt-service.context-optimization.test.js.map +0 -1
- package/dist/prompt/prompt-service.d.ts.map +0 -1
- package/dist/prompt/prompt-service.image-handling.test.d.ts +0 -1
- package/dist/prompt/prompt-service.image-handling.test.js +0 -212
- package/dist/prompt/prompt-service.image-handling.test.js.map +0 -1
- package/dist/prompt/prompt-service.test-utils.d.ts.map +0 -1
- package/dist/prompt/prompt-service.test.d.ts +0 -2
- package/dist/prompt/prompt-service.test.js +0 -629
- package/dist/prompt/prompt-service.test.js.map +0 -1
- package/dist/prompt/prompt-service.validation-recovery.test.d.ts +0 -1
- package/dist/prompt/prompt-service.validation-recovery.test.js +0 -263
- package/dist/prompt/prompt-service.validation-recovery.test.js.map +0 -1
- package/dist/prompt/static-prompts.d.ts.map +0 -1
- package/dist/prompt/steps/step-ask-question/handlers/cancel-code-generation.d.ts +0 -2
- package/dist/prompt/steps/step-ask-question/handlers/cancel-code-generation.d.ts.map +0 -1
- package/dist/prompt/steps/step-ask-question/handlers/cancel-code-generation.js +0 -14
- package/dist/prompt/steps/step-ask-question/handlers/cancel-code-generation.js.map +0 -1
- package/dist/prompt/steps/step-ask-question/handlers/code-generation.d.ts.map +0 -1
- package/dist/prompt/steps/step-ask-question/handlers/confirm-code-generation.d.ts.map +0 -1
- package/dist/prompt/steps/step-ask-question/handlers/context-optimization.d.ts.map +0 -1
- package/dist/prompt/steps/step-ask-question/handlers/default-action.d.ts +0 -2
- package/dist/prompt/steps/step-ask-question/handlers/default-action.d.ts.map +0 -1
- package/dist/prompt/steps/step-ask-question/handlers/default-action.js +0 -15
- package/dist/prompt/steps/step-ask-question/handlers/default-action.js.map +0 -1
- package/dist/prompt/steps/step-ask-question/handlers/handle-request-answer-with-image.d.ts +0 -2
- package/dist/prompt/steps/step-ask-question/handlers/handle-request-answer-with-image.js +0 -86
- package/dist/prompt/steps/step-ask-question/handlers/handle-request-answer-with-image.js.map +0 -1
- package/dist/prompt/steps/step-ask-question/handlers/handle-request-answer.d.ts +0 -2
- package/dist/prompt/steps/step-ask-question/handlers/handle-request-answer.js +0 -20
- package/dist/prompt/steps/step-ask-question/handlers/handle-request-answer.js.map +0 -1
- package/dist/prompt/steps/step-ask-question/handlers/handle-search-code.d.ts.map +0 -1
- package/dist/prompt/steps/step-ask-question/handlers/handle-send-message-with-image.d.ts +0 -2
- package/dist/prompt/steps/step-ask-question/handlers/handle-send-message-with-image.d.ts.map +0 -1
- package/dist/prompt/steps/step-ask-question/handlers/handle-send-message-with-image.js.map +0 -1
- package/dist/prompt/steps/step-ask-question/handlers/handle-send-message.d.ts.map +0 -1
- package/dist/prompt/steps/step-ask-question/handlers/handler-utils.d.ts +0 -0
- package/dist/prompt/steps/step-ask-question/handlers/handler-utils.js +0 -2
- package/dist/prompt/steps/step-ask-question/handlers/handler-utils.js.map +0 -1
- package/dist/prompt/steps/step-ask-question/handlers/lint.d.ts.map +0 -1
- package/dist/prompt/steps/step-ask-question/handlers/remove-files-from-context.d.ts.map +0 -1
- package/dist/prompt/steps/step-ask-question/handlers/request-files-content.d.ts.map +0 -1
- package/dist/prompt/steps/step-ask-question/handlers/request-permissions.d.ts.map +0 -1
- package/dist/prompt/steps/step-ask-question/handlers/start-code-generation.d.ts +0 -2
- package/dist/prompt/steps/step-ask-question/handlers/start-code-generation.js +0 -16
- package/dist/prompt/steps/step-ask-question/handlers/start-code-generation.js.map +0 -1
- package/dist/prompt/steps/step-ask-question/step-ask-question-handlers.d.ts +0 -0
- package/dist/prompt/steps/step-ask-question/step-ask-question-handlers.js +0 -2
- package/dist/prompt/steps/step-ask-question/step-ask-question-handlers.js.map +0 -1
- package/dist/prompt/steps/step-ask-question/step-ask-question-reflect.d.ts +0 -4
- package/dist/prompt/steps/step-ask-question/step-ask-question-reflect.js +0 -92
- package/dist/prompt/steps/step-ask-question/step-ask-question-reflect.js.map +0 -1
- package/dist/prompt/steps/step-ask-question/step-ask-question-types.d.ts.map +0 -1
- package/dist/prompt/steps/step-ask-question/step-ask-question.d.ts.map +0 -1
- package/dist/prompt/steps/step-ask-question-handlers.d.ts +0 -10
- package/dist/prompt/steps/step-ask-question-handlers.js +0 -257
- package/dist/prompt/steps/step-ask-question-handlers.js.map +0 -1
- package/dist/prompt/steps/step-ask-question-reflect.d.ts +0 -4
- package/dist/prompt/steps/step-ask-question-reflect.js +0 -48
- package/dist/prompt/steps/step-ask-question-reflect.js.map +0 -1
- package/dist/prompt/steps/step-ask-question-types.d.ts +0 -55
- package/dist/prompt/steps/step-ask-question-types.js +0 -2
- package/dist/prompt/steps/step-ask-question-types.js.map +0 -1
- package/dist/prompt/steps/step-ask-question.d.ts +0 -6
- package/dist/prompt/steps/step-ask-question.js +0 -80
- package/dist/prompt/steps/step-ask-question.js.map +0 -1
- package/dist/prompt/steps/step-codegen-planning.d.ts.map +0 -1
- package/dist/prompt/steps/step-codegen-summary.d.ts +0 -7
- package/dist/prompt/steps/step-codegen-summary.d.ts.map +0 -1
- package/dist/prompt/steps/step-codegen-summary.js +0 -106
- package/dist/prompt/steps/step-codegen-summary.js.map +0 -1
- package/dist/prompt/steps/step-codegen-summary.test.d.ts +0 -1
- package/dist/prompt/steps/step-codegen-summary.test.js +0 -136
- package/dist/prompt/steps/step-codegen-summary.test.js.map +0 -1
- package/dist/prompt/steps/step-context-optimization.d.ts.map +0 -1
- package/dist/prompt/steps/step-context-optimization.test.d.ts +0 -2
- package/dist/prompt/steps/step-context-optimization.test.js +0 -475
- package/dist/prompt/steps/step-context-optimization.test.js.map +0 -1
- package/dist/prompt/steps/step-ensure-context.d.ts.map +0 -1
- package/dist/prompt/steps/step-ensure-context.test.d.ts +0 -1
- package/dist/prompt/steps/step-ensure-context.test.js +0 -326
- package/dist/prompt/steps/step-ensure-context.test.js.map +0 -1
- package/dist/prompt/steps/step-generate-image.d.ts.map +0 -1
- package/dist/prompt/steps/step-generate-summary.d.ts.map +0 -1
- package/dist/prompt/steps/step-history-update.d.ts.map +0 -1
- package/dist/prompt/steps/step-summarization.d.ts.map +0 -1
- package/dist/prompt/steps/step-validate-recover.d.ts.map +0 -1
- package/dist/prompt/steps/step-verify-patch.d.ts.map +0 -1
- package/dist/prompt/steps/steps-types.d.ts.map +0 -1
- package/dist/prompt/steps/steps-utils.d.ts.map +0 -1
- package/dist/prompt/systemprompt.d.ts.map +0 -1
- package/dist/prompt/systemprompt.test.d.ts +0 -3
- package/dist/prompt/systemprompt.test.js +0 -42
- package/dist/prompt/systemprompt.test.js.map +0 -1
- package/dist/prompt/token-estimator.d.ts.map +0 -1
- package/dist/src/ai-service/ai-studio.d.ts +0 -6
- package/dist/src/ai-service/ai-studio.js +0 -190
- package/dist/src/ai-service/ai-studio.js.map +0 -1
- package/dist/src/ai-service/anthropic.d.ts +0 -6
- package/dist/src/ai-service/anthropic.js +0 -150
- package/dist/src/ai-service/anthropic.js.map +0 -1
- package/dist/src/ai-service/chat-gpt.d.ts +0 -5
- package/dist/src/ai-service/chat-gpt.js +0 -146
- package/dist/src/ai-service/chat-gpt.js.map +0 -1
- package/dist/src/ai-service/common.js +0 -38
- package/dist/src/ai-service/common.js.map +0 -1
- package/dist/src/ai-service/common.test.d.ts +0 -1
- package/dist/src/ai-service/common.test.js +0 -86
- package/dist/src/ai-service/common.test.js.map +0 -1
- package/dist/src/ai-service/dall-e.d.ts +0 -14
- package/dist/src/ai-service/dall-e.js +0 -50
- package/dist/src/ai-service/dall-e.js.map +0 -1
- package/dist/src/ai-service/unescape-function-call.d.ts +0 -7
- package/dist/src/ai-service/unescape-function-call.js +0 -59
- package/dist/src/ai-service/unescape-function-call.js.map +0 -1
- package/dist/src/ai-service/unescape-function-call.test.d.ts +0 -1
- package/dist/src/ai-service/unescape-function-call.test.js +0 -18
- package/dist/src/ai-service/unescape-function-call.test.js.map +0 -1
- package/dist/src/ai-service/vertex-ai-claude.d.ts +0 -5
- package/dist/src/ai-service/vertex-ai-claude.js +0 -104
- package/dist/src/ai-service/vertex-ai-claude.js.map +0 -1
- package/dist/src/ai-service/vertex-ai-imagen.d.ts +0 -14
- package/dist/src/ai-service/vertex-ai-imagen.js +0 -77
- package/dist/src/ai-service/vertex-ai-imagen.js.map +0 -1
- package/dist/src/ai-service/vertex-ai.d.ts +0 -6
- package/dist/src/ai-service/vertex-ai.js +0 -202
- package/dist/src/ai-service/vertex-ai.js.map +0 -1
- package/dist/src/cli/cli-options.d.ts +0 -10
- package/dist/src/cli/cli-options.js +0 -132
- package/dist/src/cli/cli-options.js.map +0 -1
- package/dist/src/cli/cli-options.test.d.ts +0 -1
- package/dist/src/cli/cli-options.test.js +0 -34
- package/dist/src/cli/cli-options.test.js.map +0 -1
- package/dist/src/cli/cli-params.d.ts +0 -32
- package/dist/src/cli/cli-params.js +0 -106
- package/dist/src/cli/cli-params.js.map +0 -1
- package/dist/src/cli/cli-params.test.d.ts +0 -1
- package/dist/src/cli/cli-params.test.js +0 -38
- package/dist/src/cli/cli-params.test.js.map +0 -1
- package/dist/src/cli/service-autodetect.d.ts +0 -2
- package/dist/src/cli/service-autodetect.js +0 -17
- package/dist/src/cli/service-autodetect.js.map +0 -1
- package/dist/src/cli/service-autodetect.test.d.ts +0 -1
- package/dist/src/cli/service-autodetect.test.js +0 -38
- package/dist/src/cli/service-autodetect.test.js.map +0 -1
- package/dist/src/cli/validate-cli-params.d.ts +0 -18
- package/dist/src/cli/validate-cli-params.js +0 -145
- package/dist/src/cli/validate-cli-params.js.map +0 -1
- package/dist/src/cli/validate-cli-params.test.d.ts +0 -1
- package/dist/src/cli/validate-cli-params.test.js +0 -106
- package/dist/src/cli/validate-cli-params.test.js.map +0 -1
- package/dist/src/files/cache-file.d.ts +0 -3
- package/dist/src/files/cache-file.js +0 -36
- package/dist/src/files/cache-file.js.map +0 -1
- package/dist/src/files/file-utils.d.ts +0 -2
- package/dist/src/files/file-utils.js +0 -7
- package/dist/src/files/file-utils.js.map +0 -1
- package/dist/src/files/file-utils.test.d.ts +0 -1
- package/dist/src/files/file-utils.test.js +0 -18
- package/dist/src/files/file-utils.test.js.map +0 -1
- package/dist/src/files/find-files.d.ts +0 -9
- package/dist/src/files/find-files.js +0 -81
- package/dist/src/files/find-files.js.map +0 -1
- package/dist/src/files/path-utils.d.ts +0 -1
- package/dist/src/files/path-utils.js +0 -12
- package/dist/src/files/path-utils.js.map +0 -1
- package/dist/src/files/read-files.d.ts +0 -21
- package/dist/src/files/read-files.js +0 -68
- package/dist/src/files/read-files.js.map +0 -1
- package/dist/src/files/read-files.test.d.ts +0 -1
- package/dist/src/files/read-files.test.js +0 -89
- package/dist/src/files/read-files.test.js.map +0 -1
- package/dist/src/files/temp-buffer.d.ts +0 -2
- package/dist/src/files/temp-buffer.js +0 -12
- package/dist/src/files/temp-buffer.js.map +0 -1
- package/dist/src/files/update-files.d.ts +0 -6
- package/dist/src/files/update-files.js +0 -19
- package/dist/src/files/update-files.js.map +0 -1
- package/dist/src/images/ensure-alpha.d.ts +0 -1
- package/dist/src/images/ensure-alpha.js +0 -5
- package/dist/src/images/ensure-alpha.js.map +0 -1
- package/dist/src/images/imgly-remove-background.d.ts +0 -2
- package/dist/src/images/imgly-remove-background.js +0 -21
- package/dist/src/images/imgly-remove-background.js.map +0 -1
- package/dist/src/images/resize-image.d.ts +0 -19
- package/dist/src/images/resize-image.js +0 -22
- package/dist/src/images/resize-image.js.map +0 -1
- package/dist/src/images/split-image.d.ts +0 -18
- package/dist/src/images/split-image.js +0 -25
- package/dist/src/images/split-image.js.map +0 -1
- package/dist/src/index.d.ts +0 -3
- package/dist/src/index.js +0 -3
- package/dist/src/index.js.map +0 -1
- package/dist/src/main/codegen-types.d.ts +0 -58
- package/dist/src/main/codegen-types.js +0 -2
- package/dist/src/main/codegen-types.js.map +0 -1
- package/dist/src/main/codegen-utils.d.ts +0 -3
- package/dist/src/main/codegen-utils.js +0 -18
- package/dist/src/main/codegen-utils.js.map +0 -1
- package/dist/src/main/codegen.d.ts +0 -4
- package/dist/src/main/codegen.js +0 -201
- package/dist/src/main/codegen.js.map +0 -1
- package/dist/src/main/codegen.test.d.ts +0 -3
- package/dist/src/main/codegen.test.js +0 -288
- package/dist/src/main/codegen.test.js.map +0 -1
- package/dist/src/main/common/content-bus-types.d.ts +0 -21
- package/dist/src/main/common/content-bus-types.js +0 -11
- package/dist/src/main/common/content-bus-types.js.map +0 -1
- package/dist/src/main/common/content-bus.d.ts +0 -10
- package/dist/src/main/common/content-bus.js +0 -39
- package/dist/src/main/common/content-bus.js.map +0 -1
- package/dist/src/main/common/cost-collector.d.ts +0 -11
- package/dist/src/main/common/cost-collector.js +0 -90
- package/dist/src/main/common/cost-collector.js.map +0 -1
- package/dist/src/main/common/user-actions.d.ts +0 -19
- package/dist/src/main/common/user-actions.js +0 -30
- package/dist/src/main/common/user-actions.js.map +0 -1
- package/dist/src/main/config-lib.d.ts +0 -36
- package/dist/src/main/config-lib.js +0 -51
- package/dist/src/main/config-lib.js.map +0 -1
- package/dist/src/main/config-lib.test.d.ts +0 -1
- package/dist/src/main/config-lib.test.js +0 -64
- package/dist/src/main/config-lib.test.js.map +0 -1
- package/dist/src/main/config.d.ts +0 -7
- package/dist/src/main/config.js +0 -51
- package/dist/src/main/config.js.map +0 -1
- package/dist/src/main/interactive/codegen-interactive.d.ts +0 -2
- package/dist/src/main/interactive/codegen-interactive.js +0 -61
- package/dist/src/main/interactive/codegen-interactive.js.map +0 -1
- package/dist/src/main/interactive/codegen-interactive.test.d.ts +0 -5
- package/dist/src/main/interactive/codegen-interactive.test.js +0 -79
- package/dist/src/main/interactive/codegen-interactive.test.js.map +0 -1
- package/dist/src/main/interactive/codegen-worker.d.ts +0 -3
- package/dist/src/main/interactive/codegen-worker.js +0 -54
- package/dist/src/main/interactive/codegen-worker.js.map +0 -1
- package/dist/src/main/interactive/common.d.ts +0 -5
- package/dist/src/main/interactive/common.js +0 -51
- package/dist/src/main/interactive/common.js.map +0 -1
- package/dist/src/main/interactive/configure.d.ts +0 -2
- package/dist/src/main/interactive/configure.js +0 -99
- package/dist/src/main/interactive/configure.js.map +0 -1
- package/dist/src/main/interactive/error-handling.d.ts +0 -1
- package/dist/src/main/interactive/error-handling.js +0 -43
- package/dist/src/main/interactive/error-handling.js.map +0 -1
- package/dist/src/main/interactive/help.d.ts +0 -1
- package/dist/src/main/interactive/help.js +0 -22
- package/dist/src/main/interactive/help.js.map +0 -1
- package/dist/src/main/interactive/process-comments.d.ts +0 -2
- package/dist/src/main/interactive/process-comments.js +0 -39
- package/dist/src/main/interactive/process-comments.js.map +0 -1
- package/dist/src/main/interactive/select-ai-service.d.ts +0 -2
- package/dist/src/main/interactive/select-ai-service.js +0 -27
- package/dist/src/main/interactive/select-ai-service.js.map +0 -1
- package/dist/src/main/interactive/task-file.d.ts +0 -2
- package/dist/src/main/interactive/task-file.js +0 -35
- package/dist/src/main/interactive/task-file.js.map +0 -1
- package/dist/src/main/interactive/text-prompt.d.ts +0 -2
- package/dist/src/main/interactive/text-prompt.js +0 -18
- package/dist/src/main/interactive/text-prompt.js.map +0 -1
- package/dist/src/main/interactive/user-action-handlers.d.ts +0 -1
- package/dist/src/main/interactive/user-action-handlers.js +0 -13
- package/dist/src/main/interactive/user-action-handlers.js.map +0 -1
- package/dist/src/main/interactive/user-interrupt.d.ts +0 -1
- package/dist/src/main/interactive/user-interrupt.js +0 -36
- package/dist/src/main/interactive/user-interrupt.js.map +0 -1
- package/dist/src/main/plugin-loader.d.ts +0 -6
- package/dist/src/main/plugin-loader.js +0 -40
- package/dist/src/main/plugin-loader.js.map +0 -1
- package/dist/src/main/ui/backend/api-utils.d.ts +0 -2
- package/dist/src/main/ui/backend/api-utils.js +0 -18
- package/dist/src/main/ui/backend/api-utils.js.map +0 -1
- package/dist/src/main/ui/backend/api.d.ts +0 -2
- package/dist/src/main/ui/backend/api.js +0 -210
- package/dist/src/main/ui/backend/api.js.map +0 -1
- package/dist/src/main/ui/backend/server.d.ts +0 -7
- package/dist/src/main/ui/backend/server.js +0 -83
- package/dist/src/main/ui/backend/server.js.map +0 -1
- package/dist/src/main/ui/backend/service.d.ts +0 -44
- package/dist/src/main/ui/backend/service.js +0 -171
- package/dist/src/main/ui/backend/service.js.map +0 -1
- package/dist/src/main/ui/codegen-ui.d.ts +0 -2
- package/dist/src/main/ui/codegen-ui.js +0 -13
- package/dist/src/main/ui/codegen-ui.js.map +0 -1
- package/dist/src/main/ui/common/api-types.d.ts +0 -20
- package/dist/src/main/ui/common/api-types.js +0 -2
- package/dist/src/main/ui/common/api-types.js.map +0 -1
- package/dist/src/main/ui/user-action-handlers.d.ts +0 -2
- package/dist/src/main/ui/user-action-handlers.js +0 -14
- package/dist/src/main/ui/user-action-handlers.js.map +0 -1
- package/dist/src/operations/create-directory/create-directory-def.d.ts +0 -9
- package/dist/src/operations/create-directory/create-directory-def.js +0 -22
- package/dist/src/operations/create-directory/create-directory-def.js.map +0 -1
- package/dist/src/operations/create-directory/create-directory-executor.d.ts +0 -6
- package/dist/src/operations/create-directory/create-directory-executor.js +0 -22
- package/dist/src/operations/create-directory/create-directory-executor.js.map +0 -1
- package/dist/src/operations/create-file/create-file-def.d.ts +0 -10
- package/dist/src/operations/create-file/create-file-def.js +0 -26
- package/dist/src/operations/create-file/create-file-def.js.map +0 -1
- package/dist/src/operations/create-file/create-file-executor.d.ts +0 -6
- package/dist/src/operations/create-file/create-file-executor.js +0 -27
- package/dist/src/operations/create-file/create-file-executor.js.map +0 -1
- package/dist/src/operations/delete-file/delete-file-def.d.ts +0 -9
- package/dist/src/operations/delete-file/delete-file-def.js +0 -22
- package/dist/src/operations/delete-file/delete-file-def.js.map +0 -1
- package/dist/src/operations/delete-file/delete-file-executor.d.ts +0 -6
- package/dist/src/operations/delete-file/delete-file-executor.js +0 -23
- package/dist/src/operations/delete-file/delete-file-executor.js.map +0 -1
- package/dist/src/operations/download-file/download-file-def.d.ts +0 -10
- package/dist/src/operations/download-file/download-file-def.js +0 -26
- package/dist/src/operations/download-file/download-file-def.js.map +0 -1
- package/dist/src/operations/download-file/download-file-executor.d.ts +0 -6
- package/dist/src/operations/download-file/download-file-executor.js +0 -44
- package/dist/src/operations/download-file/download-file-executor.js.map +0 -1
- package/dist/src/operations/imgly-remove-background/imgly-remove-background-def.d.ts +0 -10
- package/dist/src/operations/imgly-remove-background/imgly-remove-background-def.js +0 -26
- package/dist/src/operations/imgly-remove-background/imgly-remove-background-def.js.map +0 -1
- package/dist/src/operations/imgly-remove-background/imgly-remove-background-executor.d.ts +0 -6
- package/dist/src/operations/imgly-remove-background/imgly-remove-background-executor.js +0 -40
- package/dist/src/operations/imgly-remove-background/imgly-remove-background-executor.js.map +0 -1
- package/dist/src/operations/move-file/move-file-def.d.ts +0 -10
- package/dist/src/operations/move-file/move-file-def.js +0 -26
- package/dist/src/operations/move-file/move-file-def.js.map +0 -1
- package/dist/src/operations/move-file/move-file-executor.d.ts +0 -6
- package/dist/src/operations/move-file/move-file-executor.js +0 -29
- package/dist/src/operations/move-file/move-file-executor.js.map +0 -1
- package/dist/src/operations/operations-index.d.ts +0 -3
- package/dist/src/operations/operations-index.js +0 -33
- package/dist/src/operations/operations-index.js.map +0 -1
- package/dist/src/operations/patch-file/patch-file-def.d.ts +0 -10
- package/dist/src/operations/patch-file/patch-file-def.js +0 -39
- package/dist/src/operations/patch-file/patch-file-def.js.map +0 -1
- package/dist/src/operations/patch-file/patch-file-executor.d.ts +0 -5
- package/dist/src/operations/patch-file/patch-file-executor.js +0 -26
- package/dist/src/operations/patch-file/patch-file-executor.js.map +0 -1
- package/dist/src/operations/resize-image/resize-image-def.d.ts +0 -13
- package/dist/src/operations/resize-image/resize-image-def.js +0 -37
- package/dist/src/operations/resize-image/resize-image-def.js.map +0 -1
- package/dist/src/operations/resize-image/resize-image-executor.d.ts +0 -5
- package/dist/src/operations/resize-image/resize-image-executor.js +0 -30
- package/dist/src/operations/resize-image/resize-image-executor.js.map +0 -1
- package/dist/src/operations/split-image/split-image-def.d.ts +0 -18
- package/dist/src/operations/split-image/split-image-def.js +0 -46
- package/dist/src/operations/split-image/split-image-def.js.map +0 -1
- package/dist/src/operations/split-image/split-image-executor.d.ts +0 -6
- package/dist/src/operations/split-image/split-image-executor.js +0 -51
- package/dist/src/operations/split-image/split-image-executor.js.map +0 -1
- package/dist/src/operations/update-file/update-file-def.d.ts +0 -10
- package/dist/src/operations/update-file/update-file-def.js +0 -26
- package/dist/src/operations/update-file/update-file-def.js.map +0 -1
- package/dist/src/operations/update-file/update-file-executor.d.ts +0 -5
- package/dist/src/operations/update-file/update-file-executor.js +0 -22
- package/dist/src/operations/update-file/update-file-executor.js.map +0 -1
- package/dist/src/prompt/ai-service-fallback.d.ts +0 -3
- package/dist/src/prompt/ai-service-fallback.js +0 -84
- package/dist/src/prompt/ai-service-fallback.js.map +0 -1
- package/dist/src/prompt/function-calling-validate.d.ts +0 -3
- package/dist/src/prompt/function-calling-validate.js +0 -99
- package/dist/src/prompt/function-calling-validate.js.map +0 -1
- package/dist/src/prompt/function-calling.d.ts +0 -5
- package/dist/src/prompt/function-calling.js +0 -43
- package/dist/src/prompt/function-calling.js.map +0 -1
- package/dist/src/prompt/function-defs/ask-question-reflect.d.ts +0 -2
- package/dist/src/prompt/function-defs/ask-question-reflect.js +0 -21
- package/dist/src/prompt/function-defs/ask-question-reflect.js.map +0 -1
- package/dist/src/prompt/function-defs/ask-question.d.ts +0 -8
- package/dist/src/prompt/function-defs/ask-question.js +0 -100
- package/dist/src/prompt/function-defs/ask-question.js.map +0 -1
- package/dist/src/prompt/function-defs/codegen-summary.d.ts +0 -5
- package/dist/src/prompt/function-defs/codegen-summary.js +0 -82
- package/dist/src/prompt/function-defs/codegen-summary.js.map +0 -1
- package/dist/src/prompt/function-defs/explanation.d.ts +0 -5
- package/dist/src/prompt/function-defs/explanation.js +0 -18
- package/dist/src/prompt/function-defs/explanation.js.map +0 -1
- package/dist/src/prompt/function-defs/generate-image.d.ts +0 -5
- package/dist/src/prompt/function-defs/generate-image.js +0 -42
- package/dist/src/prompt/function-defs/generate-image.js.map +0 -1
- package/dist/src/prompt/function-defs/get-image-assets.d.ts +0 -5
- package/dist/src/prompt/function-defs/get-image-assets.js +0 -21
- package/dist/src/prompt/function-defs/get-image-assets.js.map +0 -1
- package/dist/src/prompt/function-defs/get-source-code.d.ts +0 -5
- package/dist/src/prompt/function-defs/get-source-code.js +0 -22
- package/dist/src/prompt/function-defs/get-source-code.js.map +0 -1
- package/dist/src/prompt/function-defs/optimize-context.d.ts +0 -5
- package/dist/src/prompt/function-defs/optimize-context.js +0 -47
- package/dist/src/prompt/function-defs/optimize-context.js.map +0 -1
- package/dist/src/prompt/function-defs/read-history.d.ts +0 -2
- package/dist/src/prompt/function-defs/read-history.js +0 -14
- package/dist/src/prompt/function-defs/read-history.js.map +0 -1
- package/dist/src/prompt/function-defs/set-summaries.d.ts +0 -5
- package/dist/src/prompt/function-defs/set-summaries.js +0 -32
- package/dist/src/prompt/function-defs/set-summaries.js.map +0 -1
- package/dist/src/prompt/function-defs/update-history.d.ts +0 -5
- package/dist/src/prompt/function-defs/update-history.js +0 -22
- package/dist/src/prompt/function-defs/update-history.js.map +0 -1
- package/dist/src/prompt/limits.d.ts +0 -3
- package/dist/src/prompt/limits.js +0 -21
- package/dist/src/prompt/limits.js.map +0 -1
- package/dist/src/prompt/limits.test.d.ts +0 -1
- package/dist/src/prompt/limits.test.js +0 -35
- package/dist/src/prompt/limits.test.js.map +0 -1
- package/dist/src/prompt/prompt-codegen.d.ts +0 -9
- package/dist/src/prompt/prompt-codegen.js +0 -117
- package/dist/src/prompt/prompt-codegen.js.map +0 -1
- package/dist/src/prompt/prompt-codegen.test.d.ts +0 -1
- package/dist/src/prompt/prompt-codegen.test.js +0 -98
- package/dist/src/prompt/prompt-codegen.test.js.map +0 -1
- package/dist/src/prompt/prompt-consts.d.ts +0 -1
- package/dist/src/prompt/prompt-consts.js +0 -2
- package/dist/src/prompt/prompt-consts.js.map +0 -1
- package/dist/src/prompt/prompt-service-ask-question.test.d.ts +0 -4
- package/dist/src/prompt/prompt-service-ask-question.test.js +0 -215
- package/dist/src/prompt/prompt-service-ask-question.test.js.map +0 -1
- package/dist/src/prompt/prompt-service.d.ts +0 -5
- package/dist/src/prompt/prompt-service.js +0 -214
- package/dist/src/prompt/prompt-service.js.map +0 -1
- package/dist/src/prompt/prompt-service.test.d.ts +0 -2
- package/dist/src/prompt/prompt-service.test.js +0 -553
- package/dist/src/prompt/prompt-service.test.js.map +0 -1
- package/dist/src/prompt/steps/step-ask-question/handlers/cancel-code-generation.d.ts +0 -2
- package/dist/src/prompt/steps/step-ask-question/handlers/cancel-code-generation.js +0 -16
- package/dist/src/prompt/steps/step-ask-question/handlers/cancel-code-generation.js.map +0 -1
- package/dist/src/prompt/steps/step-ask-question/handlers/confirm-code-generation.d.ts +0 -2
- package/dist/src/prompt/steps/step-ask-question/handlers/confirm-code-generation.js +0 -37
- package/dist/src/prompt/steps/step-ask-question/handlers/confirm-code-generation.js.map +0 -1
- package/dist/src/prompt/steps/step-ask-question/handlers/context-optimization.d.ts +0 -2
- package/dist/src/prompt/steps/step-ask-question/handlers/context-optimization.js +0 -36
- package/dist/src/prompt/steps/step-ask-question/handlers/context-optimization.js.map +0 -1
- package/dist/src/prompt/steps/step-ask-question/handlers/default-action.d.ts +0 -2
- package/dist/src/prompt/steps/step-ask-question/handlers/default-action.js +0 -18
- package/dist/src/prompt/steps/step-ask-question/handlers/default-action.js.map +0 -1
- package/dist/src/prompt/steps/step-ask-question/handlers/handle-request-answer.d.ts +0 -2
- package/dist/src/prompt/steps/step-ask-question/handlers/handle-request-answer.js +0 -20
- package/dist/src/prompt/steps/step-ask-question/handlers/handle-request-answer.js.map +0 -1
- package/dist/src/prompt/steps/step-ask-question/handlers/remove-files-from-context.d.ts +0 -2
- package/dist/src/prompt/steps/step-ask-question/handlers/remove-files-from-context.js +0 -43
- package/dist/src/prompt/steps/step-ask-question/handlers/remove-files-from-context.js.map +0 -1
- package/dist/src/prompt/steps/step-ask-question/handlers/request-files-content.d.ts +0 -2
- package/dist/src/prompt/steps/step-ask-question/handlers/request-files-content.js +0 -49
- package/dist/src/prompt/steps/step-ask-question/handlers/request-files-content.js.map +0 -1
- package/dist/src/prompt/steps/step-ask-question/handlers/request-permissions.d.ts +0 -2
- package/dist/src/prompt/steps/step-ask-question/handlers/request-permissions.js +0 -46
- package/dist/src/prompt/steps/step-ask-question/handlers/request-permissions.js.map +0 -1
- package/dist/src/prompt/steps/step-ask-question/handlers/start-code-generation.d.ts +0 -2
- package/dist/src/prompt/steps/step-ask-question/handlers/start-code-generation.js +0 -16
- package/dist/src/prompt/steps/step-ask-question/handlers/start-code-generation.js.map +0 -1
- package/dist/src/prompt/steps/step-ask-question/step-ask-question-handlers.d.ts +0 -0
- package/dist/src/prompt/steps/step-ask-question/step-ask-question-handlers.js +0 -2
- package/dist/src/prompt/steps/step-ask-question/step-ask-question-handlers.js.map +0 -1
- package/dist/src/prompt/steps/step-ask-question/step-ask-question-reflect.d.ts +0 -4
- package/dist/src/prompt/steps/step-ask-question/step-ask-question-reflect.js +0 -91
- package/dist/src/prompt/steps/step-ask-question/step-ask-question-reflect.js.map +0 -1
- package/dist/src/prompt/steps/step-ask-question/step-ask-question-types.d.ts +0 -55
- package/dist/src/prompt/steps/step-ask-question/step-ask-question-types.js +0 -2
- package/dist/src/prompt/steps/step-ask-question/step-ask-question-types.js.map +0 -1
- package/dist/src/prompt/steps/step-ask-question/step-ask-question.d.ts +0 -6
- package/dist/src/prompt/steps/step-ask-question/step-ask-question.js +0 -88
- package/dist/src/prompt/steps/step-ask-question/step-ask-question.js.map +0 -1
- package/dist/src/prompt/steps/step-context-optimization.d.ts +0 -4
- package/dist/src/prompt/steps/step-context-optimization.js +0 -200
- package/dist/src/prompt/steps/step-context-optimization.js.map +0 -1
- package/dist/src/prompt/steps/step-generate-image.d.ts +0 -2
- package/dist/src/prompt/steps/step-generate-image.js +0 -29
- package/dist/src/prompt/steps/step-generate-image.js.map +0 -1
- package/dist/src/prompt/steps/step-generate-summary.d.ts +0 -3
- package/dist/src/prompt/steps/step-generate-summary.js +0 -41
- package/dist/src/prompt/steps/step-generate-summary.js.map +0 -1
- package/dist/src/prompt/steps/step-history-update.d.ts +0 -5
- package/dist/src/prompt/steps/step-history-update.js +0 -54
- package/dist/src/prompt/steps/step-history-update.js.map +0 -1
- package/dist/src/prompt/steps/step-summarization.d.ts +0 -8
- package/dist/src/prompt/steps/step-summarization.js +0 -75
- package/dist/src/prompt/steps/step-summarization.js.map +0 -1
- package/dist/src/prompt/steps/step-validate-recover.d.ts +0 -2
- package/dist/src/prompt/steps/step-validate-recover.js +0 -51
- package/dist/src/prompt/steps/step-validate-recover.js.map +0 -1
- package/dist/src/prompt/steps/step-verify-patch.d.ts +0 -6
- package/dist/src/prompt/steps/step-verify-patch.js +0 -34
- package/dist/src/prompt/steps/step-verify-patch.js.map +0 -1
- package/dist/src/prompt/steps/steps-types.d.ts +0 -16
- package/dist/src/prompt/steps/steps-types.js +0 -6
- package/dist/src/prompt/steps/steps-types.js.map +0 -1
- package/dist/src/prompt/steps/steps-utils.d.ts +0 -7
- package/dist/src/prompt/steps/steps-utils.js +0 -11
- package/dist/src/prompt/steps/steps-utils.js.map +0 -1
- package/dist/src/prompt/systemprompt.d.ts +0 -3
- package/dist/src/prompt/systemprompt.js +0 -209
- package/dist/src/prompt/systemprompt.js.map +0 -1
- package/dist/src/prompt/systemprompt.test.d.ts +0 -3
- package/dist/src/prompt/systemprompt.test.js +0 -43
- package/dist/src/prompt/systemprompt.test.js.map +0 -1
- package/dist/src/prompt/token-estimator.d.ts +0 -8
- package/dist/src/prompt/token-estimator.js +0 -31
- package/dist/src/prompt/token-estimator.js.map +0 -1
- package/dist/src/vite-genaicode/vite-genaicode-frontend.d.ts +0 -1
- package/dist/src/vite-genaicode/vite-genaicode-frontend.js +0 -142
- package/dist/src/vite-genaicode/vite-genaicode-frontend.js.map +0 -1
- package/dist/src/vite-genaicode/vite-genaicode-plugin.d.ts +0 -7
- package/dist/src/vite-genaicode/vite-genaicode-plugin.js +0 -40
- package/dist/src/vite-genaicode/vite-genaicode-plugin.js.map +0 -1
- package/dist/vite-genaicode/vite-genaicode-frontend.d.ts.map +0 -1
- package/dist/vite-genaicode/vite-genaicode-plugin.d.ts.map +0 -1
- /package/dist/{ai-service/common.test.d.ts → main/ui/backend/endpoints/context-endpoint.d.ts} +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"user-action-handlers.d.ts","sourceRoot":"","sources":["../../../src/main/ui/user-action-handlers.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAE/C,wBAAgB,0BAA0B,CAAC,OAAO,EAAE,OAAO,QAW1D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-directory-def.d.ts","sourceRoot":"","sources":["../../../src/operations/create-directory/create-directory-def.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAKtD,eAAO,MAAM,kBAAkB,EAAE,WAiBhC,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-directory-executor.d.ts","sourceRoot":"","sources":["../../../src/operations/create-directory/create-directory-executor.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,mBAAmB,EAAsB,MAAM,2BAA2B,CAAC;AAEpF,iBAAe,sBAAsB,CAAC,IAAI,EAAE,mBAAmB,EAAE,OAAO,EAAE,cAAc,iBAiBvF;AAED,eAAO,MAAM,QAAQ,+BAAyB,CAAC;AAC/C,eAAO,MAAM,GAAG,sCAAqB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-file-def.d.ts","sourceRoot":"","sources":["../../../src/operations/create-file/create-file-def.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAKtD,eAAO,MAAM,aAAa,EAAE,WAuB3B,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-file-executor.d.ts","sourceRoot":"","sources":["../../../src/operations/create-file/create-file-executor.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAiB,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAE7D,iBAAe,iBAAiB,CAAC,IAAI,EAAE,cAAc,EAAE,OAAO,EAAE,cAAc,iBAwB7E;AAED,eAAO,MAAM,QAAQ,0BAAoB,CAAC;AAC1C,eAAO,MAAM,GAAG,sCAAgB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"delete-file-def.d.ts","sourceRoot":"","sources":["../../../src/operations/delete-file/delete-file-def.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAKtD,eAAO,MAAM,aAAa,EAAE,WAiB3B,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"delete-file-executor.d.ts","sourceRoot":"","sources":["../../../src/operations/delete-file/delete-file-executor.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAiB,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAE7D,iBAAe,iBAAiB,CAAC,IAAI,EAAE,cAAc,EAAE,OAAO,EAAE,cAAc,iBAkB7E;AAED,eAAO,MAAM,QAAQ,0BAAoB,CAAC;AAC1C,eAAO,MAAM,GAAG,sCAAgB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"download-file-def.d.ts","sourceRoot":"","sources":["../../../src/operations/download-file/download-file-def.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAKtD,eAAO,MAAM,eAAe,EAAE,WAqB7B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"download-file-executor.d.ts","sourceRoot":"","sources":["../../../src/operations/download-file/download-file-executor.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,gBAAgB,EAAmB,MAAM,wBAAwB,CAAC;AAC3E,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAG7D,iBAAe,mBAAmB,CAAC,IAAI,EAAE,gBAAgB,EAAE,OAAO,EAAE,cAAc,iBAyCjF;AAED,eAAO,MAAM,QAAQ,4BAAsB,CAAC;AAC5C,eAAO,MAAM,GAAG,sCAAkB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"imgly-remove-background-def.d.ts","sourceRoot":"","sources":["../../../src/operations/imgly-remove-background/imgly-remove-background-def.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAKtD,eAAO,MAAM,wBAAwB,EAAE,WAqBtC,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"imgly-remove-background-executor.d.ts","sourceRoot":"","sources":["../../../src/operations/imgly-remove-background/imgly-remove-background-executor.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,yBAAyB,EAA4B,MAAM,kCAAkC,CAAC;AACvG,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAG7D,iBAAe,4BAA4B,CAAC,IAAI,EAAE,yBAAyB,EAAE,OAAO,EAAE,cAAc,iBAsCnG;AAED,eAAO,MAAM,QAAQ,qCAA+B,CAAC;AACrD,eAAO,MAAM,GAAG,sCAA2B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"move-file-def.d.ts","sourceRoot":"","sources":["../../../src/operations/move-file/move-file-def.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAKtD,eAAO,MAAM,WAAW,EAAE,WAqBzB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"move-file-executor.d.ts","sourceRoot":"","sources":["../../../src/operations/move-file/move-file-executor.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAe,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAE7D,iBAAe,eAAe,CAAC,IAAI,EAAE,YAAY,EAAE,OAAO,EAAE,cAAc,iBA0BzE;AAED,eAAO,MAAM,QAAQ,wBAAkB,CAAC;AACxC,eAAO,MAAM,GAAG,sCAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations-index.d.ts","sourceRoot":"","sources":["../../src/operations/operations-index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AA8B7D,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,MAAM,GAAG,iBAAiB,GAAG,SAAS,CAEhF;AAED,wBAAgB,gBAAgB,wCAE/B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"patch-file-def.d.ts","sourceRoot":"","sources":["../../../src/operations/patch-file/patch-file-def.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAKtD,eAAO,MAAM,YAAY,EAAE,WAmC1B,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"patch-file-executor.d.ts","sourceRoot":"","sources":["../../../src/operations/patch-file/patch-file-executor.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,aAAa,EAAgB,MAAM,qBAAqB,CAAC;AAElE,iBAAe,gBAAgB,CAAC,IAAI,EAAE,aAAa,iBAsBlD;AAED,eAAO,MAAM,QAAQ,yBAAmB,CAAC;AACzC,eAAO,MAAM,GAAG,sCAAe,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"resize-image-def.d.ts","sourceRoot":"","sources":["../../../src/operations/resize-image/resize-image-def.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAKtD,eAAO,MAAM,cAAc,EAAE,WAgC5B,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE;QACJ,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"resize-image-executor.d.ts","sourceRoot":"","sources":["../../../src/operations/resize-image/resize-image-executor.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,eAAe,EAAkB,MAAM,uBAAuB,CAAC;AAGxE,iBAAe,kBAAkB,CAAC,IAAI,EAAE,eAAe,iBAwBtD;AAED,eAAO,MAAM,QAAQ,2BAAqB,CAAC;AAC3C,eAAO,MAAM,GAAG,sCAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"split-image-def.d.ts","sourceRoot":"","sources":["../../../src/operations/split-image/split-image-def.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAKtD,eAAO,MAAM,aAAa,EAAE,WAyC3B,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,KAAK,CAAC;QACX,IAAI,EAAE;YACJ,CAAC,EAAE,MAAM,CAAC;YACV,CAAC,EAAE,MAAM,CAAC;YACV,KAAK,EAAE,MAAM,CAAC;YACd,MAAM,EAAE,MAAM,CAAC;SAChB,CAAC;QACF,cAAc,EAAE,MAAM,CAAC;KACxB,CAAC,CAAC;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"split-image-executor.d.ts","sourceRoot":"","sources":["../../../src/operations/split-image/split-image-executor.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAiB,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAG7D,iBAAe,iBAAiB,CAAC,IAAI,EAAE,cAAc,EAAE,OAAO,EAAE,cAAc,iBAyD7E;AAED,eAAO,MAAM,QAAQ,0BAAoB,CAAC;AAC1C,eAAO,MAAM,GAAG,sCAAgB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"update-file-def.d.ts","sourceRoot":"","sources":["../../../src/operations/update-file/update-file-def.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAKtD,eAAO,MAAM,aAAa,EAAE,WAsB3B,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"update-file-executor.d.ts","sourceRoot":"","sources":["../../../src/operations/update-file/update-file-executor.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAiB,MAAM,sBAAsB,CAAC;AAErE,iBAAe,iBAAiB,CAAC,IAAI,EAAE,cAAc,iBAiBpD;AAED,eAAO,MAAM,QAAQ,0BAAoB,CAAC;AAC1C,eAAO,MAAM,GAAG,sCAAgB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"detection.d.ts","sourceRoot":"","sources":["../../src/project-profiles/detection.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAKpE,iBAAe,UAAU,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAO7E;AAKD,iBAAe,aAAa,CAAC,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,OAAO,CAAC,CAGnF;AASD,iBAAe,oBAAoB,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,UAAU,GAAE,MAAM,EAAO,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,CA+BrH;AASD,iBAAe,wBAAwB,CACrC,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAAE,EAClB,UAAU,GAAE,MAAM,EAAO,GACxB,OAAO,CAAC,OAAO,CAAC,CAGlB;AAKD,wBAAsB,oBAAoB,CACxC,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,cAAc,EAAE,GACzB,OAAO,CAAC,sBAAsB,CAAC,CA6CjC;AAKD,wBAAsB,iBAAiB,CACrC,OAAO,EAAE,MAAM,EACf,eAAe,EAAE,sBAAsB,GACtC,OAAO,CAAC,sBAAsB,CAAC,CASjC;AAGD,eAAO,MAAM,YAAY;;;;;CAKf,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/project-profiles/index.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,cAAc,EACd,sBAAsB,EACtB,oBAAoB,EACpB,qBAAqB,EACrB,iBAAiB,EACjB,kBAAkB,EAClB,oBAAoB,EACrB,MAAM,YAAY,CAAC;AAEpB,OAAO,EAA2C,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAGvF,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAQ5D,iBAAS,eAAe,CAAC,OAAO,EAAE,cAAc,GAAG,IAAI,CAQtD;AAKD,iBAAS,UAAU,CAAC,EAAE,EAAE,MAAM,GAAG,cAAc,GAAG,SAAS,CAE1D;AAKD,iBAAS,cAAc,IAAI,cAAc,EAAE,CAE1C;AAKD,iBAAS,qBAAqB,CAAC,MAAM,EAAE,oBAAoB,GAAG,IAAI,CAEjE;AAQD,iBAAe,yBAAyB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,sBAAsB,CAAC,CASzF;AAGD,OAAO,EAEL,cAAc,EACd,sBAAsB,EACtB,oBAAoB,EAGpB,qBAAqB,EACrB,iBAAiB,EACjB,kBAAkB,EAClB,oBAAoB,EAGpB,yBAAyB,EACzB,eAAe,EACf,qBAAqB,EACrB,UAAU,EACV,cAAc,EAGd,UAAU,EACV,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,aAAa,EAGb,YAAY,GACb,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"golang.d.ts","sourceRoot":"","sources":["../../../src/project-profiles/profiles/golang.ts"],"names":[],"mappings":"AAUA,OAAO,EACL,cAAc,EAKf,MAAM,aAAa,CAAC;AAMrB,QAAA,MAAM,gBAAgB;;;;;;;;;CASZ,CAAC;AAEX,KAAK,aAAa,GACd,OAAO,gBAAgB,CAAC,SAAS,GACjC,OAAO,gBAAgB,CAAC,MAAM,GAC9B,CAAC,OAAO,gBAAgB,CAAC,SAAS,CAAC,CAAC,MAAM,OAAO,gBAAgB,CAAC,SAAS,CAAC,CAAC;AAejF,iBAAe,UAAU,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,EAAE,CAAA;CAAE,GAAG,IAAI,CAAC,CAkBlG;AAKD,iBAAe,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,EAAE,GAAG,IAAI,CAAC,CAYrE;AAKD,iBAAe,mBAAmB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC;IAAE,IAAI,EAAE,aAAa,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC,CAuBpG;AAKD,iBAAe,eAAe,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAEhE;AAKD,iBAAe,iBAAiB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAQ7E;AAKD,iBAAe,gBAAgB,CAAC,WAAW,EAAE,aAAa,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,CAY7E;AAKD,eAAO,MAAM,aAAa,EAAE,cAmF3B,CAAC;AAGF,eAAO,MAAM,OAAO;;;;;;;CAOnB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"java-maven.d.ts","sourceRoot":"","sources":["../../../src/project-profiles/profiles/java-maven.ts"],"names":[],"mappings":"AAcA,OAAO,EACL,cAAc,EAKf,MAAM,aAAa,CAAC;AAMrB,QAAA,MAAM,mBAAmB;;;;;CAKf,CAAC;AAEX,KAAK,gBAAgB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEvF,UAAU,QAAQ;IAChB,OAAO,CAAC,EAAE;QACR,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;QACrB,OAAO,CAAC,EAAE;YAAE,MAAM,EAAE,MAAM,EAAE,CAAA;SAAE,EAAE,CAAC;QACjC,MAAM,CAAC,EAAE;YAAE,OAAO,EAAE,MAAM,EAAE,CAAC;YAAC,UAAU,EAAE,MAAM,EAAE,CAAA;SAAE,EAAE,CAAC;QACvD,YAAY,CAAC,EAAE;YACb,UAAU,EAAE;gBACV,OAAO,EAAE,MAAM,EAAE,CAAC;gBAClB,UAAU,EAAE,MAAM,EAAE,CAAC;aACtB,EAAE,CAAC;SACL,EAAE,CAAC;QACJ,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC;KACzC,CAAC;CACH;AAKD,iBAAe,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,QAAQ,GAAG,IAAI,CAAC,CAOnE;AAKD,iBAAe,sBAAsB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC;IAAE,IAAI,EAAE,gBAAgB,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC,CAiC1G;AAKD,iBAAe,eAAe,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAI/D;AAKD,iBAAe,iBAAiB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAiB7E;AAKD,iBAAe,iBAAiB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,CAiBnE;AAKD,iBAAe,kBAAkB,CAAC,WAAW,EAAE,gBAAgB,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,CAWlF;AAKD,eAAO,MAAM,YAAY,EAAE,cAwC1B,CAAC;AAGF,eAAO,MAAM,UAAU;;;;;;;CAOtB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"javascript-npm.d.ts","sourceRoot":"","sources":["../../../src/project-profiles/profiles/javascript-npm.ts"],"names":[],"mappings":"AASA,OAAO,EACL,cAAc,EAKf,MAAM,aAAa,CAAC;AAGrB,UAAU,WAAW;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACjC,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC1C;AAKD,iBAAe,eAAe,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,GAAG,IAAI,CAAC,CAQ3E;AAKD,iBAAe,iBAAiB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAU7E;AAKD,iBAAe,mBAAmB,CAAC,OAAO,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,WAAW,GAAG,IAAI,GAAG,OAAO,CAAC,OAAO,CAAC,CAYtG;AAKD,iBAAe,oBAAoB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,CAYtE;AAKD,eAAO,MAAM,UAAU,EAAE,cAmDxB,CAAC;AAGF,eAAO,MAAM,QAAQ;;;;;CAKpB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"javascript-react.d.ts","sourceRoot":"","sources":["../../../src/project-profiles/profiles/javascript-react.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,cAAc,EAAkE,MAAM,aAAa,CAAC;AAO7G,QAAA,MAAM,mBAAmB;;;;;CAKf,CAAC;AAEX,KAAK,gBAAgB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAuBvF,iBAAe,sBAAsB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC;IAAE,IAAI,EAAE,gBAAgB,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC,CA+B1G;AAKD,iBAAe,kBAAkB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,CAWpE;AAKD,iBAAe,mBAAmB,CAAC,WAAW,EAAE,gBAAgB,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,CAanF;AAKD,eAAO,MAAM,YAAY,EAAE,cAkD1B,CAAC;AAGF,eAAO,MAAM,UAAU;;;;CAItB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"python-django.d.ts","sourceRoot":"","sources":["../../../src/project-profiles/profiles/python-django.ts"],"names":[],"mappings":"AAUA,OAAO,EACL,cAAc,EAKf,MAAM,aAAa,CAAC;AAMrB,QAAA,MAAM,oBAAoB;;;;;CAKhB,CAAC;AAEX,KAAK,iBAAiB,GAAG,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,OAAO,oBAAoB,CAAC,CAAC;AAK1F,iBAAe,uBAAuB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,CAqCzE;AAKD,iBAAe,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAOlE;AAKD,iBAAe,uBAAuB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC;IAAE,IAAI,EAAE,iBAAiB,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC,CAmB5G;AAKD,iBAAe,gBAAgB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAavE;AAKD,iBAAe,iBAAiB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAqB7E;AAKD,iBAAe,oBAAoB,CAAC,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,iBAAiB,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,CAuBtG;AAKD,eAAO,MAAM,aAAa,EAAE,cA+C3B,CAAC;AAGF,eAAO,MAAM,WAAW;;;;;;;CAOvB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/project-profiles/types.ts"],"names":[],"mappings":"AASA,MAAM,WAAW,cAAc;IAE7B,EAAE,EAAE,MAAM,CAAC;IAGX,IAAI,EAAE,MAAM,CAAC;IAGb,UAAU,EAAE,MAAM,EAAE,CAAC;IAGrB,WAAW,EAAE,MAAM,EAAE,CAAC;IAGtB,WAAW,CAAC,EAAE,MAAM,CAAC;IAOrB,eAAe,EAAE,MAAM,CAAC;IAMxB,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IAG9C,UAAU,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;CACjD;AAKD,MAAM,WAAW,sBAAsB;IAErC,OAAO,EAAE,cAAc,GAAG,IAAI,CAAC;IAG/B,MAAM,EAAE,MAAM,CAAC;IAGf,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACpC;AAKD,MAAM,WAAW,oBAAoB;IAEnC,QAAQ,EAAE,cAAc,EAAE,CAAC;CAC5B;AAKD,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;CA4BxB,CAAC;AAKX,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;CAiBpB,CAAC;AAKX,eAAO,MAAM,kBAAkB;;;;;CAKrB,CAAC;AAKX,eAAO,MAAM,oBAAoB;;;;;CAKvB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ai-service-fallback.d.ts","sourceRoot":"","sources":["../../src/prompt/ai-service-fallback.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAGzE,OAAO,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAWlE,wBAAsB,uBAAuB,CAC3C,kBAAkB,EAAE,MAAM,CAAC,aAAa,EAAE,uBAAuB,CAAC,EAClE,cAAc,EAAE,aAAa,EAC7B,OAAO,EAAE,cAAc,EACvB,GAAG,IAAI,EAAE,UAAU,CAAC,uBAAuB,CAAC,GAC3C,OAAO,CAAC,UAAU,CAAC,uBAAuB,CAAC,CAAC,CAmE9C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"function-calling-validate.d.ts","sourceRoot":"","sources":["../../src/prompt/function-calling-validate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,eAAe,EAA2B,MAAM,YAAY,CAAC;AAEjF,OAAO,EAAe,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAIpE,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,YAAY,GAAG,SAAS,EAC9B,oBAAoB,EAAE,MAAM,GAC3B,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,GAAG,SAAS,CA4B/C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"function-calling.d.ts","sourceRoot":"","sources":["../../src/prompt/function-calling.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAyBtD,wBAAgB,eAAe,IAAI,WAAW,EAAE,CAiC/C"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export const askQuestionReflect = {
|
|
2
|
-
name: 'askQuestionReflect',
|
|
3
|
-
description: 'This function is used to decide whether to escalate the request to more advanced model.',
|
|
4
|
-
parameters: {
|
|
5
|
-
type: 'object',
|
|
6
|
-
properties: {
|
|
7
|
-
reason: {
|
|
8
|
-
type: 'string',
|
|
9
|
-
description: 'The reason for the escalation necessity.',
|
|
10
|
-
},
|
|
11
|
-
shouldEscalate: {
|
|
12
|
-
type: 'number',
|
|
13
|
-
description: 'A number that expresses the escalation necessity: 0 - no need to escalate, 100 - absolutely need to escalate to more advanced model.',
|
|
14
|
-
minimum: 0,
|
|
15
|
-
maximum: 100,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
required: ['reason', 'shouldEscalate'],
|
|
19
|
-
},
|
|
20
|
-
};
|
|
21
|
-
//# sourceMappingURL=ask-question-reflect.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ask-question-reflect.js","sourceRoot":"","sources":["../../../src/prompt/function-defs/ask-question-reflect.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,kBAAkB,GAAgB;IAC7C,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EAAE,yFAAyF;IACtG,UAAU,EAAE;QACV,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,0CAA0C;aACxD;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,sIAAsI;gBACxI,OAAO,EAAE,CAAC;gBACV,OAAO,EAAE,GAAG;aACb;SACF;QACD,QAAQ,EAAE,CAAC,QAAQ,EAAE,gBAAgB,CAAC;KACvC;CACF,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ask-question.d.ts","sourceRoot":"","sources":["../../../src/prompt/function-defs/ask-question.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AA+BtD,eAAO,MAAM,iBAAiB,QAAO,WA0DnC,CAAC;AAGH,eAAO,MAAM,mBAAmB,EAAE,WAgBjC,CAAC;AAGF,eAAO,MAAM,oBAAoB,EAAE,WAkBlC,CAAC;AAGF,eAAO,MAAM,sBAAsB,EAAE,WAgBpC,CAAC;AAGF,eAAO,MAAM,mBAAmB,EAAE,WAcjC,CAAC;AAGF,eAAO,MAAM,kBAAkB,EAAE,WAwChC,CAAC;AAGF,eAAO,MAAM,UAAU,EAAE,WA2CxB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"codegen-planning.d.ts","sourceRoot":"","sources":["../../../src/prompt/function-defs/codegen-planning.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAQzD,eAAO,MAAM,qBAAqB,QAAO,WA2CvC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"codegen-summary.d.ts","sourceRoot":"","sources":["../../../src/prompt/function-defs/codegen-summary.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAMzD,eAAO,MAAM,oBAAoB,QAAO,WAoFtC,CAAC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Function definition for createDirectory
|
|
3
|
-
*/
|
|
4
|
-
export declare const createDirectory: {
|
|
5
|
-
readonly name: "createDirectory";
|
|
6
|
-
readonly description: "Create a new directory";
|
|
7
|
-
readonly parameters: {
|
|
8
|
-
readonly type: "object";
|
|
9
|
-
readonly properties: {
|
|
10
|
-
readonly filePath: {
|
|
11
|
-
readonly type: "string";
|
|
12
|
-
readonly description: "The directory path to create.";
|
|
13
|
-
};
|
|
14
|
-
readonly explanation: {
|
|
15
|
-
readonly type: "string";
|
|
16
|
-
readonly description: "The explanation of the reasoning behind creating this directory";
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
readonly required: readonly ["filePath"];
|
|
20
|
-
};
|
|
21
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Function definition for createDirectory
|
|
3
|
-
*/
|
|
4
|
-
export const createDirectory = {
|
|
5
|
-
name: 'createDirectory',
|
|
6
|
-
description: 'Create a new directory',
|
|
7
|
-
parameters: {
|
|
8
|
-
type: 'object',
|
|
9
|
-
properties: {
|
|
10
|
-
filePath: {
|
|
11
|
-
type: 'string',
|
|
12
|
-
description: 'The directory path to create.',
|
|
13
|
-
},
|
|
14
|
-
explanation: {
|
|
15
|
-
type: 'string',
|
|
16
|
-
description: 'The explanation of the reasoning behind creating this directory',
|
|
17
|
-
},
|
|
18
|
-
},
|
|
19
|
-
required: ['filePath'],
|
|
20
|
-
},
|
|
21
|
-
};
|
|
22
|
-
//# sourceMappingURL=create-directory.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-directory.js","sourceRoot":"","sources":["../../../src/prompt/function-defs/create-directory.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,IAAI,EAAE,iBAAiB;IACvB,WAAW,EAAE,wBAAwB;IACrC,UAAU,EAAE;QACV,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,+BAA+B;aAC7C;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iEAAiE;aAC/E;SACF;QACD,QAAQ,EAAE,CAAC,UAAU,CAAC;KACvB;CACO,CAAC"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Function definition for createFile
|
|
3
|
-
*/
|
|
4
|
-
export declare const createFile: {
|
|
5
|
-
readonly name: "createFile";
|
|
6
|
-
readonly description: "Create a new file with specified content. The file will be created inside of project folder structure. This tool should not be used of creation if image files.";
|
|
7
|
-
readonly parameters: {
|
|
8
|
-
readonly type: "object";
|
|
9
|
-
readonly properties: {
|
|
10
|
-
readonly filePath: {
|
|
11
|
-
readonly type: "string";
|
|
12
|
-
readonly description: "Path of the file that will be created, it must not be empty.";
|
|
13
|
-
};
|
|
14
|
-
readonly explanation: {
|
|
15
|
-
readonly type: "string";
|
|
16
|
-
readonly description: "The explanation of the reasoning behind creating this file";
|
|
17
|
-
};
|
|
18
|
-
readonly newContent: {
|
|
19
|
-
readonly type: "string";
|
|
20
|
-
readonly description: "Content of the file that will be created, it must no be empty.";
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
readonly required: readonly ["filePath", "newContent"];
|
|
24
|
-
};
|
|
25
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Function definition for createFile
|
|
3
|
-
*/
|
|
4
|
-
export const createFile = {
|
|
5
|
-
name: 'createFile',
|
|
6
|
-
description: 'Create a new file with specified content. The file will be created inside of project folder structure. This tool should not be used of creation if image files.',
|
|
7
|
-
parameters: {
|
|
8
|
-
type: 'object',
|
|
9
|
-
properties: {
|
|
10
|
-
filePath: {
|
|
11
|
-
type: 'string',
|
|
12
|
-
description: 'Path of the file that will be created, it must not be empty.',
|
|
13
|
-
},
|
|
14
|
-
explanation: {
|
|
15
|
-
type: 'string',
|
|
16
|
-
description: 'The explanation of the reasoning behind creating this file',
|
|
17
|
-
},
|
|
18
|
-
newContent: {
|
|
19
|
-
type: 'string',
|
|
20
|
-
description: 'Content of the file that will be created, it must no be empty.',
|
|
21
|
-
},
|
|
22
|
-
},
|
|
23
|
-
required: ['filePath', 'newContent'],
|
|
24
|
-
},
|
|
25
|
-
};
|
|
26
|
-
//# sourceMappingURL=create-file.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-file.js","sourceRoot":"","sources":["../../../src/prompt/function-defs/create-file.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,IAAI,EAAE,YAAY;IAClB,WAAW,EACT,iKAAiK;IACnK,UAAU,EAAE;QACV,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,8DAA8D;aAC5E;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,4DAA4D;aAC1E;YACD,UAAU,EAAE;gBACV,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,gEAAgE;aAC9E;SACF;QACD,QAAQ,EAAE,CAAC,UAAU,EAAE,YAAY,CAAC;KACrC;CACO,CAAC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Function definition for deleteFile
|
|
3
|
-
*/
|
|
4
|
-
export declare const deleteFile: {
|
|
5
|
-
readonly name: "deleteFile";
|
|
6
|
-
readonly description: "Delete a specified file from the application source code.";
|
|
7
|
-
readonly parameters: {
|
|
8
|
-
readonly type: "object";
|
|
9
|
-
readonly properties: {
|
|
10
|
-
readonly explanation: {
|
|
11
|
-
readonly type: "string";
|
|
12
|
-
readonly description: "The explanation of the reasoning behind deleting this file";
|
|
13
|
-
};
|
|
14
|
-
readonly filePath: {
|
|
15
|
-
readonly type: "string";
|
|
16
|
-
readonly description: "The file path to delete.";
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
readonly required: readonly ["filePath"];
|
|
20
|
-
};
|
|
21
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Function definition for deleteFile
|
|
3
|
-
*/
|
|
4
|
-
export const deleteFile = {
|
|
5
|
-
name: 'deleteFile',
|
|
6
|
-
description: 'Delete a specified file from the application source code.',
|
|
7
|
-
parameters: {
|
|
8
|
-
type: 'object',
|
|
9
|
-
properties: {
|
|
10
|
-
explanation: {
|
|
11
|
-
type: 'string',
|
|
12
|
-
description: 'The explanation of the reasoning behind deleting this file',
|
|
13
|
-
},
|
|
14
|
-
filePath: {
|
|
15
|
-
type: 'string',
|
|
16
|
-
description: 'The file path to delete.',
|
|
17
|
-
},
|
|
18
|
-
},
|
|
19
|
-
required: ['filePath'],
|
|
20
|
-
},
|
|
21
|
-
};
|
|
22
|
-
//# sourceMappingURL=delete-file.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"delete-file.js","sourceRoot":"","sources":["../../../src/prompt/function-defs/delete-file.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,IAAI,EAAE,YAAY;IAClB,WAAW,EAAE,2DAA2D;IACxE,UAAU,EAAE;QACV,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,4DAA4D;aAC1E;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,0BAA0B;aACxC;SACF;QACD,QAAQ,EAAE,CAAC,UAAU,CAAC;KACvB;CACO,CAAC"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Function definition for downloadFile
|
|
3
|
-
*/
|
|
4
|
-
export declare const downloadFile: {
|
|
5
|
-
readonly name: "downloadFile";
|
|
6
|
-
readonly description: "Download file from url, and save to file";
|
|
7
|
-
readonly parameters: {
|
|
8
|
-
readonly type: "object";
|
|
9
|
-
readonly properties: {
|
|
10
|
-
readonly filePath: {
|
|
11
|
-
readonly type: "string";
|
|
12
|
-
readonly description: "The file path to save the downloaded file.";
|
|
13
|
-
};
|
|
14
|
-
readonly downloadUrl: {
|
|
15
|
-
readonly type: "string";
|
|
16
|
-
readonly description: "The url of the file that will be used for downloading.";
|
|
17
|
-
};
|
|
18
|
-
readonly explanation: {
|
|
19
|
-
readonly type: "string";
|
|
20
|
-
readonly description: "The reasoning behind downloading this image.";
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
readonly required: readonly ["filePath", "downloadUrl"];
|
|
24
|
-
};
|
|
25
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Function definition for downloadFile
|
|
3
|
-
*/
|
|
4
|
-
export const downloadFile = {
|
|
5
|
-
name: 'downloadFile',
|
|
6
|
-
description: 'Download file from url, and save to file',
|
|
7
|
-
parameters: {
|
|
8
|
-
type: 'object',
|
|
9
|
-
properties: {
|
|
10
|
-
filePath: {
|
|
11
|
-
type: 'string',
|
|
12
|
-
description: 'The file path to save the downloaded file.',
|
|
13
|
-
},
|
|
14
|
-
downloadUrl: {
|
|
15
|
-
type: 'string',
|
|
16
|
-
description: 'The url of the file that will be used for downloading.',
|
|
17
|
-
},
|
|
18
|
-
explanation: {
|
|
19
|
-
type: 'string',
|
|
20
|
-
description: 'The reasoning behind downloading this image.',
|
|
21
|
-
},
|
|
22
|
-
},
|
|
23
|
-
required: ['filePath', 'downloadUrl'],
|
|
24
|
-
},
|
|
25
|
-
};
|
|
26
|
-
//# sourceMappingURL=download-file.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"download-file.js","sourceRoot":"","sources":["../../../src/prompt/function-defs/download-file.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,IAAI,EAAE,cAAc;IACpB,WAAW,EAAE,0CAA0C;IACvD,UAAU,EAAE;QACV,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,4CAA4C;aAC1D;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,wDAAwD;aACtE;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,8CAA8C;aAC5D;SACF;QACD,QAAQ,EAAE,CAAC,UAAU,EAAE,aAAa,CAAC;KACtC;CACO,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"explanation.d.ts","sourceRoot":"","sources":["../../../src/prompt/function-defs/explanation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAKtD,eAAO,MAAM,WAAW,EAAE,WAazB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"generate-image.d.ts","sourceRoot":"","sources":["../../../src/prompt/function-defs/generate-image.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAKtD,eAAO,MAAM,aAAa,EAAE,WAwC3B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-image-assets.d.ts","sourceRoot":"","sources":["../../../src/prompt/function-defs/get-image-assets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAKtD,eAAO,MAAM,cAAc,EAAE,WAiB5B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-source-code.d.ts","sourceRoot":"","sources":["../../../src/prompt/function-defs/get-source-code.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAKtD,eAAO,MAAM,aAAa,EAAE,WA+C3B,CAAC"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Function definition for imglyRemoveBackground
|
|
3
|
-
*/
|
|
4
|
-
export declare const imglyRemoveBackground: {
|
|
5
|
-
readonly name: "imglyRemoveBackground";
|
|
6
|
-
readonly description: "Removes background from an image using @imgly/background-removal-node";
|
|
7
|
-
readonly parameters: {
|
|
8
|
-
readonly type: "object";
|
|
9
|
-
readonly properties: {
|
|
10
|
-
readonly inputFilePath: {
|
|
11
|
-
readonly type: "string";
|
|
12
|
-
readonly description: "The file path of the input image.";
|
|
13
|
-
};
|
|
14
|
-
readonly outputFilePath: {
|
|
15
|
-
readonly type: "string";
|
|
16
|
-
readonly description: "The file path to save the output image with removed background.";
|
|
17
|
-
};
|
|
18
|
-
readonly explanation: {
|
|
19
|
-
readonly type: "string";
|
|
20
|
-
readonly description: "The explanation of the reasoning behind removing the background from this image";
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
readonly required: readonly ["inputFilePath", "outputFilePath"];
|
|
24
|
-
};
|
|
25
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Function definition for imglyRemoveBackground
|
|
3
|
-
*/
|
|
4
|
-
export const imglyRemoveBackground = {
|
|
5
|
-
name: 'imglyRemoveBackground',
|
|
6
|
-
description: 'Removes background from an image using @imgly/background-removal-node',
|
|
7
|
-
parameters: {
|
|
8
|
-
type: 'object',
|
|
9
|
-
properties: {
|
|
10
|
-
inputFilePath: {
|
|
11
|
-
type: 'string',
|
|
12
|
-
description: 'The file path of the input image.',
|
|
13
|
-
},
|
|
14
|
-
outputFilePath: {
|
|
15
|
-
type: 'string',
|
|
16
|
-
description: 'The file path to save the output image with removed background.',
|
|
17
|
-
},
|
|
18
|
-
explanation: {
|
|
19
|
-
type: 'string',
|
|
20
|
-
description: 'The explanation of the reasoning behind removing the background from this image',
|
|
21
|
-
},
|
|
22
|
-
},
|
|
23
|
-
required: ['inputFilePath', 'outputFilePath'],
|
|
24
|
-
},
|
|
25
|
-
};
|
|
26
|
-
//# sourceMappingURL=imgly-remove-background.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"imgly-remove-background.js","sourceRoot":"","sources":["../../../src/prompt/function-defs/imgly-remove-background.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACnC,IAAI,EAAE,uBAAuB;IAC7B,WAAW,EAAE,uEAAuE;IACpF,UAAU,EAAE;QACV,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,mCAAmC;aACjD;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iEAAiE;aAC/E;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iFAAiF;aAC/F;SACF;QACD,QAAQ,EAAE,CAAC,eAAe,EAAE,gBAAgB,CAAC;KAC9C;CACO,CAAC"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Function definition for moveFile
|
|
3
|
-
*/
|
|
4
|
-
export declare const moveFile: {
|
|
5
|
-
readonly name: "moveFile";
|
|
6
|
-
readonly description: "Move a file from one location to another";
|
|
7
|
-
readonly parameters: {
|
|
8
|
-
readonly type: "object";
|
|
9
|
-
readonly properties: {
|
|
10
|
-
readonly explanation: {
|
|
11
|
-
readonly type: "string";
|
|
12
|
-
readonly description: "The explanation of the reasoning behind moving this file";
|
|
13
|
-
};
|
|
14
|
-
readonly source: {
|
|
15
|
-
readonly type: "string";
|
|
16
|
-
readonly description: "The current file path.";
|
|
17
|
-
};
|
|
18
|
-
readonly destination: {
|
|
19
|
-
readonly type: "string";
|
|
20
|
-
readonly description: "The new file path.";
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
readonly required: readonly ["source", "destination"];
|
|
24
|
-
};
|
|
25
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Function definition for moveFile
|
|
3
|
-
*/
|
|
4
|
-
export const moveFile = {
|
|
5
|
-
name: 'moveFile',
|
|
6
|
-
description: 'Move a file from one location to another',
|
|
7
|
-
parameters: {
|
|
8
|
-
type: 'object',
|
|
9
|
-
properties: {
|
|
10
|
-
explanation: {
|
|
11
|
-
type: 'string',
|
|
12
|
-
description: 'The explanation of the reasoning behind moving this file',
|
|
13
|
-
},
|
|
14
|
-
source: {
|
|
15
|
-
type: 'string',
|
|
16
|
-
description: 'The current file path.',
|
|
17
|
-
},
|
|
18
|
-
destination: {
|
|
19
|
-
type: 'string',
|
|
20
|
-
description: 'The new file path.',
|
|
21
|
-
},
|
|
22
|
-
},
|
|
23
|
-
required: ['source', 'destination'],
|
|
24
|
-
},
|
|
25
|
-
};
|
|
26
|
-
//# sourceMappingURL=move-file.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"move-file.js","sourceRoot":"","sources":["../../../src/prompt/function-defs/move-file.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,IAAI,EAAE,UAAU;IAChB,WAAW,EAAE,0CAA0C;IACvD,UAAU,EAAE;QACV,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,0DAA0D;aACxE;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,wBAAwB;aACtC;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,oBAAoB;aAClC;SACF;QACD,QAAQ,EAAE,CAAC,QAAQ,EAAE,aAAa,CAAC;KACpC;CACO,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"optimize-context.d.ts","sourceRoot":"","sources":["../../../src/prompt/function-defs/optimize-context.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAKtD,eAAO,MAAM,eAAe,EAAE,WAiE7B,CAAC"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Function definition for patchFile
|
|
3
|
-
*/
|
|
4
|
-
export declare const patchFile: {
|
|
5
|
-
readonly name: "patchFile";
|
|
6
|
-
readonly description: "Partially update a file content. The file must already exists in the application source code. The function should be called only if there is a need to actually change something.";
|
|
7
|
-
readonly parameters: {
|
|
8
|
-
readonly type: "object";
|
|
9
|
-
readonly properties: {
|
|
10
|
-
readonly filePath: {
|
|
11
|
-
readonly type: "string";
|
|
12
|
-
readonly description: "The file path to patch.";
|
|
13
|
-
};
|
|
14
|
-
readonly explanation: {
|
|
15
|
-
readonly type: "string";
|
|
16
|
-
readonly description: "The explanation of the reasoning behind the suggested code changes for this file";
|
|
17
|
-
};
|
|
18
|
-
readonly patch: {
|
|
19
|
-
readonly type: "string";
|
|
20
|
-
readonly description: "Modification to the file expressed in patch format. Example patch:\n\n```\nIndex: filename.js\n===================================================================\n--- filename.js\n+++ filename.js\n@@ -1,2 +1,3 @@\n line1\n+line3\n line2\n\\n```\n ";
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
readonly required: readonly ["filePath", "patch"];
|
|
24
|
-
};
|
|
25
|
-
};
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Function definition for patchFile
|
|
3
|
-
*/
|
|
4
|
-
export const patchFile = {
|
|
5
|
-
name: 'patchFile',
|
|
6
|
-
description: 'Partially update a file content. The file must already exists in the application source code. The function should be called only if there is a need to actually change something.',
|
|
7
|
-
parameters: {
|
|
8
|
-
type: 'object',
|
|
9
|
-
properties: {
|
|
10
|
-
filePath: {
|
|
11
|
-
type: 'string',
|
|
12
|
-
description: 'The file path to patch.',
|
|
13
|
-
},
|
|
14
|
-
explanation: {
|
|
15
|
-
type: 'string',
|
|
16
|
-
description: 'The explanation of the reasoning behind the suggested code changes for this file',
|
|
17
|
-
},
|
|
18
|
-
patch: {
|
|
19
|
-
type: 'string',
|
|
20
|
-
description: `Modification to the file expressed in patch format. Example patch:
|
|
21
|
-
|
|
22
|
-
\`\`\`
|
|
23
|
-
Index: filename.js
|
|
24
|
-
===================================================================
|
|
25
|
-
--- filename.js
|
|
26
|
-
+++ filename.js
|
|
27
|
-
@@ -1,2 +1,3 @@
|
|
28
|
-
line1
|
|
29
|
-
+line3
|
|
30
|
-
line2
|
|
31
|
-
\
|
|
32
|
-
\`\`\`
|
|
33
|
-
`,
|
|
34
|
-
},
|
|
35
|
-
},
|
|
36
|
-
required: ['filePath', 'patch'],
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
//# sourceMappingURL=patch-file.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"patch-file.js","sourceRoot":"","sources":["../../../src/prompt/function-defs/patch-file.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,IAAI,EAAE,WAAW;IACjB,WAAW,EACT,mLAAmL;IACrL,UAAU,EAAE;QACV,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,yBAAyB;aACvC;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,kFAAkF;aAChG;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE;;;;;;;;;;;;;WAaV;aACJ;SACF;QACD,QAAQ,EAAE,CAAC,UAAU,EAAE,OAAO,CAAC;KAChC;CACO,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"read-history.d.ts","sourceRoot":"","sources":["../../../src/prompt/function-defs/read-history.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAEtD,eAAO,MAAM,WAAW,EAAE,WAYzB,CAAC"}
|