@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openkaiden/api",
3
- "version": "0.2.0-next.202606180821-71c6f07",
3
+ "version": "0.2.0-next.202606180844-e29697e",
4
4
  "description": "API for Kaiden extensions",
5
5
  "repository": "https://github.com/openkaiden/kaiden",
6
6
  "publishConfig": {
@@ -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>;