()
| 182 | } |
| 183 | |
| 184 | function getEmbeddedRuntimeError(): string { |
| 185 | return "runtime \"embedded\" requires a Bun-hosted OpenCode plugin runtime. Use runtime \"auto\" or \"cli\" with this OpenCode host."; |
| 186 | } |
| 187 | |
| 188 | function logPlannotatorReady(client: any, label: string, url: string): void { |
| 189 | try { |
no outgoing calls
no test coverage detected