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
-10
View File
@@ -30,14 +30,6 @@ export interface IRemoteServerPaths {
manifestPath: string;
}
export interface IRemoteOpenCodeDescriptor {
baseUrl: string;
port: number;
username: string;
password: string;
status: TRemoteProcessStatus;
}
export interface IRemoteTheiaDescriptor {
baseUrl: string;
localPort: number;
@@ -52,7 +44,6 @@ export interface IRemoteSessionDescriptor {
serverVersion: string;
createdAt: string;
theia: IRemoteTheiaDescriptor;
opencode?: IRemoteOpenCodeDescriptor;
}
export interface IRemoteProbeResult {
@@ -65,7 +56,6 @@ export interface IRemoteProbeResult {
nodeVersion?: string;
pnpmVersion?: string;
gitVersion?: string;
opencodeVersion?: string;
errors: string[];
}