mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-23 22:55:24 +00:00
style: fix extension lint violations
This commit is contained in:
@@ -1195,9 +1195,17 @@ export async function runMemoryPromoteExplain(
|
||||
|
||||
const rich = isRich();
|
||||
const lines = [
|
||||
`${colorize(rich, theme.heading, "Promotion Explain")} ${colorize(rich, theme.muted, `(${agentId})`)}`,
|
||||
`${colorize(rich, theme.accent, candidate.key)}`,
|
||||
`${colorize(rich, theme.muted, `${shortenHomePath(candidate.path)}:${candidate.startLine}-${candidate.endLine}`)}`,
|
||||
`${colorize(rich, theme.heading, "Promotion Explain")} ${colorize(
|
||||
rich,
|
||||
theme.muted,
|
||||
"(" + String(agentId) + ")",
|
||||
)}`,
|
||||
colorize(rich, theme.accent, candidate.key),
|
||||
colorize(
|
||||
rich,
|
||||
theme.muted,
|
||||
`${shortenHomePath(candidate.path)}:${String(candidate.startLine)}-${String(candidate.endLine)}`,
|
||||
),
|
||||
candidate.snippet,
|
||||
colorize(
|
||||
rich,
|
||||
|
||||
Reference in New Issue
Block a user