/** * Pure pieces of Claude Code's InterruptedByUser line — the dim * "Interrupted · What should Claude do instead?" note CC drops in place of the * aborted assistant message when the user hits Esc. Rebranded to One Code; no * leading mark, matching CC (its InterruptedByUser renders bare dim text). */ /** The dim interrupted note, One Code's wording of CC's InterruptedByUser. */ export const INTERRUPTED_TEXT = "Interrupted · What should One Code do instead?";