fix(coding-agent): add entry renderers for session entries

This commit is contained in:
Mario Zechner
2026-07-01 11:00:14 +02:00
parent 8c9436407c
commit ba10b60b51
18 changed files with 507 additions and 158 deletions
+4
View File
@@ -77,6 +77,8 @@ export type {
ContextUsage,
CustomToolCallEvent,
EditToolCallEvent,
EntryRenderer,
EntryRenderOptions,
ExecOptions,
ExecResult,
Extension,
@@ -214,6 +216,7 @@ export {
} from "./core/sdk.ts";
export {
type BranchSummaryEntry,
buildContextEntries,
buildSessionContext,
type CompactionEntry,
CURRENT_SESSION_VERSION,
@@ -234,6 +237,7 @@ export {
SessionManager,
type SessionMessageEntry,
type SessionTreeNode,
sessionEntryToContextMessages,
type ThinkingLevelChangeEntry,
} from "./core/session-manager.ts";
export {