Replace OpenCode with SmartAgent runtime
This commit is contained in:
@@ -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[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user