MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / issueToneClass

Function issueToneClass

ai-code-studio/src/app/helpers.ts:265–269  ·  view source on GitHub ↗
(tone: 'warn' | 'error')

Source from the content-addressed store, hash-verified

263}
264
265export function issueToneClass(tone: 'warn' | 'error') {
266 return tone === 'warn'
267 ? 'border-[#F0DDC6] bg-[#FFF7EE] text-[#94663C]'
268 : 'border-[#E8C6BC] bg-[#FFF2EE] text-[#A34D3E]';
269}
270
271export function labelForPermissionMode(mode?: string | null) {
272 switch (mode) {

Callers 2

MessageCardFunction · 0.90
ConversationPaneFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected