@docyrus/docyrus 0.0.69 → 0.0.70

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/agent-loader.js CHANGED
@@ -1607,9 +1607,7 @@ function renderDocyrusLogoPrimary() {
1607
1607
  // src/agent/providerCatalog.ts
1608
1608
  var OAUTH_ONLY_PROVIDER_IDS = /* @__PURE__ */ new Set([
1609
1609
  "github-copilot",
1610
- "openai-codex",
1611
- "google-gemini-cli",
1612
- "google-antigravity"
1610
+ "openai-codex"
1613
1611
  ]);
1614
1612
  var PROVIDER_LABELS = {
1615
1613
  anthropic: "Anthropic (Claude)",
@@ -1633,8 +1631,6 @@ var PROVIDER_LABELS = {
1633
1631
  "opencode-go": "OpenCode Go",
1634
1632
  "kimi-coding": "Kimi Coding",
1635
1633
  "custom-openai": "Custom OpenAI-Compatible",
1636
- "google-gemini-cli": "Google Gemini CLI",
1637
- "google-antigravity": "Google Antigravity",
1638
1634
  "openai-codex": "OpenAI Codex",
1639
1635
  "github-copilot": "GitHub Copilot"
1640
1636
  };
@@ -1645,9 +1641,7 @@ var PROVIDER_HINTS = {
1645
1641
  "azure-openai-responses": "API key + base URL/resource + deployment",
1646
1642
  "amazon-bedrock": "AWS profile or access key pair",
1647
1643
  "openai-codex": "browser auth",
1648
- "github-copilot": "browser auth",
1649
- "google-gemini-cli": "browser auth",
1650
- "google-antigravity": "browser auth"
1644
+ "github-copilot": "browser auth"
1651
1645
  };
1652
1646
  function humanizeProviderId(providerId) {
1653
1647
  return providerId.split("-").map((part) => {