( user: User, ctx: NotificationContext )
| 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 | } |
nothing calls this directly
no test coverage detected