(flag: 'home' | 'docs')
| 141 | } |
| 142 | |
| 143 | openURL(flag: 'home' | 'docs') { |
| 144 | if (flag === 'home') { |
| 145 | shell.openExternal('https://github.com/sst/opencode').catch() |
| 146 | } else if (flag === 'docs') { |
| 147 | shell.openExternal('https://opencode.ai/docs/').catch() |
| 148 | } |
| 149 | } |
| 150 | |
| 151 | async installOpenCode(domRef: Ref<HTMLElement>) { |
| 152 | if (this.installing) { |