MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / warningHeading

Function warningHeading

apps/kimi-code/scripts/postinstall/ui.mjs:152–154  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

150}
151
152function warningHeading(text) {
153 return pad(color(C_BOLD_YELLOW, '! ' + text));
154}
155
156/**
157 * The takeover completed. Renders one box that lists every action

Callers 3

logMigrationBlockedFunction · 0.85
logForeignKimiInTheWayFunction · 0.85
logNewCliNotOnPathFunction · 0.85

Calls 2

colorFunction · 0.85
padFunction · 0.70

Tested by

no test coverage detected