erosolar-cli 1.7.439 → 1.7.440
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/StringUtils.d.ts +8 -0
- package/dist/StringUtils.d.ts.map +1 -0
- package/dist/StringUtils.js +11 -0
- package/dist/StringUtils.js.map +1 -0
- package/dist/adapters/browser/index.d.ts +12 -0
- package/dist/adapters/browser/index.d.ts.map +1 -0
- package/dist/adapters/browser/index.js +11 -0
- package/dist/adapters/browser/index.js.map +1 -0
- package/dist/adapters/node/index.d.ts +17 -0
- package/dist/adapters/node/index.d.ts.map +1 -0
- package/dist/adapters/node/index.js +35 -0
- package/dist/adapters/node/index.js.map +1 -0
- package/dist/adapters/remote/index.d.ts +13 -0
- package/dist/adapters/remote/index.d.ts.map +1 -0
- package/dist/adapters/remote/index.js +20 -0
- package/dist/adapters/remote/index.js.map +1 -0
- package/dist/adapters/types.d.ts +14 -0
- package/dist/adapters/types.d.ts.map +1 -0
- package/dist/adapters/types.js +2 -0
- package/dist/adapters/types.js.map +1 -0
- package/dist/bin/erosolar.d.ts +9 -0
- package/dist/bin/erosolar.d.ts.map +1 -0
- package/dist/bin/erosolar.js +93 -0
- package/dist/bin/erosolar.js.map +1 -0
- package/dist/bin/selfTest.d.ts +14 -0
- package/dist/bin/selfTest.d.ts.map +1 -0
- package/dist/bin/selfTest.js +304 -0
- package/dist/bin/selfTest.js.map +1 -0
- package/dist/browser/BrowserSessionManager.d.ts +307 -0
- package/dist/browser/BrowserSessionManager.d.ts.map +1 -0
- package/dist/browser/BrowserSessionManager.js +713 -0
- package/dist/browser/BrowserSessionManager.js.map +1 -0
- package/dist/capabilities/advancedTestGenerationCapability.d.ts +17 -0
- package/dist/capabilities/advancedTestGenerationCapability.d.ts.map +1 -0
- package/dist/capabilities/advancedTestGenerationCapability.js +28 -0
- package/dist/capabilities/advancedTestGenerationCapability.js.map +1 -0
- package/dist/capabilities/agentSpawningCapability.d.ts +6 -0
- package/dist/capabilities/agentSpawningCapability.d.ts.map +1 -0
- package/dist/capabilities/agentSpawningCapability.js +168 -0
- package/dist/capabilities/agentSpawningCapability.js.map +1 -0
- package/dist/capabilities/askUserCapability.d.ts +21 -0
- package/dist/capabilities/askUserCapability.d.ts.map +1 -0
- package/dist/capabilities/askUserCapability.js +155 -0
- package/dist/capabilities/askUserCapability.js.map +1 -0
- package/dist/capabilities/bashCapability.d.ts +13 -0
- package/dist/capabilities/bashCapability.d.ts.map +1 -0
- package/dist/capabilities/bashCapability.js +24 -0
- package/dist/capabilities/bashCapability.js.map +1 -0
- package/dist/capabilities/browserAutomationCapability.d.ts +37 -0
- package/dist/capabilities/browserAutomationCapability.d.ts.map +1 -0
- package/dist/capabilities/browserAutomationCapability.js +49 -0
- package/dist/capabilities/browserAutomationCapability.js.map +1 -0
- package/dist/capabilities/buildCapability.d.ts +24 -0
- package/dist/capabilities/buildCapability.d.ts.map +1 -0
- package/dist/capabilities/buildCapability.js +25 -0
- package/dist/capabilities/buildCapability.js.map +1 -0
- package/dist/capabilities/cloudCapability.d.ts +13 -0
- package/dist/capabilities/cloudCapability.d.ts.map +1 -0
- package/dist/capabilities/cloudCapability.js +38 -0
- package/dist/capabilities/cloudCapability.js.map +1 -0
- package/dist/capabilities/codeAnalysisCapability.d.ts +13 -0
- package/dist/capabilities/codeAnalysisCapability.d.ts.map +1 -0
- package/dist/capabilities/codeAnalysisCapability.js +24 -0
- package/dist/capabilities/codeAnalysisCapability.js.map +1 -0
- package/dist/capabilities/codeGenerationCapability.d.ts +13 -0
- package/dist/capabilities/codeGenerationCapability.d.ts.map +1 -0
- package/dist/capabilities/codeGenerationCapability.js +25 -0
- package/dist/capabilities/codeGenerationCapability.js.map +1 -0
- package/dist/capabilities/codeQualityCapability.d.ts +13 -0
- package/dist/capabilities/codeQualityCapability.d.ts.map +1 -0
- package/dist/capabilities/codeQualityCapability.js +25 -0
- package/dist/capabilities/codeQualityCapability.js.map +1 -0
- package/dist/capabilities/dependencySecurityCapability.d.ts +13 -0
- package/dist/capabilities/dependencySecurityCapability.d.ts.map +1 -0
- package/dist/capabilities/dependencySecurityCapability.js +24 -0
- package/dist/capabilities/dependencySecurityCapability.js.map +1 -0
- package/dist/capabilities/devCapability.d.ts +13 -0
- package/dist/capabilities/devCapability.d.ts.map +1 -0
- package/dist/capabilities/devCapability.js +24 -0
- package/dist/capabilities/devCapability.js.map +1 -0
- package/dist/capabilities/editCapability.d.ts +17 -0
- package/dist/capabilities/editCapability.d.ts.map +1 -0
- package/dist/capabilities/editCapability.js +27 -0
- package/dist/capabilities/editCapability.js.map +1 -0
- package/dist/capabilities/emailCapability.d.ts +12 -0
- package/dist/capabilities/emailCapability.d.ts.map +1 -0
- package/dist/capabilities/emailCapability.js +22 -0
- package/dist/capabilities/emailCapability.js.map +1 -0
- package/dist/capabilities/enhancedCodeIntelligenceCapability.d.ts +17 -0
- package/dist/capabilities/enhancedCodeIntelligenceCapability.d.ts.map +1 -0
- package/dist/capabilities/enhancedCodeIntelligenceCapability.js +28 -0
- package/dist/capabilities/enhancedCodeIntelligenceCapability.js.map +1 -0
- package/dist/capabilities/enhancedDevWorkflowCapability.d.ts +17 -0
- package/dist/capabilities/enhancedDevWorkflowCapability.d.ts.map +1 -0
- package/dist/capabilities/enhancedDevWorkflowCapability.js +28 -0
- package/dist/capabilities/enhancedDevWorkflowCapability.js.map +1 -0
- package/dist/capabilities/enhancedGitCapability.d.ts +7 -0
- package/dist/capabilities/enhancedGitCapability.d.ts.map +1 -0
- package/dist/capabilities/enhancedGitCapability.js +220 -0
- package/dist/capabilities/enhancedGitCapability.js.map +1 -0
- package/dist/capabilities/filesystemCapability.d.ts +13 -0
- package/dist/capabilities/filesystemCapability.d.ts.map +1 -0
- package/dist/capabilities/filesystemCapability.js +24 -0
- package/dist/capabilities/filesystemCapability.js.map +1 -0
- package/dist/capabilities/frontendTestingCapability.d.ts +13 -0
- package/dist/capabilities/frontendTestingCapability.d.ts.map +1 -0
- package/dist/capabilities/frontendTestingCapability.js +28 -0
- package/dist/capabilities/frontendTestingCapability.js.map +1 -0
- package/dist/capabilities/globCapability.d.ts +17 -0
- package/dist/capabilities/globCapability.d.ts.map +1 -0
- package/dist/capabilities/globCapability.js +27 -0
- package/dist/capabilities/globCapability.js.map +1 -0
- package/dist/capabilities/index.d.ts +26 -0
- package/dist/capabilities/index.d.ts.map +1 -0
- package/dist/capabilities/index.js +26 -0
- package/dist/capabilities/index.js.map +1 -0
- package/dist/capabilities/interactionCapability.d.ts +12 -0
- package/dist/capabilities/interactionCapability.d.ts.map +1 -0
- package/dist/capabilities/interactionCapability.js +22 -0
- package/dist/capabilities/interactionCapability.js.map +1 -0
- package/dist/capabilities/learnCapability.d.ts +22 -0
- package/dist/capabilities/learnCapability.d.ts.map +1 -0
- package/dist/capabilities/learnCapability.js +37 -0
- package/dist/capabilities/learnCapability.js.map +1 -0
- package/dist/capabilities/mcpCapability.d.ts +6 -0
- package/dist/capabilities/mcpCapability.d.ts.map +1 -0
- package/dist/capabilities/mcpCapability.js +19 -0
- package/dist/capabilities/mcpCapability.js.map +1 -0
- package/dist/capabilities/notebookCapability.d.ts +17 -0
- package/dist/capabilities/notebookCapability.d.ts.map +1 -0
- package/dist/capabilities/notebookCapability.js +27 -0
- package/dist/capabilities/notebookCapability.js.map +1 -0
- package/dist/capabilities/performanceMonitoringCapability.d.ts +108 -0
- package/dist/capabilities/performanceMonitoringCapability.d.ts.map +1 -0
- package/dist/capabilities/performanceMonitoringCapability.js +176 -0
- package/dist/capabilities/performanceMonitoringCapability.js.map +1 -0
- package/dist/capabilities/planningCapability.d.ts +16 -0
- package/dist/capabilities/planningCapability.d.ts.map +1 -0
- package/dist/capabilities/planningCapability.js +26 -0
- package/dist/capabilities/planningCapability.js.map +1 -0
- package/dist/capabilities/refactoringCapability.d.ts +13 -0
- package/dist/capabilities/refactoringCapability.d.ts.map +1 -0
- package/dist/capabilities/refactoringCapability.js +25 -0
- package/dist/capabilities/refactoringCapability.js.map +1 -0
- package/dist/capabilities/repoChecksCapability.d.ts +10 -0
- package/dist/capabilities/repoChecksCapability.d.ts.map +1 -0
- package/dist/capabilities/repoChecksCapability.js +24 -0
- package/dist/capabilities/repoChecksCapability.js.map +1 -0
- package/dist/capabilities/searchCapability.d.ts +13 -0
- package/dist/capabilities/searchCapability.d.ts.map +1 -0
- package/dist/capabilities/searchCapability.js +24 -0
- package/dist/capabilities/searchCapability.js.map +1 -0
- package/dist/capabilities/skillCapability.d.ts +3 -0
- package/dist/capabilities/skillCapability.d.ts.map +1 -0
- package/dist/capabilities/skillCapability.js +77 -0
- package/dist/capabilities/skillCapability.js.map +1 -0
- package/dist/capabilities/statusCapability.d.ts +4 -0
- package/dist/capabilities/statusCapability.d.ts.map +1 -0
- package/dist/capabilities/statusCapability.js +92 -0
- package/dist/capabilities/statusCapability.js.map +1 -0
- package/dist/capabilities/taskManagementCapability.d.ts +12 -0
- package/dist/capabilities/taskManagementCapability.d.ts.map +1 -0
- package/dist/capabilities/taskManagementCapability.js +22 -0
- package/dist/capabilities/taskManagementCapability.js.map +1 -0
- package/dist/capabilities/testingCapability.d.ts +13 -0
- package/dist/capabilities/testingCapability.d.ts.map +1 -0
- package/dist/capabilities/testingCapability.js +25 -0
- package/dist/capabilities/testingCapability.js.map +1 -0
- package/dist/capabilities/todoCapability.d.ts +19 -0
- package/dist/capabilities/todoCapability.d.ts.map +1 -0
- package/dist/capabilities/todoCapability.js +169 -0
- package/dist/capabilities/todoCapability.js.map +1 -0
- package/dist/capabilities/toolManifest.d.ts +3 -0
- package/dist/capabilities/toolManifest.d.ts.map +1 -0
- package/dist/capabilities/toolManifest.js +160 -0
- package/dist/capabilities/toolManifest.js.map +1 -0
- package/dist/capabilities/toolRegistry.d.ts +24 -0
- package/dist/capabilities/toolRegistry.d.ts.map +1 -0
- package/dist/capabilities/toolRegistry.js +150 -0
- package/dist/capabilities/toolRegistry.js.map +1 -0
- package/dist/capabilities/validationCapability.d.ts +13 -0
- package/dist/capabilities/validationCapability.d.ts.map +1 -0
- package/dist/capabilities/validationCapability.js +24 -0
- package/dist/capabilities/validationCapability.js.map +1 -0
- package/dist/capabilities/webCapability.d.ts +12 -0
- package/dist/capabilities/webCapability.d.ts.map +1 -0
- package/dist/capabilities/webCapability.js +22 -0
- package/dist/capabilities/webCapability.js.map +1 -0
- package/dist/config.d.ts +25 -0
- package/dist/config.d.ts.map +1 -0
- package/dist/config.js +140 -0
- package/dist/config.js.map +1 -0
- package/dist/contracts/v1/agent.d.ts +147 -0
- package/dist/contracts/v1/agent.d.ts.map +1 -0
- package/dist/contracts/v1/agent.js +8 -0
- package/dist/contracts/v1/agent.js.map +1 -0
- package/dist/contracts/v1/agentProfileManifest.d.ts +60 -0
- package/dist/contracts/v1/agentProfileManifest.d.ts.map +1 -0
- package/dist/contracts/v1/agentProfileManifest.js +9 -0
- package/dist/contracts/v1/agentProfileManifest.js.map +1 -0
- package/dist/contracts/v1/agentRules.d.ts +60 -0
- package/dist/contracts/v1/agentRules.d.ts.map +1 -0
- package/dist/contracts/v1/agentRules.js +10 -0
- package/dist/contracts/v1/agentRules.js.map +1 -0
- package/dist/contracts/v1/provider.d.ts +149 -0
- package/dist/contracts/v1/provider.d.ts.map +1 -0
- package/dist/contracts/v1/provider.js +7 -0
- package/dist/contracts/v1/provider.js.map +1 -0
- package/dist/contracts/v1/tool.d.ts +136 -0
- package/dist/contracts/v1/tool.d.ts.map +1 -0
- package/dist/contracts/v1/tool.js +7 -0
- package/dist/contracts/v1/tool.js.map +1 -0
- package/dist/contracts/v1/toolAccess.d.ts +43 -0
- package/dist/contracts/v1/toolAccess.d.ts.map +1 -0
- package/dist/contracts/v1/toolAccess.js +9 -0
- package/dist/contracts/v1/toolAccess.js.map +1 -0
- package/dist/core/LazyLoader.d.ts +129 -0
- package/dist/core/LazyLoader.d.ts.map +1 -0
- package/dist/core/LazyLoader.js +240 -0
- package/dist/core/LazyLoader.js.map +1 -0
- package/dist/core/agent.d.ts +153 -0
- package/dist/core/agent.d.ts.map +1 -0
- package/dist/core/agent.js +889 -0
- package/dist/core/agent.js.map +1 -0
- package/dist/core/agentProfileManifest.d.ts +3 -0
- package/dist/core/agentProfileManifest.d.ts.map +1 -0
- package/dist/core/agentProfileManifest.js +188 -0
- package/dist/core/agentProfileManifest.js.map +1 -0
- package/dist/core/agentProfiles.d.ts +22 -0
- package/dist/core/agentProfiles.d.ts.map +1 -0
- package/dist/core/agentProfiles.js +35 -0
- package/dist/core/agentProfiles.js.map +1 -0
- package/dist/core/agentRulebook.d.ts +11 -0
- package/dist/core/agentRulebook.d.ts.map +1 -0
- package/dist/core/agentRulebook.js +136 -0
- package/dist/core/agentRulebook.js.map +1 -0
- package/dist/core/agentSchemaLoader.d.ts +131 -0
- package/dist/core/agentSchemaLoader.d.ts.map +1 -0
- package/dist/core/agentSchemaLoader.js +234 -0
- package/dist/core/agentSchemaLoader.js.map +1 -0
- package/dist/core/aiErrorFixer.d.ts +70 -0
- package/dist/core/aiErrorFixer.d.ts.map +1 -0
- package/dist/core/aiErrorFixer.js +402 -0
- package/dist/core/aiErrorFixer.js.map +1 -0
- package/dist/core/alphaZeroEngine.d.ts +269 -0
- package/dist/core/alphaZeroEngine.d.ts.map +1 -0
- package/dist/core/alphaZeroEngine.js +523 -0
- package/dist/core/alphaZeroEngine.js.map +1 -0
- package/dist/core/alphaZeroModular.d.ts +186 -0
- package/dist/core/alphaZeroModular.d.ts.map +1 -0
- package/dist/core/alphaZeroModular.js +755 -0
- package/dist/core/alphaZeroModular.js.map +1 -0
- package/dist/core/alphaZeroOrchestrator.d.ts +140 -0
- package/dist/core/alphaZeroOrchestrator.d.ts.map +1 -0
- package/dist/core/alphaZeroOrchestrator.js +418 -0
- package/dist/core/alphaZeroOrchestrator.js.map +1 -0
- package/dist/core/bashCommandGuidance.d.ts +16 -0
- package/dist/core/bashCommandGuidance.d.ts.map +1 -0
- package/dist/core/bashCommandGuidance.js +40 -0
- package/dist/core/bashCommandGuidance.js.map +1 -0
- package/dist/core/checkpoint.d.ts +76 -0
- package/dist/core/checkpoint.d.ts.map +1 -0
- package/dist/core/checkpoint.js +278 -0
- package/dist/core/checkpoint.js.map +1 -0
- package/dist/core/cliTestHarness.d.ts +200 -0
- package/dist/core/cliTestHarness.d.ts.map +1 -0
- package/dist/core/cliTestHarness.js +549 -0
- package/dist/core/cliTestHarness.js.map +1 -0
- package/dist/core/contextManager.d.ts +265 -0
- package/dist/core/contextManager.d.ts.map +1 -0
- package/dist/core/contextManager.js +1060 -0
- package/dist/core/contextManager.js.map +1 -0
- package/dist/core/contextWindow.d.ts +42 -0
- package/dist/core/contextWindow.d.ts.map +1 -0
- package/dist/core/contextWindow.js +123 -0
- package/dist/core/contextWindow.js.map +1 -0
- package/dist/core/costTracker.d.ts +87 -0
- package/dist/core/costTracker.d.ts.map +1 -0
- package/dist/core/costTracker.js +285 -0
- package/dist/core/costTracker.js.map +1 -0
- package/dist/core/customCommands.d.ts +19 -0
- package/dist/core/customCommands.d.ts.map +1 -0
- package/dist/core/customCommands.js +84 -0
- package/dist/core/customCommands.js.map +1 -0
- package/dist/core/errors/apiKeyErrors.d.ts +11 -0
- package/dist/core/errors/apiKeyErrors.d.ts.map +1 -0
- package/dist/core/errors/apiKeyErrors.js +159 -0
- package/dist/core/errors/apiKeyErrors.js.map +1 -0
- package/dist/core/errors/errorTypes.d.ts +111 -0
- package/dist/core/errors/errorTypes.d.ts.map +1 -0
- package/dist/core/errors/errorTypes.js +348 -0
- package/dist/core/errors/errorTypes.js.map +1 -0
- package/dist/core/errors/errorUtils.d.ts +87 -0
- package/dist/core/errors/errorUtils.d.ts.map +1 -0
- package/dist/core/errors/errorUtils.js +158 -0
- package/dist/core/errors/errorUtils.js.map +1 -0
- package/dist/core/errors/safetyValidator.d.ts +71 -0
- package/dist/core/errors/safetyValidator.d.ts.map +1 -0
- package/dist/core/errors/safetyValidator.js +302 -0
- package/dist/core/errors/safetyValidator.js.map +1 -0
- package/dist/core/errors.d.ts +4 -0
- package/dist/core/errors.d.ts.map +1 -0
- package/dist/core/errors.js +33 -0
- package/dist/core/errors.js.map +1 -0
- package/dist/core/failureRecovery.d.ts +122 -0
- package/dist/core/failureRecovery.d.ts.map +1 -0
- package/dist/core/failureRecovery.js +477 -0
- package/dist/core/failureRecovery.js.map +1 -0
- package/dist/core/hooks.d.ts +113 -0
- package/dist/core/hooks.d.ts.map +1 -0
- package/dist/core/hooks.js +267 -0
- package/dist/core/hooks.js.map +1 -0
- package/dist/core/intelligentTestFlows.d.ts +126 -0
- package/dist/core/intelligentTestFlows.d.ts.map +1 -0
- package/dist/core/intelligentTestFlows.js +678 -0
- package/dist/core/intelligentTestFlows.js.map +1 -0
- package/dist/core/isolatedVerifier.d.ts +40 -0
- package/dist/core/isolatedVerifier.d.ts.map +1 -0
- package/dist/core/isolatedVerifier.js +129 -0
- package/dist/core/isolatedVerifier.js.map +1 -0
- package/dist/core/learningPersistence.d.ts +145 -0
- package/dist/core/learningPersistence.d.ts.map +1 -0
- package/dist/core/learningPersistence.js +477 -0
- package/dist/core/learningPersistence.js.map +1 -0
- package/dist/core/memorySystem.d.ts +67 -0
- package/dist/core/memorySystem.d.ts.map +1 -0
- package/dist/core/memorySystem.js +334 -0
- package/dist/core/memorySystem.js.map +1 -0
- package/dist/core/metricsTracker.d.ts +157 -0
- package/dist/core/metricsTracker.d.ts.map +1 -0
- package/dist/core/metricsTracker.js +273 -0
- package/dist/core/metricsTracker.js.map +1 -0
- package/dist/core/modelDiscovery.d.ts +101 -0
- package/dist/core/modelDiscovery.d.ts.map +1 -0
- package/dist/core/modelDiscovery.js +780 -0
- package/dist/core/modelDiscovery.js.map +1 -0
- package/dist/core/multilinePasteHandler.d.ts +35 -0
- package/dist/core/multilinePasteHandler.d.ts.map +1 -0
- package/dist/core/multilinePasteHandler.js +80 -0
- package/dist/core/multilinePasteHandler.js.map +1 -0
- package/dist/core/offsecAlphaZero.d.ts +56 -0
- package/dist/core/offsecAlphaZero.d.ts.map +1 -0
- package/dist/core/offsecAlphaZero.js +395 -0
- package/dist/core/offsecAlphaZero.js.map +1 -0
- package/dist/core/outputStyles.d.ts +48 -0
- package/dist/core/outputStyles.d.ts.map +1 -0
- package/dist/core/outputStyles.js +270 -0
- package/dist/core/outputStyles.js.map +1 -0
- package/dist/core/performanceMonitor.d.ts +124 -0
- package/dist/core/performanceMonitor.d.ts.map +1 -0
- package/dist/core/performanceMonitor.js +192 -0
- package/dist/core/performanceMonitor.js.map +1 -0
- package/dist/core/preferences.d.ts +69 -0
- package/dist/core/preferences.d.ts.map +1 -0
- package/dist/core/preferences.js +316 -0
- package/dist/core/preferences.js.map +1 -0
- package/dist/core/responseVerifier.d.ts +98 -0
- package/dist/core/responseVerifier.d.ts.map +1 -0
- package/dist/core/responseVerifier.js +509 -0
- package/dist/core/responseVerifier.js.map +1 -0
- package/dist/core/resultVerification.d.ts +141 -0
- package/dist/core/resultVerification.d.ts.map +1 -0
- package/dist/core/resultVerification.js +482 -0
- package/dist/core/resultVerification.js.map +1 -0
- package/dist/core/schemaValidator.d.ts +44 -0
- package/dist/core/schemaValidator.d.ts.map +1 -0
- package/dist/core/schemaValidator.js +155 -0
- package/dist/core/schemaValidator.js.map +1 -0
- package/dist/core/secretStore.d.ts +48 -0
- package/dist/core/secretStore.d.ts.map +1 -0
- package/dist/core/secretStore.js +367 -0
- package/dist/core/secretStore.js.map +1 -0
- package/dist/core/securityAssessment.d.ts +91 -0
- package/dist/core/securityAssessment.d.ts.map +1 -0
- package/dist/core/securityAssessment.js +580 -0
- package/dist/core/securityAssessment.js.map +1 -0
- package/dist/core/selfEvolution.d.ts +155 -0
- package/dist/core/selfEvolution.d.ts.map +1 -0
- package/dist/core/selfEvolution.js +1000 -0
- package/dist/core/selfEvolution.js.map +1 -0
- package/dist/core/selfImprovement.d.ts +141 -0
- package/dist/core/selfImprovement.d.ts.map +1 -0
- package/dist/core/selfImprovement.js +700 -0
- package/dist/core/selfImprovement.js.map +1 -0
- package/dist/core/sessionStore.d.ts +35 -0
- package/dist/core/sessionStore.d.ts.map +1 -0
- package/dist/core/sessionStore.js +189 -0
- package/dist/core/sessionStore.js.map +1 -0
- package/dist/core/testUtils.d.ts +121 -0
- package/dist/core/testUtils.d.ts.map +1 -0
- package/dist/core/testUtils.js +235 -0
- package/dist/core/testUtils.js.map +1 -0
- package/dist/core/toolPreconditions.d.ts +42 -0
- package/dist/core/toolPreconditions.d.ts.map +1 -0
- package/dist/core/toolPreconditions.js +347 -0
- package/dist/core/toolPreconditions.js.map +1 -0
- package/dist/core/toolRuntime.d.ts +163 -0
- package/dist/core/toolRuntime.d.ts.map +1 -0
- package/dist/core/toolRuntime.js +439 -0
- package/dist/core/toolRuntime.js.map +1 -0
- package/dist/core/toolValidation.d.ts +116 -0
- package/dist/core/toolValidation.d.ts.map +1 -0
- package/dist/core/toolValidation.js +282 -0
- package/dist/core/toolValidation.js.map +1 -0
- package/dist/core/types/utilityTypes.d.ts +192 -0
- package/dist/core/types/utilityTypes.d.ts.map +1 -0
- package/dist/core/types/utilityTypes.js +272 -0
- package/dist/core/types/utilityTypes.js.map +1 -0
- package/dist/core/types.d.ts +306 -0
- package/dist/core/types.d.ts.map +1 -0
- package/dist/core/types.js +76 -0
- package/dist/core/types.js.map +1 -0
- package/dist/core/validationRunner.d.ts +106 -0
- package/dist/core/validationRunner.d.ts.map +1 -0
- package/dist/core/validationRunner.js +888 -0
- package/dist/core/validationRunner.js.map +1 -0
- package/dist/core/verification.d.ts +137 -0
- package/dist/core/verification.d.ts.map +1 -0
- package/dist/core/verification.js +323 -0
- package/dist/core/verification.js.map +1 -0
- package/dist/headless/headlessApp.d.ts +5 -0
- package/dist/headless/headlessApp.d.ts.map +1 -0
- package/dist/headless/headlessApp.js +210 -0
- package/dist/headless/headlessApp.js.map +1 -0
- package/dist/intelligence/codeIntelligence.d.ts +118 -0
- package/dist/intelligence/codeIntelligence.d.ts.map +1 -0
- package/dist/intelligence/codeIntelligence.js +552 -0
- package/dist/intelligence/codeIntelligence.js.map +1 -0
- package/dist/intelligence/docGenerator.d.ts +86 -0
- package/dist/intelligence/docGenerator.d.ts.map +1 -0
- package/dist/intelligence/docGenerator.js +564 -0
- package/dist/intelligence/docGenerator.js.map +1 -0
- package/dist/intelligence/index.d.ts +51 -0
- package/dist/intelligence/index.d.ts.map +1 -0
- package/dist/intelligence/index.js +253 -0
- package/dist/intelligence/index.js.map +1 -0
- package/dist/intelligence/refactoring.d.ts +50 -0
- package/dist/intelligence/refactoring.d.ts.map +1 -0
- package/dist/intelligence/refactoring.js +354 -0
- package/dist/intelligence/refactoring.js.map +1 -0
- package/dist/intelligence/testGenerator.d.ts +74 -0
- package/dist/intelligence/testGenerator.d.ts.map +1 -0
- package/dist/intelligence/testGenerator.js +483 -0
- package/dist/intelligence/testGenerator.js.map +1 -0
- package/dist/mcp/config.d.ts +8 -0
- package/dist/mcp/config.d.ts.map +1 -0
- package/dist/mcp/config.js +252 -0
- package/dist/mcp/config.js.map +1 -0
- package/dist/mcp/sseClient.d.ts +34 -0
- package/dist/mcp/sseClient.d.ts.map +1 -0
- package/dist/mcp/sseClient.js +327 -0
- package/dist/mcp/sseClient.js.map +1 -0
- package/dist/mcp/stdioClient.d.ts +24 -0
- package/dist/mcp/stdioClient.d.ts.map +1 -0
- package/dist/mcp/stdioClient.js +179 -0
- package/dist/mcp/stdioClient.js.map +1 -0
- package/dist/mcp/toolBridge.d.ts +12 -0
- package/dist/mcp/toolBridge.d.ts.map +1 -0
- package/dist/mcp/toolBridge.js +117 -0
- package/dist/mcp/toolBridge.js.map +1 -0
- package/dist/mcp/types.d.ts +60 -0
- package/dist/mcp/types.d.ts.map +1 -0
- package/dist/mcp/types.js +2 -0
- package/dist/mcp/types.js.map +1 -0
- package/dist/plugins/index.d.ts +49 -0
- package/dist/plugins/index.d.ts.map +1 -0
- package/dist/plugins/index.js +114 -0
- package/dist/plugins/index.js.map +1 -0
- package/dist/plugins/providers/anthropic/index.d.ts +11 -0
- package/dist/plugins/providers/anthropic/index.d.ts.map +1 -0
- package/dist/plugins/providers/anthropic/index.js +38 -0
- package/dist/plugins/providers/anthropic/index.js.map +1 -0
- package/dist/plugins/providers/deepseek/index.d.ts +11 -0
- package/dist/plugins/providers/deepseek/index.d.ts.map +1 -0
- package/dist/plugins/providers/deepseek/index.js +52 -0
- package/dist/plugins/providers/deepseek/index.js.map +1 -0
- package/dist/plugins/providers/google/index.d.ts +11 -0
- package/dist/plugins/providers/google/index.d.ts.map +1 -0
- package/dist/plugins/providers/google/index.js +40 -0
- package/dist/plugins/providers/google/index.js.map +1 -0
- package/dist/plugins/providers/index.d.ts +2 -0
- package/dist/plugins/providers/index.d.ts.map +1 -0
- package/dist/plugins/providers/index.js +20 -0
- package/dist/plugins/providers/index.js.map +1 -0
- package/dist/plugins/providers/ollama/index.d.ts +21 -0
- package/dist/plugins/providers/ollama/index.d.ts.map +1 -0
- package/dist/plugins/providers/ollama/index.js +69 -0
- package/dist/plugins/providers/ollama/index.js.map +1 -0
- package/dist/plugins/providers/openai/index.d.ts +12 -0
- package/dist/plugins/providers/openai/index.d.ts.map +1 -0
- package/dist/plugins/providers/openai/index.js +39 -0
- package/dist/plugins/providers/openai/index.js.map +1 -0
- package/dist/plugins/providers/xai/index.d.ts +11 -0
- package/dist/plugins/providers/xai/index.d.ts.map +1 -0
- package/dist/plugins/providers/xai/index.js +39 -0
- package/dist/plugins/providers/xai/index.js.map +1 -0
- package/dist/plugins/tools/agentSpawning/agentSpawningPlugin.d.ts +3 -0
- package/dist/plugins/tools/agentSpawning/agentSpawningPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/agentSpawning/agentSpawningPlugin.js +9 -0
- package/dist/plugins/tools/agentSpawning/agentSpawningPlugin.js.map +1 -0
- package/dist/plugins/tools/bash/localBashPlugin.d.ts +3 -0
- package/dist/plugins/tools/bash/localBashPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/bash/localBashPlugin.js +14 -0
- package/dist/plugins/tools/bash/localBashPlugin.js.map +1 -0
- package/dist/plugins/tools/browser/browserAutomationPlugin.d.ts +14 -0
- package/dist/plugins/tools/browser/browserAutomationPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/browser/browserAutomationPlugin.js +26 -0
- package/dist/plugins/tools/browser/browserAutomationPlugin.js.map +1 -0
- package/dist/plugins/tools/checks/localRepoChecksPlugin.d.ts +3 -0
- package/dist/plugins/tools/checks/localRepoChecksPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/checks/localRepoChecksPlugin.js +14 -0
- package/dist/plugins/tools/checks/localRepoChecksPlugin.js.map +1 -0
- package/dist/plugins/tools/cloud/cloudPlugin.d.ts +3 -0
- package/dist/plugins/tools/cloud/cloudPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/cloud/cloudPlugin.js +14 -0
- package/dist/plugins/tools/cloud/cloudPlugin.js.map +1 -0
- package/dist/plugins/tools/codeAnalysis/codeAnalysisPlugin.d.ts +3 -0
- package/dist/plugins/tools/codeAnalysis/codeAnalysisPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/codeAnalysis/codeAnalysisPlugin.js +14 -0
- package/dist/plugins/tools/codeAnalysis/codeAnalysisPlugin.js.map +1 -0
- package/dist/plugins/tools/codeQuality/codeQualityPlugin.d.ts +3 -0
- package/dist/plugins/tools/codeQuality/codeQualityPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/codeQuality/codeQualityPlugin.js +14 -0
- package/dist/plugins/tools/codeQuality/codeQualityPlugin.js.map +1 -0
- package/dist/plugins/tools/dependency/dependencyPlugin.d.ts +3 -0
- package/dist/plugins/tools/dependency/dependencyPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/dependency/dependencyPlugin.js +12 -0
- package/dist/plugins/tools/dependency/dependencyPlugin.js.map +1 -0
- package/dist/plugins/tools/development/devPlugin.d.ts +3 -0
- package/dist/plugins/tools/development/devPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/development/devPlugin.js +14 -0
- package/dist/plugins/tools/development/devPlugin.js.map +1 -0
- package/dist/plugins/tools/edit/editPlugin.d.ts +9 -0
- package/dist/plugins/tools/edit/editPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/edit/editPlugin.js +15 -0
- package/dist/plugins/tools/edit/editPlugin.js.map +1 -0
- package/dist/plugins/tools/email/emailPlugin.d.ts +3 -0
- package/dist/plugins/tools/email/emailPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/email/emailPlugin.js +12 -0
- package/dist/plugins/tools/email/emailPlugin.js.map +1 -0
- package/dist/plugins/tools/enhancedGit/enhancedGitPlugin.d.ts +3 -0
- package/dist/plugins/tools/enhancedGit/enhancedGitPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/enhancedGit/enhancedGitPlugin.js +9 -0
- package/dist/plugins/tools/enhancedGit/enhancedGitPlugin.js.map +1 -0
- package/dist/plugins/tools/filesystem/localFilesystemPlugin.d.ts +3 -0
- package/dist/plugins/tools/filesystem/localFilesystemPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/filesystem/localFilesystemPlugin.js +14 -0
- package/dist/plugins/tools/filesystem/localFilesystemPlugin.js.map +1 -0
- package/dist/plugins/tools/frontendTesting/frontendTestingPlugin.d.ts +3 -0
- package/dist/plugins/tools/frontendTesting/frontendTestingPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/frontendTesting/frontendTestingPlugin.js +14 -0
- package/dist/plugins/tools/frontendTesting/frontendTestingPlugin.js.map +1 -0
- package/dist/plugins/tools/glob/globPlugin.d.ts +9 -0
- package/dist/plugins/tools/glob/globPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/glob/globPlugin.js +15 -0
- package/dist/plugins/tools/glob/globPlugin.js.map +1 -0
- package/dist/plugins/tools/index.d.ts +3 -0
- package/dist/plugins/tools/index.d.ts.map +1 -0
- package/dist/plugins/tools/index.js +3 -0
- package/dist/plugins/tools/index.js.map +1 -0
- package/dist/plugins/tools/interaction/interactionPlugin.d.ts +3 -0
- package/dist/plugins/tools/interaction/interactionPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/interaction/interactionPlugin.js +12 -0
- package/dist/plugins/tools/interaction/interactionPlugin.js.map +1 -0
- package/dist/plugins/tools/learn/learnPlugin.d.ts +3 -0
- package/dist/plugins/tools/learn/learnPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/learn/learnPlugin.js +14 -0
- package/dist/plugins/tools/learn/learnPlugin.js.map +1 -0
- package/dist/plugins/tools/mcp/mcpPlugin.d.ts +3 -0
- package/dist/plugins/tools/mcp/mcpPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/mcp/mcpPlugin.js +9 -0
- package/dist/plugins/tools/mcp/mcpPlugin.js.map +1 -0
- package/dist/plugins/tools/nodeDefaults.d.ts +2 -0
- package/dist/plugins/tools/nodeDefaults.d.ts.map +1 -0
- package/dist/plugins/tools/nodeDefaults.js +65 -0
- package/dist/plugins/tools/nodeDefaults.js.map +1 -0
- package/dist/plugins/tools/notebook/notebookPlugin.d.ts +9 -0
- package/dist/plugins/tools/notebook/notebookPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/notebook/notebookPlugin.js +15 -0
- package/dist/plugins/tools/notebook/notebookPlugin.js.map +1 -0
- package/dist/plugins/tools/planning/planningPlugin.d.ts +9 -0
- package/dist/plugins/tools/planning/planningPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/planning/planningPlugin.js +15 -0
- package/dist/plugins/tools/planning/planningPlugin.js.map +1 -0
- package/dist/plugins/tools/refactoring/refactoringPlugin.d.ts +3 -0
- package/dist/plugins/tools/refactoring/refactoringPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/refactoring/refactoringPlugin.js +12 -0
- package/dist/plugins/tools/refactoring/refactoringPlugin.js.map +1 -0
- package/dist/plugins/tools/registry.d.ts +22 -0
- package/dist/plugins/tools/registry.d.ts.map +1 -0
- package/dist/plugins/tools/registry.js +58 -0
- package/dist/plugins/tools/registry.js.map +1 -0
- package/dist/plugins/tools/search/localSearchPlugin.d.ts +3 -0
- package/dist/plugins/tools/search/localSearchPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/search/localSearchPlugin.js +14 -0
- package/dist/plugins/tools/search/localSearchPlugin.js.map +1 -0
- package/dist/plugins/tools/skills/skillPlugin.d.ts +3 -0
- package/dist/plugins/tools/skills/skillPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/skills/skillPlugin.js +9 -0
- package/dist/plugins/tools/skills/skillPlugin.js.map +1 -0
- package/dist/plugins/tools/taskManagement/taskManagementPlugin.d.ts +3 -0
- package/dist/plugins/tools/taskManagement/taskManagementPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/taskManagement/taskManagementPlugin.js +12 -0
- package/dist/plugins/tools/taskManagement/taskManagementPlugin.js.map +1 -0
- package/dist/plugins/tools/testing/testingPlugin.d.ts +3 -0
- package/dist/plugins/tools/testing/testingPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/testing/testingPlugin.js +12 -0
- package/dist/plugins/tools/testing/testingPlugin.js.map +1 -0
- package/dist/plugins/tools/validation/validationPlugin.d.ts +3 -0
- package/dist/plugins/tools/validation/validationPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/validation/validationPlugin.js +14 -0
- package/dist/plugins/tools/validation/validationPlugin.js.map +1 -0
- package/dist/plugins/tools/web/webPlugin.d.ts +3 -0
- package/dist/plugins/tools/web/webPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/web/webPlugin.js +12 -0
- package/dist/plugins/tools/web/webPlugin.js.map +1 -0
- package/dist/providers/anthropicProvider.d.ts +41 -0
- package/dist/providers/anthropicProvider.d.ts.map +1 -0
- package/dist/providers/anthropicProvider.js +446 -0
- package/dist/providers/anthropicProvider.js.map +1 -0
- package/dist/providers/googleProvider.d.ts +36 -0
- package/dist/providers/googleProvider.d.ts.map +1 -0
- package/dist/providers/googleProvider.js +312 -0
- package/dist/providers/googleProvider.js.map +1 -0
- package/dist/providers/openaiChatCompletionsProvider.d.ts +43 -0
- package/dist/providers/openaiChatCompletionsProvider.d.ts.map +1 -0
- package/dist/providers/openaiChatCompletionsProvider.js +516 -0
- package/dist/providers/openaiChatCompletionsProvider.js.map +1 -0
- package/dist/providers/openaiResponsesProvider.d.ts +38 -0
- package/dist/providers/openaiResponsesProvider.d.ts.map +1 -0
- package/dist/providers/openaiResponsesProvider.js +364 -0
- package/dist/providers/openaiResponsesProvider.js.map +1 -0
- package/dist/providers/providerFactory.d.ts +18 -0
- package/dist/providers/providerFactory.d.ts.map +1 -0
- package/dist/providers/providerFactory.js +25 -0
- package/dist/providers/providerFactory.js.map +1 -0
- package/dist/providers/resilientProvider.d.ts +94 -0
- package/dist/providers/resilientProvider.d.ts.map +1 -0
- package/dist/providers/resilientProvider.js +370 -0
- package/dist/providers/resilientProvider.js.map +1 -0
- package/dist/runtime/agentController.d.ts +65 -0
- package/dist/runtime/agentController.d.ts.map +1 -0
- package/dist/runtime/agentController.js +353 -0
- package/dist/runtime/agentController.js.map +1 -0
- package/dist/runtime/agentHost.d.ts +61 -0
- package/dist/runtime/agentHost.d.ts.map +1 -0
- package/dist/runtime/agentHost.js +156 -0
- package/dist/runtime/agentHost.js.map +1 -0
- package/dist/runtime/agentSession.d.ts +40 -0
- package/dist/runtime/agentSession.d.ts.map +1 -0
- package/dist/runtime/agentSession.js +205 -0
- package/dist/runtime/agentSession.js.map +1 -0
- package/dist/runtime/browser.d.ts +7 -0
- package/dist/runtime/browser.d.ts.map +1 -0
- package/dist/runtime/browser.js +10 -0
- package/dist/runtime/browser.js.map +1 -0
- package/dist/runtime/cloud.d.ts +7 -0
- package/dist/runtime/cloud.d.ts.map +1 -0
- package/dist/runtime/cloud.js +10 -0
- package/dist/runtime/cloud.js.map +1 -0
- package/dist/runtime/node.d.ts +8 -0
- package/dist/runtime/node.d.ts.map +1 -0
- package/dist/runtime/node.js +11 -0
- package/dist/runtime/node.js.map +1 -0
- package/dist/runtime/universal.d.ts +21 -0
- package/dist/runtime/universal.d.ts.map +1 -0
- package/dist/runtime/universal.js +29 -0
- package/dist/runtime/universal.js.map +1 -0
- package/dist/shell/autoExecutor.d.ts +70 -0
- package/dist/shell/autoExecutor.d.ts.map +1 -0
- package/dist/shell/autoExecutor.js +288 -0
- package/dist/shell/autoExecutor.js.map +1 -0
- package/dist/shell/composableMessage.d.ts +183 -0
- package/dist/shell/composableMessage.d.ts.map +1 -0
- package/dist/shell/composableMessage.js +420 -0
- package/dist/shell/composableMessage.js.map +1 -0
- package/dist/shell/fileChangeTracker.d.ts +39 -0
- package/dist/shell/fileChangeTracker.d.ts.map +1 -0
- package/dist/shell/fileChangeTracker.js +64 -0
- package/dist/shell/fileChangeTracker.js.map +1 -0
- package/dist/shell/interactiveShell.d.ts +517 -0
- package/dist/shell/interactiveShell.d.ts.map +1 -0
- package/dist/shell/interactiveShell.js +6646 -0
- package/dist/shell/interactiveShell.js.map +1 -0
- package/dist/shell/liveStatus.d.ts +30 -0
- package/dist/shell/liveStatus.d.ts.map +1 -0
- package/dist/shell/liveStatus.js +102 -0
- package/dist/shell/liveStatus.js.map +1 -0
- package/dist/shell/shellApp.d.ts +19 -0
- package/dist/shell/shellApp.d.ts.map +1 -0
- package/dist/shell/shellApp.js +411 -0
- package/dist/shell/shellApp.js.map +1 -0
- package/dist/shell/systemPrompt.d.ts +3 -0
- package/dist/shell/systemPrompt.d.ts.map +1 -0
- package/dist/shell/systemPrompt.js +64 -0
- package/dist/shell/systemPrompt.js.map +1 -0
- package/dist/shell/taskCompletionDetector.d.ts +106 -0
- package/dist/shell/taskCompletionDetector.d.ts.map +1 -0
- package/dist/shell/taskCompletionDetector.js +402 -0
- package/dist/shell/taskCompletionDetector.js.map +1 -0
- package/dist/shell/vimMode.d.ts +66 -0
- package/dist/shell/vimMode.d.ts.map +1 -0
- package/dist/shell/vimMode.js +434 -0
- package/dist/shell/vimMode.js.map +1 -0
- package/dist/skills/skillRepository.d.ts +103 -0
- package/dist/skills/skillRepository.d.ts.map +1 -0
- package/dist/skills/skillRepository.js +237 -0
- package/dist/skills/skillRepository.js.map +1 -0
- package/dist/skills/types.d.ts +37 -0
- package/dist/skills/types.d.ts.map +1 -0
- package/dist/skills/types.js +2 -0
- package/dist/skills/types.js.map +1 -0
- package/dist/subagents/agentConfig.d.ts +27 -0
- package/dist/subagents/agentConfig.d.ts.map +1 -0
- package/dist/subagents/agentConfig.js +89 -0
- package/dist/subagents/agentConfig.js.map +1 -0
- package/dist/subagents/agentRegistry.d.ts +33 -0
- package/dist/subagents/agentRegistry.d.ts.map +1 -0
- package/dist/subagents/agentRegistry.js +162 -0
- package/dist/subagents/agentRegistry.js.map +1 -0
- package/dist/subagents/parallelAgentManager.d.ts +99 -0
- package/dist/subagents/parallelAgentManager.d.ts.map +1 -0
- package/dist/subagents/parallelAgentManager.js +248 -0
- package/dist/subagents/parallelAgentManager.js.map +1 -0
- package/dist/subagents/taskRunner.d.ts +34 -0
- package/dist/subagents/taskRunner.d.ts.map +1 -0
- package/dist/subagents/taskRunner.js +459 -0
- package/dist/subagents/taskRunner.js.map +1 -0
- package/dist/tools/advancedTestGenerationTools.d.ts +21 -0
- package/dist/tools/advancedTestGenerationTools.d.ts.map +1 -0
- package/dist/tools/advancedTestGenerationTools.js +301 -0
- package/dist/tools/advancedTestGenerationTools.js.map +1 -0
- package/dist/tools/backgroundBashTools.d.ts +21 -0
- package/dist/tools/backgroundBashTools.d.ts.map +1 -0
- package/dist/tools/backgroundBashTools.js +215 -0
- package/dist/tools/backgroundBashTools.js.map +1 -0
- package/dist/tools/bashTools.d.ts +8 -0
- package/dist/tools/bashTools.d.ts.map +1 -0
- package/dist/tools/bashTools.js +240 -0
- package/dist/tools/bashTools.js.map +1 -0
- package/dist/tools/browserAutomationTools.d.ts +23 -0
- package/dist/tools/browserAutomationTools.d.ts.map +1 -0
- package/dist/tools/browserAutomationTools.js +916 -0
- package/dist/tools/browserAutomationTools.js.map +1 -0
- package/dist/tools/buildTools.d.ts +9 -0
- package/dist/tools/buildTools.d.ts.map +1 -0
- package/dist/tools/buildTools.js +344 -0
- package/dist/tools/buildTools.js.map +1 -0
- package/dist/tools/cloudTools.d.ts +49 -0
- package/dist/tools/cloudTools.d.ts.map +1 -0
- package/dist/tools/cloudTools.js +1258 -0
- package/dist/tools/cloudTools.js.map +1 -0
- package/dist/tools/code-quality-dashboard.d.ts +57 -0
- package/dist/tools/code-quality-dashboard.d.ts.map +1 -0
- package/dist/tools/code-quality-dashboard.js +218 -0
- package/dist/tools/code-quality-dashboard.js.map +1 -0
- package/dist/tools/codeAnalysisTools.d.ts +74 -0
- package/dist/tools/codeAnalysisTools.d.ts.map +1 -0
- package/dist/tools/codeAnalysisTools.js +664 -0
- package/dist/tools/codeAnalysisTools.js.map +1 -0
- package/dist/tools/codeGenerationTools.d.ts +3 -0
- package/dist/tools/codeGenerationTools.d.ts.map +1 -0
- package/dist/tools/codeGenerationTools.js +439 -0
- package/dist/tools/codeGenerationTools.js.map +1 -0
- package/dist/tools/codeQualityTools.d.ts +3 -0
- package/dist/tools/codeQualityTools.d.ts.map +1 -0
- package/dist/tools/codeQualityTools.js +296 -0
- package/dist/tools/codeQualityTools.js.map +1 -0
- package/dist/tools/dependencyTools.d.ts +3 -0
- package/dist/tools/dependencyTools.d.ts.map +1 -0
- package/dist/tools/dependencyTools.js +283 -0
- package/dist/tools/dependencyTools.js.map +1 -0
- package/dist/tools/devTools.d.ts +10 -0
- package/dist/tools/devTools.d.ts.map +1 -0
- package/dist/tools/devTools.js +2125 -0
- package/dist/tools/devTools.js.map +1 -0
- package/dist/tools/diffUtils.d.ts +36 -0
- package/dist/tools/diffUtils.d.ts.map +1 -0
- package/dist/tools/diffUtils.js +528 -0
- package/dist/tools/diffUtils.js.map +1 -0
- package/dist/tools/editTools.d.ts +29 -0
- package/dist/tools/editTools.d.ts.map +1 -0
- package/dist/tools/editTools.js +419 -0
- package/dist/tools/editTools.js.map +1 -0
- package/dist/tools/emailTools.d.ts +21 -0
- package/dist/tools/emailTools.d.ts.map +1 -0
- package/dist/tools/emailTools.js +449 -0
- package/dist/tools/emailTools.js.map +1 -0
- package/dist/tools/enhancedCodeIntelligenceTools.d.ts +27 -0
- package/dist/tools/enhancedCodeIntelligenceTools.d.ts.map +1 -0
- package/dist/tools/enhancedCodeIntelligenceTools.js +418 -0
- package/dist/tools/enhancedCodeIntelligenceTools.js.map +1 -0
- package/dist/tools/enhancedDevWorkflowTools.d.ts +15 -0
- package/dist/tools/enhancedDevWorkflowTools.d.ts.map +1 -0
- package/dist/tools/enhancedDevWorkflowTools.js +303 -0
- package/dist/tools/enhancedDevWorkflowTools.js.map +1 -0
- package/dist/tools/fileTools.d.ts +3 -0
- package/dist/tools/fileTools.d.ts.map +1 -0
- package/dist/tools/fileTools.js +334 -0
- package/dist/tools/fileTools.js.map +1 -0
- package/dist/tools/frontendTestingTools.d.ts +35 -0
- package/dist/tools/frontendTestingTools.d.ts.map +1 -0
- package/dist/tools/frontendTestingTools.js +1254 -0
- package/dist/tools/frontendTestingTools.js.map +1 -0
- package/dist/tools/globTools.d.ts +15 -0
- package/dist/tools/globTools.d.ts.map +1 -0
- package/dist/tools/globTools.js +174 -0
- package/dist/tools/globTools.js.map +1 -0
- package/dist/tools/grepTools.d.ts +19 -0
- package/dist/tools/grepTools.d.ts.map +1 -0
- package/dist/tools/grepTools.js +358 -0
- package/dist/tools/grepTools.js.map +1 -0
- package/dist/tools/interactionTools.d.ts +13 -0
- package/dist/tools/interactionTools.d.ts.map +1 -0
- package/dist/tools/interactionTools.js +171 -0
- package/dist/tools/interactionTools.js.map +1 -0
- package/dist/tools/learnTools.d.ts +164 -0
- package/dist/tools/learnTools.d.ts.map +1 -0
- package/dist/tools/learnTools.js +2104 -0
- package/dist/tools/learnTools.js.map +1 -0
- package/dist/tools/localExplore.d.ts +225 -0
- package/dist/tools/localExplore.d.ts.map +1 -0
- package/dist/tools/localExplore.js +1365 -0
- package/dist/tools/localExplore.js.map +1 -0
- package/dist/tools/notebookEditTools.d.ts +15 -0
- package/dist/tools/notebookEditTools.d.ts.map +1 -0
- package/dist/tools/notebookEditTools.js +197 -0
- package/dist/tools/notebookEditTools.js.map +1 -0
- package/dist/tools/planningTools.d.ts +21 -0
- package/dist/tools/planningTools.d.ts.map +1 -0
- package/dist/tools/planningTools.js +185 -0
- package/dist/tools/planningTools.js.map +1 -0
- package/dist/tools/refactoringTools.d.ts +3 -0
- package/dist/tools/refactoringTools.d.ts.map +1 -0
- package/dist/tools/refactoringTools.js +294 -0
- package/dist/tools/refactoringTools.js.map +1 -0
- package/dist/tools/repoChecksTools.d.ts +3 -0
- package/dist/tools/repoChecksTools.d.ts.map +1 -0
- package/dist/tools/repoChecksTools.js +161 -0
- package/dist/tools/repoChecksTools.js.map +1 -0
- package/dist/tools/searchTools.d.ts +3 -0
- package/dist/tools/searchTools.d.ts.map +1 -0
- package/dist/tools/searchTools.js +241 -0
- package/dist/tools/searchTools.js.map +1 -0
- package/dist/tools/skillTools.d.ts +8 -0
- package/dist/tools/skillTools.d.ts.map +1 -0
- package/dist/tools/skillTools.js +178 -0
- package/dist/tools/skillTools.js.map +1 -0
- package/dist/tools/softwareEngineeringTools.d.ts +7 -0
- package/dist/tools/softwareEngineeringTools.d.ts.map +1 -0
- package/dist/tools/softwareEngineeringTools.js +338 -0
- package/dist/tools/softwareEngineeringTools.js.map +1 -0
- package/dist/tools/taskManagementTools.d.ts +10 -0
- package/dist/tools/taskManagementTools.d.ts.map +1 -0
- package/dist/tools/taskManagementTools.js +157 -0
- package/dist/tools/taskManagementTools.js.map +1 -0
- package/dist/tools/testingTools.d.ts +3 -0
- package/dist/tools/testingTools.d.ts.map +1 -0
- package/dist/tools/testingTools.js +233 -0
- package/dist/tools/testingTools.js.map +1 -0
- package/dist/tools/validationTools.d.ts +7 -0
- package/dist/tools/validationTools.d.ts.map +1 -0
- package/dist/tools/validationTools.js +344 -0
- package/dist/tools/validationTools.js.map +1 -0
- package/dist/tools/webTools.d.ts +3 -0
- package/dist/tools/webTools.d.ts.map +1 -0
- package/dist/tools/webTools.js +502 -0
- package/dist/tools/webTools.js.map +1 -0
- package/dist/ui/DisplayEventQueue.d.ts +99 -0
- package/dist/ui/DisplayEventQueue.d.ts.map +1 -0
- package/dist/ui/DisplayEventQueue.js +167 -0
- package/dist/ui/DisplayEventQueue.js.map +1 -0
- package/dist/ui/PromptController.d.ts +103 -0
- package/dist/ui/PromptController.d.ts.map +1 -0
- package/dist/ui/PromptController.js +171 -0
- package/dist/ui/PromptController.js.map +1 -0
- package/dist/ui/SequentialRenderer.d.ts +69 -0
- package/dist/ui/SequentialRenderer.d.ts.map +1 -0
- package/dist/ui/SequentialRenderer.js +137 -0
- package/dist/ui/SequentialRenderer.js.map +1 -0
- package/dist/ui/ShellUIAdapter.d.ts +207 -0
- package/dist/ui/ShellUIAdapter.d.ts.map +1 -0
- package/dist/ui/ShellUIAdapter.js +1163 -0
- package/dist/ui/ShellUIAdapter.js.map +1 -0
- package/dist/ui/UnifiedUIController.d.ts +82 -0
- package/dist/ui/UnifiedUIController.d.ts.map +1 -0
- package/dist/ui/UnifiedUIController.js +207 -0
- package/dist/ui/UnifiedUIController.js.map +1 -0
- package/dist/ui/UnifiedUIRenderer.d.ts +188 -0
- package/dist/ui/UnifiedUIRenderer.d.ts.map +1 -0
- package/dist/ui/UnifiedUIRenderer.js +580 -0
- package/dist/ui/UnifiedUIRenderer.js.map +1 -0
- package/dist/ui/animation/AnimationScheduler.d.ts +192 -0
- package/dist/ui/animation/AnimationScheduler.d.ts.map +1 -0
- package/dist/ui/animation/AnimationScheduler.js +432 -0
- package/dist/ui/animation/AnimationScheduler.js.map +1 -0
- package/dist/ui/codeHighlighter.d.ts +6 -0
- package/dist/ui/codeHighlighter.d.ts.map +1 -0
- package/dist/ui/codeHighlighter.js +855 -0
- package/dist/ui/codeHighlighter.js.map +1 -0
- package/dist/ui/compactRenderer.d.ts +139 -0
- package/dist/ui/compactRenderer.d.ts.map +1 -0
- package/dist/ui/compactRenderer.js +398 -0
- package/dist/ui/compactRenderer.js.map +1 -0
- package/dist/ui/designSystem.d.ts +26 -0
- package/dist/ui/designSystem.d.ts.map +1 -0
- package/dist/ui/designSystem.js +122 -0
- package/dist/ui/designSystem.js.map +1 -0
- package/dist/ui/display.d.ts +229 -0
- package/dist/ui/display.d.ts.map +1 -0
- package/dist/ui/display.js +756 -0
- package/dist/ui/display.js.map +1 -0
- package/dist/ui/errorFormatter.d.ts +54 -0
- package/dist/ui/errorFormatter.d.ts.map +1 -0
- package/dist/ui/errorFormatter.js +251 -0
- package/dist/ui/errorFormatter.js.map +1 -0
- package/dist/ui/globalWriteLock.d.ts +38 -0
- package/dist/ui/globalWriteLock.d.ts.map +1 -0
- package/dist/ui/globalWriteLock.js +54 -0
- package/dist/ui/globalWriteLock.js.map +1 -0
- package/dist/ui/inPlaceUpdater.d.ts +181 -0
- package/dist/ui/inPlaceUpdater.d.ts.map +1 -0
- package/dist/ui/inPlaceUpdater.js +515 -0
- package/dist/ui/inPlaceUpdater.js.map +1 -0
- package/dist/ui/interrupts/InterruptManager.d.ts +142 -0
- package/dist/ui/interrupts/InterruptManager.d.ts.map +1 -0
- package/dist/ui/interrupts/InterruptManager.js +439 -0
- package/dist/ui/interrupts/InterruptManager.js.map +1 -0
- package/dist/ui/layout.d.ts +17 -0
- package/dist/ui/layout.d.ts.map +1 -0
- package/dist/ui/layout.js +140 -0
- package/dist/ui/layout.js.map +1 -0
- package/dist/ui/orchestration/StatusOrchestrator.d.ts +156 -0
- package/dist/ui/orchestration/StatusOrchestrator.d.ts.map +1 -0
- package/dist/ui/orchestration/StatusOrchestrator.js +406 -0
- package/dist/ui/orchestration/StatusOrchestrator.js.map +1 -0
- package/dist/ui/orchestration/UIUpdateCoordinator.d.ts +77 -0
- package/dist/ui/orchestration/UIUpdateCoordinator.d.ts.map +1 -0
- package/dist/ui/orchestration/UIUpdateCoordinator.js +265 -0
- package/dist/ui/orchestration/UIUpdateCoordinator.js.map +1 -0
- package/dist/ui/outputMode.d.ts +22 -0
- package/dist/ui/outputMode.d.ts.map +1 -0
- package/dist/ui/outputMode.js +40 -0
- package/dist/ui/outputMode.js.map +1 -0
- package/dist/ui/richText.d.ts +6 -0
- package/dist/ui/richText.d.ts.map +1 -0
- package/dist/ui/richText.js +391 -0
- package/dist/ui/richText.js.map +1 -0
- package/dist/ui/shortcutsHelp.d.ts +39 -0
- package/dist/ui/shortcutsHelp.d.ts.map +1 -0
- package/dist/ui/shortcutsHelp.js +152 -0
- package/dist/ui/shortcutsHelp.js.map +1 -0
- package/dist/ui/streamingFormatter.d.ts +19 -0
- package/dist/ui/streamingFormatter.d.ts.map +1 -0
- package/dist/ui/streamingFormatter.js +65 -0
- package/dist/ui/streamingFormatter.js.map +1 -0
- package/dist/ui/telemetry/ResponseTracker.d.ts +22 -0
- package/dist/ui/telemetry/ResponseTracker.d.ts.map +1 -0
- package/dist/ui/telemetry/ResponseTracker.js +60 -0
- package/dist/ui/telemetry/ResponseTracker.js.map +1 -0
- package/dist/ui/telemetry/UITelemetry.d.ts +181 -0
- package/dist/ui/telemetry/UITelemetry.d.ts.map +1 -0
- package/dist/ui/telemetry/UITelemetry.js +446 -0
- package/dist/ui/telemetry/UITelemetry.js.map +1 -0
- package/dist/ui/textHighlighter.d.ts +83 -0
- package/dist/ui/textHighlighter.d.ts.map +1 -0
- package/dist/ui/textHighlighter.js +267 -0
- package/dist/ui/textHighlighter.js.map +1 -0
- package/dist/ui/theme.d.ts +208 -0
- package/dist/ui/theme.d.ts.map +1 -0
- package/dist/ui/theme.js +249 -0
- package/dist/ui/theme.js.map +1 -0
- package/dist/ui/toolDisplay.d.ts +195 -0
- package/dist/ui/toolDisplay.d.ts.map +1 -0
- package/dist/ui/toolDisplay.js +1526 -0
- package/dist/ui/toolDisplay.js.map +1 -0
- package/dist/ui/unified/index.d.ts +50 -0
- package/dist/ui/unified/index.d.ts.map +1 -0
- package/dist/ui/unified/index.js +77 -0
- package/dist/ui/unified/index.js.map +1 -0
- package/dist/ui/unified/layout.d.ts +12 -0
- package/dist/ui/unified/layout.d.ts.map +1 -0
- package/dist/ui/unified/layout.js +96 -0
- package/dist/ui/unified/layout.js.map +1 -0
- package/dist/ui/writeLock.d.ts +65 -0
- package/dist/ui/writeLock.d.ts.map +1 -0
- package/dist/ui/writeLock.js +114 -0
- package/dist/ui/writeLock.js.map +1 -0
- package/dist/utils/asyncUtils.d.ts +95 -0
- package/dist/utils/asyncUtils.d.ts.map +1 -0
- package/dist/utils/asyncUtils.js +286 -0
- package/dist/utils/asyncUtils.js.map +1 -0
- package/dist/utils/errorUtils.d.ts +16 -0
- package/dist/utils/errorUtils.d.ts.map +1 -0
- package/dist/utils/errorUtils.js +66 -0
- package/dist/utils/errorUtils.js.map +1 -0
- package/dist/utils/frontmatter.d.ts +10 -0
- package/dist/utils/frontmatter.d.ts.map +1 -0
- package/dist/utils/frontmatter.js +78 -0
- package/dist/utils/frontmatter.js.map +1 -0
- package/dist/utils/planFormatter.d.ts +34 -0
- package/dist/utils/planFormatter.d.ts.map +1 -0
- package/dist/utils/planFormatter.js +140 -0
- package/dist/utils/planFormatter.js.map +1 -0
- package/dist/workspace.d.ts +8 -0
- package/dist/workspace.d.ts.map +1 -0
- package/dist/workspace.js +107 -0
- package/dist/workspace.js.map +1 -0
- package/dist/workspace.validator.d.ts +49 -0
- package/dist/workspace.validator.d.ts.map +1 -0
- package/dist/workspace.validator.js +214 -0
- package/dist/workspace.validator.js.map +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,756 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Display - Simplified UI facade that routes all output through UnifiedUIRenderer
|
|
3
|
+
*
|
|
4
|
+
* This class now serves as a compatibility layer, providing the same API
|
|
5
|
+
* but delegating all actual rendering to UnifiedUIRenderer.
|
|
6
|
+
*/
|
|
7
|
+
import { theme, icons } from './theme.js';
|
|
8
|
+
import { renderMessagePanel, renderMessageBody } from './richText.js';
|
|
9
|
+
import { getTerminalColumns } from './layout.js';
|
|
10
|
+
import { highlightError } from './textHighlighter.js';
|
|
11
|
+
import { renderSectionHeading } from './designSystem.js';
|
|
12
|
+
import { isPlainOutputMode } from './outputMode.js';
|
|
13
|
+
// Display configuration constants
|
|
14
|
+
const DISPLAY_CONSTANTS = {
|
|
15
|
+
MIN_BANNER_WIDTH: 32,
|
|
16
|
+
MAX_BANNER_WIDTH: 120,
|
|
17
|
+
BANNER_PADDING: 4,
|
|
18
|
+
MIN_MESSAGE_WIDTH: 42,
|
|
19
|
+
MAX_MESSAGE_WIDTH: 110,
|
|
20
|
+
MESSAGE_PADDING: 4,
|
|
21
|
+
MIN_ACTION_WIDTH: 40,
|
|
22
|
+
MAX_ACTION_WIDTH: 90,
|
|
23
|
+
MIN_THOUGHT_WIDTH: 48,
|
|
24
|
+
MAX_THOUGHT_WIDTH: 96,
|
|
25
|
+
MIN_CONTENT_WIDTH: 10,
|
|
26
|
+
MIN_WRAP_WIDTH: 12,
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Display class - now a thin wrapper around UnifiedUIRenderer
|
|
30
|
+
*
|
|
31
|
+
* Provides backward-compatible API while routing all output through the renderer.
|
|
32
|
+
*/
|
|
33
|
+
export class Display {
|
|
34
|
+
outputStream;
|
|
35
|
+
errorStream;
|
|
36
|
+
renderer = null;
|
|
37
|
+
outputInterceptors = new Set();
|
|
38
|
+
// Legacy spinner support for compatibility with existing tests/callers
|
|
39
|
+
activeSpinner = null;
|
|
40
|
+
thinkingStartTime = null;
|
|
41
|
+
constructor(stream = process.stdout, errorStream) {
|
|
42
|
+
this.outputStream = stream;
|
|
43
|
+
this.errorStream = errorStream ?? stream;
|
|
44
|
+
}
|
|
45
|
+
setRenderer(renderer) {
|
|
46
|
+
this.renderer = renderer;
|
|
47
|
+
}
|
|
48
|
+
enqueueEvent(type, content) {
|
|
49
|
+
if (!this.renderer || !content) {
|
|
50
|
+
return false;
|
|
51
|
+
}
|
|
52
|
+
this.renderer.addEvent(type, content);
|
|
53
|
+
return true;
|
|
54
|
+
}
|
|
55
|
+
registerOutputInterceptor(interceptor) {
|
|
56
|
+
if (!interceptor) {
|
|
57
|
+
return () => { };
|
|
58
|
+
}
|
|
59
|
+
this.outputInterceptors.add(interceptor);
|
|
60
|
+
return () => {
|
|
61
|
+
this.outputInterceptors.delete(interceptor);
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
notifyBeforeOutput() {
|
|
65
|
+
for (const interceptor of this.outputInterceptors) {
|
|
66
|
+
interceptor.beforeWrite?.();
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
notifyAfterOutput(content) {
|
|
70
|
+
const interceptors = Array.from(this.outputInterceptors);
|
|
71
|
+
for (let index = interceptors.length - 1; index >= 0; index -= 1) {
|
|
72
|
+
interceptors[index]?.afterWrite?.(content);
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Clear any active spinner for backward compatibility with legacy rendering.
|
|
77
|
+
* Optionally emits a newline to separate subsequent output.
|
|
78
|
+
*/
|
|
79
|
+
clearActiveSpinner(addNewLine) {
|
|
80
|
+
if (!this.activeSpinner) {
|
|
81
|
+
return;
|
|
82
|
+
}
|
|
83
|
+
const spinner = this.activeSpinner;
|
|
84
|
+
this.activeSpinner = null;
|
|
85
|
+
if (typeof spinner.clear === 'function') {
|
|
86
|
+
spinner.clear();
|
|
87
|
+
}
|
|
88
|
+
else if (typeof spinner.stop === 'function') {
|
|
89
|
+
spinner.stop();
|
|
90
|
+
}
|
|
91
|
+
if (addNewLine) {
|
|
92
|
+
if (!this.enqueueEvent('raw', '\n')) {
|
|
93
|
+
this.outputStream.write('\n');
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* Write raw content directly
|
|
99
|
+
*/
|
|
100
|
+
writeRaw(content) {
|
|
101
|
+
if (!content)
|
|
102
|
+
return;
|
|
103
|
+
this.notifyBeforeOutput();
|
|
104
|
+
if (this.enqueueEvent('raw', content)) {
|
|
105
|
+
this.notifyAfterOutput(content);
|
|
106
|
+
return;
|
|
107
|
+
}
|
|
108
|
+
// Fallback if no renderer
|
|
109
|
+
this.outputStream.write(content);
|
|
110
|
+
this.notifyAfterOutput(content);
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* Stream chunk (for streaming responses)
|
|
114
|
+
*/
|
|
115
|
+
stream(chunk) {
|
|
116
|
+
if (!chunk)
|
|
117
|
+
return;
|
|
118
|
+
this.notifyBeforeOutput();
|
|
119
|
+
if (this.enqueueEvent('streaming', chunk)) {
|
|
120
|
+
this.notifyAfterOutput(chunk);
|
|
121
|
+
return;
|
|
122
|
+
}
|
|
123
|
+
// Fallback
|
|
124
|
+
this.outputStream.write(chunk);
|
|
125
|
+
this.notifyAfterOutput(chunk);
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* Backward-compatible alias
|
|
129
|
+
*/
|
|
130
|
+
writeStreamChunk(chunk) {
|
|
131
|
+
this.stream(chunk);
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* Get the output stream for direct access
|
|
135
|
+
*/
|
|
136
|
+
getOutputStream() {
|
|
137
|
+
return this.outputStream;
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* Show thinking indicator
|
|
141
|
+
*/
|
|
142
|
+
showThinking(message = 'Thinking…') {
|
|
143
|
+
this.thinkingStartTime = Date.now();
|
|
144
|
+
this.enqueueEvent('response', message);
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* Update thinking message
|
|
148
|
+
*/
|
|
149
|
+
updateThinking(message) {
|
|
150
|
+
this.enqueueEvent('response', message);
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* Stop thinking
|
|
154
|
+
*/
|
|
155
|
+
stopThinking(_addNewLine = true) {
|
|
156
|
+
this.clearActiveSpinner(_addNewLine);
|
|
157
|
+
this.thinkingStartTime = null;
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
* Get thinking elapsed time
|
|
161
|
+
*/
|
|
162
|
+
getThinkingElapsedMs() {
|
|
163
|
+
if (!this.thinkingStartTime) {
|
|
164
|
+
return null;
|
|
165
|
+
}
|
|
166
|
+
return Date.now() - this.thinkingStartTime;
|
|
167
|
+
}
|
|
168
|
+
/**
|
|
169
|
+
* Check if spinner is active (always false with new renderer)
|
|
170
|
+
*/
|
|
171
|
+
isSpinnerActive() {
|
|
172
|
+
return false;
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* Check if output is locked (always false with event queue)
|
|
176
|
+
*/
|
|
177
|
+
isOutputLocked() {
|
|
178
|
+
return false;
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* Safe write (just calls callback immediately with event queue)
|
|
182
|
+
*/
|
|
183
|
+
safeWrite(callback) {
|
|
184
|
+
callback();
|
|
185
|
+
}
|
|
186
|
+
/**
|
|
187
|
+
* Show assistant message
|
|
188
|
+
*/
|
|
189
|
+
showAssistantMessage(content, metadata) {
|
|
190
|
+
this.clearActiveSpinner(false);
|
|
191
|
+
if (!content.trim())
|
|
192
|
+
return;
|
|
193
|
+
const isThought = metadata?.isFinal === false;
|
|
194
|
+
const body = isThought ? this.buildClaudeStyleThought(content) : this.buildChatBox(content, metadata);
|
|
195
|
+
if (!body.trim())
|
|
196
|
+
return;
|
|
197
|
+
const wrapped = isThought ? this.applySingleBulletBlock(body) : body;
|
|
198
|
+
const output = `\n${wrapped}\n\n`;
|
|
199
|
+
this.notifyBeforeOutput();
|
|
200
|
+
if (!this.enqueueEvent('raw', output)) {
|
|
201
|
+
// Fallback if no renderer
|
|
202
|
+
this.outputStream.write(output);
|
|
203
|
+
}
|
|
204
|
+
this.notifyAfterOutput(output);
|
|
205
|
+
}
|
|
206
|
+
/**
|
|
207
|
+
* Show narrative (thought)
|
|
208
|
+
*/
|
|
209
|
+
showNarrative(content) {
|
|
210
|
+
if (!content.trim())
|
|
211
|
+
return;
|
|
212
|
+
this.showAssistantMessage(content, { isFinal: false });
|
|
213
|
+
}
|
|
214
|
+
/**
|
|
215
|
+
* Show action
|
|
216
|
+
*/
|
|
217
|
+
showAction(text, status = 'info') {
|
|
218
|
+
if (!text.trim())
|
|
219
|
+
return;
|
|
220
|
+
const icon = this.formatActionIcon(status);
|
|
221
|
+
const rendered = this.wrapWithPrefix(text, `${icon} `);
|
|
222
|
+
this.enqueueEvent('raw', `${rendered}\n`);
|
|
223
|
+
}
|
|
224
|
+
/**
|
|
225
|
+
* Show sub-action
|
|
226
|
+
*/
|
|
227
|
+
showSubAction(text, status = 'info') {
|
|
228
|
+
if (!text.trim())
|
|
229
|
+
return;
|
|
230
|
+
const lines = this.buildWrappedSubActionLines(text, status);
|
|
231
|
+
if (!lines.length)
|
|
232
|
+
return;
|
|
233
|
+
this.enqueueEvent('raw', `${lines.join('\n')}\n\n`);
|
|
234
|
+
}
|
|
235
|
+
/**
|
|
236
|
+
* Show message
|
|
237
|
+
*/
|
|
238
|
+
showMessage(content, role = 'assistant') {
|
|
239
|
+
if (role === 'system') {
|
|
240
|
+
this.showSystemMessage(content);
|
|
241
|
+
}
|
|
242
|
+
else {
|
|
243
|
+
this.showAssistantMessage(content);
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
/**
|
|
247
|
+
* Show system message
|
|
248
|
+
*/
|
|
249
|
+
showSystemMessage(content) {
|
|
250
|
+
const normalized = content.trim();
|
|
251
|
+
if (!normalized)
|
|
252
|
+
return;
|
|
253
|
+
this.stream(`${normalized}\n\n`);
|
|
254
|
+
}
|
|
255
|
+
/**
|
|
256
|
+
* Show error
|
|
257
|
+
*/
|
|
258
|
+
showError(message, error) {
|
|
259
|
+
const details = this.formatErrorDetails(error);
|
|
260
|
+
const parts = [`${theme.error('✗')} ${message}`];
|
|
261
|
+
if (details) {
|
|
262
|
+
parts.push(` ${details}`);
|
|
263
|
+
}
|
|
264
|
+
this.stream(`${parts.join('\n')}\n`);
|
|
265
|
+
}
|
|
266
|
+
/**
|
|
267
|
+
* Show warning
|
|
268
|
+
*/
|
|
269
|
+
showWarning(message) {
|
|
270
|
+
this.stream(`${theme.warning('!')} ${message}\n`);
|
|
271
|
+
}
|
|
272
|
+
/**
|
|
273
|
+
* Show info
|
|
274
|
+
*/
|
|
275
|
+
showInfo(message) {
|
|
276
|
+
this.stream(`${theme.info('ℹ')} ${message}\n`);
|
|
277
|
+
}
|
|
278
|
+
/**
|
|
279
|
+
* Show success
|
|
280
|
+
*/
|
|
281
|
+
showSuccess(message) {
|
|
282
|
+
this.stream(`${theme.success('✓')} ${message}\n`);
|
|
283
|
+
}
|
|
284
|
+
/**
|
|
285
|
+
* Show progress badge
|
|
286
|
+
*/
|
|
287
|
+
showProgressBadge(label, current, total) {
|
|
288
|
+
const percentage = Math.round((current / total) * 100);
|
|
289
|
+
const barWidth = 20;
|
|
290
|
+
const filled = Math.round((current / total) * barWidth);
|
|
291
|
+
const empty = barWidth - filled;
|
|
292
|
+
const progressBar = `${'█'.repeat(filled)}${'░'.repeat(empty)}`;
|
|
293
|
+
const badge = `[${label}] ${progressBar} ${percentage}%`;
|
|
294
|
+
this.stream(`\r${theme.info(badge)}`);
|
|
295
|
+
if (current >= total) {
|
|
296
|
+
this.stream('\n');
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
/**
|
|
300
|
+
* Show status line
|
|
301
|
+
*/
|
|
302
|
+
showStatusLine(status, elapsedMs, _context) {
|
|
303
|
+
const normalized = status?.trim();
|
|
304
|
+
if (!normalized)
|
|
305
|
+
return;
|
|
306
|
+
const elapsed = this.formatElapsed(elapsedMs);
|
|
307
|
+
const parts = [];
|
|
308
|
+
parts.push(`${theme.success('✓')} ${normalized}`);
|
|
309
|
+
if (elapsed) {
|
|
310
|
+
parts.push(`(${elapsed})`);
|
|
311
|
+
}
|
|
312
|
+
this.stream(`${parts.join(' ')}\n`);
|
|
313
|
+
}
|
|
314
|
+
/**
|
|
315
|
+
* Show available tools (no-op)
|
|
316
|
+
*/
|
|
317
|
+
showAvailableTools(_tools) {
|
|
318
|
+
// Hidden by default
|
|
319
|
+
}
|
|
320
|
+
/**
|
|
321
|
+
* Show command palette
|
|
322
|
+
*/
|
|
323
|
+
showCommandPalette(commands, options) {
|
|
324
|
+
if (!commands || commands.length === 0)
|
|
325
|
+
return;
|
|
326
|
+
const panel = this.buildCommandPalette(commands, options);
|
|
327
|
+
if (!panel.trim())
|
|
328
|
+
return;
|
|
329
|
+
this.enqueueEvent('raw', `\n${panel}\n\n`);
|
|
330
|
+
}
|
|
331
|
+
/**
|
|
332
|
+
* Show ready with hints (no-op)
|
|
333
|
+
*/
|
|
334
|
+
showReadyWithHints() {
|
|
335
|
+
// Commands hint is now in the renderer
|
|
336
|
+
}
|
|
337
|
+
/**
|
|
338
|
+
* Show planning step
|
|
339
|
+
*/
|
|
340
|
+
showPlanningStep(step, index, total) {
|
|
341
|
+
if (!step?.trim() || index < 1 || total < 1 || index > total)
|
|
342
|
+
return;
|
|
343
|
+
const width = Math.max(DISPLAY_CONSTANTS.MIN_THOUGHT_WIDTH, Math.min(this.getColumnWidth(), DISPLAY_CONSTANTS.MAX_MESSAGE_WIDTH));
|
|
344
|
+
const heading = renderSectionHeading(`Plan ${index}/${total}`, {
|
|
345
|
+
subtitle: step,
|
|
346
|
+
icon: icons.arrow,
|
|
347
|
+
tone: 'info',
|
|
348
|
+
width,
|
|
349
|
+
});
|
|
350
|
+
this.enqueueEvent('raw', `${heading}\n`);
|
|
351
|
+
}
|
|
352
|
+
/**
|
|
353
|
+
* Show thinking block
|
|
354
|
+
*/
|
|
355
|
+
showThinkingBlock(content, durationMs) {
|
|
356
|
+
const block = this.buildClaudeStyleThought(content, durationMs);
|
|
357
|
+
this.enqueueEvent('raw', `\n${block}\n\n`);
|
|
358
|
+
}
|
|
359
|
+
/**
|
|
360
|
+
* Clear screen
|
|
361
|
+
*/
|
|
362
|
+
clear() {
|
|
363
|
+
// Renderer handles this
|
|
364
|
+
}
|
|
365
|
+
/**
|
|
366
|
+
* Update streaming status (routes to renderer)
|
|
367
|
+
*/
|
|
368
|
+
updateStreamingStatus(status) {
|
|
369
|
+
this.renderer?.updateStatus(status);
|
|
370
|
+
}
|
|
371
|
+
/**
|
|
372
|
+
* Clear streaming status
|
|
373
|
+
*/
|
|
374
|
+
clearStreamingStatus() {
|
|
375
|
+
this.renderer?.updateStatus(null);
|
|
376
|
+
}
|
|
377
|
+
/**
|
|
378
|
+
* Check if streaming status is visible
|
|
379
|
+
*/
|
|
380
|
+
isStreamingStatusVisible() {
|
|
381
|
+
return false; // Renderer manages this
|
|
382
|
+
}
|
|
383
|
+
/**
|
|
384
|
+
* Legacy compatibility methods (no-ops)
|
|
385
|
+
*/
|
|
386
|
+
getTotalWrittenLines() {
|
|
387
|
+
return 0;
|
|
388
|
+
}
|
|
389
|
+
getPinnedHeaderLines() {
|
|
390
|
+
return 0;
|
|
391
|
+
}
|
|
392
|
+
setupScrollRegion() {
|
|
393
|
+
// No-op - renderer handles layout
|
|
394
|
+
}
|
|
395
|
+
teardownScrollRegion() {
|
|
396
|
+
// No-op
|
|
397
|
+
}
|
|
398
|
+
isScrollRegionActive() {
|
|
399
|
+
return false;
|
|
400
|
+
}
|
|
401
|
+
parallelAgentStatus(content) {
|
|
402
|
+
if (!content)
|
|
403
|
+
return;
|
|
404
|
+
this.enqueueEvent('streaming', `${content}\n`);
|
|
405
|
+
}
|
|
406
|
+
// ==================== Private Helper Methods ====================
|
|
407
|
+
getColumnWidth() {
|
|
408
|
+
if (typeof this.outputStream.columns === 'number' &&
|
|
409
|
+
Number.isFinite(this.outputStream.columns) &&
|
|
410
|
+
this.outputStream.columns > 0) {
|
|
411
|
+
return this.outputStream.columns;
|
|
412
|
+
}
|
|
413
|
+
return getTerminalColumns();
|
|
414
|
+
}
|
|
415
|
+
formatErrorDetails(error) {
|
|
416
|
+
if (!error)
|
|
417
|
+
return null;
|
|
418
|
+
if (error instanceof Error) {
|
|
419
|
+
if (error.stack)
|
|
420
|
+
return highlightError(error.stack);
|
|
421
|
+
return highlightError(error.message);
|
|
422
|
+
}
|
|
423
|
+
if (typeof error === 'string') {
|
|
424
|
+
return highlightError(error);
|
|
425
|
+
}
|
|
426
|
+
try {
|
|
427
|
+
return highlightError(JSON.stringify(error, null, 2));
|
|
428
|
+
}
|
|
429
|
+
catch {
|
|
430
|
+
return null;
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
formatElapsed(elapsedMs) {
|
|
434
|
+
if (typeof elapsedMs !== 'number' || !Number.isFinite(elapsedMs) || elapsedMs < 0) {
|
|
435
|
+
return null;
|
|
436
|
+
}
|
|
437
|
+
const totalSeconds = Math.max(0, Math.round(elapsedMs / 1000));
|
|
438
|
+
const minutes = Math.floor(totalSeconds / 60);
|
|
439
|
+
const seconds = totalSeconds % 60;
|
|
440
|
+
if (minutes > 0) {
|
|
441
|
+
return `${minutes}m ${seconds.toString().padStart(2, '0')}s`;
|
|
442
|
+
}
|
|
443
|
+
return `${seconds}s`;
|
|
444
|
+
}
|
|
445
|
+
buildChatBox(content, metadata) {
|
|
446
|
+
const normalized = content.trim();
|
|
447
|
+
if (!normalized)
|
|
448
|
+
return '';
|
|
449
|
+
if (isPlainOutputMode()) {
|
|
450
|
+
const body = renderMessageBody(normalized, this.resolveMessageWidth());
|
|
451
|
+
const telemetry = this.formatTelemetryLine(metadata);
|
|
452
|
+
return telemetry ? `${body}\n${telemetry}` : body;
|
|
453
|
+
}
|
|
454
|
+
const width = this.resolveMessageWidth();
|
|
455
|
+
const panel = renderMessagePanel(normalized, {
|
|
456
|
+
width,
|
|
457
|
+
title: 'Assistant',
|
|
458
|
+
icon: icons.assistant,
|
|
459
|
+
accentColor: theme.assistant ?? theme.primary,
|
|
460
|
+
borderColor: theme.ui.border,
|
|
461
|
+
});
|
|
462
|
+
const telemetry = this.formatTelemetryLine(metadata);
|
|
463
|
+
return telemetry ? `${panel}\n${telemetry}` : panel;
|
|
464
|
+
}
|
|
465
|
+
resolveMessageWidth() {
|
|
466
|
+
const columns = this.getColumnWidth();
|
|
467
|
+
return Math.max(DISPLAY_CONSTANTS.MIN_MESSAGE_WIDTH, Math.min(columns - DISPLAY_CONSTANTS.MESSAGE_PADDING, DISPLAY_CONSTANTS.MAX_MESSAGE_WIDTH));
|
|
468
|
+
}
|
|
469
|
+
formatTelemetryLine(metadata) {
|
|
470
|
+
if (!metadata)
|
|
471
|
+
return '';
|
|
472
|
+
const parts = [];
|
|
473
|
+
const elapsed = this.formatElapsed(metadata.elapsedMs);
|
|
474
|
+
if (elapsed) {
|
|
475
|
+
const elapsedLabel = theme.metrics?.elapsedLabel ?? theme.accent;
|
|
476
|
+
const elapsedValue = theme.metrics?.elapsedValue ?? theme.secondary;
|
|
477
|
+
parts.push(`${elapsedLabel('elapsed')} ${elapsedValue(elapsed)}`);
|
|
478
|
+
}
|
|
479
|
+
if (!parts.length)
|
|
480
|
+
return '';
|
|
481
|
+
const separator = theme.ui.muted(' • ');
|
|
482
|
+
return ` ${parts.join(separator)}`;
|
|
483
|
+
}
|
|
484
|
+
buildClaudeStyleThought(content, durationMs) {
|
|
485
|
+
const thinkingStyle = theme.thinking || {
|
|
486
|
+
icon: theme.info,
|
|
487
|
+
text: theme.ui.muted,
|
|
488
|
+
border: theme.ui.border,
|
|
489
|
+
label: theme.info,
|
|
490
|
+
};
|
|
491
|
+
const width = Math.min(this.getColumnWidth() - 4, 70);
|
|
492
|
+
const lines = [];
|
|
493
|
+
// Header
|
|
494
|
+
if (durationMs !== undefined) {
|
|
495
|
+
const elapsed = this.formatElapsedTime(Math.floor(durationMs / 1000));
|
|
496
|
+
lines.push(`${theme.info('∴')} Thought for ${elapsed}`);
|
|
497
|
+
}
|
|
498
|
+
else {
|
|
499
|
+
lines.push(`${theme.info('✻')} ${thinkingStyle.label('Thinking…')}`);
|
|
500
|
+
}
|
|
501
|
+
// Content
|
|
502
|
+
const contentLines = content.split('\n');
|
|
503
|
+
const hasContent = contentLines.some(line => line.trim().length > 0);
|
|
504
|
+
if (hasContent) {
|
|
505
|
+
lines.push('');
|
|
506
|
+
}
|
|
507
|
+
for (const line of contentLines) {
|
|
508
|
+
const trimmed = line.replace(/\s+$/, '');
|
|
509
|
+
if (!trimmed.trim()) {
|
|
510
|
+
lines.push('');
|
|
511
|
+
continue;
|
|
512
|
+
}
|
|
513
|
+
const wrapped = this.wrapLine(trimmed, width - 4);
|
|
514
|
+
for (const wrappedLine of wrapped) {
|
|
515
|
+
lines.push(` ${thinkingStyle.text(wrappedLine)}`);
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
return lines.join('\n');
|
|
519
|
+
}
|
|
520
|
+
formatElapsedTime(seconds) {
|
|
521
|
+
if (seconds < 60) {
|
|
522
|
+
return `${seconds}s`;
|
|
523
|
+
}
|
|
524
|
+
const mins = Math.floor(seconds / 60);
|
|
525
|
+
const secs = seconds % 60;
|
|
526
|
+
return secs > 0 ? `${mins}m ${secs}s` : `${mins}m`;
|
|
527
|
+
}
|
|
528
|
+
applySingleBulletBlock(text) {
|
|
529
|
+
const lines = text.split('\n');
|
|
530
|
+
const bullet = `${icons.action} `;
|
|
531
|
+
const prefix = theme.info(bullet);
|
|
532
|
+
const indent = ' '.repeat(this.visibleLength(this.stripAnsi(bullet)));
|
|
533
|
+
return lines
|
|
534
|
+
.map((line, index) => (index === 0 ? `${prefix}${line}` : `${indent}${line}`))
|
|
535
|
+
.join('\n');
|
|
536
|
+
}
|
|
537
|
+
buildCommandPalette(commands, options) {
|
|
538
|
+
if (!commands.length)
|
|
539
|
+
return '';
|
|
540
|
+
const width = Math.max(DISPLAY_CONSTANTS.MIN_MESSAGE_WIDTH, Math.min(this.getColumnWidth() - 2, DISPLAY_CONSTANTS.MAX_MESSAGE_WIDTH));
|
|
541
|
+
const indent = ' ';
|
|
542
|
+
const grouped = this.groupPaletteCommands(commands);
|
|
543
|
+
const commandWidth = this.computeCommandColumnWidth(commands, width, indent.length);
|
|
544
|
+
const descWidth = Math.max(DISPLAY_CONSTANTS.MIN_WRAP_WIDTH, width - indent.length - commandWidth - 1);
|
|
545
|
+
const title = options?.title ?? 'Slash commands';
|
|
546
|
+
const intro = options?.intro ?? 'Describe a task or pick a command below:';
|
|
547
|
+
const lines = [];
|
|
548
|
+
lines.push(theme.gradient.primary(title));
|
|
549
|
+
const introLines = this.wrapLine(intro, width);
|
|
550
|
+
for (const line of introLines) {
|
|
551
|
+
lines.push(theme.ui.muted(line));
|
|
552
|
+
}
|
|
553
|
+
lines.push('');
|
|
554
|
+
grouped.forEach(({ category, items }, index) => {
|
|
555
|
+
const label = this.formatPaletteCategory(category);
|
|
556
|
+
if (label) {
|
|
557
|
+
lines.push(theme.bold(label));
|
|
558
|
+
}
|
|
559
|
+
for (const item of items) {
|
|
560
|
+
const wrappedDesc = this.wrapLine(item.description, descWidth);
|
|
561
|
+
const paddedCommand = item.command.padEnd(commandWidth);
|
|
562
|
+
const commandLabel = theme.primary(paddedCommand);
|
|
563
|
+
const firstLine = wrappedDesc[0] ?? '';
|
|
564
|
+
lines.push(`${indent}${commandLabel} ${this.colorizePaletteText(firstLine, item.tone)}`);
|
|
565
|
+
for (const extra of wrappedDesc.slice(1)) {
|
|
566
|
+
lines.push(`${indent}${' '.repeat(commandWidth)} ${this.colorizePaletteText(extra, item.tone)}`);
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
if (index < grouped.length - 1) {
|
|
570
|
+
lines.push('');
|
|
571
|
+
}
|
|
572
|
+
});
|
|
573
|
+
return lines.join('\n').trimEnd();
|
|
574
|
+
}
|
|
575
|
+
groupPaletteCommands(commands) {
|
|
576
|
+
const FALLBACK = 'other';
|
|
577
|
+
const groups = new Map();
|
|
578
|
+
for (const item of commands) {
|
|
579
|
+
const key = (item.category ?? FALLBACK).toLowerCase();
|
|
580
|
+
const bucket = groups.get(key) ?? [];
|
|
581
|
+
bucket.push(item);
|
|
582
|
+
groups.set(key, bucket);
|
|
583
|
+
}
|
|
584
|
+
const order = ['configuration', 'workspace', 'diagnostics', 'other'];
|
|
585
|
+
const orderedKeys = [
|
|
586
|
+
...order.filter((key) => groups.has(key)),
|
|
587
|
+
...Array.from(groups.keys()).filter((key) => !order.includes(key)),
|
|
588
|
+
];
|
|
589
|
+
return orderedKeys.map((category) => ({ category, items: groups.get(category) ?? [] }));
|
|
590
|
+
}
|
|
591
|
+
computeCommandColumnWidth(commands, totalWidth, indentWidth) {
|
|
592
|
+
const longest = commands.reduce((max, item) => Math.max(max, this.visibleLength(item.command)), 0);
|
|
593
|
+
const maxAllowed = Math.max(12, Math.min(longest + 2, Math.floor(totalWidth * 0.35)));
|
|
594
|
+
const budget = Math.max(10, totalWidth - indentWidth - DISPLAY_CONSTANTS.MIN_WRAP_WIDTH);
|
|
595
|
+
return Math.min(maxAllowed, budget);
|
|
596
|
+
}
|
|
597
|
+
formatPaletteCategory(category) {
|
|
598
|
+
if (!category)
|
|
599
|
+
return 'Other';
|
|
600
|
+
switch (category.toLowerCase()) {
|
|
601
|
+
case 'configuration': return 'Configuration';
|
|
602
|
+
case 'workspace': return 'Workspace';
|
|
603
|
+
case 'diagnostics': return 'Diagnostics';
|
|
604
|
+
case 'other': return 'Other';
|
|
605
|
+
default: return category[0]?.toUpperCase() + category.slice(1);
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
colorizePaletteText(text, tone) {
|
|
609
|
+
switch (tone) {
|
|
610
|
+
case 'warn': return theme.warning(text);
|
|
611
|
+
case 'success': return theme.success(text);
|
|
612
|
+
case 'info': return theme.info(text);
|
|
613
|
+
case 'muted':
|
|
614
|
+
default: return theme.ui.muted(text);
|
|
615
|
+
}
|
|
616
|
+
}
|
|
617
|
+
wrapWithPrefix(text, prefix, options) {
|
|
618
|
+
if (!text) {
|
|
619
|
+
return prefix.trimEnd();
|
|
620
|
+
}
|
|
621
|
+
const width = Math.max(DISPLAY_CONSTANTS.MIN_ACTION_WIDTH, Math.min(this.getColumnWidth(), DISPLAY_CONSTANTS.MAX_ACTION_WIDTH));
|
|
622
|
+
const prefixWidth = this.visibleLength(prefix);
|
|
623
|
+
const available = Math.max(DISPLAY_CONSTANTS.MIN_CONTENT_WIDTH, width - prefixWidth);
|
|
624
|
+
const indent = typeof options?.continuationPrefix === 'string'
|
|
625
|
+
? options.continuationPrefix
|
|
626
|
+
: ' '.repeat(Math.max(0, prefixWidth));
|
|
627
|
+
const segments = text.split('\n');
|
|
628
|
+
const lines = [];
|
|
629
|
+
let usedPrefix = false;
|
|
630
|
+
for (const segment of segments) {
|
|
631
|
+
if (!segment.trim()) {
|
|
632
|
+
if (usedPrefix) {
|
|
633
|
+
lines.push(indent);
|
|
634
|
+
}
|
|
635
|
+
else {
|
|
636
|
+
lines.push(prefix.trimEnd());
|
|
637
|
+
usedPrefix = true;
|
|
638
|
+
}
|
|
639
|
+
continue;
|
|
640
|
+
}
|
|
641
|
+
const wrapped = this.wrapLine(segment.trim(), available);
|
|
642
|
+
for (const line of wrapped) {
|
|
643
|
+
lines.push(!usedPrefix ? `${prefix}${line}` : `${indent}${line}`);
|
|
644
|
+
usedPrefix = true;
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
return lines.join('\n');
|
|
648
|
+
}
|
|
649
|
+
buildWrappedSubActionLines(text, status) {
|
|
650
|
+
const lines = text.split('\n').map((line) => line.trimEnd());
|
|
651
|
+
while (lines.length && !lines[lines.length - 1]?.trim()) {
|
|
652
|
+
lines.pop();
|
|
653
|
+
}
|
|
654
|
+
if (!lines.length)
|
|
655
|
+
return [];
|
|
656
|
+
const rendered = [];
|
|
657
|
+
for (let index = 0; index < lines.length; index += 1) {
|
|
658
|
+
const segment = lines[index] ?? '';
|
|
659
|
+
const isLast = index === lines.length - 1;
|
|
660
|
+
const { prefix, continuation } = this.buildSubActionPrefixes(status, isLast);
|
|
661
|
+
rendered.push(this.wrapWithPrefix(segment, prefix, { continuationPrefix: continuation }));
|
|
662
|
+
}
|
|
663
|
+
return rendered;
|
|
664
|
+
}
|
|
665
|
+
buildSubActionPrefixes(status, isLast) {
|
|
666
|
+
if (isLast) {
|
|
667
|
+
const colorize = this.resolveStatusColor(status);
|
|
668
|
+
return {
|
|
669
|
+
prefix: ` ${colorize(icons.subaction)} `,
|
|
670
|
+
continuation: ' ',
|
|
671
|
+
};
|
|
672
|
+
}
|
|
673
|
+
const branch = theme.ui.muted('│');
|
|
674
|
+
return {
|
|
675
|
+
prefix: ` ${branch} `,
|
|
676
|
+
continuation: ` ${branch} `,
|
|
677
|
+
};
|
|
678
|
+
}
|
|
679
|
+
resolveStatusColor(status) {
|
|
680
|
+
switch (status) {
|
|
681
|
+
case 'success': return theme.success;
|
|
682
|
+
case 'error': return theme.error;
|
|
683
|
+
case 'warning': return theme.warning;
|
|
684
|
+
case 'pending': return theme.info;
|
|
685
|
+
default: return theme.secondary;
|
|
686
|
+
}
|
|
687
|
+
}
|
|
688
|
+
formatActionIcon(status) {
|
|
689
|
+
const colorize = this.resolveStatusColor(status);
|
|
690
|
+
return colorize(`${icons.action}`);
|
|
691
|
+
}
|
|
692
|
+
wrapLine(text, width) {
|
|
693
|
+
if (width <= 0)
|
|
694
|
+
return [text];
|
|
695
|
+
if (!text)
|
|
696
|
+
return [''];
|
|
697
|
+
if (text.length <= width)
|
|
698
|
+
return [text];
|
|
699
|
+
const words = text.split(/\s+/).filter(Boolean);
|
|
700
|
+
if (!words.length)
|
|
701
|
+
return this.chunkWord(text, width);
|
|
702
|
+
const lines = [];
|
|
703
|
+
let current = '';
|
|
704
|
+
for (const word of words) {
|
|
705
|
+
if (!current) {
|
|
706
|
+
if (word.length <= width) {
|
|
707
|
+
current = word;
|
|
708
|
+
}
|
|
709
|
+
else {
|
|
710
|
+
const chunks = this.chunkWord(word, width);
|
|
711
|
+
lines.push(...chunks.slice(0, -1));
|
|
712
|
+
current = chunks[chunks.length - 1] ?? '';
|
|
713
|
+
}
|
|
714
|
+
}
|
|
715
|
+
else if (current.length + 1 + word.length <= width) {
|
|
716
|
+
current = `${current} ${word}`;
|
|
717
|
+
}
|
|
718
|
+
else {
|
|
719
|
+
lines.push(current);
|
|
720
|
+
if (word.length <= width) {
|
|
721
|
+
current = word;
|
|
722
|
+
}
|
|
723
|
+
else {
|
|
724
|
+
const chunks = this.chunkWord(word, width);
|
|
725
|
+
lines.push(...chunks.slice(0, -1));
|
|
726
|
+
current = chunks[chunks.length - 1] ?? '';
|
|
727
|
+
}
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
if (current) {
|
|
731
|
+
lines.push(current);
|
|
732
|
+
}
|
|
733
|
+
return lines.length ? lines : [''];
|
|
734
|
+
}
|
|
735
|
+
chunkWord(word, width) {
|
|
736
|
+
if (width <= 0 || !word)
|
|
737
|
+
return word ? [word] : [''];
|
|
738
|
+
const chunks = [];
|
|
739
|
+
for (let i = 0; i < word.length; i += width) {
|
|
740
|
+
chunks.push(word.slice(i, i + width));
|
|
741
|
+
}
|
|
742
|
+
return chunks.length > 0 ? chunks : [''];
|
|
743
|
+
}
|
|
744
|
+
visibleLength(value) {
|
|
745
|
+
if (!value)
|
|
746
|
+
return 0;
|
|
747
|
+
return this.stripAnsi(value).length;
|
|
748
|
+
}
|
|
749
|
+
stripAnsi(value) {
|
|
750
|
+
if (!value)
|
|
751
|
+
return '';
|
|
752
|
+
return value.replace(/\u001B\[[0-?]*[ -/]*[@-~]/g, '');
|
|
753
|
+
}
|
|
754
|
+
}
|
|
755
|
+
export const display = new Display();
|
|
756
|
+
//# sourceMappingURL=display.js.map
|