Files
jkunz 6f32a206b4 Support remote project tabs with local OpenCode bridge
Keeps provider credentials local while executing OpenCode shell and file tools against the selected remote workspace over SSH.
2026-05-11 14:28:12 +00:00

9 lines
378 B
TypeScript

import * as crypto from 'node:crypto';
import * as http from 'node:http';
import * as electron from 'electron';
import * as ideOpenCodeBridge from '@git.zone/ide-opencode-bridge';
import * as ideServerInstaller from '@git.zone/ide-server-installer';
import * as ideSsh from '@git.zone/ide-ssh';
export { crypto, electron, http, ideOpenCodeBridge, ideServerInstaller, ideSsh };