@claudexor/cli 3.5.0 → 3.8.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.
- package/dist/accounts-projection.d.ts +22 -14
- package/dist/accounts-projection.d.ts.map +1 -1
- package/dist/accounts-projection.js +112 -60
- package/dist/accounts-projection.js.map +1 -1
- package/dist/accounts-services.d.ts +140 -128
- package/dist/accounts-services.d.ts.map +1 -1
- package/dist/accounts-services.js +22 -9
- package/dist/accounts-services.js.map +1 -1
- package/dist/accounts-unified-migration.d.ts +110 -0
- package/dist/accounts-unified-migration.d.ts.map +1 -0
- package/dist/accounts-unified-migration.js +422 -0
- package/dist/accounts-unified-migration.js.map +1 -0
- package/dist/agy-quota-source.d.ts +1 -0
- package/dist/agy-quota-source.d.ts.map +1 -1
- package/dist/agy-quota-source.js +61 -108
- package/dist/agy-quota-source.js.map +1 -1
- package/dist/auth-login-harnesses.d.ts +7 -5
- package/dist/auth-login-harnesses.d.ts.map +1 -1
- package/dist/auth-login-harnesses.js +10 -9
- package/dist/auth-login-harnesses.js.map +1 -1
- package/dist/capabilities.d.ts.map +1 -1
- package/dist/capabilities.js +6 -1
- package/dist/capabilities.js.map +1 -1
- package/dist/claude-oauth-usage.d.ts.map +1 -1
- package/dist/claude-oauth-usage.js +9 -3
- package/dist/claude-oauth-usage.js.map +1 -1
- package/dist/claude-statusline.d.ts.map +1 -1
- package/dist/claude-statusline.js +14 -1
- package/dist/claude-statusline.js.map +1 -1
- package/dist/claudexord-entry.d.ts +7 -2
- package/dist/claudexord-entry.d.ts.map +1 -1
- package/dist/claudexord-entry.js +33 -11
- package/dist/claudexord-entry.js.map +1 -1
- package/dist/claudexord.d.ts.map +1 -1
- package/dist/claudexord.js +25 -37
- package/dist/claudexord.js.map +1 -1
- package/dist/cli.js +2 -1
- package/dist/cli.js.map +1 -1
- package/dist/codex-quota-source.d.ts.map +1 -1
- package/dist/codex-quota-source.js +8 -3
- package/dist/codex-quota-source.js.map +1 -1
- package/dist/command-flags.d.ts.map +1 -1
- package/dist/command-flags.js +1 -0
- package/dist/command-flags.js.map +1 -1
- package/dist/control-services.d.ts +206 -188
- package/dist/control-services.d.ts.map +1 -1
- package/dist/control-services.js +54 -122
- package/dist/control-services.js.map +1 -1
- package/dist/credential-commands.d.ts +16 -0
- package/dist/credential-commands.d.ts.map +1 -1
- package/dist/credential-commands.js +93 -39
- package/dist/credential-commands.js.map +1 -1
- package/dist/credential-profile-mutations.d.ts +70 -0
- package/dist/credential-profile-mutations.d.ts.map +1 -0
- package/dist/credential-profile-mutations.js +219 -0
- package/dist/credential-profile-mutations.js.map +1 -0
- package/dist/credential-status-invalidation.d.ts +11 -0
- package/dist/credential-status-invalidation.d.ts.map +1 -0
- package/dist/credential-status-invalidation.js +36 -0
- package/dist/credential-status-invalidation.js.map +1 -0
- package/dist/daemon-admission-runtime.d.ts +5 -0
- package/dist/daemon-admission-runtime.d.ts.map +1 -1
- package/dist/daemon-admission-runtime.js +1 -0
- package/dist/daemon-admission-runtime.js.map +1 -1
- package/dist/delegation-belt-descriptor.d.ts +2 -1
- package/dist/delegation-belt-descriptor.d.ts.map +1 -1
- package/dist/delegation-belt-descriptor.js +2 -1
- package/dist/delegation-belt-descriptor.js.map +1 -1
- package/dist/harness-command-specs.d.ts.map +1 -1
- package/dist/harness-command-specs.js +4 -4
- package/dist/harness-command-specs.js.map +1 -1
- package/dist/harness-command.d.ts +5 -3
- package/dist/harness-command.d.ts.map +1 -1
- package/dist/harness-command.js +5 -3
- package/dist/harness-command.js.map +1 -1
- package/dist/harness-install-lease.d.ts +11 -0
- package/dist/harness-install-lease.d.ts.map +1 -0
- package/dist/harness-install-lease.js +98 -0
- package/dist/harness-install-lease.js.map +1 -0
- package/dist/harness-install-proof.d.ts +36 -0
- package/dist/harness-install-proof.d.ts.map +1 -0
- package/dist/harness-install-proof.js +148 -0
- package/dist/harness-install-proof.js.map +1 -0
- package/dist/harness-install-recipes.d.ts +80 -0
- package/dist/harness-install-recipes.d.ts.map +1 -0
- package/dist/harness-install-recipes.js +130 -0
- package/dist/harness-install-recipes.js.map +1 -0
- package/dist/harness-installer.d.ts +45 -46
- package/dist/harness-installer.d.ts.map +1 -1
- package/dist/harness-installer.js +248 -156
- package/dist/harness-installer.js.map +1 -1
- package/dist/mcp-run-projections.d.ts +1 -1
- package/dist/native-login.d.ts +7 -0
- package/dist/native-login.d.ts.map +1 -1
- package/dist/native-login.js +40 -17
- package/dist/native-login.js.map +1 -1
- package/dist/profile-registration.d.ts +15 -1
- package/dist/profile-registration.d.ts.map +1 -1
- package/dist/profile-registration.js +124 -7
- package/dist/profile-registration.js.map +1 -1
- package/dist/quota-services.d.ts +4 -4
- package/dist/quota-subject-universe.d.ts.map +1 -1
- package/dist/quota-subject-universe.js +6 -0
- package/dist/quota-subject-universe.js.map +1 -1
- package/dist/remote-command.d.ts +0 -2
- package/dist/remote-command.d.ts.map +1 -1
- package/dist/remote-command.js +3 -74
- package/dist/remote-command.js.map +1 -1
- package/dist/run-orchestrator.d.ts +28 -0
- package/dist/run-orchestrator.d.ts.map +1 -0
- package/dist/run-orchestrator.js +43 -0
- package/dist/run-orchestrator.js.map +1 -0
- package/dist/settings-service.d.ts +1 -1
- package/dist/settings-service.js +3 -3
- package/dist/settings-service.js.map +1 -1
- package/dist/setup-attach-command.d.ts +30 -0
- package/dist/setup-attach-command.d.ts.map +1 -0
- package/dist/setup-attach-command.js +118 -0
- package/dist/setup-attach-command.js.map +1 -0
- package/dist/setup-job-store.d.ts +2 -2
- package/dist/setup-job-support.d.ts +36 -9
- package/dist/setup-job-support.d.ts.map +1 -1
- package/dist/setup-job-support.js +81 -10
- package/dist/setup-job-support.js.map +1 -1
- package/dist/setup-jobs.d.ts +4 -4
- package/dist/setup-jobs.d.ts.map +1 -1
- package/dist/setup-jobs.js +50 -47
- package/dist/setup-jobs.js.map +1 -1
- package/dist/setup-login-capability.d.ts +37 -0
- package/dist/setup-login-capability.d.ts.map +1 -0
- package/dist/setup-login-capability.js +96 -0
- package/dist/setup-login-capability.js.map +1 -0
- package/dist/setup-login-io.d.ts +4 -1
- package/dist/setup-login-io.d.ts.map +1 -1
- package/dist/setup-login-io.js +22 -3
- package/dist/setup-login-io.js.map +1 -1
- package/dist/setup-login-pty.d.ts +64 -22
- package/dist/setup-login-pty.d.ts.map +1 -1
- package/dist/setup-login-pty.js +289 -48
- package/dist/setup-login-pty.js.map +1 -1
- package/dist/setup-login-runner-support.d.ts +12 -0
- package/dist/setup-login-runner-support.d.ts.map +1 -0
- package/dist/setup-login-runner-support.js +65 -0
- package/dist/setup-login-runner-support.js.map +1 -0
- package/dist/setup-login-runner.d.ts +2 -0
- package/dist/setup-login-runner.d.ts.map +1 -1
- package/dist/setup-login-runner.js +119 -116
- package/dist/setup-login-runner.js.map +1 -1
- package/dist/setup-runner-outcome.d.ts +10 -0
- package/dist/setup-runner-outcome.d.ts.map +1 -0
- package/dist/setup-runner-outcome.js +49 -0
- package/dist/setup-runner-outcome.js.map +1 -0
- package/dist/thread-continuity-context.d.ts +24 -0
- package/dist/thread-continuity-context.d.ts.map +1 -1
- package/dist/thread-continuity-context.js +17 -0
- package/dist/thread-continuity-context.js.map +1 -1
- package/package.json +24 -24
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type OperatorDecisionRecord, JournalManager, InteractionRegistry, ProjectPartitions, ProjectStore, ResourceStore, QuotaRegistry } from "@claudexor/daemon";
|
|
2
2
|
import { listTrustService, updateTrustService } from "./trust-services.js";
|
|
3
|
-
import { type ResourceAttachmentRef, type
|
|
3
|
+
import { type ResourceAttachmentRef, type ControlRunStartRequest } from "@claudexor/schema";
|
|
4
4
|
import { AuthReadinessService } from "@claudexor/gateway";
|
|
5
5
|
import { type HarnessListInput } from "./accounts-services.js";
|
|
6
6
|
import { createSetupJobManager } from "./setup-jobs.js";
|
|
@@ -18,6 +18,186 @@ resources: () => ResourceStore, quotaRegistry: () => QuotaRegistry, daemonJobs:
|
|
|
18
18
|
finishedAt?: string;
|
|
19
19
|
params?: unknown;
|
|
20
20
|
}>>): {
|
|
21
|
+
credentialProfiles: (input?: {
|
|
22
|
+
snapshot?: boolean;
|
|
23
|
+
}) => Promise<{
|
|
24
|
+
profiles: {
|
|
25
|
+
profile: import("@claudexor/schema").CredentialProfile;
|
|
26
|
+
status: import("@claudexor/schema").CredentialProfileStatus;
|
|
27
|
+
identity: import("@claudexor/schema").AccountIdentity | null;
|
|
28
|
+
}[];
|
|
29
|
+
harnessAccounts: never[];
|
|
30
|
+
accountPools: {
|
|
31
|
+
harness_id: string;
|
|
32
|
+
next_up: {
|
|
33
|
+
kind: "profile";
|
|
34
|
+
profileId: string;
|
|
35
|
+
} | {
|
|
36
|
+
kind: "api_key_route";
|
|
37
|
+
} | {
|
|
38
|
+
kind: "none";
|
|
39
|
+
reason: string;
|
|
40
|
+
};
|
|
41
|
+
}[];
|
|
42
|
+
} | {
|
|
43
|
+
profiles: {
|
|
44
|
+
profile: import("@claudexor/schema").CredentialProfile;
|
|
45
|
+
status: import("@claudexor/schema").CredentialProfileStatus;
|
|
46
|
+
identity: import("@claudexor/schema").AccountIdentity | null;
|
|
47
|
+
}[];
|
|
48
|
+
harnessAccounts: never[];
|
|
49
|
+
accountPools: {
|
|
50
|
+
harness_id: string;
|
|
51
|
+
next_up: {
|
|
52
|
+
kind: "profile";
|
|
53
|
+
profileId: string;
|
|
54
|
+
} | {
|
|
55
|
+
kind: "api_key_route";
|
|
56
|
+
} | {
|
|
57
|
+
kind: "none";
|
|
58
|
+
reason: string;
|
|
59
|
+
};
|
|
60
|
+
}[];
|
|
61
|
+
harnesses: {
|
|
62
|
+
id: string;
|
|
63
|
+
available: boolean;
|
|
64
|
+
status: "ok" | "degraded" | "unavailable";
|
|
65
|
+
manifest: import("@claudexor/schema").HarnessManifest | null;
|
|
66
|
+
enabledIntents: import("@claudexor/schema").Intent[];
|
|
67
|
+
routableIntents: import("@claudexor/schema").Intent[];
|
|
68
|
+
disabledIntents: import("@claudexor/schema").Intent[];
|
|
69
|
+
checks: import("@claudexor/schema").ConformanceCheck[];
|
|
70
|
+
reasons: string[];
|
|
71
|
+
authSources: import("@claudexor/schema").AuthSourceReadiness[];
|
|
72
|
+
configuredModel: string | null;
|
|
73
|
+
configuredModelCheck: {
|
|
74
|
+
status: "ok" | "rejected";
|
|
75
|
+
message?: string | null;
|
|
76
|
+
} | null;
|
|
77
|
+
delegation: {
|
|
78
|
+
available: boolean;
|
|
79
|
+
reason: "manifest_unsupported" | "ready" | "runtime_unavailable";
|
|
80
|
+
remediation: string | null;
|
|
81
|
+
requiresFullAccess: boolean;
|
|
82
|
+
};
|
|
83
|
+
setupLogin: {
|
|
84
|
+
mode: "external_terminal" | "in_app";
|
|
85
|
+
} | null;
|
|
86
|
+
readiness: {
|
|
87
|
+
id: string;
|
|
88
|
+
kind: "auth" | "binary" | "model" | "probe" | "smoke";
|
|
89
|
+
title: string;
|
|
90
|
+
status: "fail" | "pass" | "skip";
|
|
91
|
+
detail: string | null;
|
|
92
|
+
}[];
|
|
93
|
+
}[];
|
|
94
|
+
git: {
|
|
95
|
+
status: "available" | "developer_tools_stub" | "failed" | "missing";
|
|
96
|
+
version: string | null;
|
|
97
|
+
detail: string | null;
|
|
98
|
+
remediation: string | null;
|
|
99
|
+
};
|
|
100
|
+
quota: {
|
|
101
|
+
snapshots: {
|
|
102
|
+
subject: {
|
|
103
|
+
harness: string;
|
|
104
|
+
credential_route: "local" | "managed_api_key" | "vendor_native";
|
|
105
|
+
plan_label: string | null;
|
|
106
|
+
subject_id: string | null;
|
|
107
|
+
};
|
|
108
|
+
constraints: {
|
|
109
|
+
id: string;
|
|
110
|
+
label: string;
|
|
111
|
+
applies_to_models?: string[] | null | undefined;
|
|
112
|
+
applies_to_unspecified_model?: boolean | undefined;
|
|
113
|
+
used_ratio: number | null;
|
|
114
|
+
window_seconds: number | null;
|
|
115
|
+
resets_at: string | null;
|
|
116
|
+
cooldown_until: string | null;
|
|
117
|
+
}[];
|
|
118
|
+
source: "agy_command_usage" | "claude_api_retry" | "claude_oauth_usage" | "claude_statusline" | "codex_app_server" | "codex_rollout" | "cursor_rate_limit";
|
|
119
|
+
observed_at: string;
|
|
120
|
+
freshness: "fresh" | "stale" | "unknown";
|
|
121
|
+
availability?: {
|
|
122
|
+
state: "available" | "cooldown" | "exhausted";
|
|
123
|
+
blocking_constraints: string[];
|
|
124
|
+
resets_at: string | null;
|
|
125
|
+
model_scoped_exhaustions: {
|
|
126
|
+
constraint_id: string;
|
|
127
|
+
applies_to_models: string[];
|
|
128
|
+
resets_at: string | null;
|
|
129
|
+
}[];
|
|
130
|
+
} | undefined;
|
|
131
|
+
}[];
|
|
132
|
+
absences: {
|
|
133
|
+
subject: {
|
|
134
|
+
harness: string;
|
|
135
|
+
credential_route: "local" | "managed_api_key" | "vendor_native";
|
|
136
|
+
plan_label: string | null;
|
|
137
|
+
subject_id: string | null;
|
|
138
|
+
};
|
|
139
|
+
reason: "auth_revoked" | "credential_profile_ambiguous" | "no_source" | "not_logged_in" | "platform_unsupported" | "refresh_failed" | "transport_unavailable";
|
|
140
|
+
detail: string | null;
|
|
141
|
+
observed_at: string;
|
|
142
|
+
}[];
|
|
143
|
+
refreshed_at: string | null;
|
|
144
|
+
};
|
|
145
|
+
quotaEventCursor: string;
|
|
146
|
+
}>;
|
|
147
|
+
accountPools: () => Promise<{
|
|
148
|
+
accountPools: {
|
|
149
|
+
harness_id: string;
|
|
150
|
+
next_up: {
|
|
151
|
+
kind: "profile";
|
|
152
|
+
profileId: string;
|
|
153
|
+
} | {
|
|
154
|
+
kind: "api_key_route";
|
|
155
|
+
} | {
|
|
156
|
+
kind: "none";
|
|
157
|
+
reason: string;
|
|
158
|
+
};
|
|
159
|
+
}[];
|
|
160
|
+
}>;
|
|
161
|
+
updateCredentialProfile: (input: unknown) => Promise<{
|
|
162
|
+
profile: {
|
|
163
|
+
profile_id: string;
|
|
164
|
+
harness_id: string;
|
|
165
|
+
display_name: string;
|
|
166
|
+
credential_kind: "api_key" | "config_dir_login" | "oauth_token";
|
|
167
|
+
isolation_locator: string | null;
|
|
168
|
+
secret_ref: string | null;
|
|
169
|
+
enabled: boolean;
|
|
170
|
+
created_at: string | null;
|
|
171
|
+
};
|
|
172
|
+
status: {
|
|
173
|
+
profile_id: string;
|
|
174
|
+
harness_id: string;
|
|
175
|
+
availability: "available" | "unavailable" | "unknown";
|
|
176
|
+
verification: "failed" | "not_run" | "passed";
|
|
177
|
+
verification_source: "local_store" | "vendor";
|
|
178
|
+
detail?: string | undefined;
|
|
179
|
+
last_verified_at: string | null;
|
|
180
|
+
};
|
|
181
|
+
}>;
|
|
182
|
+
deleteCredentialProfile: (input: unknown) => Promise<{
|
|
183
|
+
profile: {
|
|
184
|
+
profile_id: string;
|
|
185
|
+
harness_id: string;
|
|
186
|
+
display_name: string;
|
|
187
|
+
credential_kind: "api_key" | "config_dir_login" | "oauth_token";
|
|
188
|
+
isolation_locator: string | null;
|
|
189
|
+
secret_ref: string | null;
|
|
190
|
+
enabled: boolean;
|
|
191
|
+
created_at: string | null;
|
|
192
|
+
};
|
|
193
|
+
removed: boolean;
|
|
194
|
+
credentialCleanup: "config_dir_removed" | "none" | "secret_deleted";
|
|
195
|
+
vendorCredentialDisposition?: {
|
|
196
|
+
owner: "vendor";
|
|
197
|
+
state: "left_unchanged";
|
|
198
|
+
scope: "os_user" | "profile";
|
|
199
|
+
} | undefined;
|
|
200
|
+
}>;
|
|
21
201
|
quota: () => Promise<{
|
|
22
202
|
snapshots: {
|
|
23
203
|
subject: {
|
|
@@ -36,7 +216,7 @@ resources: () => ResourceStore, quotaRegistry: () => QuotaRegistry, daemonJobs:
|
|
|
36
216
|
resets_at: string | null;
|
|
37
217
|
cooldown_until: string | null;
|
|
38
218
|
}[];
|
|
39
|
-
source: "agy_command_usage" | "claude_api_retry" | "claude_oauth_usage" | "claude_statusline" | "codex_app_server" | "codex_rollout";
|
|
219
|
+
source: "agy_command_usage" | "claude_api_retry" | "claude_oauth_usage" | "claude_statusline" | "codex_app_server" | "codex_rollout" | "cursor_rate_limit";
|
|
40
220
|
observed_at: string;
|
|
41
221
|
freshness: "fresh" | "stale" | "unknown";
|
|
42
222
|
availability?: {
|
|
@@ -57,7 +237,7 @@ resources: () => ResourceStore, quotaRegistry: () => QuotaRegistry, daemonJobs:
|
|
|
57
237
|
plan_label: string | null;
|
|
58
238
|
subject_id: string | null;
|
|
59
239
|
};
|
|
60
|
-
reason: "auth_revoked" | "no_source" | "not_logged_in" | "platform_unsupported" | "refresh_failed" | "transport_unavailable";
|
|
240
|
+
reason: "auth_revoked" | "credential_profile_ambiguous" | "no_source" | "not_logged_in" | "platform_unsupported" | "refresh_failed" | "transport_unavailable";
|
|
61
241
|
detail: string | null;
|
|
62
242
|
observed_at: string;
|
|
63
243
|
}[];
|
|
@@ -81,7 +261,7 @@ resources: () => ResourceStore, quotaRegistry: () => QuotaRegistry, daemonJobs:
|
|
|
81
261
|
resets_at: string | null;
|
|
82
262
|
cooldown_until: string | null;
|
|
83
263
|
}[];
|
|
84
|
-
source: "agy_command_usage" | "claude_api_retry" | "claude_oauth_usage" | "claude_statusline" | "codex_app_server" | "codex_rollout";
|
|
264
|
+
source: "agy_command_usage" | "claude_api_retry" | "claude_oauth_usage" | "claude_statusline" | "codex_app_server" | "codex_rollout" | "cursor_rate_limit";
|
|
85
265
|
observed_at: string;
|
|
86
266
|
freshness: "fresh" | "stale" | "unknown";
|
|
87
267
|
availability?: {
|
|
@@ -102,7 +282,7 @@ resources: () => ResourceStore, quotaRegistry: () => QuotaRegistry, daemonJobs:
|
|
|
102
282
|
plan_label: string | null;
|
|
103
283
|
subject_id: string | null;
|
|
104
284
|
};
|
|
105
|
-
reason: "auth_revoked" | "no_source" | "not_logged_in" | "platform_unsupported" | "refresh_failed" | "transport_unavailable";
|
|
285
|
+
reason: "auth_revoked" | "credential_profile_ambiguous" | "no_source" | "not_logged_in" | "platform_unsupported" | "refresh_failed" | "transport_unavailable";
|
|
106
286
|
detail: string | null;
|
|
107
287
|
observed_at: string;
|
|
108
288
|
}[];
|
|
@@ -539,6 +719,9 @@ resources: () => ResourceStore, quotaRegistry: () => QuotaRegistry, daemonJobs:
|
|
|
539
719
|
remediation: string | null;
|
|
540
720
|
requiresFullAccess: boolean;
|
|
541
721
|
};
|
|
722
|
+
setupLogin: {
|
|
723
|
+
mode: "external_terminal" | "in_app";
|
|
724
|
+
} | null;
|
|
542
725
|
readiness: {
|
|
543
726
|
id: string;
|
|
544
727
|
kind: "auth" | "binary" | "model" | "probe" | "smoke";
|
|
@@ -620,6 +803,9 @@ resources: () => ResourceStore, quotaRegistry: () => QuotaRegistry, daemonJobs:
|
|
|
620
803
|
remediation: string | null;
|
|
621
804
|
requiresFullAccess: boolean;
|
|
622
805
|
};
|
|
806
|
+
setupLogin?: {
|
|
807
|
+
mode: "external_terminal" | "in_app";
|
|
808
|
+
} | null | undefined;
|
|
623
809
|
}[];
|
|
624
810
|
availableHarnesses: string[];
|
|
625
811
|
modes: ("agent" | "ask" | "plan")[];
|
|
@@ -884,7 +1070,7 @@ resources: () => ResourceStore, quotaRegistry: () => QuotaRegistry, daemonJobs:
|
|
|
884
1070
|
commandStarted: boolean;
|
|
885
1071
|
exitCode: number | null;
|
|
886
1072
|
signal: string | null;
|
|
887
|
-
errorCode?: "device_auth_unsupported" | "permit_timeout" | "spawn_failed" | undefined;
|
|
1073
|
+
errorCode?: "device_auth_unsupported" | "permit_timeout" | "spawn_failed" | "terminal_transport_failed" | "terminal_transport_probe_failed" | "terminal_transport_unavailable" | "terminal_transport_unsupported" | undefined;
|
|
888
1074
|
finishedAt: string;
|
|
889
1075
|
} | undefined;
|
|
890
1076
|
terminationReconciliation?: {
|
|
@@ -1068,7 +1254,7 @@ resources: () => ResourceStore, quotaRegistry: () => QuotaRegistry, daemonJobs:
|
|
|
1068
1254
|
commandStarted: boolean;
|
|
1069
1255
|
exitCode: number | null;
|
|
1070
1256
|
signal: string | null;
|
|
1071
|
-
errorCode?: "device_auth_unsupported" | "permit_timeout" | "spawn_failed" | undefined;
|
|
1257
|
+
errorCode?: "device_auth_unsupported" | "permit_timeout" | "spawn_failed" | "terminal_transport_failed" | "terminal_transport_probe_failed" | "terminal_transport_unavailable" | "terminal_transport_unsupported" | undefined;
|
|
1072
1258
|
finishedAt: string;
|
|
1073
1259
|
} | undefined;
|
|
1074
1260
|
terminationReconciliation?: {
|
|
@@ -1252,7 +1438,7 @@ resources: () => ResourceStore, quotaRegistry: () => QuotaRegistry, daemonJobs:
|
|
|
1252
1438
|
commandStarted: boolean;
|
|
1253
1439
|
exitCode: number | null;
|
|
1254
1440
|
signal: string | null;
|
|
1255
|
-
errorCode?: "device_auth_unsupported" | "permit_timeout" | "spawn_failed" | undefined;
|
|
1441
|
+
errorCode?: "device_auth_unsupported" | "permit_timeout" | "spawn_failed" | "terminal_transport_failed" | "terminal_transport_probe_failed" | "terminal_transport_unavailable" | "terminal_transport_unsupported" | undefined;
|
|
1256
1442
|
finishedAt: string;
|
|
1257
1443
|
} | undefined;
|
|
1258
1444
|
terminationReconciliation?: {
|
|
@@ -1437,7 +1623,7 @@ resources: () => ResourceStore, quotaRegistry: () => QuotaRegistry, daemonJobs:
|
|
|
1437
1623
|
commandStarted: boolean;
|
|
1438
1624
|
exitCode: number | null;
|
|
1439
1625
|
signal: string | null;
|
|
1440
|
-
errorCode?: "device_auth_unsupported" | "permit_timeout" | "spawn_failed" | undefined;
|
|
1626
|
+
errorCode?: "device_auth_unsupported" | "permit_timeout" | "spawn_failed" | "terminal_transport_failed" | "terminal_transport_probe_failed" | "terminal_transport_unavailable" | "terminal_transport_unsupported" | undefined;
|
|
1441
1627
|
finishedAt: string;
|
|
1442
1628
|
} | undefined;
|
|
1443
1629
|
terminationReconciliation?: {
|
|
@@ -1623,7 +1809,7 @@ resources: () => ResourceStore, quotaRegistry: () => QuotaRegistry, daemonJobs:
|
|
|
1623
1809
|
commandStarted: boolean;
|
|
1624
1810
|
exitCode: number | null;
|
|
1625
1811
|
signal: string | null;
|
|
1626
|
-
errorCode?: "device_auth_unsupported" | "permit_timeout" | "spawn_failed" | undefined;
|
|
1812
|
+
errorCode?: "device_auth_unsupported" | "permit_timeout" | "spawn_failed" | "terminal_transport_failed" | "terminal_transport_probe_failed" | "terminal_transport_unavailable" | "terminal_transport_unsupported" | undefined;
|
|
1627
1813
|
finishedAt: string;
|
|
1628
1814
|
} | undefined;
|
|
1629
1815
|
terminationReconciliation?: {
|
|
@@ -1824,7 +2010,7 @@ resources: () => ResourceStore, quotaRegistry: () => QuotaRegistry, daemonJobs:
|
|
|
1824
2010
|
commandStarted: boolean;
|
|
1825
2011
|
exitCode: number | null;
|
|
1826
2012
|
signal: string | null;
|
|
1827
|
-
errorCode?: "device_auth_unsupported" | "permit_timeout" | "spawn_failed" | undefined;
|
|
2013
|
+
errorCode?: "device_auth_unsupported" | "permit_timeout" | "spawn_failed" | "terminal_transport_failed" | "terminal_transport_probe_failed" | "terminal_transport_unavailable" | "terminal_transport_unsupported" | undefined;
|
|
1828
2014
|
finishedAt: string;
|
|
1829
2015
|
} | undefined;
|
|
1830
2016
|
terminationReconciliation?: {
|
|
@@ -2016,7 +2202,7 @@ resources: () => ResourceStore, quotaRegistry: () => QuotaRegistry, daemonJobs:
|
|
|
2016
2202
|
commandStarted: boolean;
|
|
2017
2203
|
exitCode: number | null;
|
|
2018
2204
|
signal: string | null;
|
|
2019
|
-
errorCode?: "device_auth_unsupported" | "permit_timeout" | "spawn_failed" | undefined;
|
|
2205
|
+
errorCode?: "device_auth_unsupported" | "permit_timeout" | "spawn_failed" | "terminal_transport_failed" | "terminal_transport_probe_failed" | "terminal_transport_unavailable" | "terminal_transport_unsupported" | undefined;
|
|
2020
2206
|
finishedAt: string;
|
|
2021
2207
|
} | undefined;
|
|
2022
2208
|
terminationReconciliation?: {
|
|
@@ -2205,7 +2391,7 @@ resources: () => ResourceStore, quotaRegistry: () => QuotaRegistry, daemonJobs:
|
|
|
2205
2391
|
commandStarted: boolean;
|
|
2206
2392
|
exitCode: number | null;
|
|
2207
2393
|
signal: string | null;
|
|
2208
|
-
errorCode?: "device_auth_unsupported" | "permit_timeout" | "spawn_failed" | undefined;
|
|
2394
|
+
errorCode?: "device_auth_unsupported" | "permit_timeout" | "spawn_failed" | "terminal_transport_failed" | "terminal_transport_probe_failed" | "terminal_transport_unavailable" | "terminal_transport_unsupported" | undefined;
|
|
2209
2395
|
finishedAt: string;
|
|
2210
2396
|
} | undefined;
|
|
2211
2397
|
terminationReconciliation?: {
|
|
@@ -2388,7 +2574,7 @@ resources: () => ResourceStore, quotaRegistry: () => QuotaRegistry, daemonJobs:
|
|
|
2388
2574
|
commandStarted: boolean;
|
|
2389
2575
|
exitCode: number | null;
|
|
2390
2576
|
signal: string | null;
|
|
2391
|
-
errorCode?: "device_auth_unsupported" | "permit_timeout" | "spawn_failed" | undefined;
|
|
2577
|
+
errorCode?: "device_auth_unsupported" | "permit_timeout" | "spawn_failed" | "terminal_transport_failed" | "terminal_transport_probe_failed" | "terminal_transport_unavailable" | "terminal_transport_unsupported" | undefined;
|
|
2392
2578
|
finishedAt: string;
|
|
2393
2579
|
} | undefined;
|
|
2394
2580
|
terminationReconciliation?: {
|
|
@@ -2571,7 +2757,7 @@ resources: () => ResourceStore, quotaRegistry: () => QuotaRegistry, daemonJobs:
|
|
|
2571
2757
|
commandStarted: boolean;
|
|
2572
2758
|
exitCode: number | null;
|
|
2573
2759
|
signal: string | null;
|
|
2574
|
-
errorCode?: "device_auth_unsupported" | "permit_timeout" | "spawn_failed" | undefined;
|
|
2760
|
+
errorCode?: "device_auth_unsupported" | "permit_timeout" | "spawn_failed" | "terminal_transport_failed" | "terminal_transport_probe_failed" | "terminal_transport_unavailable" | "terminal_transport_unsupported" | undefined;
|
|
2575
2761
|
finishedAt: string;
|
|
2576
2762
|
} | undefined;
|
|
2577
2763
|
terminationReconciliation?: {
|
|
@@ -2754,7 +2940,7 @@ resources: () => ResourceStore, quotaRegistry: () => QuotaRegistry, daemonJobs:
|
|
|
2754
2940
|
commandStarted: boolean;
|
|
2755
2941
|
exitCode: number | null;
|
|
2756
2942
|
signal: string | null;
|
|
2757
|
-
errorCode?: "device_auth_unsupported" | "permit_timeout" | "spawn_failed" | undefined;
|
|
2943
|
+
errorCode?: "device_auth_unsupported" | "permit_timeout" | "spawn_failed" | "terminal_transport_failed" | "terminal_transport_probe_failed" | "terminal_transport_unavailable" | "terminal_transport_unsupported" | undefined;
|
|
2758
2944
|
finishedAt: string;
|
|
2759
2945
|
} | undefined;
|
|
2760
2946
|
terminationReconciliation?: {
|
|
@@ -2890,180 +3076,12 @@ resources: () => ResourceStore, quotaRegistry: () => QuotaRegistry, daemonJobs:
|
|
|
2890
3076
|
fallbackModel: string | null;
|
|
2891
3077
|
web: "auto" | "cached" | "live" | "off";
|
|
2892
3078
|
authPreference: "api_key" | "auto" | "subscription";
|
|
2893
|
-
profileLimitAction: "ask" | "fail" | "rotate";
|
|
3079
|
+
profileLimitAction: "ask" | "auto" | "fail" | "rotate";
|
|
2894
3080
|
};
|
|
2895
3081
|
};
|
|
2896
3082
|
}>;
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
}) => Promise<{
|
|
2900
|
-
profiles: {
|
|
2901
|
-
profile: CredentialProfile;
|
|
2902
|
-
status: import("@claudexor/schema").CredentialProfileStatus;
|
|
2903
|
-
identity: import("@claudexor/schema").AccountIdentity | null;
|
|
2904
|
-
}[];
|
|
2905
|
-
harnessAccounts: {
|
|
2906
|
-
harness_id: string;
|
|
2907
|
-
native_credentials_enabled: boolean;
|
|
2908
|
-
native_login_detected: boolean;
|
|
2909
|
-
identity: {
|
|
2910
|
-
email?: string | undefined;
|
|
2911
|
-
plan?: string | undefined;
|
|
2912
|
-
} | null;
|
|
2913
|
-
next_up: {
|
|
2914
|
-
kind: "profile";
|
|
2915
|
-
profileId: string;
|
|
2916
|
-
} | {
|
|
2917
|
-
kind: "native";
|
|
2918
|
-
route?: "api_key" | "local_session" | undefined;
|
|
2919
|
-
} | {
|
|
2920
|
-
kind: "none";
|
|
2921
|
-
reason: string;
|
|
2922
|
-
};
|
|
2923
|
-
}[];
|
|
2924
|
-
} | {
|
|
2925
|
-
profiles: {
|
|
2926
|
-
profile: CredentialProfile;
|
|
2927
|
-
status: import("@claudexor/schema").CredentialProfileStatus;
|
|
2928
|
-
identity: import("@claudexor/schema").AccountIdentity | null;
|
|
2929
|
-
}[];
|
|
2930
|
-
harnessAccounts: {
|
|
2931
|
-
harness_id: string;
|
|
2932
|
-
native_credentials_enabled: boolean;
|
|
2933
|
-
native_login_detected: boolean;
|
|
2934
|
-
identity: {
|
|
2935
|
-
email?: string | undefined;
|
|
2936
|
-
plan?: string | undefined;
|
|
2937
|
-
} | null;
|
|
2938
|
-
next_up: {
|
|
2939
|
-
kind: "profile";
|
|
2940
|
-
profileId: string;
|
|
2941
|
-
} | {
|
|
2942
|
-
kind: "native";
|
|
2943
|
-
route?: "api_key" | "local_session" | undefined;
|
|
2944
|
-
} | {
|
|
2945
|
-
kind: "none";
|
|
2946
|
-
reason: string;
|
|
2947
|
-
};
|
|
2948
|
-
}[];
|
|
2949
|
-
harnesses: {
|
|
2950
|
-
id: string;
|
|
2951
|
-
available: boolean;
|
|
2952
|
-
status: "ok" | "degraded" | "unavailable";
|
|
2953
|
-
manifest: import("@claudexor/schema").HarnessManifest | null;
|
|
2954
|
-
enabledIntents: import("@claudexor/schema").Intent[];
|
|
2955
|
-
routableIntents: import("@claudexor/schema").Intent[];
|
|
2956
|
-
disabledIntents: import("@claudexor/schema").Intent[];
|
|
2957
|
-
checks: import("@claudexor/schema").ConformanceCheck[];
|
|
2958
|
-
reasons: string[];
|
|
2959
|
-
authSources: import("@claudexor/schema").AuthSourceReadiness[];
|
|
2960
|
-
configuredModel: string | null;
|
|
2961
|
-
configuredModelCheck: {
|
|
2962
|
-
status: "ok" | "rejected";
|
|
2963
|
-
message?: string | null;
|
|
2964
|
-
} | null;
|
|
2965
|
-
delegation: {
|
|
2966
|
-
available: boolean;
|
|
2967
|
-
reason: "manifest_unsupported" | "ready" | "runtime_unavailable";
|
|
2968
|
-
remediation: string | null;
|
|
2969
|
-
requiresFullAccess: boolean;
|
|
2970
|
-
};
|
|
2971
|
-
readiness: {
|
|
2972
|
-
id: string;
|
|
2973
|
-
kind: "auth" | "binary" | "model" | "probe" | "smoke";
|
|
2974
|
-
title: string;
|
|
2975
|
-
status: "fail" | "pass" | "skip";
|
|
2976
|
-
detail: string | null;
|
|
2977
|
-
}[];
|
|
2978
|
-
}[];
|
|
2979
|
-
git: {
|
|
2980
|
-
status: "available" | "developer_tools_stub" | "failed" | "missing";
|
|
2981
|
-
version: string | null;
|
|
2982
|
-
detail: string | null;
|
|
2983
|
-
remediation: string | null;
|
|
2984
|
-
};
|
|
2985
|
-
quota: {
|
|
2986
|
-
snapshots: {
|
|
2987
|
-
subject: {
|
|
2988
|
-
harness: string;
|
|
2989
|
-
credential_route: "local" | "managed_api_key" | "vendor_native";
|
|
2990
|
-
plan_label: string | null;
|
|
2991
|
-
subject_id: string | null;
|
|
2992
|
-
};
|
|
2993
|
-
constraints: {
|
|
2994
|
-
id: string;
|
|
2995
|
-
label: string;
|
|
2996
|
-
applies_to_models?: string[] | null | undefined;
|
|
2997
|
-
applies_to_unspecified_model?: boolean | undefined;
|
|
2998
|
-
used_ratio: number | null;
|
|
2999
|
-
window_seconds: number | null;
|
|
3000
|
-
resets_at: string | null;
|
|
3001
|
-
cooldown_until: string | null;
|
|
3002
|
-
}[];
|
|
3003
|
-
source: "agy_command_usage" | "claude_api_retry" | "claude_oauth_usage" | "claude_statusline" | "codex_app_server" | "codex_rollout";
|
|
3004
|
-
observed_at: string;
|
|
3005
|
-
freshness: "fresh" | "stale" | "unknown";
|
|
3006
|
-
availability?: {
|
|
3007
|
-
state: "available" | "cooldown" | "exhausted";
|
|
3008
|
-
blocking_constraints: string[];
|
|
3009
|
-
resets_at: string | null;
|
|
3010
|
-
model_scoped_exhaustions: {
|
|
3011
|
-
constraint_id: string;
|
|
3012
|
-
applies_to_models: string[];
|
|
3013
|
-
resets_at: string | null;
|
|
3014
|
-
}[];
|
|
3015
|
-
} | undefined;
|
|
3016
|
-
}[];
|
|
3017
|
-
absences: {
|
|
3018
|
-
subject: {
|
|
3019
|
-
harness: string;
|
|
3020
|
-
credential_route: "local" | "managed_api_key" | "vendor_native";
|
|
3021
|
-
plan_label: string | null;
|
|
3022
|
-
subject_id: string | null;
|
|
3023
|
-
};
|
|
3024
|
-
reason: "auth_revoked" | "no_source" | "not_logged_in" | "platform_unsupported" | "refresh_failed" | "transport_unavailable";
|
|
3025
|
-
detail: string | null;
|
|
3026
|
-
observed_at: string;
|
|
3027
|
-
}[];
|
|
3028
|
-
refreshed_at: string | null;
|
|
3029
|
-
};
|
|
3030
|
-
quotaEventCursor: string;
|
|
3031
|
-
}>;
|
|
3032
|
-
updateCredentialProfile: (input: unknown) => Promise<{
|
|
3033
|
-
profile: {
|
|
3034
|
-
profile_id: string;
|
|
3035
|
-
harness_id: string;
|
|
3036
|
-
display_name: string;
|
|
3037
|
-
credential_kind: "api_key" | "config_dir_login" | "oauth_token";
|
|
3038
|
-
isolation_locator: string | null;
|
|
3039
|
-
secret_ref: string | null;
|
|
3040
|
-
enabled: boolean;
|
|
3041
|
-
created_at: string | null;
|
|
3042
|
-
};
|
|
3043
|
-
status: {
|
|
3044
|
-
profile_id: string;
|
|
3045
|
-
harness_id: string;
|
|
3046
|
-
availability: "available" | "unavailable" | "unknown";
|
|
3047
|
-
verification: "failed" | "not_run" | "passed";
|
|
3048
|
-
verification_source: "local_store" | "vendor";
|
|
3049
|
-
detail?: string | undefined;
|
|
3050
|
-
last_verified_at: string | null;
|
|
3051
|
-
};
|
|
3052
|
-
}>;
|
|
3053
|
-
deleteCredentialProfile: (input: unknown) => Promise<{
|
|
3054
|
-
profile: {
|
|
3055
|
-
profile_id: string;
|
|
3056
|
-
harness_id: string;
|
|
3057
|
-
display_name: string;
|
|
3058
|
-
credential_kind: "api_key" | "config_dir_login" | "oauth_token";
|
|
3059
|
-
isolation_locator: string | null;
|
|
3060
|
-
secret_ref: string | null;
|
|
3061
|
-
enabled: boolean;
|
|
3062
|
-
created_at: string | null;
|
|
3063
|
-
};
|
|
3064
|
-
removed: boolean;
|
|
3065
|
-
credentialCleanup: "config_dir_removed" | "none" | "secret_deleted";
|
|
3066
|
-
cleanupWarning?: string | undefined;
|
|
3083
|
+
rollbackAccountsMigration: (input: unknown) => Promise<{
|
|
3084
|
+
rolledBack: import("./accounts-unified-migration.js").AccountsRollbackReceipt[];
|
|
3067
3085
|
}>;
|
|
3068
3086
|
createCredentialProfile: (input: unknown) => Promise<{
|
|
3069
3087
|
profile: {
|
|
@@ -3132,7 +3150,7 @@ resources: () => ResourceStore, quotaRegistry: () => QuotaRegistry, daemonJobs:
|
|
|
3132
3150
|
fallbackModel: string | null;
|
|
3133
3151
|
web: "auto" | "cached" | "live" | "off";
|
|
3134
3152
|
authPreference: "api_key" | "auto" | "subscription";
|
|
3135
|
-
profileLimitAction: "ask" | "fail" | "rotate";
|
|
3153
|
+
profileLimitAction: "ask" | "auto" | "fail" | "rotate";
|
|
3136
3154
|
};
|
|
3137
3155
|
};
|
|
3138
3156
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control-services.d.ts","sourceRoot":"","sources":["../src/control-services.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"control-services.d.ts","sourceRoot":"","sources":["../src/control-services.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BACL,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BACT,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BACP,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BACR,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BACH,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BACV,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BACJ,MAAM,gBAAgB,MAAM;;;;;;;;0CAEjB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;2CACL,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCACR,MAAM;;;;;;;;;6CAEF,MAAM,SAAS,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uCAmC5B,OAAO;;;qCAaT,OAAO;;;;;;;;;;;;;;;;;;;;;4BAgBhB,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAgBZ,OAAO;;;;;;yBAuBL,MAAM;;;;EAMpC"}
|