MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / generateKiloPassNotification

Function generateKiloPassNotification

apps/web/src/lib/notifications.ts:329–351  ·  view source on GitHub ↗
(
  user: User,
  ctx: NotificationContext
)

Source from the content-addressed store, hash-verified

327 return [];
328 }
329
330 return [
331 {
332 id: 'kilo-pass-announcement-jan-12',
333 title: 'Introducing Kilo Pass',
334 message: 'Subscribe to Kilo Pass and get up to 50% free bonus credits every month.',
335 action: {
336 actionText: 'Learn More',
337 actionURL: 'https://blog.kilo.ai/p/introducing-kilo-pass',
338 },
339 showIn: ['cli', 'extension'],
340 },
341 ];
342}

Callers

nothing calls this directly

Calls 1

fromMicrodollarsFunction · 0.90

Tested by

no test coverage detected