| 126 | const FORMATTING = { tabSize: 2, insertSpaces: true, eol: '\n' }; |
| 127 | |
| 128 | class OpencodeTarget implements AgentTarget { |
| 129 | readonly id = 'opencode' as const; |
| 130 | readonly displayName = 'opencode'; |
| 131 | readonly docsUrl = 'https://opencode.ai/docs/config'; |
nothing calls this directly
no outgoing calls
no test coverage detected