@bubblelab/shared-schemas 0.1.167 → 0.1.169

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.
@@ -1,4 +1,4 @@
1
1
  import { z } from 'zod';
2
- export declare const AvailableModels: z.ZodEnum<["openai/gpt-5", "openai/gpt-5-mini", "openai/gpt-5.1", "openai/gpt-5.2", "google/gemini-2.5-pro", "google/gemini-2.5-flash", "google/gemini-2.5-flash-lite", "google/gemini-2.5-flash-image-preview", "google/gemini-3-pro-preview", "google/gemini-3-pro-image-preview", "google/gemini-3-flash-preview", "anthropic/claude-sonnet-4-5", "anthropic/claude-opus-4-5", "anthropic/claude-haiku-4-5", "openrouter/x-ai/grok-code-fast-1", "openrouter/z-ai/glm-4.6", "openrouter/z-ai/glm-4.7", "openrouter/anthropic/claude-sonnet-4.5", "openrouter/anthropic/claude-opus-4.5", "openrouter/google/gemini-3-pro-preview", "openrouter/morph/morph-v3-large", "openrouter/openai/gpt-oss-120b", "openrouter/openai/o3-deep-research", "openrouter/openai/o4-mini-deep-research"]>;
2
+ export declare const AvailableModels: z.ZodEnum<["openai/gpt-5", "openai/gpt-5-mini", "openai/gpt-5.1", "openai/gpt-5.2", "google/gemini-2.5-pro", "google/gemini-2.5-flash", "google/gemini-2.5-flash-lite", "google/gemini-2.5-flash-image-preview", "google/gemini-3-pro-preview", "google/gemini-3-pro-image-preview", "google/gemini-3-flash-preview", "anthropic/claude-sonnet-4-5", "anthropic/claude-opus-4-5", "anthropic/claude-opus-4-6", "anthropic/claude-haiku-4-5", "openrouter/x-ai/grok-code-fast-1", "openrouter/z-ai/glm-4.6", "openrouter/z-ai/glm-4.7", "openrouter/anthropic/claude-sonnet-4.5", "openrouter/anthropic/claude-opus-4.5", "openrouter/anthropic/claude-opus-4.6", "openrouter/google/gemini-3-pro-preview", "openrouter/morph/morph-v3-large", "openrouter/openai/gpt-oss-120b", "openrouter/openai/o3-deep-research", "openrouter/openai/o4-mini-deep-research"]>;
3
3
  export type AvailableModel = z.infer<typeof AvailableModels>;
4
4
  //# sourceMappingURL=ai-models.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ai-models.d.ts","sourceRoot":"","sources":["../src/ai-models.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,eAAe,8vBA6B1B,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC"}
1
+ {"version":3,"file":"ai-models.d.ts","sourceRoot":"","sources":["../src/ai-models.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,eAAe,m0BA+B1B,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC"}
package/dist/index.js CHANGED
@@ -4127,6 +4127,7 @@ var AvailableModels = z15.enum([
4127
4127
  // Anthropic models
4128
4128
  "anthropic/claude-sonnet-4-5",
4129
4129
  "anthropic/claude-opus-4-5",
4130
+ "anthropic/claude-opus-4-6",
4130
4131
  "anthropic/claude-haiku-4-5",
4131
4132
  // OpenRouter models
4132
4133
  "openrouter/x-ai/grok-code-fast-1",
@@ -4134,6 +4135,7 @@ var AvailableModels = z15.enum([
4134
4135
  "openrouter/z-ai/glm-4.7",
4135
4136
  "openrouter/anthropic/claude-sonnet-4.5",
4136
4137
  "openrouter/anthropic/claude-opus-4.5",
4138
+ "openrouter/anthropic/claude-opus-4.6",
4137
4139
  "openrouter/google/gemini-3-pro-preview",
4138
4140
  "openrouter/morph/morph-v3-large",
4139
4141
  "openrouter/openai/gpt-oss-120b",
@@ -4239,11 +4241,6 @@ var PearlResponseSchema = z18.object({
4239
4241
  success: z18.boolean().describe("Whether the operation completed successfully"),
4240
4242
  error: z18.string().optional().describe("Error message if the operation failed")
4241
4243
  });
4242
- var PearlAgentOutputSchema = z18.object({
4243
- type: z18.enum(["code", "question", "answer", "reject", "text"]),
4244
- message: z18.string(),
4245
- snippet: z18.string().optional()
4246
- });
4247
4244
 
4248
4245
  // src/rice.ts
4249
4246
  import { z as z19 } from "zod";
@@ -5801,7 +5798,6 @@ export {
5801
5798
  ParsedBubbleSchema,
5802
5799
  ParsedBubbleWithInfoSchema,
5803
5800
  ParsedWorkflowSchema,
5804
- PearlAgentOutputSchema,
5805
5801
  PearlRequestSchema,
5806
5802
  PearlResponseSchema,
5807
5803
  PlanApprovalMessageSchema,