@standardagents/builder 0.17.0-next.1e58032 → 0.17.0

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/dist/plugin.js CHANGED
@@ -824,6 +824,12 @@ function needsRegeneration(config) {
824
824
 
825
825
  // src/providers/catalog.ts
826
826
  var FIRST_PARTY_PROVIDERS = [
827
+ {
828
+ name: "anthropic",
829
+ package: "@standardagents/anthropic",
830
+ label: "Anthropic",
831
+ envKeys: ["ANTHROPIC_API_KEY"]
832
+ },
827
833
  {
828
834
  name: "cloudflare",
829
835
  package: "@standardagents/cloudflare",
@@ -7637,6 +7643,7 @@ var depsToInclude = [
7637
7643
  "zod/v4",
7638
7644
  "zod/v4/core",
7639
7645
  "openai",
7646
+ "@anthropic-ai/sdk",
7640
7647
  "magic-string",
7641
7648
  "@standardagents/spec"
7642
7649
  ];