You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@builder.io/ai-utils

Package Overview
Dependencies
Maintainers
21
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@builder.io/ai-utils - npm Package Compare versions

Comparing version

to
0.4.40

src/repo-indexing.d.ts

2

package.json
{
"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";