MCPcopy Create free account
hub / github.com/bombshell-dev/clack / BufferEntry

Interface BufferEntry

packages/prompts/src/task-log.ts:29–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29interface BufferEntry {
30 header?: string;
31 value: string;
32 full: string;
33 result?: {
34 status: 'success' | 'error';
35 message: string;
36 };
37}
38
39const stripDestructiveANSI = (input: string): string => {
40 // biome-ignore lint/suspicious/noControlCharactersInRegex: intentional

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected