()
| 69 | searchHint: 'get or set Claude Code settings (theme, model)', |
| 70 | maxResultSizeChars: 100_000, |
| 71 | async description() { |
| 72 | return DESCRIPTION |
| 73 | }, |
| 74 | async prompt() { |
| 75 | return generatePrompt() |
| 76 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected