Replace OpenCode with SmartAgent runtime

This commit is contained in:
2026-05-14 13:15:48 +00:00
parent 08ed394737
commit 73cccc1fc2
28 changed files with 1636 additions and 1840 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
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 };
export { crypto, electron, ideServerInstaller, ideSsh };