(dir?: string)
| 347 | ? ServerAuth.headers({ password: args.password, username: args.username }) |
| 348 | : undefined |
| 349 | const attachSDK = (dir?: string) => { |
| 350 | return createOpencodeClient({ |
| 351 | baseUrl: args.attach!, |
| 352 | directory: dir, |
| 353 | headers: attachHeaders, |
| 354 | }) |
| 355 | } |
| 356 | |
| 357 | const files: FilePart[] = [] |
| 358 | if (args.file) { |
no test coverage detected