@sesamespace/hivemind 0.8.7 → 0.8.8

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.
@@ -119,7 +119,12 @@ var LLMClient = class {
119
119
  console.warn("[llm] Auth: No API key found for Anthropic provider");
120
120
  }
121
121
  } else if (this.provider === "anthropic") {
122
- console.log("[llm] Auth: Anthropic API key (from config/env)");
122
+ if (this.apiKey.startsWith("sk-ant-oat")) {
123
+ this.isOAuth = true;
124
+ console.log("[llm] Auth: Claude Max OAuth (from config)");
125
+ } else {
126
+ console.log("[llm] Auth: Anthropic API key (from config/env)");
127
+ }
123
128
  }
124
129
  }
125
130
  /**
@@ -7393,4 +7398,4 @@ smol-toml/dist/index.js:
7393
7398
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7394
7399
  *)
7395
7400
  */
7396
- //# sourceMappingURL=chunk-KYNTNQXV.js.map
7401
+ //# sourceMappingURL=chunk-2LGU4ZLA.js.map