@openkaiden/api 0.2.0-next.202606180821-71c6f07 → 0.2.0-next.202606180844-e29697e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/extension-api.d.ts +1 -0
package/package.json
CHANGED
package/src/extension-api.d.ts
CHANGED
|
@@ -5582,6 +5582,7 @@ declare module '@openkaiden/api' {
|
|
|
5582
5582
|
readonly command: string;
|
|
5583
5583
|
readonly acp?: AcpConfiguration;
|
|
5584
5584
|
readonly configurationFiles: ReadonlyArray<AgentConfigurationBase>;
|
|
5585
|
+
readonly baseImage?: string;
|
|
5585
5586
|
isSupportedModelType?(type: ModelType): boolean | Promise<boolean>;
|
|
5586
5587
|
isSupportedRuntime?(runtime: Runtime): boolean | Promise<boolean>;
|
|
5587
5588
|
preWorkspaceStart(context: AgentWorkspaceContext): Promise<void>;
|