@tarquinen/opencode-dcp 3.2.1-beta0 → 3.2.3-beta0
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/README.md +4 -16
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/lib/commands/compression-targets.d.ts +1 -0
- package/dist/lib/commands/compression-targets.d.ts.map +1 -1
- package/dist/lib/commands/compression-targets.js +1 -0
- package/dist/lib/commands/compression-targets.js.map +1 -1
- package/dist/lib/commands/manual.js +1 -1
- package/dist/lib/commands/manual.js.map +1 -1
- package/dist/lib/commands/stats.d.ts.map +1 -1
- package/dist/lib/commands/stats.js +41 -6
- package/dist/lib/commands/stats.js.map +1 -1
- package/dist/lib/compress/message-utils.d.ts +2 -2
- package/dist/lib/compress/message-utils.d.ts.map +1 -1
- package/dist/lib/compress/message-utils.js +87 -31
- package/dist/lib/compress/message-utils.js.map +1 -1
- package/dist/lib/compress/message.d.ts.map +1 -1
- package/dist/lib/compress/message.js +10 -6
- package/dist/lib/compress/message.js.map +1 -1
- package/dist/lib/compress/pipeline.d.ts.map +1 -1
- package/dist/lib/compress/pipeline.js +2 -0
- package/dist/lib/compress/pipeline.js.map +1 -1
- package/dist/lib/compress/range.d.ts.map +1 -1
- package/dist/lib/compress/range.js +6 -2
- package/dist/lib/compress/range.js.map +1 -1
- package/dist/lib/compress/state.d.ts +2 -1
- package/dist/lib/compress/state.d.ts.map +1 -1
- package/dist/lib/compress/state.js +16 -0
- package/dist/lib/compress/state.js.map +1 -1
- package/dist/lib/compress/timing.d.ts +18 -0
- package/dist/lib/compress/timing.d.ts.map +1 -0
- package/dist/lib/compress/timing.js +42 -0
- package/dist/lib/compress/timing.js.map +1 -0
- package/dist/lib/compress/types.d.ts +2 -0
- package/dist/lib/compress/types.d.ts.map +1 -1
- package/dist/lib/config.js +1 -1
- package/dist/lib/config.js.map +1 -1
- package/dist/lib/hooks.d.ts +3 -0
- package/dist/lib/hooks.d.ts.map +1 -1
- package/dist/lib/hooks.js +72 -2
- package/dist/lib/hooks.js.map +1 -1
- package/dist/lib/messages/inject/inject.js +2 -2
- package/dist/lib/messages/inject/utils.d.ts +0 -1
- package/dist/lib/messages/inject/utils.d.ts.map +1 -1
- package/dist/lib/messages/inject/utils.js +1 -27
- package/dist/lib/messages/inject/utils.js.map +1 -1
- package/dist/lib/messages/utils.d.ts +1 -1
- package/dist/lib/messages/utils.d.ts.map +1 -1
- package/dist/lib/messages/utils.js +5 -12
- package/dist/lib/messages/utils.js.map +1 -1
- package/dist/lib/prompts/compress-message.d.ts +1 -1
- package/dist/lib/prompts/compress-message.d.ts.map +1 -1
- package/dist/lib/prompts/compress-message.js +11 -12
- package/dist/lib/prompts/compress-message.js.map +1 -1
- package/dist/lib/prompts/compress-range.d.ts +1 -1
- package/dist/lib/prompts/compress-range.d.ts.map +1 -1
- package/dist/lib/prompts/compress-range.js +1 -1
- package/dist/lib/prompts/context-limit-nudge.d.ts +1 -1
- package/dist/lib/prompts/context-limit-nudge.d.ts.map +1 -1
- package/dist/lib/prompts/context-limit-nudge.js +3 -9
- package/dist/lib/prompts/context-limit-nudge.js.map +1 -1
- package/dist/lib/prompts/extensions/nudge.d.ts +5 -0
- package/dist/lib/prompts/extensions/nudge.d.ts.map +1 -0
- package/dist/lib/prompts/extensions/nudge.js +35 -0
- package/dist/lib/prompts/extensions/nudge.js.map +1 -0
- package/dist/lib/prompts/extensions/system.d.ts +4 -0
- package/dist/lib/prompts/extensions/system.d.ts.map +1 -0
- package/dist/lib/prompts/extensions/system.js +30 -0
- package/dist/lib/prompts/extensions/system.js.map +1 -0
- package/dist/lib/prompts/extensions/tool.d.ts +3 -0
- package/dist/lib/prompts/extensions/tool.d.ts.map +1 -0
- package/dist/lib/prompts/extensions/tool.js +34 -0
- package/dist/lib/prompts/extensions/tool.js.map +1 -0
- package/dist/lib/prompts/index.d.ts +1 -1
- package/dist/lib/prompts/index.d.ts.map +1 -1
- package/dist/lib/prompts/index.js +12 -13
- package/dist/lib/prompts/index.js.map +1 -1
- package/dist/lib/prompts/iteration-nudge.d.ts +1 -1
- package/dist/lib/prompts/iteration-nudge.d.ts.map +1 -1
- package/dist/lib/prompts/iteration-nudge.js +0 -2
- package/dist/lib/prompts/iteration-nudge.js.map +1 -1
- package/dist/lib/prompts/store.d.ts +2 -2
- package/dist/lib/prompts/store.d.ts.map +1 -1
- package/dist/lib/prompts/store.js +6 -6
- package/dist/lib/prompts/store.js.map +1 -1
- package/dist/lib/prompts/system.d.ts +1 -1
- package/dist/lib/prompts/system.d.ts.map +1 -1
- package/dist/lib/prompts/system.js +0 -13
- package/dist/lib/prompts/system.js.map +1 -1
- package/dist/lib/prompts/turn-nudge.d.ts +1 -1
- package/dist/lib/prompts/turn-nudge.d.ts.map +1 -1
- package/dist/lib/prompts/turn-nudge.js +1 -2
- package/dist/lib/prompts/turn-nudge.js.map +1 -1
- package/dist/lib/state/persistence.d.ts.map +1 -1
- package/dist/lib/state/persistence.js +13 -16
- package/dist/lib/state/persistence.js.map +1 -1
- package/dist/lib/state/state.d.ts.map +1 -1
- package/dist/lib/state/state.js +9 -0
- package/dist/lib/state/state.js.map +1 -1
- package/dist/lib/state/types.d.ts +4 -0
- package/dist/lib/state/types.d.ts.map +1 -1
- package/dist/lib/state/utils.d.ts +7 -6
- package/dist/lib/state/utils.d.ts.map +1 -1
- package/dist/lib/state/utils.js +17 -0
- package/dist/lib/state/utils.js.map +1 -1
- package/lib/analysis/tokens.ts +225 -0
- package/lib/config.ts +1071 -0
- package/lib/logger.ts +235 -0
- package/lib/messages/query.ts +56 -0
- package/lib/state/index.ts +4 -0
- package/lib/state/persistence.ts +256 -0
- package/lib/state/state.ts +190 -0
- package/lib/state/tool-cache.ts +98 -0
- package/lib/state/types.ts +112 -0
- package/lib/state/utils.ts +334 -0
- package/lib/token-utils.ts +162 -0
- package/package.json +22 -6
- package/tui/data/context.ts +177 -0
- package/tui/index.tsx +34 -0
- package/tui/routes/summary.tsx +175 -0
- package/tui/shared/names.ts +9 -0
- package/tui/shared/theme.ts +58 -0
- package/tui/shared/types.ts +38 -0
- package/tui/slots/sidebar-content.tsx +502 -0
- package/dist/lib/prompts/internal-overlays.d.ts +0 -5
- package/dist/lib/prompts/internal-overlays.d.ts.map +0 -1
- package/dist/lib/prompts/internal-overlays.js +0 -49
- package/dist/lib/prompts/internal-overlays.js.map +0 -1
- package/dist/lib/prompts/message-priority-guidance.d.ts +0 -2
- package/dist/lib/prompts/message-priority-guidance.d.ts.map +0 -1
- package/dist/lib/prompts/message-priority-guidance.js +0 -9
- package/dist/lib/prompts/message-priority-guidance.js.map +0 -1
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
import { Logger } from "../../lib/logger"
|
|
2
|
+
import {
|
|
3
|
+
createSessionState,
|
|
4
|
+
loadSessionState,
|
|
5
|
+
type SessionState,
|
|
6
|
+
type WithParts,
|
|
7
|
+
} from "../../lib/state"
|
|
8
|
+
import {
|
|
9
|
+
findLastCompactionTimestamp,
|
|
10
|
+
getActiveSummaryTokenUsage,
|
|
11
|
+
loadPruneMap,
|
|
12
|
+
loadPruneMessagesState,
|
|
13
|
+
} from "../../lib/state/utils"
|
|
14
|
+
import { loadAllSessionStats } from "../../lib/state/persistence"
|
|
15
|
+
import { analyzeTokens, emptyBreakdown } from "../../lib/analysis/tokens"
|
|
16
|
+
import type { DcpContextSnapshot, DcpTuiClient } from "../shared/types"
|
|
17
|
+
|
|
18
|
+
const snapshotCache = new Map<string, DcpContextSnapshot>()
|
|
19
|
+
const inflightSnapshots = new Map<string, Promise<DcpContextSnapshot>>()
|
|
20
|
+
const CACHE_TTL_MS = 5000
|
|
21
|
+
|
|
22
|
+
export const createPlaceholderContextSnapshot = (
|
|
23
|
+
sessionID?: string,
|
|
24
|
+
notes: string[] = [],
|
|
25
|
+
): DcpContextSnapshot => ({
|
|
26
|
+
sessionID,
|
|
27
|
+
breakdown: emptyBreakdown(),
|
|
28
|
+
activeSummaryTokens: 0,
|
|
29
|
+
persisted: {
|
|
30
|
+
available: false,
|
|
31
|
+
activeBlockCount: 0,
|
|
32
|
+
activeBlocks: [],
|
|
33
|
+
},
|
|
34
|
+
messageStatuses: [],
|
|
35
|
+
allTimeStats: { totalTokensSaved: 0, sessionCount: 0 },
|
|
36
|
+
notes,
|
|
37
|
+
loadedAt: Date.now(),
|
|
38
|
+
})
|
|
39
|
+
|
|
40
|
+
function cleanBlockSummary(raw: string): string {
|
|
41
|
+
return raw
|
|
42
|
+
.replace(/^\s*\[Compressed conversation section\]\s*/i, "")
|
|
43
|
+
.replace(/(?:\r?\n)*<dcp-message-id>b\d+<\/dcp-message-id>\s*$/i, "")
|
|
44
|
+
.trim()
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
const buildState = async (
|
|
48
|
+
sessionID: string,
|
|
49
|
+
messages: WithParts[],
|
|
50
|
+
logger: Logger,
|
|
51
|
+
): Promise<{ state: SessionState; persisted: Awaited<ReturnType<typeof loadSessionState>> }> => {
|
|
52
|
+
const state = createSessionState()
|
|
53
|
+
const persisted = await loadSessionState(sessionID, logger)
|
|
54
|
+
|
|
55
|
+
state.sessionId = sessionID
|
|
56
|
+
state.lastCompaction = findLastCompactionTimestamp(messages)
|
|
57
|
+
state.stats.pruneTokenCounter = 0
|
|
58
|
+
state.stats.totalPruneTokens = persisted?.stats?.totalPruneTokens || 0
|
|
59
|
+
state.prune.tools = loadPruneMap(persisted?.prune?.tools)
|
|
60
|
+
state.prune.messages = loadPruneMessagesState(persisted?.prune?.messages)
|
|
61
|
+
|
|
62
|
+
return {
|
|
63
|
+
state,
|
|
64
|
+
persisted,
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
const loadContextSnapshot = async (
|
|
69
|
+
client: DcpTuiClient,
|
|
70
|
+
logger: Logger,
|
|
71
|
+
sessionID?: string,
|
|
72
|
+
): Promise<DcpContextSnapshot> => {
|
|
73
|
+
if (!sessionID) {
|
|
74
|
+
return createPlaceholderContextSnapshot(undefined, ["No active session."])
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
const messagesResult = await client.session.messages({ sessionID })
|
|
78
|
+
const rawMessages =
|
|
79
|
+
messagesResult && typeof messagesResult === "object" && "data" in messagesResult
|
|
80
|
+
? messagesResult.data
|
|
81
|
+
: messagesResult
|
|
82
|
+
const messages = Array.isArray(rawMessages) ? (rawMessages as WithParts[]) : ([] as WithParts[])
|
|
83
|
+
|
|
84
|
+
const { state, persisted } = await buildState(sessionID, messages, logger)
|
|
85
|
+
const [{ breakdown, messageStatuses }, aggregated] = await Promise.all([
|
|
86
|
+
Promise.resolve(analyzeTokens(state, messages)),
|
|
87
|
+
loadAllSessionStats(logger),
|
|
88
|
+
])
|
|
89
|
+
|
|
90
|
+
const allBlocks = Array.from(state.prune.messages.activeBlockIds)
|
|
91
|
+
.map((blockID) => state.prune.messages.blocksById.get(blockID))
|
|
92
|
+
.filter((block): block is NonNullable<typeof block> => !!block && !!block.topic)
|
|
93
|
+
.map((block) => ({ topic: block.topic, summary: cleanBlockSummary(block.summary) }))
|
|
94
|
+
|
|
95
|
+
const notes: string[] = []
|
|
96
|
+
if (persisted) {
|
|
97
|
+
notes.push("Using live session messages plus persisted DCP state.")
|
|
98
|
+
} else {
|
|
99
|
+
notes.push("No saved DCP state found for this session yet.")
|
|
100
|
+
}
|
|
101
|
+
if (messages.length === 0) {
|
|
102
|
+
notes.push("This session does not have any messages yet.")
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
return {
|
|
106
|
+
sessionID,
|
|
107
|
+
breakdown,
|
|
108
|
+
activeSummaryTokens: getActiveSummaryTokenUsage(state),
|
|
109
|
+
persisted: {
|
|
110
|
+
available: !!persisted,
|
|
111
|
+
activeBlockCount: state.prune.messages.activeBlockIds.size,
|
|
112
|
+
activeBlocks: allBlocks,
|
|
113
|
+
lastUpdated: persisted?.lastUpdated,
|
|
114
|
+
},
|
|
115
|
+
messageStatuses,
|
|
116
|
+
allTimeStats: {
|
|
117
|
+
totalTokensSaved: aggregated.totalTokens,
|
|
118
|
+
sessionCount: aggregated.sessionCount,
|
|
119
|
+
},
|
|
120
|
+
notes,
|
|
121
|
+
loadedAt: Date.now(),
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
export const peekContextSnapshot = (sessionID?: string): DcpContextSnapshot | undefined => {
|
|
126
|
+
if (!sessionID) return undefined
|
|
127
|
+
return snapshotCache.get(sessionID)
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
export const invalidateContextSnapshot = (sessionID?: string) => {
|
|
131
|
+
if (!sessionID) {
|
|
132
|
+
snapshotCache.clear()
|
|
133
|
+
inflightSnapshots.clear()
|
|
134
|
+
return
|
|
135
|
+
}
|
|
136
|
+
snapshotCache.delete(sessionID)
|
|
137
|
+
inflightSnapshots.delete(sessionID)
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
export const loadContextSnapshotCached = async (
|
|
141
|
+
client: DcpTuiClient,
|
|
142
|
+
logger: Logger,
|
|
143
|
+
sessionID?: string,
|
|
144
|
+
): Promise<DcpContextSnapshot> => {
|
|
145
|
+
if (!sessionID) {
|
|
146
|
+
return createPlaceholderContextSnapshot(undefined, ["No active session."])
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
const cached = snapshotCache.get(sessionID)
|
|
150
|
+
if (cached && Date.now() - cached.loadedAt < CACHE_TTL_MS) {
|
|
151
|
+
return cached
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
const inflight = inflightSnapshots.get(sessionID)
|
|
155
|
+
if (inflight) {
|
|
156
|
+
return inflight
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
const request = loadContextSnapshot(client, logger, sessionID)
|
|
160
|
+
.then((snapshot) => {
|
|
161
|
+
snapshotCache.set(sessionID, snapshot)
|
|
162
|
+
return snapshot
|
|
163
|
+
})
|
|
164
|
+
.catch((error) => {
|
|
165
|
+
logger.error("Failed to load TUI context snapshot", {
|
|
166
|
+
sessionID,
|
|
167
|
+
error: error instanceof Error ? error.message : String(error),
|
|
168
|
+
})
|
|
169
|
+
throw error
|
|
170
|
+
})
|
|
171
|
+
.finally(() => {
|
|
172
|
+
inflightSnapshots.delete(sessionID)
|
|
173
|
+
})
|
|
174
|
+
|
|
175
|
+
inflightSnapshots.set(sessionID, request)
|
|
176
|
+
return request
|
|
177
|
+
}
|
package/tui/index.tsx
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/** @jsxImportSource @opentui/solid */
|
|
2
|
+
import type { TuiPlugin } from "@opencode-ai/plugin/tui"
|
|
3
|
+
import { getConfigForDirectory } from "../lib/config"
|
|
4
|
+
import { Logger } from "../lib/logger"
|
|
5
|
+
import { createSidebarContentSlot } from "./slots/sidebar-content"
|
|
6
|
+
import { createSummaryRoute } from "./routes/summary"
|
|
7
|
+
import { NAMES } from "./shared/names"
|
|
8
|
+
|
|
9
|
+
const tui: TuiPlugin = async (api) => {
|
|
10
|
+
const config = getConfigForDirectory(api.state.path.directory, (title, message) => {
|
|
11
|
+
api.ui.toast({
|
|
12
|
+
title,
|
|
13
|
+
message,
|
|
14
|
+
variant: "warning",
|
|
15
|
+
duration: 7000,
|
|
16
|
+
})
|
|
17
|
+
})
|
|
18
|
+
if (!config.enabled) return
|
|
19
|
+
|
|
20
|
+
const logger = new Logger(config.tui.debug, "tui")
|
|
21
|
+
|
|
22
|
+
api.route.register([createSummaryRoute(api)])
|
|
23
|
+
|
|
24
|
+
if (config.tui.sidebar) {
|
|
25
|
+
api.slots.register(createSidebarContentSlot(api, NAMES, logger))
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
const id = "opencode-dynamic-context-pruning"
|
|
30
|
+
|
|
31
|
+
export default {
|
|
32
|
+
id,
|
|
33
|
+
tui,
|
|
34
|
+
}
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
/** @jsxImportSource @opentui/solid */
|
|
2
|
+
import { createMemo, createSignal, For, Show } from "solid-js"
|
|
3
|
+
import { useKeyboard } from "@opentui/solid"
|
|
4
|
+
import type { TuiPluginApi } from "@opencode-ai/plugin/tui"
|
|
5
|
+
import { getPalette, type DcpPalette } from "../shared/theme"
|
|
6
|
+
import { LABEL, NAMES } from "../shared/names"
|
|
7
|
+
|
|
8
|
+
const SINGLE_BORDER = { type: "single" } as any
|
|
9
|
+
|
|
10
|
+
interface SummaryRouteParams {
|
|
11
|
+
topic?: string
|
|
12
|
+
summary?: string
|
|
13
|
+
sessionID?: string
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
interface CollapsibleSection {
|
|
17
|
+
label: string
|
|
18
|
+
content: string
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
interface ParsedSummary {
|
|
22
|
+
body: string
|
|
23
|
+
sections: CollapsibleSection[]
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
// These patterns must stay in sync with the exact headings produced by
|
|
27
|
+
// lib/compress (compactSummary output). If compression wording changes,
|
|
28
|
+
// update these patterns accordingly.
|
|
29
|
+
const SECTION_HEADINGS: { pattern: RegExp; label: string }[] = [
|
|
30
|
+
{
|
|
31
|
+
pattern: /\n*The following user messages were sent in this conversation verbatim:/,
|
|
32
|
+
label: "Protected User Messages",
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
pattern: /\n*The following protected tools were used in this conversation as well:/,
|
|
36
|
+
label: "Protected Tools",
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
pattern:
|
|
40
|
+
/\n*The following previously compressed summaries were also part of this conversation section:/,
|
|
41
|
+
label: "Included Compressed Summaries",
|
|
42
|
+
},
|
|
43
|
+
]
|
|
44
|
+
|
|
45
|
+
function parseSummary(raw: string): ParsedSummary {
|
|
46
|
+
if (!raw) return { body: "", sections: [] }
|
|
47
|
+
|
|
48
|
+
const matches: { index: number; length: number; label: string }[] = []
|
|
49
|
+
for (const heading of SECTION_HEADINGS) {
|
|
50
|
+
const match = raw.match(heading.pattern)
|
|
51
|
+
if (match && match.index !== undefined) {
|
|
52
|
+
matches.push({ index: match.index, length: match[0].length, label: heading.label })
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
if (matches.length === 0) {
|
|
57
|
+
return { body: raw, sections: [] }
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
matches.sort((a, b) => a.index - b.index)
|
|
61
|
+
|
|
62
|
+
const body = raw.slice(0, matches[0].index).trimEnd()
|
|
63
|
+
const sections: CollapsibleSection[] = []
|
|
64
|
+
|
|
65
|
+
for (let i = 0; i < matches.length; i++) {
|
|
66
|
+
const start = matches[i].index + matches[i].length
|
|
67
|
+
const end = i + 1 < matches.length ? matches[i + 1].index : raw.length
|
|
68
|
+
const content = raw.slice(start, end).trim()
|
|
69
|
+
if (content) {
|
|
70
|
+
sections.push({ label: matches[i].label, content })
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
return { body, sections }
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
function CollapsibleSectionRow(props: { section: CollapsibleSection; palette: DcpPalette }) {
|
|
78
|
+
const [expanded, setExpanded] = createSignal(false)
|
|
79
|
+
|
|
80
|
+
return (
|
|
81
|
+
<box flexDirection="column" width="100%" marginTop={1}>
|
|
82
|
+
<box flexDirection="row" width="100%" height={1}>
|
|
83
|
+
<box
|
|
84
|
+
backgroundColor={props.palette.base}
|
|
85
|
+
height={1}
|
|
86
|
+
onMouseUp={() => setExpanded(!expanded())}
|
|
87
|
+
>
|
|
88
|
+
<text fg={props.palette.accent}>{expanded() ? " ▼ " : " ▶ "}</text>
|
|
89
|
+
</box>
|
|
90
|
+
<box height={1} paddingLeft={1}>
|
|
91
|
+
<text fg={props.palette.muted} onMouseUp={() => setExpanded(!expanded())}>
|
|
92
|
+
{props.section.label}
|
|
93
|
+
</text>
|
|
94
|
+
</box>
|
|
95
|
+
</box>
|
|
96
|
+
<Show when={expanded()}>
|
|
97
|
+
<box width="100%" marginTop={1} paddingLeft={2} flexDirection="column">
|
|
98
|
+
<text fg={props.palette.text}>{props.section.content}</text>
|
|
99
|
+
</box>
|
|
100
|
+
</Show>
|
|
101
|
+
</box>
|
|
102
|
+
)
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
function SummaryScreen(props: { api: TuiPluginApi; params: SummaryRouteParams }) {
|
|
106
|
+
const palette = createMemo(() => getPalette(props.api.theme.current as Record<string, unknown>))
|
|
107
|
+
const parsed = createMemo(() => parseSummary(props.params.summary || ""))
|
|
108
|
+
|
|
109
|
+
const keys = props.api.keybind.create({ close: "escape" })
|
|
110
|
+
|
|
111
|
+
useKeyboard((evt: any) => {
|
|
112
|
+
if (props.api.route.current.name !== NAMES.routes.summary) return
|
|
113
|
+
if (props.api.ui.dialog.open) return
|
|
114
|
+
const matched = keys.match("close", evt)
|
|
115
|
+
if (!matched) return
|
|
116
|
+
evt.preventDefault()
|
|
117
|
+
evt.stopPropagation()
|
|
118
|
+
const sessionID = props.params.sessionID
|
|
119
|
+
if (sessionID) {
|
|
120
|
+
props.api.route.navigate("session", { sessionID })
|
|
121
|
+
} else {
|
|
122
|
+
props.api.route.navigate("home")
|
|
123
|
+
}
|
|
124
|
+
})
|
|
125
|
+
|
|
126
|
+
return (
|
|
127
|
+
<box
|
|
128
|
+
flexDirection="column"
|
|
129
|
+
width="100%"
|
|
130
|
+
height="100%"
|
|
131
|
+
padding={1}
|
|
132
|
+
backgroundColor={palette().surface}
|
|
133
|
+
>
|
|
134
|
+
<box flexDirection="row" gap={1} alignItems="center">
|
|
135
|
+
<box paddingLeft={1} paddingRight={1} backgroundColor={palette().accent}>
|
|
136
|
+
<text fg={palette().panel}>
|
|
137
|
+
<b>{LABEL}</b>
|
|
138
|
+
</text>
|
|
139
|
+
</box>
|
|
140
|
+
<text fg={palette().accent}>
|
|
141
|
+
<b>{props.params.topic || "Compression Summary"}</b>
|
|
142
|
+
</text>
|
|
143
|
+
</box>
|
|
144
|
+
|
|
145
|
+
<box
|
|
146
|
+
flexGrow={1}
|
|
147
|
+
width="100%"
|
|
148
|
+
marginTop={1}
|
|
149
|
+
border={SINGLE_BORDER}
|
|
150
|
+
borderColor={palette().border}
|
|
151
|
+
padding={1}
|
|
152
|
+
flexDirection="column"
|
|
153
|
+
>
|
|
154
|
+
<text fg={palette().text}>{parsed().body || "(no summary available)"}</text>
|
|
155
|
+
|
|
156
|
+
<For each={parsed().sections}>
|
|
157
|
+
{(section) => <CollapsibleSectionRow section={section} palette={palette()} />}
|
|
158
|
+
</For>
|
|
159
|
+
</box>
|
|
160
|
+
|
|
161
|
+
<box marginTop={1}>
|
|
162
|
+
<text {...({ dim: true } as any)} fg={palette().muted}>
|
|
163
|
+
Press Escape to return
|
|
164
|
+
</text>
|
|
165
|
+
</box>
|
|
166
|
+
</box>
|
|
167
|
+
)
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
export const createSummaryRoute = (api: TuiPluginApi) => ({
|
|
171
|
+
name: NAMES.routes.summary,
|
|
172
|
+
render: (input: { params?: Record<string, unknown> }) => (
|
|
173
|
+
<SummaryScreen api={api} params={(input.params ?? {}) as SummaryRouteParams} />
|
|
174
|
+
),
|
|
175
|
+
})
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import type { RGBA } from "@opentui/core"
|
|
2
|
+
|
|
3
|
+
export type DcpColor = RGBA | string
|
|
4
|
+
|
|
5
|
+
export interface DcpPalette {
|
|
6
|
+
panel: DcpColor
|
|
7
|
+
base: DcpColor
|
|
8
|
+
surface: DcpColor
|
|
9
|
+
border: DcpColor
|
|
10
|
+
text: DcpColor
|
|
11
|
+
muted: DcpColor
|
|
12
|
+
accent: DcpColor
|
|
13
|
+
success: DcpColor
|
|
14
|
+
warning: DcpColor
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export type DcpTone = "text" | "muted" | "accent" | "success" | "warning"
|
|
18
|
+
|
|
19
|
+
const defaults = {
|
|
20
|
+
panel: "#111111",
|
|
21
|
+
base: "#1d1d1d",
|
|
22
|
+
surface: "#171717",
|
|
23
|
+
border: "#4a4a4a",
|
|
24
|
+
text: "#f0f0f0",
|
|
25
|
+
muted: "#a5a5a5",
|
|
26
|
+
accent: "#5f87ff",
|
|
27
|
+
success: "#67b95f",
|
|
28
|
+
warning: "#d7a94b",
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export const getPalette = (theme: Record<string, unknown>): DcpPalette => {
|
|
32
|
+
const get = (name: string, fallback: string): DcpColor => {
|
|
33
|
+
const value = theme[name]
|
|
34
|
+
if (typeof value === "string") return value
|
|
35
|
+
if (value && typeof value === "object") return value as RGBA
|
|
36
|
+
return fallback
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
return {
|
|
40
|
+
panel: get("backgroundPanel", defaults.panel),
|
|
41
|
+
base: get("backgroundElement", defaults.base),
|
|
42
|
+
surface: get("background", defaults.surface),
|
|
43
|
+
border: get("border", defaults.border),
|
|
44
|
+
text: get("text", defaults.text),
|
|
45
|
+
muted: get("textMuted", defaults.muted),
|
|
46
|
+
accent: get("primary", defaults.accent),
|
|
47
|
+
success: get("success", defaults.success),
|
|
48
|
+
warning: get("warning", defaults.warning),
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export const toneColor = (palette: DcpPalette, tone: DcpTone = "text") => {
|
|
53
|
+
if (tone === "accent") return palette.accent
|
|
54
|
+
if (tone === "success") return palette.success
|
|
55
|
+
if (tone === "warning") return palette.warning
|
|
56
|
+
if (tone === "muted") return palette.muted
|
|
57
|
+
return palette.text
|
|
58
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import type { TuiPluginApi } from "@opencode-ai/plugin/tui"
|
|
2
|
+
import type {
|
|
3
|
+
MessageStatus as DcpMessageStatus,
|
|
4
|
+
TokenBreakdown as DcpContextBreakdown,
|
|
5
|
+
} from "../../lib/analysis/tokens"
|
|
6
|
+
|
|
7
|
+
export type DcpTuiApi = TuiPluginApi
|
|
8
|
+
export type DcpTuiClient = DcpTuiApi["client"]
|
|
9
|
+
|
|
10
|
+
export type { DcpMessageStatus }
|
|
11
|
+
|
|
12
|
+
export interface DcpActiveBlockInfo {
|
|
13
|
+
topic: string
|
|
14
|
+
summary: string
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export interface DcpPersistedSummary {
|
|
18
|
+
available: boolean
|
|
19
|
+
activeBlockCount: number
|
|
20
|
+
activeBlocks: DcpActiveBlockInfo[]
|
|
21
|
+
lastUpdated?: string
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface DcpAllTimeStats {
|
|
25
|
+
totalTokensSaved: number
|
|
26
|
+
sessionCount: number
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export interface DcpContextSnapshot {
|
|
30
|
+
sessionID?: string
|
|
31
|
+
breakdown: DcpContextBreakdown
|
|
32
|
+
activeSummaryTokens: number
|
|
33
|
+
persisted: DcpPersistedSummary
|
|
34
|
+
messageStatuses: DcpMessageStatus[]
|
|
35
|
+
allTimeStats: DcpAllTimeStats
|
|
36
|
+
notes: string[]
|
|
37
|
+
loadedAt: number
|
|
38
|
+
}
|