@quantiya/codevibe-codex-plugin 2.0.49 → 2.0.50

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.
@@ -40,7 +40,7 @@ export * as Planner from './planner';
40
40
  export { OllamaGemmaPlannerRunner, type OllamaRuntimeConfig } from './local-model/ollama';
41
41
  export * as Continuation from './continuation';
42
42
  export * as StructuralSummary from './structural-summary';
43
- export { runOrchestrationShell, handleShellUserInput, createOrchestrationStore, type OrchestrationStore, routeBrowse, type RouteBrowseDeps, type RetainedBrowsePage, RETAINED_PAGE_MAX_CHARS, composeBrainstormPanelBrief, MAX_BRAINSTORM_PAGE_CHARS, MAX_BRAINSTORM_PAGE_TOKENS, MAX_BRAINSTORM_PAGE_BYTES, extractQueryRelevantSnippets, htmlToText, validateAgyArgPrompt, AGY_ARG_PROMPT_MAX_UTF8_BYTES, } from './orchestration-shell';
43
+ export { runOrchestrationShell, handleShellUserInput, createOrchestrationStore, type OrchestrationStore, routeBrowse, type RouteBrowseDeps, type RetainedBrowsePage, RETAINED_PAGE_MAX_CHARS, composeBrainstormPanelBrief, MAX_BRAINSTORM_PAGE_CHARS, MAX_BRAINSTORM_PAGE_TOKENS, MAX_BRAINSTORM_PAGE_BYTES, extractQueryRelevantSnippets, htmlToText, validateAgyArgPrompt, AGY_ARG_PROMPT_MAX_UTF8_BYTES, renderProgressLine, formatElapsed, isSpinnerPhase, createTaskProgressRelay, formatMobileProgressMessage, MAX_MOBILE_PROGRESS_MESSAGE_LENGTH, type TaskProgressEvent, type OnProgress, type TaskProgressRelay, type TaskProgressRelayDeps, } from './orchestration-shell';
44
44
  export { renderConversationEntry, ConversationPane, renderEntryAsLine, runLineLogFallback } from './orchestration-shell';
45
45
  export { initInkRuntime, getInkRuntime } from './orchestration-shell';
46
46
  export { runCompanionMode } from './companion-mode';