@hydra-acp/cli 0.1.104 → 0.1.105
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/cli.js +240 -240
- package/dist/index.d.ts +1 -1
- package/dist/index.js +65 -65
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2027,10 +2027,10 @@ interface AgentCapabilities {
|
|
|
2027
2027
|
}
|
|
2028
2028
|
interface AuthMethod {
|
|
2029
2029
|
id: string;
|
|
2030
|
+
name?: string;
|
|
2030
2031
|
description: string;
|
|
2031
2032
|
type?: "agent" | "terminal";
|
|
2032
2033
|
args?: string[];
|
|
2033
|
-
name?: string;
|
|
2034
2034
|
_meta?: Record<string, unknown>;
|
|
2035
2035
|
}
|
|
2036
2036
|
interface InitializeResult {
|