summaryrefslogtreecommitdiffhomepage
path: root/src/features/chat/index.ts
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-07 18:52:13 +0900
committerAdam Malczewski <[email protected]>2026-06-07 18:52:13 +0900
commit80f8a219c89a963c485da0f40dc428bf688fedb7 (patch)
tree737822344118e5c1c840b8399a554a1898f07093 /src/features/chat/index.ts
parent48c6d85c3cc5a57a729f14068e2346b17ed62088 (diff)
downloaddispatch-web-80f8a219c89a963c485da0f40dc428bf688fedb7.tar.gz
dispatch-web-80f8a219c89a963c485da0f40dc428bf688fedb7.zip
Revert "feat(chat): live turn metrics — telemetry reducer + rendering"
This reverts commit 48c6d85c3cc5a57a729f14068e2346b17ed62088.
Diffstat (limited to 'src/features/chat/index.ts')
-rw-r--r--src/features/chat/index.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/features/chat/index.ts b/src/features/chat/index.ts
index b096cca..4f2091a 100644
--- a/src/features/chat/index.ts
+++ b/src/features/chat/index.ts
@@ -1,10 +1,8 @@
export type { RenderedChunk, RenderGroup, ToolBatchEntry } from "../../core/chunks";
export { groupRenderedChunks } from "../../core/chunks";
-export type { StepMetrics, TelemetryState, TurnMetrics } from "../../core/telemetry";
export type { ChatTransport, HistorySync } from "./ports";
export type { ChatStore, ChatStoreDependencies } from "./store.svelte";
export { createChatStore } from "./store.svelte";
export { default as ChatView } from "./ui/ChatView.svelte";
export { default as Composer } from "./ui/Composer.svelte";
export { default as ModelSelector } from "./ui/ModelSelector.svelte";
-export { default as TurnSummary } from "./ui/TurnSummary.svelte";