tt-minigame-ide-cli 2.1.0 → 2.1.1

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.
@@ -213,6 +213,8 @@ export declare const SLARDAR_EVENT: {
213
213
  readonly IDE_DISK_USAGE: "IDE_DISK_USAGE";
214
214
  readonly IDE_DISK_CLEAN_RESULT: "IDE_DISK_CLEAN_RESULT";
215
215
  readonly IDE_AI_AGENT_CONTRIBUTION_CONFIG: "IDE_AI_AGENT_CONTRIBUTION_CONFIG";
216
+ readonly IDE_AI_PLAN_AGENT_COST: "IDE_AI_PLAN_AGENT_COST";
217
+ readonly IDE_AI_PLAN_AGENT_FAILED: "IDE_AI_PLAN_AGENT_FAILED";
216
218
  readonly IDE_LOADER_IO_ERROR: string;
217
219
  readonly IDE_LOADER_INSTALL_RECOVER_ERROR: string;
218
220
  readonly IDE_LOADER_START_FROM_ENTRY: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tt-minigame-ide-cli",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Command line interface for micro app development",
5
5
  "license": "ISC",
6
6
  "main": "dist/index.js",