@builder.io/ai-utils
Advanced tools
Comparing version
{ | ||
"name": "@builder.io/ai-utils", | ||
"version": "0.4.39", | ||
"version": "0.4.40", | ||
"description": "Builder.io AI utils", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -114,2 +114,3 @@ import type { Attachment, ContentMessageItemToolResult } from "./messages"; | ||
export interface TodoWriteToolInput { | ||
mode: "replace" | "patch"; | ||
todos: { | ||
@@ -116,0 +117,0 @@ content: string; |
@@ -8,1 +8,2 @@ export * from "./completion.js"; | ||
export * from "./projects.js"; | ||
export * from "./repo-indexing.js"; |
@@ -8,1 +8,2 @@ export * from "./completion.js"; | ||
export * from "./projects.js"; | ||
export * from "./repo-indexing.js"; |
@@ -135,3 +135,3 @@ import type { LaunchServerStatus } from "./codegen"; | ||
} | ||
export type EnsureContainerErrorCode = "FLY_APP_CHECK_ERROR" | "FLY_CAPACITY_ERROR" | "FLY_VOLUME_CREATE_ERROR" | "FLY_VOLUME_FORK_ERROR" | "FLY_VOLUME_DELETE_RECENTLY_FORKED_ERROR" | "FLY_MACHINE_CREATE_ERROR" | "FLY_VOLUME_CHECK_ERROR" | "FLY_NON_MOUNTABLE_VOLUME_ERROR" | "ensure-checking-existing-machines" | "found-multiple-failed-machine" | "maximun-retries-machine-creation" | "git-auth-failed" | "unknown" | "project-bad-state" | "project-not-found" | "project-branch-not-found" | "project-repo-full-name-not-found" | "project-org-not-found" | "no-available-regions" | "machine-status-polling-failed" | "timeout" | "fatal:zod-validation-error" | `fatal:${string}`; | ||
export type EnsureContainerErrorCode = "FLY_APP_CHECK_ERROR" | "FLY_CAPACITY_ERROR" | "FLY_PERMISSIONS_TOKEN_ERROR" | "FLY_VOLUME_CREATE_ERROR" | "FLY_VOLUME_FORK_ERROR" | "FLY_VOLUME_DELETE_RECENTLY_FORKED_ERROR" | "FLY_MACHINE_CREATE_ERROR" | "FLY_VOLUME_CHECK_ERROR" | "FLY_NON_MOUNTABLE_VOLUME_ERROR" | "FLY_DEPRECATED_REGION_ERROR" | "ensure-checking-existing-machines" | "found-multiple-failed-machine" | "maximun-retries-machine-creation" | "git-auth-failed" | "unknown" | "project-bad-state" | "project-not-found" | "project-branch-not-found" | "project-repo-full-name-not-found" | "project-org-not-found" | "no-available-regions" | "machine-status-polling-failed" | "timeout" | "fatal:zod-validation-error" | `fatal:${string}`; | ||
export interface ErrorStateMessage extends BaseMessage { | ||
@@ -138,0 +138,0 @@ state: "error"; |
58959
0.69%19
11.76%1945
0.67%