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.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
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, ideServerInstaller, ideSsh };
|
||||
export { crypto, electron, http, ideOpenCodeBridge, ideServerInstaller, ideSsh };
|
||||
|
||||
Reference in New Issue
Block a user