@hydra-acp/cli 0.1.72 → 0.1.73

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/index.d.ts CHANGED
@@ -1884,6 +1884,7 @@ interface InitializeResult {
1884
1884
  authMethods?: Array<{
1885
1885
  id: string;
1886
1886
  description: string;
1887
+ type?: "agent" | "terminal";
1887
1888
  }>;
1888
1889
  _meta?: Record<string, unknown>;
1889
1890
  }