substrate-ai 0.4.11 → 0.5.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.
@@ -0,0 +1,3 @@
1
+ import { AdapterRegistry } from "./adapter-registry-BkUvZSKJ.js";
2
+
3
+ export { AdapterRegistry };
@@ -230,7 +230,7 @@ var ClaudeCodeAdapter = class {
230
230
  supportsSubscriptionBilling: true,
231
231
  supportsApiBilling: true,
232
232
  supportsPlanGeneration: true,
233
- maxContextTokens: 2e5,
233
+ maxContextTokens: 1e6,
234
234
  supportedTaskTypes: [
235
235
  "code",
236
236
  "refactor",
@@ -825,4 +825,4 @@ var AdapterRegistry = class {
825
825
 
826
826
  //#endregion
827
827
  export { AdapterRegistry, ClaudeCodeAdapter, CodexCLIAdapter, GeminiCLIAdapter };
828
- //# sourceMappingURL=adapter-registry-Cd-7lG5v.js.map
828
+ //# sourceMappingURL=adapter-registry-BkUvZSKJ.js.map