@opentrace/opentrace 0.4.0-rc.641 → 0.4.0-rc.646
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/lib/{SidePanel-jPUHB6Wr.cjs → SidePanel-DacVjrAf.cjs} +3 -2
- package/dist/lib/{SidePanel-jPUHB6Wr.cjs.map → SidePanel-DacVjrAf.cjs.map} +1 -1
- package/dist/lib/{SidePanel-CmyYalhz.js → SidePanel-K_1r1fxD.js} +3 -2
- package/dist/lib/{SidePanel-CmyYalhz.js.map → SidePanel-K_1r1fxD.js.map} +1 -1
- package/dist/lib/app-components.cjs +1 -1
- package/dist/lib/app-components.js +1 -1
- package/dist/lib/app.cjs +2 -2
- package/dist/lib/app.js +2 -2
- package/dist/lib/{debug-BTiDMD9y.js → debug-B7mCGc8n.js} +13 -4
- package/dist/lib/{debug-BTiDMD9y.js.map → debug-B7mCGc8n.js.map} +1 -1
- package/dist/lib/{debug-qa6iDu_J.cjs → debug-BKa4XBhm.cjs} +13 -4
- package/dist/lib/{debug-qa6iDu_J.cjs.map → debug-BKa4XBhm.cjs.map} +1 -1
- package/dist/lib/job.cjs +1 -1
- package/dist/lib/job.js +1 -1
- package/dist/lib/pipeline.cjs +1 -1
- package/dist/lib/pipeline.js +2 -2
- package/dist/lib/src/appComponents/ChatPanel.d.ts +3 -1
- package/dist/lib/src/appComponents/ChatPanel.d.ts.map +1 -1
- package/dist/lib/src/components/pipeline/concurrent/stages.d.ts.map +1 -1
- package/dist/lib/{useJobStream-DpZX-Frr.js → useJobStream-CpkPxjOJ.js} +2 -2
- package/dist/lib/{useJobStream-DpZX-Frr.js.map → useJobStream-CpkPxjOJ.js.map} +1 -1
- package/dist/lib/{useJobStream-BitxnpbI.cjs → useJobStream-cW16_G1r.cjs} +2 -2
- package/dist/lib/{useJobStream-BitxnpbI.cjs.map → useJobStream-cW16_G1r.cjs.map} +1 -1
- package/package.json +1 -1
|
@@ -70325,6 +70325,7 @@ function ChatPanel({
|
|
|
70325
70325
|
onChatHighlight,
|
|
70326
70326
|
onQuestionSubmit,
|
|
70327
70327
|
repoUrl,
|
|
70328
|
+
projectKey,
|
|
70328
70329
|
onWidthChange,
|
|
70329
70330
|
settingsFooter
|
|
70330
70331
|
}) {
|
|
@@ -70363,7 +70364,7 @@ function ChatPanel({
|
|
|
70363
70364
|
persistMessages,
|
|
70364
70365
|
loadingConversation,
|
|
70365
70366
|
foundNodeIds: restoredFoundNodeIds
|
|
70366
|
-
} = useConversation(repoUrl, historyEnabled);
|
|
70367
|
+
} = useConversation(projectKey ?? repoUrl, historyEnabled);
|
|
70367
70368
|
const [showSettings, setShowSettings] = React.useState(false);
|
|
70368
70369
|
const [input, setInput] = React.useState("");
|
|
70369
70370
|
const [streaming, setStreaming] = React.useState(false);
|
|
@@ -79237,4 +79238,4 @@ exports.useGraph = useGraph;
|
|
|
79237
79238
|
exports.useGraphData = useGraphData;
|
|
79238
79239
|
exports.useGraphInteraction = useGraphInteraction;
|
|
79239
79240
|
exports.useGraphViewer = useGraphViewer;
|
|
79240
|
-
//# sourceMappingURL=SidePanel-
|
|
79241
|
+
//# sourceMappingURL=SidePanel-DacVjrAf.cjs.map
|