@tonyclaw/agent-inspector 3.0.45 → 3.0.47
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/.output/{nitro.json → backend/nitro.json} +3 -3
- package/.output/backend-public/assets/index-D4LX-sw-.js +11 -0
- package/.output/cli.js +8018 -5451
- package/.output/server/_libs/extend.mjs +4 -8
- package/.output/server/_libs/jszip.mjs +9 -35
- package/.output/server/_libs/react-dom.mjs +2 -3
- package/.output/server/_libs/react.mjs +1 -27
- package/.output/server/_libs/tanstack__react-router.mjs +1 -329
- package/.output/server/_libs/tanstack__router-core.mjs +42 -100
- package/.output/server/_libs/use-sync-external-store.mjs +1 -64
- package/.output/server/_libs/ws.mjs +1 -1
- package/.output/server/_ssr/index.mjs +4 -4
- package/.output/server/_ssr/{publicBasePathContext-5264L3rX.mjs → publicBasePathContext-IH2ilOfu.mjs} +52 -24
- package/.output/server/_ssr/{router-BJ_ltLim.mjs → router-BwZEsYfS.mjs} +19794 -19444
- package/.output/server/_ssr/{start-C6MjPjxp.mjs → start-COQu_AgD.mjs} +1 -1
- package/.output/server/_tanstack-start-manifest_v-DnbdNeun.mjs +4 -0
- package/.output/server/index.mjs +5 -145
- package/.output/{public/assets/CompareDrawer-B3_TLTJh.js → ui/assets/CompareDrawer-V-8lPASC.js} +1 -1
- package/.output/{public/assets/InspectorPet-Cpn6hv4P.js → ui/assets/InspectorPet-D4CVnfdf.js} +1 -1
- package/.output/ui/assets/ProxyViewerContainer-CO3ZVHLX.js +59 -0
- package/.output/{public/assets/ReplayDialog-B3EKVdJk.js → ui/assets/ReplayDialog-CpGyTLtt.js} +1 -1
- package/.output/{public/assets/RequestAnatomy-COOQjyUC.js → ui/assets/RequestAnatomy-BLuJL9dZ.js} +1 -1
- package/.output/ui/assets/ResponseView-BuSC-CH7.js +2 -0
- package/.output/ui/assets/StreamingChunkSequence-DeA-JJKa.js +1 -0
- package/.output/{public/assets/_sessionId-zbgYl7ZJ.js → ui/assets/_sessionId-8HuHFhjo.js} +1 -1
- package/.output/{public/assets/_sessionId-BJlM3nmt.js → ui/assets/_sessionId-Chp67th6.js} +1 -1
- package/.output/ui/assets/favicon-DYEkHSNl.svg +21 -0
- package/.output/ui/assets/index-BvXp42al.css +1 -0
- package/.output/{public/assets/index-xF_NY8Yb.js → ui/assets/index-DPmKK_5d.js} +5 -5
- package/.output/{public/assets/index-BIK4bPTv.js → ui/assets/index-atoQrlb8.js} +1 -1
- package/.output/ui/assets/index-nY3E1vxV.js +73 -0
- package/.output/{public/assets/index-D2Qw6Ri2.js → ui/assets/index-nl9-dpZn.js} +1 -1
- package/.output/ui/assets/json-viewer-B9kIzqeX.js +1 -0
- package/.output/{public/assets/jszip.min-B_rfAUCe.js → ui/assets/jszip.min-B7tfyE-I.js} +1 -1
- package/.output/ui/index.html +229 -0
- package/.output/ui/runtime-config.js +2 -0
- package/.output/workers/logFinalizer.worker.js +979 -414
- package/.output/workers/sessionWorkerEntry.js +979 -414
- package/README.md +182 -43
- package/docs/instance-control.openapi.yaml +59 -4
- package/package.json +40 -6
- package/scripts/generate-theme-scales.mjs +3 -3
- package/src/{router.tsx → backend/router.tsx} +3 -15
- package/src/backend/routes/$.ts +26 -0
- package/src/backend/routes/__root.ts +4 -0
- package/src/backend/routes/api/-instances.ts +7 -0
- package/src/{routes → backend/routes}/api/alerts.summary.ts +3 -3
- package/src/{routes → backend/routes}/api/alerts.ts +4 -4
- package/src/{routes → backend/routes}/api/config.paths.ts +1 -1
- package/src/{routes → backend/routes}/api/config.ts +11 -2
- package/src/{routes → backend/routes}/api/ecosystem.packages.$packageId.help.ts +1 -1
- package/src/{routes → backend/routes}/api/ecosystem.packages.$packageId.install.ts +1 -1
- package/src/{routes → backend/routes}/api/ecosystem.packages.$packageId.runner-presets.ts +1 -1
- package/src/{routes → backend/routes}/api/ecosystem.packages.$packageId.upgrade.ts +1 -1
- package/src/{routes → backend/routes}/api/ecosystem.packages.ts +5 -1
- package/src/{routes → backend/routes}/api/ecosystem.recipes.$recipeId.run.ts +1 -1
- package/src/{routes → backend/routes}/api/ecosystem.tasks.$taskId.ts +1 -1
- package/src/{routes → backend/routes}/api/ecosystem.tasks.ts +1 -1
- package/src/{routes → backend/routes}/api/groups.$groupId.evidence.ts +2 -2
- package/src/{routes → backend/routes}/api/groups.$groupId.sessions.ts +2 -2
- package/src/{routes → backend/routes}/api/groups.$groupId.ts +2 -2
- package/src/{routes → backend/routes}/api/groups.ts +2 -2
- package/src/{routes → backend/routes}/api/health.ts +3 -3
- package/src/{routes → backend/routes}/api/instances.$name.connection.ts +1 -1
- package/src/{routes → backend/routes}/api/instances.$name.restart.ts +2 -2
- package/src/{routes → backend/routes}/api/instances.$name.start.ts +2 -2
- package/src/{routes → backend/routes}/api/instances.$name.stop.ts +2 -2
- package/src/{routes → backend/routes}/api/instances.$name.ts +1 -1
- package/src/{routes → backend/routes}/api/instances.ts +1 -1
- package/src/{routes → backend/routes}/api/knowledge.candidates.$candidateId.promote.ts +2 -2
- package/src/{routes → backend/routes}/api/knowledge.candidates.$candidateId.ts +2 -2
- package/src/{routes → backend/routes}/api/knowledge.candidates.ts +1 -1
- package/src/{routes → backend/routes}/api/knowledge.project-context.ts +2 -2
- package/src/{routes → backend/routes}/api/knowledge.search.ts +2 -2
- package/src/{routes → backend/routes}/api/knowledge.sessions.$sessionId.candidates.ts +3 -3
- package/src/{routes → backend/routes}/api/logs.$id.body.ts +6 -6
- package/src/{routes → backend/routes}/api/logs.$id.chunks.ts +5 -4
- package/src/{routes → backend/routes}/api/logs.$id.replay.ts +12 -11
- package/src/{routes → backend/routes}/api/logs.$id.ts +4 -3
- package/src/{routes → backend/routes}/api/logs.import.ts +3 -3
- package/src/{routes → backend/routes}/api/logs.stream.ts +11 -7
- package/src/{routes → backend/routes}/api/logs.ts +17 -9
- package/src/{routes → backend/routes}/api/mcp.ts +1 -1
- package/src/{routes → backend/routes}/api/models.ts +1 -1
- package/src/{routes → backend/routes}/api/pi-agent.ts +2 -2
- package/src/{routes → backend/routes}/api/providers.$providerId.model-metadata.ts +5 -5
- package/src/{routes → backend/routes}/api/providers.$providerId.test.log.ts +7 -7
- package/src/{routes → backend/routes}/api/providers.$providerId.ts +4 -4
- package/src/{routes → backend/routes}/api/providers.export.ts +1 -1
- package/src/{routes → backend/routes}/api/providers.import.ts +3 -3
- package/src/{routes → backend/routes}/api/providers.scan.ts +2 -2
- package/src/{routes → backend/routes}/api/providers.ts +9 -4
- package/src/{routes → backend/routes}/api/runs.$runId.evidence.ts +2 -2
- package/src/{routes → backend/routes}/api/runs.$runId.ts +2 -2
- package/src/{routes → backend/routes}/api/runs.ts +4 -4
- package/src/backend/routes/api/runtime.ts +46 -0
- package/src/{routes → backend/routes}/api/sessions.ts +3 -3
- package/src/{routes → backend/routes}/proxy/$.ts +1 -1
- package/src/{routes → backend/routes}/readyz.ts +1 -1
- package/src/{start.ts → backend/start.ts} +1 -1
- package/src/cli/alias.ts +2 -11
- package/src/cli/doctor.ts +32 -9
- package/src/cli/instance.ts +36 -13
- package/src/cli/instanceApi.ts +213 -0
- package/src/cli/instanceArgs.ts +46 -11
- package/src/cli/instanceControl.ts +10 -2
- package/src/cli/instanceModel.ts +18 -17
- package/src/cli/instanceRegistry.ts +0 -9
- package/src/cli/networkHints.ts +27 -14
- package/src/cli/onboard.ts +69 -2
- package/src/cli/onboardTarget.ts +89 -40
- package/src/cli/rustBackendPackage.ts +450 -0
- package/src/cli/templates/codex-skill-onboard.ts +44 -14
- package/src/cli/templates/skill-onboard.ts +64 -28
- package/src/cli.ts +341 -75
- package/src/components/ProxyViewer.tsx +11 -9
- package/src/components/ProxyViewerContainer.tsx +12 -11
- package/src/components/pi-agent/PiAgentPanel.tsx +2 -2
- package/src/components/providers/ProviderCard.tsx +1 -1
- package/src/components/providers/ProviderTestResultsView.tsx +1 -1
- package/src/components/providers/SettingsDialog.tsx +159 -144
- package/src/components/proxy-viewer/ApplicationBar.tsx +2 -1
- package/src/components/proxy-viewer/LogEntry.tsx +1 -1
- package/src/components/proxy-viewer/log-formats/index.ts +1 -1
- package/src/contracts/index.ts +5 -0
- package/src/contracts/log.ts +33 -3
- package/src/knowledge/types.ts +3 -2
- package/src/lib/alertContract.ts +2 -2
- package/src/lib/apiClient.ts +30 -7
- package/src/lib/apiFormat.ts +29 -0
- package/src/lib/backendImplementation.ts +16 -0
- package/src/lib/basePath.ts +29 -11
- package/src/lib/browserRuntimeContract.ts +124 -0
- package/src/lib/browserRuntimeResolver.ts +244 -0
- package/src/{proxy → lib}/claudeCodeStrip.ts +6 -7
- package/src/lib/codingAgentEndpoints.ts +38 -0
- package/src/lib/instanceContract.ts +30 -11
- package/src/lib/managedInstance.ts +9 -1
- package/src/lib/piAgentContract.ts +3 -2
- package/src/lib/publicBasePathContext.ts +40 -10
- package/src/lib/resourceLimits.ts +2 -0
- package/src/lib/runContract.ts +3 -3
- package/src/lib/sessionInfoContract.ts +3 -2
- package/src/mcp/instanceHandlers.ts +2 -0
- package/src/mcp/server.ts +19 -24
- package/src/proxy/config.ts +25 -30
- package/src/proxy/dataDir.ts +43 -7
- package/src/proxy/ecosystemTasks.ts +161 -70
- package/src/proxy/formats/registry.ts +6 -21
- package/src/proxy/handler.ts +129 -29
- package/src/proxy/identityProxy.ts +567 -39
- package/src/proxy/jsonlRecovery.ts +554 -0
- package/src/proxy/logFinalizer.ts +25 -10
- package/src/proxy/logImporter.ts +2 -1
- package/src/proxy/logIndex.ts +191 -95
- package/src/proxy/logger.ts +77 -14
- package/src/proxy/platformCommands.ts +41 -0
- package/src/proxy/privateDataPath.ts +310 -88
- package/src/proxy/rawStreamCapture.ts +194 -13
- package/src/proxy/runtimeAdmission.ts +5 -2
- package/src/proxy/runtimeHealth.ts +14 -1
- package/src/proxy/runtimeShutdown.ts +11 -1
- package/src/proxy/schemas.ts +7 -1
- package/src/proxy/sessionArchive.ts +70 -14
- package/src/proxy/sqliteLogIndex.ts +65 -42
- package/src/proxy/store.ts +141 -34
- package/src/proxy/uiAssetServer.ts +106 -0
- package/src/proxy/upstream.ts +29 -2
- package/src/ui/bootstrap.ts +167 -0
- package/src/ui/index.html +38 -0
- package/src/ui/logsStreamClient.ts +20 -0
- package/src/ui/main.tsx +13 -0
- package/src/ui/public/runtime-config.js +2 -0
- package/src/ui/router.tsx +13 -0
- package/src/ui/routes/__root.tsx +69 -0
- package/src/{routes → ui/routes}/index.tsx +2 -3
- package/src/{routes → ui/routes}/session/$sessionId.tsx +5 -11
- package/src/ui/runtimeDiscovery.ts +50 -0
- package/styles/globals.css +1 -0
- package/.output/public/assets/ProxyViewerContainer-BEAhuGOJ.js +0 -126
- package/.output/public/assets/ResponseView-DBCjkwye.js +0 -2
- package/.output/public/assets/StreamingChunkSequence-CuXhDgMo.js +0 -1
- package/.output/public/assets/index-BZo_8koU.js +0 -70
- package/.output/public/assets/index-ZWschkCh.css +0 -1
- package/.output/public/assets/json-viewer-B-Ao6pwW.js +0 -1
- package/.output/server/_libs/@radix-ui/react-accessible-icon+[...].mjs +0 -1
- package/.output/server/_libs/@radix-ui/react-dismissable-layer+[...].mjs +0 -344
- package/.output/server/_libs/@radix-ui/react-navigation-menu+[...].mjs +0 -2
- package/.output/server/_libs/@radix-ui/react-one-time-password-field+[...].mjs +0 -2
- package/.output/server/_libs/@radix-ui/react-password-toggle-field+[...].mjs +0 -2
- package/.output/server/_libs/@radix-ui/react-use-callback-ref+[...].mjs +0 -11
- package/.output/server/_libs/@radix-ui/react-use-controllable-state+[...].mjs +0 -69
- package/.output/server/_libs/@radix-ui/react-use-effect-event+[...].mjs +0 -1
- package/.output/server/_libs/@radix-ui/react-use-is-hydrated+[...].mjs +0 -28
- package/.output/server/_libs/@radix-ui/react-use-layout-effect+[...].mjs +0 -6
- package/.output/server/_libs/@radix-ui/react-visually-hidden+[...].mjs +0 -34
- package/.output/server/_libs/aria-hidden.mjs +0 -122
- package/.output/server/_libs/bail.mjs +0 -8
- package/.output/server/_libs/character-entities.mjs +0 -2130
- package/.output/server/_libs/class-variance-authority.mjs +0 -44
- package/.output/server/_libs/clsx.mjs +0 -16
- package/.output/server/_libs/comma-separated-tokens.mjs +0 -10
- package/.output/server/_libs/decode-named-character-reference+[...].mjs +0 -8
- package/.output/server/_libs/dequal.mjs +0 -27
- package/.output/server/_libs/detect-node-es.mjs +0 -1
- package/.output/server/_libs/devlop.mjs +0 -8
- package/.output/server/_libs/diff.mjs +0 -320
- package/.output/server/_libs/estree-util-is-identifier-name.mjs +0 -11
- package/.output/server/_libs/floating-ui__core.mjs +0 -725
- package/.output/server/_libs/floating-ui__dom.mjs +0 -622
- package/.output/server/_libs/floating-ui__react-dom.mjs +0 -292
- package/.output/server/_libs/floating-ui__utils.mjs +0 -320
- package/.output/server/_libs/get-nonce.mjs +0 -9
- package/.output/server/_libs/hast-util-to-jsx-runtime.mjs +0 -388
- package/.output/server/_libs/hast-util-whitespace.mjs +0 -10
- package/.output/server/_libs/html-url-attributes.mjs +0 -26
- package/.output/server/_libs/inline-style-parser.mjs +0 -142
- package/.output/server/_libs/is-plain-obj.mjs +0 -10
- package/.output/server/_libs/lucide-react.mjs +0 -1027
- package/.output/server/_libs/mdast-util-from-markdown.mjs +0 -717
- package/.output/server/_libs/mdast-util-to-hast.mjs +0 -710
- package/.output/server/_libs/mdast-util-to-string.mjs +0 -38
- package/.output/server/_libs/micromark-core-commonmark.mjs +0 -2259
- package/.output/server/_libs/micromark-factory-destination.mjs +0 -94
- package/.output/server/_libs/micromark-factory-label.mjs +0 -63
- package/.output/server/_libs/micromark-factory-space.mjs +0 -24
- package/.output/server/_libs/micromark-factory-title.mjs +0 -65
- package/.output/server/_libs/micromark-factory-whitespace.mjs +0 -22
- package/.output/server/_libs/micromark-util-character.mjs +0 -44
- package/.output/server/_libs/micromark-util-chunked.mjs +0 -36
- package/.output/server/_libs/micromark-util-classify-character+[...].mjs +0 -12
- package/.output/server/_libs/micromark-util-combine-extensions+[...].mjs +0 -41
- package/.output/server/_libs/micromark-util-decode-numeric-character-reference+[...].mjs +0 -19
- package/.output/server/_libs/micromark-util-decode-string.mjs +0 -21
- package/.output/server/_libs/micromark-util-encode.mjs +0 -1
- package/.output/server/_libs/micromark-util-html-tag-name.mjs +0 -69
- package/.output/server/_libs/micromark-util-normalize-identifier+[...].mjs +0 -6
- package/.output/server/_libs/micromark-util-resolve-all.mjs +0 -15
- package/.output/server/_libs/micromark-util-sanitize-uri.mjs +0 -41
- package/.output/server/_libs/micromark-util-subtokenize.mjs +0 -346
- package/.output/server/_libs/micromark.mjs +0 -906
- package/.output/server/_libs/property-information.mjs +0 -1209
- package/.output/server/_libs/radix-ui.mjs +0 -1
- package/.output/server/_libs/radix-ui__number.mjs +0 -6
- package/.output/server/_libs/radix-ui__primitive.mjs +0 -11
- package/.output/server/_libs/radix-ui__react-accordion.mjs +0 -1
- package/.output/server/_libs/radix-ui__react-alert-dialog.mjs +0 -1
- package/.output/server/_libs/radix-ui__react-arrow.mjs +0 -23
- package/.output/server/_libs/radix-ui__react-aspect-ratio.mjs +0 -1
- package/.output/server/_libs/radix-ui__react-avatar.mjs +0 -1
- package/.output/server/_libs/radix-ui__react-checkbox.mjs +0 -1
- package/.output/server/_libs/radix-ui__react-collapsible.mjs +0 -144
- package/.output/server/_libs/radix-ui__react-collection.mjs +0 -69
- package/.output/server/_libs/radix-ui__react-compose-refs.mjs +0 -38
- package/.output/server/_libs/radix-ui__react-context-menu.mjs +0 -1
- package/.output/server/_libs/radix-ui__react-context.mjs +0 -64
- package/.output/server/_libs/radix-ui__react-dialog.mjs +0 -280
- package/.output/server/_libs/radix-ui__react-direction.mjs +0 -9
- package/.output/server/_libs/radix-ui__react-dropdown-menu.mjs +0 -1
- package/.output/server/_libs/radix-ui__react-focus-guards.mjs +0 -39
- package/.output/server/_libs/radix-ui__react-focus-scope.mjs +0 -210
- package/.output/server/_libs/radix-ui__react-form.mjs +0 -1
- package/.output/server/_libs/radix-ui__react-hover-card.mjs +0 -1
- package/.output/server/_libs/radix-ui__react-id.mjs +0 -14
- package/.output/server/_libs/radix-ui__react-label.mjs +0 -1
- package/.output/server/_libs/radix-ui__react-menu.mjs +0 -1
- package/.output/server/_libs/radix-ui__react-menubar.mjs +0 -1
- package/.output/server/_libs/radix-ui__react-popover.mjs +0 -1
- package/.output/server/_libs/radix-ui__react-popper.mjs +0 -340
- package/.output/server/_libs/radix-ui__react-portal.mjs +0 -16
- package/.output/server/_libs/radix-ui__react-presence.mjs +0 -173
- package/.output/server/_libs/radix-ui__react-primitive.mjs +0 -42
- package/.output/server/_libs/radix-ui__react-progress.mjs +0 -1
- package/.output/server/_libs/radix-ui__react-radio-group.mjs +0 -1
- package/.output/server/_libs/radix-ui__react-roving-focus.mjs +0 -235
- package/.output/server/_libs/radix-ui__react-scroll-area.mjs +0 -731
- package/.output/server/_libs/radix-ui__react-select.mjs +0 -1207
- package/.output/server/_libs/radix-ui__react-separator.mjs +0 -28
- package/.output/server/_libs/radix-ui__react-slider.mjs +0 -1
- package/.output/server/_libs/radix-ui__react-slot.mjs +0 -132
- package/.output/server/_libs/radix-ui__react-switch.mjs +0 -1
- package/.output/server/_libs/radix-ui__react-tabs.mjs +0 -194
- package/.output/server/_libs/radix-ui__react-toast.mjs +0 -2
- package/.output/server/_libs/radix-ui__react-toggle-group.mjs +0 -1
- package/.output/server/_libs/radix-ui__react-toggle.mjs +0 -1
- package/.output/server/_libs/radix-ui__react-toolbar.mjs +0 -1
- package/.output/server/_libs/radix-ui__react-tooltip.mjs +0 -498
- package/.output/server/_libs/radix-ui__react-use-previous.mjs +0 -14
- package/.output/server/_libs/radix-ui__react-use-size.mjs +0 -39
- package/.output/server/_libs/react-markdown.mjs +0 -235
- package/.output/server/_libs/react-remove-scroll-bar.mjs +0 -82
- package/.output/server/_libs/react-remove-scroll.mjs +0 -328
- package/.output/server/_libs/react-style-singleton.mjs +0 -69
- package/.output/server/_libs/remark-parse.mjs +0 -19
- package/.output/server/_libs/remark-rehype.mjs +0 -21
- package/.output/server/_libs/space-separated-tokens.mjs +0 -6
- package/.output/server/_libs/style-to-js.mjs +0 -72
- package/.output/server/_libs/style-to-object.mjs +0 -38
- package/.output/server/_libs/swr.mjs +0 -947
- package/.output/server/_libs/tailwind-merge.mjs +0 -3255
- package/.output/server/_libs/tanstack__react-virtual.mjs +0 -130
- package/.output/server/_libs/tanstack__virtual-core.mjs +0 -1319
- package/.output/server/_libs/three.mjs +0 -26016
- package/.output/server/_libs/trim-lines.mjs +0 -41
- package/.output/server/_libs/trough.mjs +0 -85
- package/.output/server/_libs/tslib.mjs +0 -1
- package/.output/server/_libs/ungap__structured-clone.mjs +0 -212
- package/.output/server/_libs/unified.mjs +0 -661
- package/.output/server/_libs/unist-util-is.mjs +0 -100
- package/.output/server/_libs/unist-util-position.mjs +0 -27
- package/.output/server/_libs/unist-util-stringify-position.mjs +0 -27
- package/.output/server/_libs/unist-util-visit-parents.mjs +0 -82
- package/.output/server/_libs/unist-util-visit.mjs +0 -24
- package/.output/server/_libs/use-callback-ref.mjs +0 -66
- package/.output/server/_libs/use-sidecar.mjs +0 -106
- package/.output/server/_libs/vfile-message.mjs +0 -138
- package/.output/server/_libs/vfile.mjs +0 -467
- package/.output/server/_sessionId-CJ99gZFV.mjs +0 -84
- package/.output/server/_sessionId-DEjScBpK.mjs +0 -146
- package/.output/server/_ssr/CompareDrawer-DtOIMeQB.mjs +0 -1060
- package/.output/server/_ssr/InspectorPet-CXc4oCBQ.mjs +0 -938
- package/.output/server/_ssr/ProxyViewerContainer-DVPlwfkt.mjs +0 -17632
- package/.output/server/_ssr/ReplayDialog-BQEA95qC.mjs +0 -725
- package/.output/server/_ssr/RequestAnatomy-BMyd8B7Q.mjs +0 -837
- package/.output/server/_ssr/ResponseView-qrTaEIM8.mjs +0 -757
- package/.output/server/_ssr/StreamingChunkSequence-BFTL8mIy.mjs +0 -274
- package/.output/server/_ssr/index-Bcj1Hcy4.mjs +0 -135
- package/.output/server/_ssr/index-DW-M7XUG.mjs +0 -84
- package/.output/server/_ssr/json-viewer-DiI0Yjsn.mjs +0 -483
- package/.output/server/_tanstack-start-manifest_v-C6pXXX9R.mjs +0 -4
- package/.output/server/node_modules/tslib/modules/index.js +0 -70
- package/.output/server/node_modules/tslib/modules/package.json +0 -3
- package/.output/server/node_modules/tslib/package.json +0 -47
- package/.output/server/node_modules/tslib/tslib.js +0 -484
- package/.output/server/package.json +0 -9
- package/src/routes/__root.tsx +0 -170
- package/src/routes/api/-instances.ts +0 -109
- /package/.output/{public → ui}/assets/agent-inspector-58K1_MsC.ico +0 -0
- /package/.output/{public → ui}/assets/alibaba-TTwafVwX.svg +0 -0
- /package/.output/{public → ui}/assets/minimax-BPMzvuL-.jpeg +0 -0
- /package/.output/{public → ui}/assets/qwen-mMn3f5ul.webp +0 -0
- /package/.output/{public → ui}/assets/zhipuai-BPNAnxo-.svg +0 -0
- /package/src/{routes → backend/routes}/livez.ts +0 -0
|
@@ -1,837 +0,0 @@
|
|
|
1
|
-
import { r as reactExports, j as jsxRuntimeExports } from "../_libs/react.mjs";
|
|
2
|
-
import { x as formatTokens, m as cn, X as formatContextWindowTokens } from "./router-BJ_ltLim.mjs";
|
|
3
|
-
import { u as useProviders, o as analyzeContextIntelligence, j as TooltipProvider, k as Tooltip, l as TooltipTrigger, m as TooltipContent, S as SegmentBar, R as ROLE_COLOR_CLASSES, p as ANATOMY_ROLE_LABELS, C as CONTEXT_USAGE_THRESHOLDS } from "./ProxyViewerContainer-DVPlwfkt.mjs";
|
|
4
|
-
import "./publicBasePathContext-5264L3rX.mjs";
|
|
5
|
-
import "node:crypto";
|
|
6
|
-
import "node:path";
|
|
7
|
-
import "node:fs";
|
|
8
|
-
import "node:child_process";
|
|
9
|
-
import "node:buffer";
|
|
10
|
-
import "node:url";
|
|
11
|
-
import "crypto";
|
|
12
|
-
import "node:util";
|
|
13
|
-
import "node:net";
|
|
14
|
-
import "../_libs/modelcontextprotocol__server.mjs";
|
|
15
|
-
import "../_libs/jszip.mjs";
|
|
16
|
-
import "node:os";
|
|
17
|
-
import { I as Info, c as ChevronDown, t as ChevronRight } from "../_libs/lucide-react.mjs";
|
|
18
|
-
import "../_libs/tanstack__react-router.mjs";
|
|
19
|
-
import "../_libs/tanstack__router-core.mjs";
|
|
20
|
-
import "../_libs/cookie-es.mjs";
|
|
21
|
-
import "../_libs/seroval.mjs";
|
|
22
|
-
import "../_libs/seroval-plugins.mjs";
|
|
23
|
-
import "node:stream";
|
|
24
|
-
import "../_libs/tanstack__history.mjs";
|
|
25
|
-
import "node:stream/web";
|
|
26
|
-
import "../_libs/react-dom.mjs";
|
|
27
|
-
import "util";
|
|
28
|
-
import "async_hooks";
|
|
29
|
-
import "stream";
|
|
30
|
-
import "../_libs/isbot.mjs";
|
|
31
|
-
import "../_libs/swr.mjs";
|
|
32
|
-
import "../_libs/use-sync-external-store.mjs";
|
|
33
|
-
import "../_libs/dequal.mjs";
|
|
34
|
-
import "../_libs/class-variance-authority.mjs";
|
|
35
|
-
import "../_libs/clsx.mjs";
|
|
36
|
-
import "../_libs/tailwind-merge.mjs";
|
|
37
|
-
import "node:fs/promises";
|
|
38
|
-
import "node:worker_threads";
|
|
39
|
-
import "node:readline";
|
|
40
|
-
import "../_libs/conf.mjs";
|
|
41
|
-
import "node:process";
|
|
42
|
-
import "node:assert";
|
|
43
|
-
import "../_libs/dot-prop.mjs";
|
|
44
|
-
import "../_libs/env-paths.mjs";
|
|
45
|
-
import "../_libs/atomically.mjs";
|
|
46
|
-
import "node:events";
|
|
47
|
-
import "../_libs/stubborn-fs.mjs";
|
|
48
|
-
import "../_libs/stubborn-utils.mjs";
|
|
49
|
-
import "../_libs/when-exit.mjs";
|
|
50
|
-
import "../_libs/ajv.mjs";
|
|
51
|
-
import "../_libs/fast-deep-equal.mjs";
|
|
52
|
-
import "../_libs/json-schema-traverse.mjs";
|
|
53
|
-
import "../_libs/fast-uri.mjs";
|
|
54
|
-
import "../_libs/ajv-formats.mjs";
|
|
55
|
-
import "../_libs/debounce-fn.mjs";
|
|
56
|
-
import "../_libs/mimic-function.mjs";
|
|
57
|
-
import "../_libs/semver.mjs";
|
|
58
|
-
import "../_libs/uint8array-extras.mjs";
|
|
59
|
-
import "node:dns/promises";
|
|
60
|
-
import "node:assert/strict";
|
|
61
|
-
import "../_libs/zod.mjs";
|
|
62
|
-
import "node:async_hooks";
|
|
63
|
-
import "../_libs/modelcontextprotocol__core.mjs";
|
|
64
|
-
import "../_libs/readable-stream.mjs";
|
|
65
|
-
import "events";
|
|
66
|
-
import "node:string_decoder";
|
|
67
|
-
import "../_libs/process-nextick-args.mjs";
|
|
68
|
-
import "../_libs/isarray.mjs";
|
|
69
|
-
import "../_libs/safe-buffer.mjs";
|
|
70
|
-
import "buffer";
|
|
71
|
-
import "../_libs/core-util-is.mjs";
|
|
72
|
-
import "../_libs/inherits.mjs";
|
|
73
|
-
import "../_libs/util-deprecate.mjs";
|
|
74
|
-
import "../_libs/lie.mjs";
|
|
75
|
-
import "../_libs/immediate.mjs";
|
|
76
|
-
import "../_libs/setimmediate.mjs";
|
|
77
|
-
import "../_libs/pako.mjs";
|
|
78
|
-
import "../_libs/tanstack__react-virtual.mjs";
|
|
79
|
-
import "../_libs/tanstack__virtual-core.mjs";
|
|
80
|
-
import "../_libs/diff.mjs";
|
|
81
|
-
import "../_libs/radix-ui__react-dialog.mjs";
|
|
82
|
-
import "../_libs/radix-ui__primitive.mjs";
|
|
83
|
-
import "../_libs/radix-ui__react-compose-refs.mjs";
|
|
84
|
-
import "../_libs/radix-ui__react-context.mjs";
|
|
85
|
-
import "../_libs/radix-ui__react-id.mjs";
|
|
86
|
-
import "../_libs/@radix-ui/react-use-layout-effect+[...].mjs";
|
|
87
|
-
import "../_libs/@radix-ui/react-use-controllable-state+[...].mjs";
|
|
88
|
-
import "../_libs/@radix-ui/react-dismissable-layer+[...].mjs";
|
|
89
|
-
import "../_libs/radix-ui__react-primitive.mjs";
|
|
90
|
-
import "../_libs/radix-ui__react-slot.mjs";
|
|
91
|
-
import "../_libs/@radix-ui/react-use-callback-ref+[...].mjs";
|
|
92
|
-
import "../_libs/radix-ui__react-focus-scope.mjs";
|
|
93
|
-
import "../_libs/radix-ui__react-portal.mjs";
|
|
94
|
-
import "../_libs/radix-ui__react-presence.mjs";
|
|
95
|
-
import "../_libs/radix-ui__react-focus-guards.mjs";
|
|
96
|
-
import "../_libs/react-remove-scroll.mjs";
|
|
97
|
-
import "tslib";
|
|
98
|
-
import "../_libs/react-remove-scroll-bar.mjs";
|
|
99
|
-
import "../_libs/react-style-singleton.mjs";
|
|
100
|
-
import "../_libs/get-nonce.mjs";
|
|
101
|
-
import "../_libs/use-sidecar.mjs";
|
|
102
|
-
import "../_libs/use-callback-ref.mjs";
|
|
103
|
-
import "../_libs/aria-hidden.mjs";
|
|
104
|
-
import "../_libs/radix-ui__react-tabs.mjs";
|
|
105
|
-
import "../_libs/radix-ui__react-roving-focus.mjs";
|
|
106
|
-
import "../_libs/radix-ui__react-collection.mjs";
|
|
107
|
-
import "../_libs/radix-ui__react-direction.mjs";
|
|
108
|
-
import "../_libs/@radix-ui/react-use-is-hydrated+[...].mjs";
|
|
109
|
-
import "../_libs/radix-ui__react-select.mjs";
|
|
110
|
-
import "../_libs/radix-ui__number.mjs";
|
|
111
|
-
import "../_libs/radix-ui__react-popper.mjs";
|
|
112
|
-
import "../_libs/floating-ui__react-dom.mjs";
|
|
113
|
-
import "../_libs/floating-ui__dom.mjs";
|
|
114
|
-
import "../_libs/floating-ui__core.mjs";
|
|
115
|
-
import "../_libs/floating-ui__utils.mjs";
|
|
116
|
-
import "../_libs/radix-ui__react-arrow.mjs";
|
|
117
|
-
import "../_libs/radix-ui__react-use-size.mjs";
|
|
118
|
-
import "../_libs/radix-ui__react-use-previous.mjs";
|
|
119
|
-
import "../_libs/@radix-ui/react-visually-hidden+[...].mjs";
|
|
120
|
-
import "../_libs/radix-ui__react-tooltip.mjs";
|
|
121
|
-
import "../_libs/radix-ui__react-collapsible.mjs";
|
|
122
|
-
import "../_libs/radix-ui__react-scroll-area.mjs";
|
|
123
|
-
const DIVERGENCE_AMBER_THRESHOLD = 0.25;
|
|
124
|
-
const TOP_CONTRIBUTOR_COUNT = 5;
|
|
125
|
-
const DUPLICATE_GROUP_DISPLAY_COUNT = 4;
|
|
126
|
-
const DUPLICATE_SEGMENT_DISPLAY_COUNT = 6;
|
|
127
|
-
const TOOL_SCHEMA_SAVINGS_RATIO = 0.25;
|
|
128
|
-
const SYSTEM_PROMPT_SAVINGS_RATIO = 0.2;
|
|
129
|
-
const HISTORY_SAVINGS_RATIO = 0.2;
|
|
130
|
-
const ROLE_ORDER = ["system", "user", "assistant", "tool", "tools"];
|
|
131
|
-
const ROLE_DESCRIPTIONS = {
|
|
132
|
-
system: "instructions",
|
|
133
|
-
user: "user turns",
|
|
134
|
-
assistant: "assistant turns",
|
|
135
|
-
tool: "tool results",
|
|
136
|
-
tools: "tool schemas"
|
|
137
|
-
};
|
|
138
|
-
const VIEW_MODE_OPTIONS = [
|
|
139
|
-
{ value: "role", label: "By Role" },
|
|
140
|
-
{ value: "segment", label: "By Segment" }
|
|
141
|
-
];
|
|
142
|
-
const RISK_CLASS = {
|
|
143
|
-
unknown: "bg-muted-foreground/50",
|
|
144
|
-
ok: "bg-emerald-500/70",
|
|
145
|
-
watch: "bg-amber-400/75",
|
|
146
|
-
danger: "bg-red-500/80"
|
|
147
|
-
};
|
|
148
|
-
const RISK_TEXT_CLASS = {
|
|
149
|
-
unknown: "text-muted-foreground",
|
|
150
|
-
ok: "text-emerald-400",
|
|
151
|
-
watch: "text-amber-300",
|
|
152
|
-
danger: "text-red-300"
|
|
153
|
-
};
|
|
154
|
-
const HEALTH_BADGE_CLASS = {
|
|
155
|
-
ok: "border-emerald-400/30 bg-emerald-400/8 text-emerald-200",
|
|
156
|
-
optimizable: "border-amber-400/30 bg-amber-400/8 text-amber-100",
|
|
157
|
-
risk: "border-red-400/35 bg-red-500/10 text-red-100"
|
|
158
|
-
};
|
|
159
|
-
const HEALTH_LABEL = {
|
|
160
|
-
ok: "OK",
|
|
161
|
-
optimizable: "Optimizable",
|
|
162
|
-
risk: "Risk"
|
|
163
|
-
};
|
|
164
|
-
function formatPercent(value) {
|
|
165
|
-
if (value >= 10) return `${value.toFixed(0)}%`;
|
|
166
|
-
if (value >= 1) return `${value.toFixed(1)}%`;
|
|
167
|
-
if (value > 0) return "<1%";
|
|
168
|
-
return "0%";
|
|
169
|
-
}
|
|
170
|
-
function formatUsagePercent(value) {
|
|
171
|
-
if (value === null) return "Unknown";
|
|
172
|
-
return formatPercent(value * 100);
|
|
173
|
-
}
|
|
174
|
-
function formatRemainingTokens(value) {
|
|
175
|
-
if (value === null) return "Unknown";
|
|
176
|
-
if (value < 0) return `-${formatTokens(Math.abs(value))}`;
|
|
177
|
-
return formatTokens(value);
|
|
178
|
-
}
|
|
179
|
-
function formatContextLimit(intelligence) {
|
|
180
|
-
if (intelligence.contextWindow.tokens === null) return "Unknown";
|
|
181
|
-
return formatContextWindowTokens(intelligence.contextWindow.tokens);
|
|
182
|
-
}
|
|
183
|
-
function formatContextSource(intelligence) {
|
|
184
|
-
switch (intelligence.contextWindow.source) {
|
|
185
|
-
case "request":
|
|
186
|
-
return intelligence.contextWindow.label;
|
|
187
|
-
case "provider":
|
|
188
|
-
return intelligence.contextWindow.label;
|
|
189
|
-
case "model-rule":
|
|
190
|
-
return intelligence.contextWindow.label;
|
|
191
|
-
case "unknown":
|
|
192
|
-
return intelligence.model === null ? intelligence.contextWindow.label : `${intelligence.contextWindow.label}: ${intelligence.model}`;
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
function advisorTone(severity) {
|
|
196
|
-
switch (severity) {
|
|
197
|
-
case "watch":
|
|
198
|
-
return "border-amber-400/30 bg-amber-400/8 text-amber-100";
|
|
199
|
-
case "danger":
|
|
200
|
-
return "border-red-400/35 bg-red-500/10 text-red-100";
|
|
201
|
-
}
|
|
202
|
-
}
|
|
203
|
-
function formatContextHealth(health) {
|
|
204
|
-
const label = HEALTH_LABEL[health.level];
|
|
205
|
-
if (health.level === "ok") return label;
|
|
206
|
-
const countLabel = health.level === "risk" ? `${String(health.opportunityCount)} signal${health.opportunityCount === 1 ? "" : "s"}` : `${String(health.opportunityCount)} opportunit${health.opportunityCount === 1 ? "y" : "ies"}`;
|
|
207
|
-
if (health.reclaimableTokens <= 0) return `${label} | ${countLabel}`;
|
|
208
|
-
return `${label} | ${countLabel} | ~${formatTokens(health.reclaimableTokens)} tokens`;
|
|
209
|
-
}
|
|
210
|
-
function ContextHealthBadge({ health }) {
|
|
211
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
212
|
-
"span",
|
|
213
|
-
{
|
|
214
|
-
className: cn(
|
|
215
|
-
"inline-flex h-5 max-w-full items-center rounded border px-1.5 font-mono text-[10px]",
|
|
216
|
-
HEALTH_BADGE_CLASS[health.level]
|
|
217
|
-
),
|
|
218
|
-
"aria-label": `Context health ${formatContextHealth(health)}`,
|
|
219
|
-
children: /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "truncate", children: formatContextHealth(health) })
|
|
220
|
-
}
|
|
221
|
-
);
|
|
222
|
-
}
|
|
223
|
-
function roleUsageTokens(intelligence, role) {
|
|
224
|
-
return intelligence.roleUsages.find((usage) => usage.role === role)?.tokens ?? 0;
|
|
225
|
-
}
|
|
226
|
-
function roleUsagePercent(intelligence, role) {
|
|
227
|
-
return intelligence.roleUsages.find((usage) => usage.role === role)?.percent ?? 0;
|
|
228
|
-
}
|
|
229
|
-
function estimatedSaving(tokens, ratio) {
|
|
230
|
-
if (tokens <= 0) return null;
|
|
231
|
-
const saving = Math.round(tokens * ratio);
|
|
232
|
-
return saving > 0 ? saving : null;
|
|
233
|
-
}
|
|
234
|
-
function largestSegmentForRole(segments, role) {
|
|
235
|
-
return [...segments].filter((segment) => segment.role === role).sort((left, right) => right.size - left.size)[0] ?? null;
|
|
236
|
-
}
|
|
237
|
-
function largestSegmentForHistory(segments) {
|
|
238
|
-
return [...segments].filter(
|
|
239
|
-
(segment) => segment.role === "user" || segment.role === "assistant" || segment.role === "tool"
|
|
240
|
-
).sort((left, right) => right.size - left.size)[0] ?? null;
|
|
241
|
-
}
|
|
242
|
-
function firstDuplicateTarget(groups, segments) {
|
|
243
|
-
const firstGroup = groups[0] ?? null;
|
|
244
|
-
if (firstGroup === null) return null;
|
|
245
|
-
const firstSegment = firstGroup.segments[0] ?? null;
|
|
246
|
-
if (firstSegment === null) return null;
|
|
247
|
-
return resolveDuplicateSegment(firstSegment, segments);
|
|
248
|
-
}
|
|
249
|
-
function duplicateSaving(groups) {
|
|
250
|
-
const saving = groups.reduce((sum, group) => sum + group.repeatedTokens, 0);
|
|
251
|
-
return saving > 0 ? saving : null;
|
|
252
|
-
}
|
|
253
|
-
function historyTokens(intelligence) {
|
|
254
|
-
return roleUsageTokens(intelligence, "user") + roleUsageTokens(intelligence, "assistant") + roleUsageTokens(intelligence, "tool");
|
|
255
|
-
}
|
|
256
|
-
function advisorItemFromDiagnostic({
|
|
257
|
-
diagnostic,
|
|
258
|
-
intelligence,
|
|
259
|
-
segments
|
|
260
|
-
}) {
|
|
261
|
-
switch (diagnostic.kind) {
|
|
262
|
-
case "duplicate":
|
|
263
|
-
return {
|
|
264
|
-
key: "duplicate",
|
|
265
|
-
kind: "duplicate",
|
|
266
|
-
severity: diagnostic.severity,
|
|
267
|
-
title: "Duplicate content",
|
|
268
|
-
impact: diagnostic.detail,
|
|
269
|
-
action: "Remove repeated blocks or keep one canonical copy in the next request.",
|
|
270
|
-
savingTokens: duplicateSaving(intelligence.duplicateGroups),
|
|
271
|
-
target: firstDuplicateTarget(intelligence.duplicateGroups, segments)
|
|
272
|
-
};
|
|
273
|
-
case "tool-schema": {
|
|
274
|
-
const tokens = roleUsageTokens(intelligence, "tools");
|
|
275
|
-
const percent = roleUsagePercent(intelligence, "tools");
|
|
276
|
-
return {
|
|
277
|
-
key: "tool-schema",
|
|
278
|
-
kind: "tool-schema",
|
|
279
|
-
severity: diagnostic.severity,
|
|
280
|
-
title: "Tool schema pressure",
|
|
281
|
-
impact: `Tool definitions use ~${formatTokens(tokens)} tokens (${formatPercent(
|
|
282
|
-
percent * 100
|
|
283
|
-
)}).`,
|
|
284
|
-
action: "Disable unused tools or shorten verbose schema descriptions.",
|
|
285
|
-
savingTokens: estimatedSaving(tokens, TOOL_SCHEMA_SAVINGS_RATIO),
|
|
286
|
-
target: largestSegmentForRole(segments, "tools")
|
|
287
|
-
};
|
|
288
|
-
}
|
|
289
|
-
case "system-heavy": {
|
|
290
|
-
const tokens = roleUsageTokens(intelligence, "system");
|
|
291
|
-
const percent = roleUsagePercent(intelligence, "system");
|
|
292
|
-
return {
|
|
293
|
-
key: "system-heavy",
|
|
294
|
-
kind: "system-heavy",
|
|
295
|
-
severity: diagnostic.severity,
|
|
296
|
-
title: "Large system prompt",
|
|
297
|
-
impact: `System instructions use ~${formatTokens(tokens)} tokens (${formatPercent(
|
|
298
|
-
percent * 100
|
|
299
|
-
)}).`,
|
|
300
|
-
action: "Compress repeated policy text and move stable guidance into reusable memory.",
|
|
301
|
-
savingTokens: estimatedSaving(tokens, SYSTEM_PROMPT_SAVINGS_RATIO),
|
|
302
|
-
target: largestSegmentForRole(segments, "system")
|
|
303
|
-
};
|
|
304
|
-
}
|
|
305
|
-
case "history-bloat": {
|
|
306
|
-
const tokens = historyTokens(intelligence);
|
|
307
|
-
return {
|
|
308
|
-
key: "history-bloat",
|
|
309
|
-
kind: "history-bloat",
|
|
310
|
-
severity: diagnostic.severity,
|
|
311
|
-
title: "Conversation history growth",
|
|
312
|
-
impact: diagnostic.detail,
|
|
313
|
-
action: "Summarize older turns and trim resolved tool outputs before continuing.",
|
|
314
|
-
savingTokens: estimatedSaving(tokens, HISTORY_SAVINGS_RATIO),
|
|
315
|
-
target: largestSegmentForHistory(segments)
|
|
316
|
-
};
|
|
317
|
-
}
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
function buildContextAdvisorItems({
|
|
321
|
-
intelligence,
|
|
322
|
-
segments
|
|
323
|
-
}) {
|
|
324
|
-
const items = [];
|
|
325
|
-
if (intelligence.riskLevel === "watch" || intelligence.riskLevel === "danger") {
|
|
326
|
-
items.push({
|
|
327
|
-
key: "context-pressure",
|
|
328
|
-
kind: "context-pressure",
|
|
329
|
-
severity: intelligence.riskLevel === "danger" ? "danger" : "watch",
|
|
330
|
-
title: "Context window pressure",
|
|
331
|
-
impact: `${formatUsagePercent(intelligence.usagePercent)} used, ${formatRemainingTokens(
|
|
332
|
-
intelligence.remainingAfterReserveTokens
|
|
333
|
-
)} remaining after output reserve.`,
|
|
334
|
-
action: "Start with the largest context block, then remove duplicates or summarize history.",
|
|
335
|
-
savingTokens: null,
|
|
336
|
-
target: [...segments].sort((left, right) => right.size - left.size)[0] ?? null
|
|
337
|
-
});
|
|
338
|
-
}
|
|
339
|
-
if (intelligence.contextWindow.source === "unknown") {
|
|
340
|
-
items.push({
|
|
341
|
-
key: "context-window",
|
|
342
|
-
kind: "context-window",
|
|
343
|
-
severity: "watch",
|
|
344
|
-
title: "Context window unknown",
|
|
345
|
-
impact: "Agent Inspector cannot calculate remaining space for this model.",
|
|
346
|
-
action: "Add model metadata in Provider settings so risk and remaining space are accurate.",
|
|
347
|
-
savingTokens: null,
|
|
348
|
-
target: null
|
|
349
|
-
});
|
|
350
|
-
}
|
|
351
|
-
intelligence.diagnostics.forEach((diagnostic) => {
|
|
352
|
-
items.push(advisorItemFromDiagnostic({ diagnostic, intelligence, segments }));
|
|
353
|
-
});
|
|
354
|
-
return items;
|
|
355
|
-
}
|
|
356
|
-
function ContextAdvisorPanel({
|
|
357
|
-
items,
|
|
358
|
-
onSegmentActivate
|
|
359
|
-
}) {
|
|
360
|
-
if (items.length === 0) return null;
|
|
361
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsxs("section", { className: "space-y-2 rounded border border-border/70 bg-muted/15 p-2", children: [
|
|
362
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex flex-wrap items-center justify-between gap-2", children: [
|
|
363
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-xs font-medium text-foreground", children: "Context Advisor" }),
|
|
364
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "font-mono text-[11px] text-muted-foreground", children: [
|
|
365
|
-
String(items.length),
|
|
366
|
-
" issue",
|
|
367
|
-
items.length === 1 ? "" : "s"
|
|
368
|
-
] })
|
|
369
|
-
] }),
|
|
370
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "grid gap-2", children: items.map((item) => {
|
|
371
|
-
const target = item.target;
|
|
372
|
-
const canJump = target !== null && onSegmentActivate !== void 0;
|
|
373
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
374
|
-
"div",
|
|
375
|
-
{
|
|
376
|
-
className: cn("rounded border px-2 py-1.5 text-xs", advisorTone(item.severity)),
|
|
377
|
-
children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex min-w-0 flex-wrap items-start justify-between gap-2", children: [
|
|
378
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "min-w-0", children: [
|
|
379
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "font-medium", children: item.title }),
|
|
380
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "mt-0.5 text-[11px] text-muted-foreground", children: [
|
|
381
|
-
"Impact: ",
|
|
382
|
-
item.impact
|
|
383
|
-
] }),
|
|
384
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "mt-0.5 text-[11px] text-muted-foreground", children: [
|
|
385
|
-
"Action: ",
|
|
386
|
-
item.action
|
|
387
|
-
] })
|
|
388
|
-
] }),
|
|
389
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex shrink-0 items-center gap-1.5", children: [
|
|
390
|
-
item.savingTokens !== null && /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "font-mono text-[11px] text-muted-foreground", children: [
|
|
391
|
-
"Save ~",
|
|
392
|
-
formatTokens(item.savingTokens)
|
|
393
|
-
] }),
|
|
394
|
-
canJump && target !== null && onSegmentActivate !== void 0 && /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
395
|
-
"button",
|
|
396
|
-
{
|
|
397
|
-
type: "button",
|
|
398
|
-
onClick: () => onSegmentActivate(target),
|
|
399
|
-
className: "inline-flex h-6 items-center gap-1 rounded border border-border/60 px-1.5 text-[11px] text-muted-foreground hover:border-border hover:bg-muted/40 hover:text-foreground",
|
|
400
|
-
title: "Jump to the most relevant context block",
|
|
401
|
-
children: [
|
|
402
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(ChevronRight, { className: "size-3" }),
|
|
403
|
-
"Jump"
|
|
404
|
-
]
|
|
405
|
-
}
|
|
406
|
-
)
|
|
407
|
-
] })
|
|
408
|
-
] })
|
|
409
|
-
},
|
|
410
|
-
item.key
|
|
411
|
-
);
|
|
412
|
-
}) })
|
|
413
|
-
] });
|
|
414
|
-
}
|
|
415
|
-
function ContextIntelligenceStrip({
|
|
416
|
-
intelligence,
|
|
417
|
-
segments,
|
|
418
|
-
onSegmentActivate
|
|
419
|
-
}) {
|
|
420
|
-
const usageWidth = intelligence.usagePercent === null ? 0 : Math.max(1, intelligence.usagePercent * 100);
|
|
421
|
-
const outputReserveLabel = intelligence.outputReserveTokens === null ? "No output reserve" : `Output reserve ${formatTokens(intelligence.outputReserveTokens)}`;
|
|
422
|
-
const largestRole = intelligence.largestRole;
|
|
423
|
-
const advisorItems = buildContextAdvisorItems({ intelligence, segments });
|
|
424
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "space-y-2", children: [
|
|
425
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "grid gap-x-4 gap-y-2 border-y border-border/60 py-2 text-xs sm:grid-cols-4", children: [
|
|
426
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "min-w-0", children: [
|
|
427
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-[10px] font-medium uppercase text-muted-foreground", children: "Window" }),
|
|
428
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "mt-0.5 truncate font-mono text-foreground", children: formatContextLimit(intelligence) }),
|
|
429
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "truncate text-[11px] text-muted-foreground", children: formatContextSource(intelligence) })
|
|
430
|
-
] }),
|
|
431
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "min-w-0", children: [
|
|
432
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-[10px] font-medium uppercase text-muted-foreground", children: "Used" }),
|
|
433
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: cn("mt-0.5 font-mono", RISK_TEXT_CLASS[intelligence.riskLevel]), children: formatUsagePercent(intelligence.usagePercent) }),
|
|
434
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "truncate text-[11px] text-muted-foreground", children: outputReserveLabel })
|
|
435
|
-
] }),
|
|
436
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "min-w-0", children: [
|
|
437
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-[10px] font-medium uppercase text-muted-foreground", children: "Remaining" }),
|
|
438
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "mt-0.5 font-mono text-foreground", children: formatRemainingTokens(intelligence.remainingAfterReserveTokens) }),
|
|
439
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "truncate text-[11px] text-muted-foreground", children: [
|
|
440
|
-
"Input only ",
|
|
441
|
-
formatRemainingTokens(intelligence.remainingInputTokens)
|
|
442
|
-
] })
|
|
443
|
-
] }),
|
|
444
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "min-w-0", children: [
|
|
445
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-[10px] font-medium uppercase text-muted-foreground", children: "Largest" }),
|
|
446
|
-
largestRole === null ? /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "mt-0.5 text-muted-foreground", children: "Unknown" }) : /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
|
|
447
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "mt-0.5 flex min-w-0 items-center gap-1.5", children: [
|
|
448
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
449
|
-
"span",
|
|
450
|
-
{
|
|
451
|
-
"aria-hidden": "true",
|
|
452
|
-
className: cn(
|
|
453
|
-
"size-2.5 shrink-0 rounded-[2px]",
|
|
454
|
-
ROLE_COLOR_CLASSES[largestRole.role]
|
|
455
|
-
)
|
|
456
|
-
}
|
|
457
|
-
),
|
|
458
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "truncate text-foreground", children: largestRole.label })
|
|
459
|
-
] }),
|
|
460
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "truncate font-mono text-[11px] text-muted-foreground", children: [
|
|
461
|
-
formatPercent(largestRole.percent * 100),
|
|
462
|
-
" | ~",
|
|
463
|
-
formatTokens(largestRole.tokens)
|
|
464
|
-
] })
|
|
465
|
-
] })
|
|
466
|
-
] })
|
|
467
|
-
] }),
|
|
468
|
-
intelligence.contextWindow.tokens !== null && /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "space-y-1.5", children: [
|
|
469
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "relative h-2 overflow-hidden rounded-full bg-muted/40", children: [
|
|
470
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
471
|
-
"div",
|
|
472
|
-
{
|
|
473
|
-
className: cn("h-full rounded-full", RISK_CLASS[intelligence.riskLevel]),
|
|
474
|
-
style: { width: `${String(usageWidth)}%` }
|
|
475
|
-
}
|
|
476
|
-
),
|
|
477
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
478
|
-
"div",
|
|
479
|
-
{
|
|
480
|
-
"aria-hidden": "true",
|
|
481
|
-
className: "absolute top-0 h-full w-px bg-amber-200/70",
|
|
482
|
-
style: { left: `${String(CONTEXT_USAGE_THRESHOLDS.watch * 100)}%` }
|
|
483
|
-
}
|
|
484
|
-
),
|
|
485
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
486
|
-
"div",
|
|
487
|
-
{
|
|
488
|
-
"aria-hidden": "true",
|
|
489
|
-
className: "absolute top-0 h-full w-px bg-red-200/80",
|
|
490
|
-
style: { left: `${String(CONTEXT_USAGE_THRESHOLDS.danger * 100)}%` }
|
|
491
|
-
}
|
|
492
|
-
)
|
|
493
|
-
] }),
|
|
494
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex justify-between text-[10px] text-muted-foreground", children: [
|
|
495
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { children: "Context window" }),
|
|
496
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { children: [
|
|
497
|
-
"Watch ",
|
|
498
|
-
formatUsagePercent(CONTEXT_USAGE_THRESHOLDS.watch),
|
|
499
|
-
" / Danger",
|
|
500
|
-
" ",
|
|
501
|
-
formatUsagePercent(CONTEXT_USAGE_THRESHOLDS.danger)
|
|
502
|
-
] })
|
|
503
|
-
] })
|
|
504
|
-
] }),
|
|
505
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(ContextAdvisorPanel, { items: advisorItems, onSegmentActivate })
|
|
506
|
-
] });
|
|
507
|
-
}
|
|
508
|
-
function resolveDuplicateSegment(duplicateSegment, segments) {
|
|
509
|
-
return segments.find((segment) => segment.path === duplicateSegment.path) ?? null;
|
|
510
|
-
}
|
|
511
|
-
function DuplicateContentPanel({
|
|
512
|
-
groups,
|
|
513
|
-
segments,
|
|
514
|
-
onSegmentActivate
|
|
515
|
-
}) {
|
|
516
|
-
const [expanded, setExpanded] = reactExports.useState(false);
|
|
517
|
-
if (groups.length === 0) return null;
|
|
518
|
-
const visibleGroups = groups.slice(0, DUPLICATE_GROUP_DISPLAY_COUNT);
|
|
519
|
-
const hiddenGroupCount = groups.length - visibleGroups.length;
|
|
520
|
-
const totalRepeatedTokens = groups.reduce((sum, group) => sum + group.repeatedTokens, 0);
|
|
521
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsxs("section", { className: "space-y-2 rounded border border-border/70 bg-muted/15 p-2", children: [
|
|
522
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
523
|
-
"button",
|
|
524
|
-
{
|
|
525
|
-
type: "button",
|
|
526
|
-
onClick: () => setExpanded((current) => !current),
|
|
527
|
-
"aria-expanded": expanded,
|
|
528
|
-
className: "flex w-full flex-wrap items-center justify-between gap-2 rounded px-1 py-0.5 text-left transition-colors hover:bg-muted/30 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-1",
|
|
529
|
-
children: [
|
|
530
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "inline-flex min-w-0 items-center gap-1.5", children: [
|
|
531
|
-
expanded ? /* @__PURE__ */ jsxRuntimeExports.jsx(ChevronDown, { className: "size-3.5 shrink-0 text-muted-foreground" }) : /* @__PURE__ */ jsxRuntimeExports.jsx(ChevronRight, { className: "size-3.5 shrink-0 text-muted-foreground" }),
|
|
532
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "truncate text-xs font-medium text-foreground", children: "Duplicate Content" })
|
|
533
|
-
] }),
|
|
534
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "font-mono text-[11px] text-muted-foreground", children: [
|
|
535
|
-
String(groups.length),
|
|
536
|
-
" group",
|
|
537
|
-
groups.length === 1 ? "" : "s",
|
|
538
|
-
" | ~",
|
|
539
|
-
formatTokens(totalRepeatedTokens),
|
|
540
|
-
" repeated"
|
|
541
|
-
] })
|
|
542
|
-
]
|
|
543
|
-
}
|
|
544
|
-
),
|
|
545
|
-
expanded && /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
|
|
546
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "space-y-2", children: visibleGroups.map((group, groupIndex) => {
|
|
547
|
-
const visibleSegments = group.segments.slice(0, DUPLICATE_SEGMENT_DISPLAY_COUNT);
|
|
548
|
-
const hiddenSegmentCount = group.segments.length - visibleSegments.length;
|
|
549
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
550
|
-
"div",
|
|
551
|
-
{
|
|
552
|
-
className: "space-y-1.5 border-t border-border/50 pt-2 first:border-t-0 first:pt-0",
|
|
553
|
-
children: [
|
|
554
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex min-w-0 items-center gap-2 text-xs", children: [
|
|
555
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "w-5 shrink-0 text-right font-mono text-muted-foreground/70", children: String(groupIndex + 1) }),
|
|
556
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "min-w-0 flex-1 truncate text-foreground", children: group.firstLabel }),
|
|
557
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "shrink-0 font-mono text-muted-foreground", children: [
|
|
558
|
-
"x",
|
|
559
|
-
String(group.count),
|
|
560
|
-
" | ~",
|
|
561
|
-
formatTokens(group.repeatedTokens),
|
|
562
|
-
" saved"
|
|
563
|
-
] })
|
|
564
|
-
] }),
|
|
565
|
-
group.preview.length > 0 && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "ml-7 line-clamp-2 break-words rounded bg-background/40 px-2 py-1 font-mono text-[11px] leading-4 text-muted-foreground", children: group.preview }),
|
|
566
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "ml-7 flex flex-wrap gap-1", children: [
|
|
567
|
-
visibleSegments.map((duplicateSegment, segmentIndex) => {
|
|
568
|
-
const target = resolveDuplicateSegment(duplicateSegment, segments);
|
|
569
|
-
const activate = target === null || onSegmentActivate === void 0 ? void 0 : onSegmentActivate;
|
|
570
|
-
const label = `${duplicateSegment.label} ~${formatTokens(
|
|
571
|
-
duplicateSegment.tokens
|
|
572
|
-
)}`;
|
|
573
|
-
if (activate === void 0 || target === null) {
|
|
574
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
575
|
-
"span",
|
|
576
|
-
{
|
|
577
|
-
className: "inline-flex h-6 max-w-40 items-center rounded border border-border/60 px-1.5 text-[11px] text-muted-foreground",
|
|
578
|
-
title: label,
|
|
579
|
-
children: /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "truncate", children: label })
|
|
580
|
-
},
|
|
581
|
-
`${duplicateSegment.path}-${segmentIndex}`
|
|
582
|
-
);
|
|
583
|
-
}
|
|
584
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
585
|
-
"button",
|
|
586
|
-
{
|
|
587
|
-
type: "button",
|
|
588
|
-
onClick: () => activate(target),
|
|
589
|
-
className: "inline-flex h-6 max-w-40 items-center rounded border border-border/60 px-1.5 text-[11px] text-muted-foreground hover:border-border hover:bg-muted/40 hover:text-foreground",
|
|
590
|
-
title: "Jump to this duplicate block",
|
|
591
|
-
children: /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "truncate", children: label })
|
|
592
|
-
},
|
|
593
|
-
`${duplicateSegment.path}-${segmentIndex}`
|
|
594
|
-
);
|
|
595
|
-
}),
|
|
596
|
-
hiddenSegmentCount > 0 && /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "inline-flex h-6 items-center rounded border border-border/40 px-1.5 font-mono text-[11px] text-muted-foreground/70", children: [
|
|
597
|
-
"+",
|
|
598
|
-
String(hiddenSegmentCount)
|
|
599
|
-
] })
|
|
600
|
-
] })
|
|
601
|
-
]
|
|
602
|
-
},
|
|
603
|
-
group.key
|
|
604
|
-
);
|
|
605
|
-
}) }),
|
|
606
|
-
hiddenGroupCount > 0 && /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "border-t border-border/50 pt-2 font-mono text-[11px] text-muted-foreground", children: [
|
|
607
|
-
"+",
|
|
608
|
-
String(hiddenGroupCount),
|
|
609
|
-
" more duplicate group",
|
|
610
|
-
hiddenGroupCount === 1 ? "" : "s"
|
|
611
|
-
] })
|
|
612
|
-
] })
|
|
613
|
-
] });
|
|
614
|
-
}
|
|
615
|
-
function aggregateByRole(segments) {
|
|
616
|
-
const result = [];
|
|
617
|
-
for (const role of ROLE_ORDER) {
|
|
618
|
-
const matching = segments.filter((segment) => segment.role === role);
|
|
619
|
-
if (matching.length === 0) continue;
|
|
620
|
-
const size = matching.reduce((sum, segment) => sum + segment.size, 0);
|
|
621
|
-
const characters = matching.reduce((sum, segment) => sum + segment.characters, 0);
|
|
622
|
-
const label = ANATOMY_ROLE_LABELS[role];
|
|
623
|
-
const text = `${matching.length} segment${matching.length === 1 ? "" : "s"} grouped as ${ROLE_DESCRIPTIONS[role]}`;
|
|
624
|
-
result.push({
|
|
625
|
-
role,
|
|
626
|
-
label,
|
|
627
|
-
size,
|
|
628
|
-
characters,
|
|
629
|
-
text,
|
|
630
|
-
path: `role:${role}`
|
|
631
|
-
});
|
|
632
|
-
}
|
|
633
|
-
return result;
|
|
634
|
-
}
|
|
635
|
-
function topContributors(segments) {
|
|
636
|
-
return [...segments].sort((a, b) => b.size - a.size).slice(0, TOP_CONTRIBUTOR_COUNT);
|
|
637
|
-
}
|
|
638
|
-
function RequestAnatomy({
|
|
639
|
-
parsed,
|
|
640
|
-
inputTokens,
|
|
641
|
-
model = null,
|
|
642
|
-
onSegmentActivate,
|
|
643
|
-
segments: providedSegments
|
|
644
|
-
}) {
|
|
645
|
-
const { providers } = useProviders();
|
|
646
|
-
const [viewMode, setViewMode] = reactExports.useState("role");
|
|
647
|
-
const segments = reactExports.useMemo(() => providedSegments ?? null, [providedSegments]);
|
|
648
|
-
const total = reactExports.useMemo(
|
|
649
|
-
() => (segments ?? []).reduce((sum, segment) => sum + segment.size, 0),
|
|
650
|
-
[segments]
|
|
651
|
-
);
|
|
652
|
-
const roleSegments = reactExports.useMemo(
|
|
653
|
-
() => segments === null ? [] : aggregateByRole(segments),
|
|
654
|
-
[segments]
|
|
655
|
-
);
|
|
656
|
-
const topSegments = reactExports.useMemo(
|
|
657
|
-
() => segments === null ? [] : topContributors(segments),
|
|
658
|
-
[segments]
|
|
659
|
-
);
|
|
660
|
-
const intelligence = reactExports.useMemo(
|
|
661
|
-
() => segments === null ? null : analyzeContextIntelligence({
|
|
662
|
-
segments,
|
|
663
|
-
inputTokens,
|
|
664
|
-
parsed,
|
|
665
|
-
model,
|
|
666
|
-
providers
|
|
667
|
-
}),
|
|
668
|
-
[inputTokens, model, parsed, providers, segments]
|
|
669
|
-
);
|
|
670
|
-
const showDivergenceWarning = reactExports.useMemo(() => {
|
|
671
|
-
if (segments === null) return false;
|
|
672
|
-
if (inputTokens === null) return false;
|
|
673
|
-
if (total === 0) return false;
|
|
674
|
-
const ratio = Math.abs(inputTokens - total) / Math.max(inputTokens, total);
|
|
675
|
-
return ratio >= DIVERGENCE_AMBER_THRESHOLD;
|
|
676
|
-
}, [inputTokens, segments, total]);
|
|
677
|
-
if (segments === null) return null;
|
|
678
|
-
if (segments.length === 0) return null;
|
|
679
|
-
if (parsed === null && providedSegments === void 0) return null;
|
|
680
|
-
const summaryColorClass = inputTokens !== null && showDivergenceWarning ? "text-amber-400" : "text-muted-foreground";
|
|
681
|
-
const displayedSegments = viewMode === "role" ? roleSegments : segments;
|
|
682
|
-
const displayedTotal = total > 0 ? total : displayedSegments.reduce((sum, item) => sum + item.size, 0);
|
|
683
|
-
const activateSegment = viewMode === "segment" ? onSegmentActivate : void 0;
|
|
684
|
-
const segmentCountLabel = `${String(segments.length)} segment${segments.length === 1 ? "" : "s"}`;
|
|
685
|
-
const providerInputLabel = inputTokens === null ? "Provider input unknown" : `Provider input ${formatTokens(inputTokens)}`;
|
|
686
|
-
const contextLimitLabel = intelligence === null ? "Limit unknown" : `Limit ${formatContextLimit(intelligence)}`;
|
|
687
|
-
const usageLabel = intelligence === null ? "Usage unknown" : `${formatUsagePercent(intelligence.usagePercent)} used`;
|
|
688
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(TooltipProvider, { delayDuration: 150, children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "px-4 py-3 space-y-3", "data-testid": "anatomy-root", children: [
|
|
689
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex flex-wrap items-start justify-between gap-3", children: [
|
|
690
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "min-w-0", children: [
|
|
691
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex min-w-0 flex-wrap items-center gap-2", children: [
|
|
692
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-sm font-semibold text-foreground", children: "Request Context" }),
|
|
693
|
-
intelligence !== null && /* @__PURE__ */ jsxRuntimeExports.jsx(ContextHealthBadge, { health: intelligence.health })
|
|
694
|
-
] }),
|
|
695
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: cn("mt-0.5 text-xs font-mono tabular-nums", summaryColorClass), children: [
|
|
696
|
-
"Estimated ~",
|
|
697
|
-
formatTokens(total),
|
|
698
|
-
" tokens | ",
|
|
699
|
-
providerInputLabel,
|
|
700
|
-
" | ",
|
|
701
|
-
contextLimitLabel,
|
|
702
|
-
" |",
|
|
703
|
-
" ",
|
|
704
|
-
usageLabel,
|
|
705
|
-
" | ",
|
|
706
|
-
segmentCountLabel
|
|
707
|
-
] })
|
|
708
|
-
] }),
|
|
709
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
710
|
-
"div",
|
|
711
|
-
{
|
|
712
|
-
className: "inline-flex shrink-0 rounded border border-border bg-muted/20 p-0.5",
|
|
713
|
-
role: "group",
|
|
714
|
-
"aria-label": "Context breakdown mode",
|
|
715
|
-
children: VIEW_MODE_OPTIONS.map((option) => /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
716
|
-
"button",
|
|
717
|
-
{
|
|
718
|
-
type: "button",
|
|
719
|
-
"aria-pressed": viewMode === option.value,
|
|
720
|
-
onClick: () => setViewMode(option.value),
|
|
721
|
-
className: cn(
|
|
722
|
-
"h-6 rounded-sm px-2 text-[11px] font-medium transition-colors",
|
|
723
|
-
viewMode === option.value ? "bg-background text-foreground shadow-sm" : "text-muted-foreground hover:text-foreground"
|
|
724
|
-
),
|
|
725
|
-
children: option.label
|
|
726
|
-
},
|
|
727
|
-
option.value
|
|
728
|
-
))
|
|
729
|
-
}
|
|
730
|
-
)
|
|
731
|
-
] }),
|
|
732
|
-
showDivergenceWarning && /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "inline-flex items-center gap-1.5 text-xs text-amber-400", children: [
|
|
733
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs(Tooltip, { children: [
|
|
734
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(TooltipTrigger, { asChild: true, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
735
|
-
"button",
|
|
736
|
-
{
|
|
737
|
-
type: "button",
|
|
738
|
-
className: "inline-flex items-center hover:text-amber-300",
|
|
739
|
-
"aria-label": "Token estimate differs from provider input",
|
|
740
|
-
children: /* @__PURE__ */ jsxRuntimeExports.jsx(Info, { className: "size-3.5" })
|
|
741
|
-
}
|
|
742
|
-
) }),
|
|
743
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(TooltipContent, { className: "max-w-xs text-xs", children: "The bar uses a local token estimate. Provider input tokens remain the source of truth for billing and context-window usage." })
|
|
744
|
-
] }),
|
|
745
|
-
"Estimate differs from provider-reported input."
|
|
746
|
-
] }),
|
|
747
|
-
intelligence !== null && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
748
|
-
ContextIntelligenceStrip,
|
|
749
|
-
{
|
|
750
|
-
intelligence,
|
|
751
|
-
segments,
|
|
752
|
-
onSegmentActivate
|
|
753
|
-
}
|
|
754
|
-
),
|
|
755
|
-
intelligence !== null && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
756
|
-
DuplicateContentPanel,
|
|
757
|
-
{
|
|
758
|
-
groups: intelligence.duplicateGroups,
|
|
759
|
-
segments,
|
|
760
|
-
onSegmentActivate
|
|
761
|
-
}
|
|
762
|
-
),
|
|
763
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
764
|
-
SegmentBar,
|
|
765
|
-
{
|
|
766
|
-
segments: displayedSegments,
|
|
767
|
-
totalTokens: displayedTotal,
|
|
768
|
-
showLabels: viewMode === "segment",
|
|
769
|
-
onActivate: activateSegment
|
|
770
|
-
}
|
|
771
|
-
),
|
|
772
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "flex flex-wrap items-center gap-x-3 gap-y-1.5 text-[11px] text-muted-foreground", children: roleSegments.map((segment) => {
|
|
773
|
-
const percent = total > 0 ? segment.size / total * 100 : 0;
|
|
774
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "inline-flex items-center gap-1.5", children: [
|
|
775
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
776
|
-
"span",
|
|
777
|
-
{
|
|
778
|
-
"aria-hidden": "true",
|
|
779
|
-
className: cn("size-2.5 rounded-[2px]", ROLE_COLOR_CLASSES[segment.role])
|
|
780
|
-
}
|
|
781
|
-
),
|
|
782
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { children: segment.label }),
|
|
783
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "font-mono text-muted-foreground/70", children: formatPercent(percent) })
|
|
784
|
-
] }, segment.role);
|
|
785
|
-
}) }),
|
|
786
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "space-y-1.5", children: [
|
|
787
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-xs font-medium text-foreground", children: "Top Contributors" }),
|
|
788
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "grid gap-1", children: topSegments.map((segment, index) => {
|
|
789
|
-
const percent = total > 0 ? segment.size / total * 100 : 0;
|
|
790
|
-
const activate = onSegmentActivate;
|
|
791
|
-
const content = /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
|
|
792
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "w-5 shrink-0 text-right font-mono text-muted-foreground/70", children: String(index + 1) }),
|
|
793
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
794
|
-
"span",
|
|
795
|
-
{
|
|
796
|
-
"aria-hidden": "true",
|
|
797
|
-
className: cn(
|
|
798
|
-
"size-2.5 shrink-0 rounded-[2px]",
|
|
799
|
-
ROLE_COLOR_CLASSES[segment.role]
|
|
800
|
-
)
|
|
801
|
-
}
|
|
802
|
-
),
|
|
803
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "min-w-0 flex-1 truncate text-left", children: segment.label }),
|
|
804
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "shrink-0 font-mono text-muted-foreground", children: [
|
|
805
|
-
formatPercent(percent),
|
|
806
|
-
" | ~",
|
|
807
|
-
formatTokens(segment.size)
|
|
808
|
-
] })
|
|
809
|
-
] });
|
|
810
|
-
if (activate !== void 0) {
|
|
811
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
812
|
-
"button",
|
|
813
|
-
{
|
|
814
|
-
type: "button",
|
|
815
|
-
onClick: () => activate(segment),
|
|
816
|
-
className: "flex h-7 items-center gap-2 rounded px-1.5 text-xs text-muted-foreground hover:bg-muted/40 hover:text-foreground",
|
|
817
|
-
title: "Jump to this request block",
|
|
818
|
-
children: content
|
|
819
|
-
},
|
|
820
|
-
`${segment.path}-${index}`
|
|
821
|
-
);
|
|
822
|
-
}
|
|
823
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
824
|
-
"div",
|
|
825
|
-
{
|
|
826
|
-
className: "flex h-7 items-center gap-2 rounded px-1.5 text-xs text-muted-foreground",
|
|
827
|
-
children: content
|
|
828
|
-
},
|
|
829
|
-
`${segment.path}-${index}`
|
|
830
|
-
);
|
|
831
|
-
}) })
|
|
832
|
-
] })
|
|
833
|
-
] }) });
|
|
834
|
-
}
|
|
835
|
-
export {
|
|
836
|
-
RequestAnatomy
|
|
837
|
-
};
|