agent-embassy 2.0.1 → 3.0.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/CHANGELOG.md +56 -0
- package/CONTRIBUTING.md +19 -34
- package/README.md +110 -228
- package/SECURITY.md +55 -89
- package/dist/src/errors.d.ts +10 -1
- package/dist/src/errors.js +3 -1
- package/dist/src/errors.js.map +1 -1
- package/dist/src/gateway/claude-helper-protocol.d.ts +8 -11
- package/dist/src/gateway/claude-helper-protocol.js +12 -11
- package/dist/src/gateway/claude-helper-protocol.js.map +1 -1
- package/dist/src/gateway/claude-helper-supervisor.d.ts +1 -5
- package/dist/src/gateway/claude-helper-supervisor.js +10 -9
- package/dist/src/gateway/claude-helper-supervisor.js.map +1 -1
- package/dist/src/gateway/claude-helper.js +6 -6
- package/dist/src/gateway/claude-helper.js.map +1 -1
- package/dist/src/gateway/claude-peer.d.ts +0 -3
- package/dist/src/gateway/claude-peer.js +6 -18
- package/dist/src/gateway/claude-peer.js.map +1 -1
- package/dist/src/gateway/cli.d.ts +17 -6
- package/dist/src/gateway/cli.js +912 -261
- package/dist/src/gateway/cli.js.map +1 -1
- package/dist/src/gateway/codex-socket-holder.d.ts +26 -0
- package/dist/src/gateway/codex-socket-holder.js +76 -0
- package/dist/src/gateway/codex-socket-holder.js.map +1 -0
- package/dist/src/gateway/codex-stateless-transport.js +1 -1
- package/dist/src/gateway/codex-stateless-transport.js.map +1 -1
- package/dist/src/gateway/config.d.ts +1 -10
- package/dist/src/gateway/config.js +4 -10
- package/dist/src/gateway/config.js.map +1 -1
- package/dist/src/gateway/control.d.ts +45 -77
- package/dist/src/gateway/control.js +56 -141
- package/dist/src/gateway/control.js.map +1 -1
- package/dist/src/gateway/federation-nodes.d.ts +29 -2
- package/dist/src/gateway/federation-nodes.js +177 -7
- package/dist/src/gateway/federation-nodes.js.map +1 -1
- package/dist/src/gateway/peer-client.d.ts +4 -3
- package/dist/src/gateway/peer-client.js +22 -13
- package/dist/src/gateway/peer-client.js.map +1 -1
- package/dist/src/gateway/peer-protocol.d.ts +8 -11
- package/dist/src/gateway/peer-protocol.js +5 -12
- package/dist/src/gateway/peer-protocol.js.map +1 -1
- package/dist/src/gateway/provenance-envelope.d.ts +0 -1
- package/dist/src/gateway/provenance-envelope.js +4 -19
- package/dist/src/gateway/provenance-envelope.js.map +1 -1
- package/dist/src/gateway/providers.d.ts +7 -4
- package/dist/src/gateway/providers.js +16 -20
- package/dist/src/gateway/providers.js.map +1 -1
- package/dist/src/gateway/server.d.ts +3 -12
- package/dist/src/gateway/server.js +31 -50
- package/dist/src/gateway/server.js.map +1 -1
- package/dist/src/gateway/service-agent.d.ts +187 -0
- package/dist/src/gateway/service-agent.js +758 -0
- package/dist/src/gateway/service-agent.js.map +1 -0
- package/dist/src/gateway/service.d.ts +114 -31
- package/dist/src/gateway/service.js +461 -566
- package/dist/src/gateway/service.js.map +1 -1
- package/dist/src/gateway/status-view.d.ts +167 -0
- package/dist/src/gateway/status-view.js +488 -0
- package/dist/src/gateway/status-view.js.map +1 -0
- package/dist/src/gateway/store.d.ts +103 -21
- package/dist/src/gateway/store.js +454 -529
- package/dist/src/gateway/store.js.map +1 -1
- package/dist/src/gateway/types.d.ts +48 -99
- package/dist/src/gateway/types.js +15 -52
- package/dist/src/gateway/types.js.map +1 -1
- package/docs/CONFIGURATION.md +173 -44
- package/docs/DELIVERY.md +11 -11
- package/docs/GATEWAY-ARCHITECTURE.md +277 -375
- package/package.json +4 -12
- package/skills/embassy-peer/SKILL.md +65 -90
- package/skills/embassy-peer/agents/openai.yaml +1 -1
- package/README.zh-CN.md +0 -275
- package/assets/live-dashboard/app.css +0 -1619
- package/assets/vendor/react/LICENSE +0 -21
- package/assets/vendor/react/react-dom.production.min.js +0 -267
- package/assets/vendor/react/react.production.min.js +0 -31
- package/dist/src/gateway/acp-client.d.ts +0 -110
- package/dist/src/gateway/acp-client.js +0 -407
- package/dist/src/gateway/acp-client.js.map +0 -1
- package/dist/src/gateway/acp-provider.d.ts +0 -66
- package/dist/src/gateway/acp-provider.js +0 -275
- package/dist/src/gateway/acp-provider.js.map +0 -1
- package/dist/src/gateway/cli-copy.d.ts +0 -8
- package/dist/src/gateway/cli-copy.en.d.ts +0 -22
- package/dist/src/gateway/cli-copy.en.js +0 -62
- package/dist/src/gateway/cli-copy.en.js.map +0 -1
- package/dist/src/gateway/cli-copy.js +0 -27
- package/dist/src/gateway/cli-copy.js.map +0 -1
- package/dist/src/gateway/cli-copy.zh-CN.d.ts +0 -22
- package/dist/src/gateway/cli-copy.zh-CN.js +0 -62
- package/dist/src/gateway/cli-copy.zh-CN.js.map +0 -1
- package/dist/src/gateway/codex-doctor.d.ts +0 -36
- package/dist/src/gateway/codex-doctor.js +0 -127
- package/dist/src/gateway/codex-doctor.js.map +0 -1
- package/dist/src/gateway/dashboard-copy.d.ts +0 -7
- package/dist/src/gateway/dashboard-copy.en.d.ts +0 -504
- package/dist/src/gateway/dashboard-copy.en.js +0 -505
- package/dist/src/gateway/dashboard-copy.en.js.map +0 -1
- package/dist/src/gateway/dashboard-copy.js +0 -514
- package/dist/src/gateway/dashboard-copy.js.map +0 -1
- package/dist/src/gateway/dashboard-copy.zh-CN.d.ts +0 -504
- package/dist/src/gateway/dashboard-copy.zh-CN.js +0 -505
- package/dist/src/gateway/dashboard-copy.zh-CN.js.map +0 -1
- package/dist/src/gateway/dashboard-model.d.ts +0 -343
- package/dist/src/gateway/dashboard-model.js +0 -1061
- package/dist/src/gateway/dashboard-model.js.map +0 -1
- package/dist/src/gateway/dashboard.d.ts +0 -20
- package/dist/src/gateway/dashboard.js +0 -874
- package/dist/src/gateway/dashboard.js.map +0 -1
- package/dist/src/gateway/deepseek-detect.d.ts +0 -14
- package/dist/src/gateway/deepseek-detect.js +0 -41
- package/dist/src/gateway/deepseek-detect.js.map +0 -1
- package/dist/src/gateway/live-dashboard-app/app.js +0 -2385
- package/dist/src/gateway/live-dashboard-assets.d.ts +0 -10
- package/dist/src/gateway/live-dashboard-assets.js +0 -74
- package/dist/src/gateway/live-dashboard-assets.js.map +0 -1
- package/dist/src/gateway/live-dashboard-command.d.ts +0 -60
- package/dist/src/gateway/live-dashboard-command.js +0 -334
- package/dist/src/gateway/live-dashboard-command.js.map +0 -1
- package/dist/src/gateway/live-dashboard-http.d.ts +0 -39
- package/dist/src/gateway/live-dashboard-http.js +0 -383
- package/dist/src/gateway/live-dashboard-http.js.map +0 -1
- package/dist/src/gateway/live-dashboard-protocol.d.ts +0 -34
- package/dist/src/gateway/live-dashboard-protocol.js +0 -114
- package/dist/src/gateway/live-dashboard-protocol.js.map +0 -1
- package/dist/src/gateway/live-dashboard-server.d.ts +0 -33
- package/dist/src/gateway/live-dashboard-server.js +0 -144
- package/dist/src/gateway/live-dashboard-server.js.map +0 -1
- package/dist/src/gateway/live-dashboard-stream.d.ts +0 -46
- package/dist/src/gateway/live-dashboard-stream.js +0 -234
- package/dist/src/gateway/live-dashboard-stream.js.map +0 -1
- package/dist/src/gateway/live-dashboard.d.ts +0 -28
- package/dist/src/gateway/live-dashboard.js +0 -154
- package/dist/src/gateway/live-dashboard.js.map +0 -1
- package/dist/src/gateway/locale.d.ts +0 -4
- package/dist/src/gateway/locale.js +0 -10
- package/dist/src/gateway/locale.js.map +0 -1
- package/dist/src/gateway/progress-watch-machine.d.ts +0 -45
- package/dist/src/gateway/progress-watch-machine.js +0 -70
- package/dist/src/gateway/progress-watch-machine.js.map +0 -1
- package/docs/CONFIGURATION.zh-CN.md +0 -97
- package/docs/DASHBOARD.md +0 -98
- package/docs/DASHBOARD.zh-CN.md +0 -49
- package/docs/DELIVERY.zh-CN.md +0 -55
|
@@ -1,504 +0,0 @@
|
|
|
1
|
-
export declare const dashboardCopyZhCn: {
|
|
2
|
-
"meta.title": string;
|
|
3
|
-
skip: string;
|
|
4
|
-
"language.label": string;
|
|
5
|
-
"language.en": string;
|
|
6
|
-
"language.zhCn": string;
|
|
7
|
-
"brand.eyebrow": string;
|
|
8
|
-
"brand.title": string;
|
|
9
|
-
"brand.subtitle": string;
|
|
10
|
-
"snapshot.asOf": string;
|
|
11
|
-
"snapshot.static": string;
|
|
12
|
-
"overall.ready": string;
|
|
13
|
-
"overall.setup": string;
|
|
14
|
-
"overall.attention": string;
|
|
15
|
-
"exchange.eyebrow": string;
|
|
16
|
-
"exchange.title": string;
|
|
17
|
-
"exchange.note": string;
|
|
18
|
-
"inbound.paired.badge": string;
|
|
19
|
-
"inbound.paired.body": string;
|
|
20
|
-
"inbound.open.badge": string;
|
|
21
|
-
"inbound.open.body": string;
|
|
22
|
-
"inbound.noPair.body": string;
|
|
23
|
-
"exchange.claude.title": string;
|
|
24
|
-
"exchange.claude.note": string;
|
|
25
|
-
"exchange.codex.title": string;
|
|
26
|
-
"exchange.codex.note": string;
|
|
27
|
-
"exchange.provider.note": string;
|
|
28
|
-
"exchange.pouch.title": string;
|
|
29
|
-
"exchange.pouch.empty": string;
|
|
30
|
-
"exchange.pouch.queued": string;
|
|
31
|
-
"exchange.pouch.oldest": string;
|
|
32
|
-
"exchange.count.claude": string;
|
|
33
|
-
"exchange.count.codex": string;
|
|
34
|
-
"app.overview.count.provider": string;
|
|
35
|
-
"status.ready": string;
|
|
36
|
-
"status.busy": string;
|
|
37
|
-
"status.waiting": string;
|
|
38
|
-
"status.missing": string;
|
|
39
|
-
"status.attention": string;
|
|
40
|
-
"status.selected": string;
|
|
41
|
-
"status.available": string;
|
|
42
|
-
"status.notSelectable": string;
|
|
43
|
-
"status.enabled": string;
|
|
44
|
-
"status.disabled": string;
|
|
45
|
-
"next.label": string;
|
|
46
|
-
"next.none": string;
|
|
47
|
-
"next.discoverClaude": string;
|
|
48
|
-
"next.selectClaude": string;
|
|
49
|
-
"next.pairRoutes": string;
|
|
50
|
-
"next.restoreClaude": string;
|
|
51
|
-
"next.repairClaude": string;
|
|
52
|
-
"next.registerCodex": string;
|
|
53
|
-
"attention.eyebrow": string;
|
|
54
|
-
"attention.title": string;
|
|
55
|
-
"attention.count": string;
|
|
56
|
-
"attention.countVisible": string;
|
|
57
|
-
"attention.projectionOnly": string;
|
|
58
|
-
"attention.scope": string;
|
|
59
|
-
"severity.info": string;
|
|
60
|
-
"severity.warning": string;
|
|
61
|
-
"severity.error": string;
|
|
62
|
-
"guidance.reobserveClaude.title": string;
|
|
63
|
-
"guidance.reobserveClaude.body": string;
|
|
64
|
-
"guidance.reobserveClaude.action": string;
|
|
65
|
-
"guidance.consentEdgeUnavailable.title": string;
|
|
66
|
-
"guidance.consentEdgeUnavailable.body": string;
|
|
67
|
-
"guidance.consentEdgeUnavailable.action": string;
|
|
68
|
-
"guidance.claudeNotObserved.title": string;
|
|
69
|
-
"guidance.claudeNotObserved.body": string;
|
|
70
|
-
"guidance.claudeNotObserved.action": string;
|
|
71
|
-
"guidance.connectorOffline.title": string;
|
|
72
|
-
"guidance.connectorOffline.body": string;
|
|
73
|
-
"guidance.connectorOffline.action": string;
|
|
74
|
-
"guidance.routeStale.title": string;
|
|
75
|
-
"guidance.routeStale.body": string;
|
|
76
|
-
"guidance.routeStale.action": string;
|
|
77
|
-
"guidance.queueStalled.title": string;
|
|
78
|
-
"guidance.queueStalled.body": string;
|
|
79
|
-
"guidance.queueStalled.action": string;
|
|
80
|
-
"guidance.queueStalled.busy": string;
|
|
81
|
-
"guidance.recipientWaitingInput.title": string;
|
|
82
|
-
"guidance.recipientWaitingInput.body": string;
|
|
83
|
-
"guidance.recipientWaitingInput.action": string;
|
|
84
|
-
"guidance.unconfirmed.title": string;
|
|
85
|
-
"guidance.unconfirmed.body": string;
|
|
86
|
-
"guidance.unconfirmed.action": string;
|
|
87
|
-
"guidance.degraded.title": string;
|
|
88
|
-
"guidance.degraded.body": string;
|
|
89
|
-
"guidance.degraded.action": string;
|
|
90
|
-
"guidance.generic.title": string;
|
|
91
|
-
"guidance.generic.body": string;
|
|
92
|
-
"guidance.generic.action": string;
|
|
93
|
-
"guidance.progressWatch.title": string;
|
|
94
|
-
"guidance.progressWatch.body": string;
|
|
95
|
-
"guidance.progressWatch.action": string;
|
|
96
|
-
"guidance.registryEmpty.title": string;
|
|
97
|
-
"guidance.registryEmpty.body": string;
|
|
98
|
-
"guidance.registryEmpty.action": string;
|
|
99
|
-
"guidance.registryRejected.title": string;
|
|
100
|
-
"guidance.registryRejected.body": string;
|
|
101
|
-
"guidance.registryRejected.action": string;
|
|
102
|
-
"transit.eyebrow": string;
|
|
103
|
-
"transit.title": string;
|
|
104
|
-
"transit.queued": string;
|
|
105
|
-
"transit.active": string;
|
|
106
|
-
"transit.oldest": string;
|
|
107
|
-
"transit.empty": string;
|
|
108
|
-
"transit.unavailable": string;
|
|
109
|
-
"count.atLeast": string;
|
|
110
|
-
"watches.eyebrow": string;
|
|
111
|
-
"watches.title": string;
|
|
112
|
-
"watches.note": string;
|
|
113
|
-
"watches.empty": string;
|
|
114
|
-
"watches.column.conversation": string;
|
|
115
|
-
"watches.column.parties": string;
|
|
116
|
-
"watches.column.quietFor": string;
|
|
117
|
-
"watches.column.nextAction": string;
|
|
118
|
-
"watches.column.nudges": string;
|
|
119
|
-
"watches.history.title": string;
|
|
120
|
-
"watches.event.opened": string;
|
|
121
|
-
"watches.event.replaced": string;
|
|
122
|
-
"watches.event.settled": string;
|
|
123
|
-
"watches.actor.owner": string;
|
|
124
|
-
"watches.actor.worker": string;
|
|
125
|
-
"watches.actor.operator": string;
|
|
126
|
-
"watches.actor.gateway": string;
|
|
127
|
-
"watches.actor.unknown": string;
|
|
128
|
-
"watches.reason.done": string;
|
|
129
|
-
"watches.reason.untracked": string;
|
|
130
|
-
"watches.reason.idleTimeout": string;
|
|
131
|
-
"watches.reason.pairRemoved": string;
|
|
132
|
-
"watches.reason.endpointRetired": string;
|
|
133
|
-
"watches.reason.trackingDisabled": string;
|
|
134
|
-
"activity.eyebrow": string;
|
|
135
|
-
"activity.title": string;
|
|
136
|
-
"activity.note": string;
|
|
137
|
-
"activity.empty": string;
|
|
138
|
-
"activity.column.updated": string;
|
|
139
|
-
"activity.column.route": string;
|
|
140
|
-
"activity.column.id": string;
|
|
141
|
-
"activity.column.result": string;
|
|
142
|
-
"activity.column.elapsed": string;
|
|
143
|
-
"activity.column.size": string;
|
|
144
|
-
"activity.column.history": string;
|
|
145
|
-
"activity.history.one": string;
|
|
146
|
-
"activity.history.many": string;
|
|
147
|
-
"activity.meaning.delivered": string;
|
|
148
|
-
"activity.meaning.delivered.toClaude": string;
|
|
149
|
-
"activity.meaning.delivered.toCodex": string;
|
|
150
|
-
"activity.meaning.delivered.toDeepSeek": string;
|
|
151
|
-
"activity.meaning.delivered.toGrok": string;
|
|
152
|
-
"activity.meaning.delivered.toPeer": string;
|
|
153
|
-
"activity.meaning.unconfirmed": string;
|
|
154
|
-
"activity.meaning.ambiguous": string;
|
|
155
|
-
"activity.meaning.other": string;
|
|
156
|
-
"activity.meaning.queued": string;
|
|
157
|
-
"activity.meaning.dispatching": string;
|
|
158
|
-
"activity.meaning.transportWritten": string;
|
|
159
|
-
"activity.meaning.held": string;
|
|
160
|
-
"activity.meaning.duplicate": string;
|
|
161
|
-
"activity.meaning.rejected": string;
|
|
162
|
-
"activity.meaning.senderNotPaired": string;
|
|
163
|
-
"activity.meaning.failed": string;
|
|
164
|
-
"activity.meaning.expired": string;
|
|
165
|
-
"activity.meaning.cancelled": string;
|
|
166
|
-
"activity.meaning.abandoned.controllerRestarted": string;
|
|
167
|
-
"activity.meaning.abandoned.transientBody": string;
|
|
168
|
-
"activity.meaning.abandoned.routeTerminated": string;
|
|
169
|
-
"activity.meaning.abandoned.generic": string;
|
|
170
|
-
"direction.claudeToCodex": string;
|
|
171
|
-
"direction.codexToClaude": string;
|
|
172
|
-
"delivery.queued": string;
|
|
173
|
-
"delivery.duplicate": string;
|
|
174
|
-
"delivery.dispatching": string;
|
|
175
|
-
"delivery.transportWritten": string;
|
|
176
|
-
"delivery.held": string;
|
|
177
|
-
"delivery.delivered": string;
|
|
178
|
-
"delivery.unconfirmed": string;
|
|
179
|
-
"delivery.failed": string;
|
|
180
|
-
"delivery.ambiguous": string;
|
|
181
|
-
"delivery.expired": string;
|
|
182
|
-
"delivery.cancelled": string;
|
|
183
|
-
"delivery.abandoned": string;
|
|
184
|
-
"delivery.rejected": string;
|
|
185
|
-
"sessions.eyebrow": string;
|
|
186
|
-
"sessions.title": string;
|
|
187
|
-
"sessions.note": string;
|
|
188
|
-
"sessions.peers.title": string;
|
|
189
|
-
"sessions.peers.empty": string;
|
|
190
|
-
"sessions.peers.caption": string;
|
|
191
|
-
"sessions.routes.title": string;
|
|
192
|
-
"sessions.routes.empty": string;
|
|
193
|
-
"sessions.routes.caption": string;
|
|
194
|
-
"column.alias": string;
|
|
195
|
-
"column.host": string;
|
|
196
|
-
"column.provider": string;
|
|
197
|
-
"column.state": string;
|
|
198
|
-
"column.selection": string;
|
|
199
|
-
"column.validation": string;
|
|
200
|
-
"status.validated": string;
|
|
201
|
-
"status.validationRejected": string;
|
|
202
|
-
"column.queue": string;
|
|
203
|
-
"column.observed": string;
|
|
204
|
-
"column.issue": string;
|
|
205
|
-
"diagnostics.title": string;
|
|
206
|
-
"diagnostics.note": string;
|
|
207
|
-
"diagnostics.connectors": string;
|
|
208
|
-
"diagnostics.connectors.empty": string;
|
|
209
|
-
"diagnostics.connectors.caption": string;
|
|
210
|
-
"diagnostics.codexDoctor.split_brain": string;
|
|
211
|
-
"diagnostics.codexDoctor.orphaned": string;
|
|
212
|
-
"diagnostics.codexDoctor.attached": string;
|
|
213
|
-
"diagnostics.codexDoctor.observation_stale": string;
|
|
214
|
-
"diagnostics.codexDoctor.managed_layout_missing": string;
|
|
215
|
-
"diagnostics.codexDoctor.unknown": string;
|
|
216
|
-
"diagnostics.registry.title": string;
|
|
217
|
-
"diagnostics.registry.entriesScanned": string;
|
|
218
|
-
"diagnostics.registry.parseableRecords": string;
|
|
219
|
-
"diagnostics.registry.rejected": string;
|
|
220
|
-
"diagnostics.registry.rejectedNone": string;
|
|
221
|
-
"diagnostics.registry.rejectedCodesOmitted": string;
|
|
222
|
-
"diagnostics.registry.state.parseableRecordObserved": string;
|
|
223
|
-
"diagnostics.registry.state.emptySinceBoot": string;
|
|
224
|
-
"diagnostics.registry.state.noParseableRecordSinceBoot": string;
|
|
225
|
-
"diagnostics.protocol": string;
|
|
226
|
-
"diagnostics.health": string;
|
|
227
|
-
"diagnostics.accounting": string;
|
|
228
|
-
"diagnostics.accepted": string;
|
|
229
|
-
"diagnostics.duplicates": string;
|
|
230
|
-
"diagnostics.delivered": string;
|
|
231
|
-
"diagnostics.unconfirmed": string;
|
|
232
|
-
"diagnostics.ambiguous": string;
|
|
233
|
-
"diagnostics.failed": string;
|
|
234
|
-
"diagnostics.expired": string;
|
|
235
|
-
"diagnostics.cancelled": string;
|
|
236
|
-
"diagnostics.abandoned": string;
|
|
237
|
-
"diagnostics.rejected": string;
|
|
238
|
-
"diagnostics.bytesAccepted": string;
|
|
239
|
-
"diagnostics.queuedBytes": string;
|
|
240
|
-
"diagnostics.omissions": string;
|
|
241
|
-
"diagnostics.omissions.none": string;
|
|
242
|
-
"diagnostics.omissions.connectors": string;
|
|
243
|
-
"diagnostics.omissions.peers": string;
|
|
244
|
-
"diagnostics.omissions.routes": string;
|
|
245
|
-
"diagnostics.omissions.consentEdges": string;
|
|
246
|
-
"diagnostics.omissions.progressWatches": string;
|
|
247
|
-
"diagnostics.omissions.upstreamProgressWatchEvents": string;
|
|
248
|
-
"diagnostics.omissions.progressWatchEvents": string;
|
|
249
|
-
"diagnostics.omissions.upstreamMessageEvents": string;
|
|
250
|
-
"diagnostics.omissions.messageGroups": string;
|
|
251
|
-
"diagnostics.omissions.messageEvents": string;
|
|
252
|
-
"diagnostics.omissions.upstreamAlerts": string;
|
|
253
|
-
"diagnostics.omissions.attentionItems": string;
|
|
254
|
-
"diagnostics.omissions.upstreamActivityEvents": string;
|
|
255
|
-
"diagnostics.omissions.activityEvents": string;
|
|
256
|
-
"provider.claude": string;
|
|
257
|
-
"provider.codex": string;
|
|
258
|
-
"provider.deepseek": string;
|
|
259
|
-
"provider.grok": string;
|
|
260
|
-
"provider.peer": string;
|
|
261
|
-
"health.offline": string;
|
|
262
|
-
"health.connecting": string;
|
|
263
|
-
"health.healthy": string;
|
|
264
|
-
"health.degraded": string;
|
|
265
|
-
"health.meaning.healthy": string;
|
|
266
|
-
"health.meaning.connecting": string;
|
|
267
|
-
"health.meaning.degraded": string;
|
|
268
|
-
"health.meaning.offline": string;
|
|
269
|
-
"route.stale": string;
|
|
270
|
-
"route.idle": string;
|
|
271
|
-
"route.busy": string;
|
|
272
|
-
"route.awaitingApproval": string;
|
|
273
|
-
"route.offline": string;
|
|
274
|
-
"route.disabled": string;
|
|
275
|
-
"route.meaning.idle": string;
|
|
276
|
-
"route.meaning.busy": string;
|
|
277
|
-
"route.meaning.awaitingApproval": string;
|
|
278
|
-
"route.meaning.stale": string;
|
|
279
|
-
"route.meaning.offline": string;
|
|
280
|
-
"route.meaning.disabled": string;
|
|
281
|
-
"peer.idle": string;
|
|
282
|
-
"peer.busy": string;
|
|
283
|
-
"peer.awaitingApproval": string;
|
|
284
|
-
"peer.offline": string;
|
|
285
|
-
"peer.meaning.idle": string;
|
|
286
|
-
"peer.meaning.busy": string;
|
|
287
|
-
"peer.meaning.awaitingApproval": string;
|
|
288
|
-
"peer.meaning.offline": string;
|
|
289
|
-
"peer.reason.aliasCollision": string;
|
|
290
|
-
"peer.reason.sessionCollision": string;
|
|
291
|
-
"peer.reason.discoveryIncomplete": string;
|
|
292
|
-
"peer.reason.offline": string;
|
|
293
|
-
"time.atSnapshot": string;
|
|
294
|
-
"time.beforeSnapshot": string;
|
|
295
|
-
"time.afterSnapshot": string;
|
|
296
|
-
"time.unavailable": string;
|
|
297
|
-
"time.ago": string;
|
|
298
|
-
"live.title": string;
|
|
299
|
-
"live.noscript": string;
|
|
300
|
-
"live.label": string;
|
|
301
|
-
"live.mastheadSubtitle": string;
|
|
302
|
-
"live.readonlyFooter": string;
|
|
303
|
-
"live.action.authorityLabel": string;
|
|
304
|
-
"live.action.authorityBody": string;
|
|
305
|
-
"live.action.sectionTitle": string;
|
|
306
|
-
"live.action.scope": string;
|
|
307
|
-
"live.action.pair": string;
|
|
308
|
-
"live.action.unpair": string;
|
|
309
|
-
"live.action.removeCodexRegistration": string;
|
|
310
|
-
"live.action.refresh": string;
|
|
311
|
-
"live.action.confirm": string;
|
|
312
|
-
"live.action.cancel": string;
|
|
313
|
-
"live.action.pending": string;
|
|
314
|
-
"live.action.succeeded": string;
|
|
315
|
-
"live.action.failed": string;
|
|
316
|
-
"live.action.requiresConnected": string;
|
|
317
|
-
"live.connection.connecting": string;
|
|
318
|
-
"live.connection.connected": string;
|
|
319
|
-
"live.connection.unavailable": string;
|
|
320
|
-
"live.connection.capacity": string;
|
|
321
|
-
"live.connection.disconnected": string;
|
|
322
|
-
"live.connection.fatal": string;
|
|
323
|
-
"live.connection.paused": string;
|
|
324
|
-
"live.connection.stopped": string;
|
|
325
|
-
"live.control.pause": string;
|
|
326
|
-
"live.control.reconnect": string;
|
|
327
|
-
"live.control.refresh": string;
|
|
328
|
-
"live.filter.placeholder": string;
|
|
329
|
-
"live.metric.queued": string;
|
|
330
|
-
"live.metric.active": string;
|
|
331
|
-
"live.attention.empty": string;
|
|
332
|
-
"live.activity.empty": string;
|
|
333
|
-
"live.sessions.title": string;
|
|
334
|
-
"live.diagnostics.title": string;
|
|
335
|
-
"live.metric.revision": string;
|
|
336
|
-
"live.stream.reset": string;
|
|
337
|
-
"live.http.badRequest": string;
|
|
338
|
-
"live.http.forbidden": string;
|
|
339
|
-
"live.http.notFound": string;
|
|
340
|
-
"live.http.methodNotAllowed": string;
|
|
341
|
-
"live.http.bodyTooLarge": string;
|
|
342
|
-
"live.http.targetTooLarge": string;
|
|
343
|
-
"live.http.unsupportedMediaType": string;
|
|
344
|
-
"live.http.tooManyStreams": string;
|
|
345
|
-
"live.http.headersTooLarge": string;
|
|
346
|
-
"live.http.snapshotUnavailable": string;
|
|
347
|
-
"live.http.requestFailed": string;
|
|
348
|
-
"live.http.starting": string;
|
|
349
|
-
"app.tab.overview": string;
|
|
350
|
-
"app.tab.deliveries": string;
|
|
351
|
-
"app.tab.routes": string;
|
|
352
|
-
"app.tab.activity": string;
|
|
353
|
-
"app.tab.diagnostics": string;
|
|
354
|
-
"app.search.label": string;
|
|
355
|
-
"app.search.placeholder": string;
|
|
356
|
-
"app.asOf": string;
|
|
357
|
-
"app.stale": string;
|
|
358
|
-
"app.missedFrames": string;
|
|
359
|
-
"app.lowerBound": string;
|
|
360
|
-
"app.copy": string;
|
|
361
|
-
"app.copied": string;
|
|
362
|
-
"app.copyFailed": string;
|
|
363
|
-
"app.staleQuiet": string;
|
|
364
|
-
"app.notLanded.title": string;
|
|
365
|
-
"app.notLanded.body": string;
|
|
366
|
-
"app.show": string;
|
|
367
|
-
"app.hide": string;
|
|
368
|
-
"app.overview.statusStrip": string;
|
|
369
|
-
"app.overview.broker": string;
|
|
370
|
-
"app.overview.claudeConn": string;
|
|
371
|
-
"app.overview.codexConn": string;
|
|
372
|
-
"app.overview.connectorMissing": string;
|
|
373
|
-
"app.overview.node.claude.title": string;
|
|
374
|
-
"app.overview.node.claude.sub": string;
|
|
375
|
-
"app.overview.node.codex.title": string;
|
|
376
|
-
"app.overview.node.codex.sub": string;
|
|
377
|
-
"app.overview.count.codex": string;
|
|
378
|
-
"app.overview.noPair.title": string;
|
|
379
|
-
"app.overview.noPair.body": string;
|
|
380
|
-
"app.overview.degradedEdge": string;
|
|
381
|
-
"app.overview.degradedEdges": string;
|
|
382
|
-
"app.overview.queueC2x": string;
|
|
383
|
-
"app.overview.queueX2c": string;
|
|
384
|
-
"app.overview.depth": string;
|
|
385
|
-
"app.overview.oldest": string;
|
|
386
|
-
"app.overview.pulse.title": string;
|
|
387
|
-
"app.overview.pulse.caption": string;
|
|
388
|
-
"app.overview.pulse.empty": string;
|
|
389
|
-
"app.overview.viewIn": string;
|
|
390
|
-
"app.deliveries.title": string;
|
|
391
|
-
"app.deliveries.caption": string;
|
|
392
|
-
"app.deliveries.dir.label": string;
|
|
393
|
-
"app.deliveries.dir.all": string;
|
|
394
|
-
"app.deliveries.dir.codexToClaude": string;
|
|
395
|
-
"app.deliveries.fromProvider": string;
|
|
396
|
-
"app.deliveries.toProvider": string;
|
|
397
|
-
"app.deliveries.providerAll": string;
|
|
398
|
-
"app.deliveries.view.label": string;
|
|
399
|
-
"app.deliveries.view.byRoute": string;
|
|
400
|
-
"app.deliveries.view.flat": string;
|
|
401
|
-
"app.deliveries.state.all": string;
|
|
402
|
-
"app.deliveries.search": string;
|
|
403
|
-
"app.deliveries.noMatch": string;
|
|
404
|
-
"app.deliveries.pickRow": string;
|
|
405
|
-
"app.deliveries.lifecycle": string;
|
|
406
|
-
"app.deliveries.frames": string;
|
|
407
|
-
"app.deliveries.noFrames": string;
|
|
408
|
-
"app.deliveries.raw": string;
|
|
409
|
-
"app.deliveries.hideRaw": string;
|
|
410
|
-
"app.deliveries.bodyLabel": string;
|
|
411
|
-
"app.deliveries.bodiesNote": string;
|
|
412
|
-
"app.deliveries.noConv": string;
|
|
413
|
-
"app.deliveries.eventsTruncated": string;
|
|
414
|
-
"app.deliveries.earliestRetained": string;
|
|
415
|
-
"app.routes.topology": string;
|
|
416
|
-
"app.routes.candidates": string;
|
|
417
|
-
"app.routes.claudeSessions": string;
|
|
418
|
-
"app.routes.codexRoutes": string;
|
|
419
|
-
"app.routes.pairs": string;
|
|
420
|
-
"app.routes.pairDescription": string;
|
|
421
|
-
"app.routes.unpairedProvider": string;
|
|
422
|
-
"app.routes.consentEndpoint": string;
|
|
423
|
-
"app.routes.consentEdge": string;
|
|
424
|
-
"app.routes.pairState.degraded": string;
|
|
425
|
-
"app.routes.pairState.unavailable": string;
|
|
426
|
-
"app.routes.pairDegradedReason": string;
|
|
427
|
-
"app.routes.pairUnavailableReason": string;
|
|
428
|
-
"app.routes.pairSummary": string;
|
|
429
|
-
"app.routes.unpairedSummary": string;
|
|
430
|
-
"app.routes.pairCmd.consequence": string;
|
|
431
|
-
"app.routes.unpairCmd.consequence": string;
|
|
432
|
-
"app.routes.selectCmd.title": string;
|
|
433
|
-
"app.routes.selectCmd.consequence": string;
|
|
434
|
-
"app.routes.selectCmd.consequenceOpen": string;
|
|
435
|
-
"app.routes.unselectCmd.consequence": string;
|
|
436
|
-
"app.routes.unselectCmd.consequenceOpen": string;
|
|
437
|
-
"app.routes.refreshCmd": string;
|
|
438
|
-
"app.routes.removeCodex.consequence": string;
|
|
439
|
-
"app.routes.noPeers": string;
|
|
440
|
-
"app.routes.noCodex": string;
|
|
441
|
-
"app.routes.detail.absent": string;
|
|
442
|
-
"app.routes.expandDetails": string;
|
|
443
|
-
"app.routes.collapseDetails": string;
|
|
444
|
-
"app.routes.queueDepth": string;
|
|
445
|
-
"app.routes.counters": string;
|
|
446
|
-
"app.routes.registered": string;
|
|
447
|
-
"app.routes.registerHint": string;
|
|
448
|
-
"app.routes.noPairInline": string;
|
|
449
|
-
"app.omitted.pairs": string;
|
|
450
|
-
"app.activity.title": string;
|
|
451
|
-
"app.activity.kinds.all": string;
|
|
452
|
-
"app.activity.kinds.delivery": string;
|
|
453
|
-
"app.activity.kinds.operation": string;
|
|
454
|
-
"app.activity.kinds.alert": string;
|
|
455
|
-
"app.activity.operation.discoveryRefreshed": string;
|
|
456
|
-
"app.activity.operation.claudeSelected": string;
|
|
457
|
-
"app.activity.operation.claudeUnselected": string;
|
|
458
|
-
"app.activity.operation.codexRegistered": string;
|
|
459
|
-
"app.activity.operation.codexSucceeded": string;
|
|
460
|
-
"app.activity.operation.codexUnregistered": string;
|
|
461
|
-
"app.activity.operation.routesPaired": string;
|
|
462
|
-
"app.activity.operation.routesUnpaired": string;
|
|
463
|
-
"app.activity.operation.watchEnded": string;
|
|
464
|
-
"app.activity.operation.operator": string;
|
|
465
|
-
"app.activity.operation.automatic": string;
|
|
466
|
-
"app.activity.operation.accepted": string;
|
|
467
|
-
"app.activity.operation.rejected": string;
|
|
468
|
-
"app.activity.limited": string;
|
|
469
|
-
"app.activity.empty": string;
|
|
470
|
-
"app.diag.versions": string;
|
|
471
|
-
"app.diag.versions.caption": string;
|
|
472
|
-
"app.diag.col.provider": string;
|
|
473
|
-
"app.diag.col.host": string;
|
|
474
|
-
"app.diag.col.protocol": string;
|
|
475
|
-
"app.diag.col.version": string;
|
|
476
|
-
"app.diag.versions.rangeAbsent": string;
|
|
477
|
-
"app.diag.lease.title": string;
|
|
478
|
-
"app.diag.lease.absent": string;
|
|
479
|
-
"app.diag.limits": string;
|
|
480
|
-
"app.diag.limits.hint": string;
|
|
481
|
-
"app.diag.deadline.title": string;
|
|
482
|
-
"app.diag.deadline.body": string;
|
|
483
|
-
"app.diag.deadline.retained": string;
|
|
484
|
-
"app.diag.deadline.bucket.under1m": string;
|
|
485
|
-
"app.diag.deadline.bucket.1to5m": string;
|
|
486
|
-
"app.diag.deadline.bucket.5to15m": string;
|
|
487
|
-
"app.diag.deadline.bucket.15to60m": string;
|
|
488
|
-
"app.diag.deadline.bucket.over60m": string;
|
|
489
|
-
"app.diag.queue.title": string;
|
|
490
|
-
"app.diag.queue.body": string;
|
|
491
|
-
"app.diag.bytes.title": string;
|
|
492
|
-
"app.diag.bytes.body": string;
|
|
493
|
-
"app.diag.steering.title": string;
|
|
494
|
-
"app.diag.steering.absent": string;
|
|
495
|
-
"app.diag.deliveryNotices.title": string;
|
|
496
|
-
"app.diag.deliveryNotices.note": string;
|
|
497
|
-
"app.diag.editable.title": string;
|
|
498
|
-
"app.diag.editable.note": string;
|
|
499
|
-
"app.diag.counters": string;
|
|
500
|
-
"app.diag.counters.caption": string;
|
|
501
|
-
"app.diag.omissions": string;
|
|
502
|
-
"app.diag.omissions.caption": string;
|
|
503
|
-
footer: string;
|
|
504
|
-
};
|