MCPcopy
hub / github.com/steipete/oracle / dim

Function dim

src/cli/sessionDisplay.ts:19–19  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

17
18const isTty = (): boolean => Boolean(process.stdout.isTTY);
19const dim = (text: string): string => (isTty() ? kleur.dim(text) : text);
20export const MAX_RENDER_BYTES = 200_000;
21
22export interface ShowStatusOptions {

Callers 4

attachSessionFunction · 0.70
renderLiveChunkFunction · 0.70
flushRemainderFunction · 0.70
printStatusExamplesFunction · 0.70

Calls 1

isTtyFunction · 0.70

Tested by

no test coverage detected