(args, context)
| 195 | progressMessage: 'analyzing your sessions', |
| 196 | source: 'builtin', |
| 197 | async getPromptForCommand(args, context) { |
| 198 | const real = (await import('./commands/insights.js')).default |
| 199 | if (real.type !== 'prompt') throw new Error('unreachable') |
| 200 | return real.getPromptForCommand(args, context) |
| 201 | }, |
| 202 | } |
| 203 | import oauthRefresh from './commands/oauth-refresh/index.js' |
| 204 | import debugToolCall from './commands/debug-tool-call/index.js' |
nothing calls this directly
no outgoing calls
no test coverage detected