agent-embassy 2.0.1 → 3.1.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 +77 -0
- package/CONTRIBUTING.md +23 -36
- package/README.md +123 -222
- package/SECURITY.md +72 -93
- 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 +45 -17
- 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 +7 -19
- package/dist/src/gateway/claude-peer.js.map +1 -1
- package/dist/src/gateway/cli.d.ts +17 -7
- package/dist/src/gateway/cli.js +945 -265
- 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 +66 -80
- package/dist/src/gateway/control.js +92 -147
- 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 +13 -11
- package/dist/src/gateway/peer-protocol.js +14 -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 +11 -7
- package/dist/src/gateway/providers.js +49 -50
- package/dist/src/gateway/providers.js.map +1 -1
- package/dist/src/gateway/server.d.ts +4 -14
- package/dist/src/gateway/server.js +32 -54
- 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 +119 -38
- package/dist/src/gateway/service.js +754 -798
- package/dist/src/gateway/service.js.map +1 -1
- package/dist/src/gateway/status-view.d.ts +119 -0
- package/dist/src/gateway/status-view.js +484 -0
- package/dist/src/gateway/status-view.js.map +1 -0
- package/dist/src/gateway/store.d.ts +106 -21
- package/dist/src/gateway/store.js +463 -537
- package/dist/src/gateway/store.js.map +1 -1
- package/dist/src/gateway/types.d.ts +64 -102
- package/dist/src/gateway/types.js +40 -86
- package/dist/src/gateway/types.js.map +1 -1
- package/docs/CONFIGURATION.md +174 -45
- package/docs/DELIVERY.md +11 -11
- package/docs/GATEWAY-ARCHITECTURE.md +292 -384
- package/package.json +4 -12
- package/skills/embassy-peer/SKILL.md +69 -92
- 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/claude-helper-client.d.ts +0 -2
- package/dist/src/gateway/claude-helper-client.js +0 -2
- package/dist/src/gateway/claude-helper-client.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,505 +0,0 @@
|
|
|
1
|
-
export const dashboardCopyEn = {
|
|
2
|
-
"meta.title": "Embassy — local exchange register",
|
|
3
|
-
skip: "Skip to Embassy status",
|
|
4
|
-
"language.label": "Language",
|
|
5
|
-
"language.en": "English",
|
|
6
|
-
"language.zhCn": "简体中文",
|
|
7
|
-
"brand.eyebrow": "Local agent exchange",
|
|
8
|
-
"brand.title": "Embassy",
|
|
9
|
-
"brand.subtitle": "A point-in-time, metadata-only register of routes between local agent providers.",
|
|
10
|
-
"snapshot.asOf": "Snapshot {time}",
|
|
11
|
-
"snapshot.static": "This file does not update itself. If the broker is not running, run embassy serve first. Then run embassy refresh-dashboard and reload — or run embassy dashboard --live for a streaming view.",
|
|
12
|
-
"overall.ready": "Exchange ready",
|
|
13
|
-
"overall.setup": "Setup incomplete",
|
|
14
|
-
"overall.attention": "Needs attention",
|
|
15
|
-
"exchange.eyebrow": "Exchange board",
|
|
16
|
-
"exchange.title": "Provider routes and explicit boundaries",
|
|
17
|
-
"exchange.note": "Each consent edge names two exact local routes. Current route state and connector health describe what Embassy can observe now.",
|
|
18
|
-
"inbound.paired.badge": "Paired inbound",
|
|
19
|
-
"inbound.paired.body": "Each registered endpoint accepts messages only across its explicit consent edges.",
|
|
20
|
-
"inbound.open.badge": "Open inbound",
|
|
21
|
-
"inbound.open.body": "Any live same-user endpoint allowed by the provider may initiate inbound work; explicit sends still require an edge.",
|
|
22
|
-
"inbound.noPair.body": "No consent edge exists; paired-mode endpoints refuse unpaired senders.",
|
|
23
|
-
"exchange.claude.title": "Claude sessions",
|
|
24
|
-
"exchange.claude.note": "Consent-edge endpoints",
|
|
25
|
-
"exchange.codex.title": "Codex tasks",
|
|
26
|
-
"exchange.codex.note": "Consent-edge endpoints",
|
|
27
|
-
"exchange.provider.note": "Consent-edge endpoints",
|
|
28
|
-
"exchange.pouch.title": "Local pouch",
|
|
29
|
-
"exchange.pouch.empty": "Queue clear",
|
|
30
|
-
"exchange.pouch.queued": "{count} queued",
|
|
31
|
-
"exchange.pouch.oldest": "Oldest wait {age}",
|
|
32
|
-
"exchange.count.claude": "{ready} selected · {selectable} selectable · {total} discovered",
|
|
33
|
-
"exchange.count.codex": "{ready} ready · {total} registered",
|
|
34
|
-
"app.overview.count.provider": "{ready} ready · {total} registered",
|
|
35
|
-
"status.ready": "Ready",
|
|
36
|
-
"status.busy": "Busy",
|
|
37
|
-
"status.waiting": "Waiting",
|
|
38
|
-
"status.missing": "Not configured",
|
|
39
|
-
"status.attention": "Unavailable",
|
|
40
|
-
"status.selected": "Selected",
|
|
41
|
-
"status.available": "Available",
|
|
42
|
-
"status.notSelectable": "Not selectable",
|
|
43
|
-
"status.enabled": "Enabled",
|
|
44
|
-
"status.disabled": "Disabled",
|
|
45
|
-
"next.label": "Next",
|
|
46
|
-
"next.none": "No action needed.",
|
|
47
|
-
"next.discoverClaude": "Start or keep a Claude Code session running, then run embassy refresh-dashboard.",
|
|
48
|
-
"next.selectClaude": "Run embassy select-claude --alias <alias> to choose a visible session explicitly.",
|
|
49
|
-
"next.pairRoutes": "Create an explicit edge with embassy pair --from <alias> --to <alias>.",
|
|
50
|
-
"next.restoreClaude": "Refresh discovery to update observation, then explicitly select the current Claude alias.",
|
|
51
|
-
"next.repairClaude": "No live, collision-free session is selectable. Resolve the issue shown in Sessions & routes, then refresh discovery.",
|
|
52
|
-
"next.registerCodex": "Inside the Codex task, run embassy register-codex --alias codex-<name>@<host>.",
|
|
53
|
-
"attention.eyebrow": "Needs attention",
|
|
54
|
-
"attention.title": "Resolve before sending",
|
|
55
|
-
"attention.count": "{count} active",
|
|
56
|
-
"attention.countVisible": "{count} shown",
|
|
57
|
-
"attention.projectionOnly": "Additional alert metadata was omitted before dashboard projection. Review the bounded-display note and run embassy status.",
|
|
58
|
-
"attention.scope": "Scope",
|
|
59
|
-
"severity.info": "Info",
|
|
60
|
-
"severity.warning": "Warning",
|
|
61
|
-
"severity.error": "Error",
|
|
62
|
-
"guidance.reobserveClaude.title": "Claude selection needs observation",
|
|
63
|
-
"guidance.reobserveClaude.body": "The saved route does not currently have a matching live endpoint proof.",
|
|
64
|
-
"guidance.reobserveClaude.action": "Refresh discovery and explicitly select the current Claude alias.",
|
|
65
|
-
"guidance.consentEdgeUnavailable.title": "Consent edge endpoint unavailable",
|
|
66
|
-
"guidance.consentEdgeUnavailable.body": "The consent edge remains, but this saved endpoint is unavailable in the current bounded snapshot.",
|
|
67
|
-
"guidance.consentEdgeUnavailable.action": "Run embassy refresh-dashboard first. If the endpoint is still absent, restore the exact endpoint shown in Scope; do not recreate the consent edge.",
|
|
68
|
-
"guidance.claudeNotObserved.title": "Selected Claude session is not visible",
|
|
69
|
-
"guidance.claudeNotObserved.body": "The selected session is absent from current local discovery.",
|
|
70
|
-
"guidance.claudeNotObserved.action": "Keep Claude running with crossSessionInbound enabled, refresh, then select its current alias.",
|
|
71
|
-
"guidance.connectorOffline.title": "A provider connector is offline",
|
|
72
|
-
"guidance.connectorOffline.body": "Embassy cannot currently reach the local provider connector.",
|
|
73
|
-
"guidance.connectorOffline.action": "Run embassy status. After a broker restart, queued or reserved mail may resume once; armed or accepted work settles ambiguous or unconfirmed without replay.",
|
|
74
|
-
"guidance.routeStale.title": "A route is unavailable",
|
|
75
|
-
"guidance.routeStale.body": "The provider could not be used for the current operation.",
|
|
76
|
-
"guidance.routeStale.action": "Run embassy refresh-dashboard, then embassy status. The next operation checks its provider connection again.",
|
|
77
|
-
"guidance.queueStalled.title": "Queued delivery is stalled",
|
|
78
|
-
"guidance.queueStalled.body": "The oldest accepted message remains queued past half of its delivery deadline.",
|
|
79
|
-
"guidance.queueStalled.action": "Run embassy status. Do not resend accepted work; Embassy still tracks it until settlement or expiry.",
|
|
80
|
-
"guidance.queueStalled.busy": "This Codex-bound queue reaches the recipient only after its current turn ends. If you control that recipient, end the turn.",
|
|
81
|
-
"guidance.recipientWaitingInput.title": "Mailbox reached; recipient remains unobserved",
|
|
82
|
-
"guidance.recipientWaitingInput.body": "Embassy wrote the message to the recipient mailbox, and the recipient session is currently not observed.",
|
|
83
|
-
"guidance.recipientWaitingInput.action": "Check the recipient session in its own window. Do not resend the accepted message.",
|
|
84
|
-
"guidance.unconfirmed.title": "Delivery could not be confirmed",
|
|
85
|
-
"guidance.unconfirmed.body": "The local transport write completed, but terminal native evidence was unavailable when the attempt settled.",
|
|
86
|
-
"guidance.unconfirmed.action": "Inspect the recipient before retrying; a retry could duplicate the message.",
|
|
87
|
-
"guidance.degraded.title": "The exchange is degraded",
|
|
88
|
-
"guidance.degraded.body": "Embassy retained a normalized connector warning.",
|
|
89
|
-
"guidance.degraded.action": "Run embassy status. After a broker restart, queued or reserved mail may resume once; armed or accepted work settles ambiguous or unconfirmed without replay.",
|
|
90
|
-
"guidance.generic.title": "Embassy reported a normalized alert",
|
|
91
|
-
"guidance.generic.body": "This safe code has no automatic repair mapped in the dashboard.",
|
|
92
|
-
"guidance.generic.action": "Review embassy status. Never automatically retry an ambiguous delivery.",
|
|
93
|
-
"guidance.progressWatch.title": "A tracked conversation is quiet",
|
|
94
|
-
"guidance.progressWatch.body": "Embassy is supervising this completion-ended conversation and has sent at least one idle nudge.",
|
|
95
|
-
"guidance.progressWatch.action": "Check the worker route and recent watch history. Either participant can end supervision with exact DONE:; the operator can also run embassy untrack --conversation <token>.",
|
|
96
|
-
"guidance.registryEmpty.title": "Claude registry has yielded no parseable record",
|
|
97
|
-
"guidance.registryEmpty.body": "No Claude registry record with parseable required fields has been observed since this broker started. If Claude is running, its registry layout may have changed.",
|
|
98
|
-
"guidance.registryEmpty.action": "Run embassy refresh-dashboard. If Claude is running and this remains, review the Registry observation in embassy status.",
|
|
99
|
-
"guidance.registryRejected.title": "Claude registry scan reported issues",
|
|
100
|
-
"guidance.registryRejected.body": "The latest bounded scan could not read the registry or rejected one or more records. Other records, if any, continue through normal validation.",
|
|
101
|
-
"guidance.registryRejected.action": "Run embassy status and review the per-code counts under Registry observation.",
|
|
102
|
-
"transit.eyebrow": "In transit",
|
|
103
|
-
"transit.title": "Queue posture",
|
|
104
|
-
"transit.queued": "Queued messages",
|
|
105
|
-
"transit.active": "Active deliveries",
|
|
106
|
-
"transit.oldest": "Oldest queue age",
|
|
107
|
-
"transit.empty": "No queued messages at snapshot time.",
|
|
108
|
-
"transit.unavailable": "Timestamp unavailable",
|
|
109
|
-
"count.atLeast": "At least {count}",
|
|
110
|
-
"watches.eyebrow": "Progress supervision",
|
|
111
|
-
"watches.title": "Active progress watches",
|
|
112
|
-
"watches.note": "Watches end when either participant reports exact DONE:; message bodies and full conversation tokens are omitted.",
|
|
113
|
-
"watches.empty": "No conversation is being supervised.",
|
|
114
|
-
"watches.column.conversation": "Conversation",
|
|
115
|
-
"watches.column.parties": "Owner → worker",
|
|
116
|
-
"watches.column.quietFor": "Quiet for",
|
|
117
|
-
"watches.column.nextAction": "Next check",
|
|
118
|
-
"watches.column.nudges": "Nudges",
|
|
119
|
-
"watches.history.title": "Recent watch history",
|
|
120
|
-
"watches.event.opened": "Opened by TRACK:",
|
|
121
|
-
"watches.event.replaced": "Replaced by a newer TRACK:",
|
|
122
|
-
"watches.event.settled": "Settled",
|
|
123
|
-
"watches.actor.owner": "Owner",
|
|
124
|
-
"watches.actor.worker": "Worker",
|
|
125
|
-
"watches.actor.operator": "Operator",
|
|
126
|
-
"watches.actor.gateway": "Embassy",
|
|
127
|
-
"watches.actor.unknown": "Unknown actor",
|
|
128
|
-
"watches.reason.done": "exact DONE:",
|
|
129
|
-
"watches.reason.untracked": "operator untrack",
|
|
130
|
-
"watches.reason.idleTimeout": "idle limit reached",
|
|
131
|
-
"watches.reason.pairRemoved": "consent edge removed",
|
|
132
|
-
"watches.reason.endpointRetired": "endpoint retired",
|
|
133
|
-
"watches.reason.trackingDisabled": "tracking disabled",
|
|
134
|
-
"activity.eyebrow": "Activity ledger",
|
|
135
|
-
"activity.title": "Recent delivery evidence",
|
|
136
|
-
"activity.note": "Bodies and provider internals are never included.",
|
|
137
|
-
"activity.empty": "No delivery metadata has been recorded yet.",
|
|
138
|
-
"activity.column.updated": "Updated",
|
|
139
|
-
"activity.column.route": "Route",
|
|
140
|
-
"activity.column.id": "ID",
|
|
141
|
-
"activity.column.result": "Result",
|
|
142
|
-
"activity.column.elapsed": "Elapsed",
|
|
143
|
-
"activity.column.size": "Size",
|
|
144
|
-
"activity.column.history": "Evidence",
|
|
145
|
-
"activity.history.one": "1 stage",
|
|
146
|
-
"activity.history.many": "{count} stages",
|
|
147
|
-
"activity.meaning.delivered": "Reached its terminal delivered state. This does not mean the model read or acted on it.",
|
|
148
|
-
"activity.meaning.delivered.toClaude": "Embassy wrote the message to Claude's native mailbox immediately; it did not wait for the route to become idle. This does not mean the model read or acted on it.",
|
|
149
|
-
"activity.meaning.delivered.toCodex": "Codex App Server accepted the turn. This does not mean the model completed or acted on it.",
|
|
150
|
-
"activity.meaning.delivered.toDeepSeek": "DeepSeek accepted the delivery. This does not mean the model completed or acted on it.",
|
|
151
|
-
"activity.meaning.delivered.toGrok": "Grok Build accepted the delivery. This does not mean the model completed or acted on it.",
|
|
152
|
-
"activity.meaning.delivered.toPeer": "The shell peer flushed the frame to stdout and acknowledged its receipt.",
|
|
153
|
-
"activity.meaning.unconfirmed": "The transport write completed, but terminal native evidence was unavailable. Inspect the recipient before retrying.",
|
|
154
|
-
"activity.meaning.ambiguous": "The outcome is unknown after an uncertain write. Do not retry automatically.",
|
|
155
|
-
"activity.meaning.other": "This is the latest normalized delivery state.",
|
|
156
|
-
"activity.meaning.queued": "Waiting locally before a provider write; a busy Claude state alone never causes this. Progress, not success.",
|
|
157
|
-
"activity.meaning.dispatching": "Being handed to the receiving connector. Progress, not success.",
|
|
158
|
-
"activity.meaning.transportWritten": "Written to the receiver's transport; the final receipt is still pending. Progress, not success.",
|
|
159
|
-
"activity.meaning.held": "The write landed; the receiver is holding it behind its own approval gate.",
|
|
160
|
-
"activity.meaning.duplicate": "A duplicate of an already-accepted message. This copy was never accepted.",
|
|
161
|
-
"activity.meaning.rejected": "Refused before acceptance — for example an invalid deadline or a full queue. It never entered the queue.",
|
|
162
|
-
"activity.meaning.senderNotPaired": "The configured pairing policy refused this sender; no message body was accepted.",
|
|
163
|
-
"activity.meaning.failed": "Settled as failed. The safe code names the cause; never retry an ambiguous delivery automatically.",
|
|
164
|
-
"activity.meaning.expired": "The delivery deadline passed before any transport write was observed.",
|
|
165
|
-
"activity.meaning.cancelled": "Cancelled by an explicit operation before settlement.",
|
|
166
|
-
"activity.meaning.abandoned.controllerRestarted": "The broker stopped before settlement — by design; nothing transfers across restarts.",
|
|
167
|
-
"activity.meaning.abandoned.transientBody": "The in-memory message body became unavailable before dispatch.",
|
|
168
|
-
"activity.meaning.abandoned.routeTerminated": "Its route was unregistered before the delivery settled.",
|
|
169
|
-
"activity.meaning.abandoned.generic": "Settled as abandoned before completion; see the safe code.",
|
|
170
|
-
"direction.claudeToCodex": "Claude → Codex",
|
|
171
|
-
"direction.codexToClaude": "Codex → Claude",
|
|
172
|
-
"delivery.queued": "Queued",
|
|
173
|
-
"delivery.duplicate": "Duplicate",
|
|
174
|
-
"delivery.dispatching": "Dispatching",
|
|
175
|
-
"delivery.transportWritten": "Transport written",
|
|
176
|
-
"delivery.held": "Held",
|
|
177
|
-
"delivery.delivered": "Delivered",
|
|
178
|
-
"delivery.unconfirmed": "Unconfirmed",
|
|
179
|
-
"delivery.failed": "Failed",
|
|
180
|
-
"delivery.ambiguous": "Ambiguous",
|
|
181
|
-
"delivery.expired": "Expired",
|
|
182
|
-
"delivery.cancelled": "Cancelled",
|
|
183
|
-
"delivery.abandoned": "Abandoned",
|
|
184
|
-
"delivery.rejected": "Rejected",
|
|
185
|
-
"sessions.eyebrow": "Sessions & routes",
|
|
186
|
-
"sessions.title": "Accreditation register",
|
|
187
|
-
"sessions.note": "Public aliases only; native identifiers are omitted.",
|
|
188
|
-
"sessions.peers.title": "Discovered Claude sessions",
|
|
189
|
-
"sessions.peers.empty": "No Claude sessions are visible in this snapshot.",
|
|
190
|
-
"sessions.peers.caption": "Discovered Claude sessions and selection state",
|
|
191
|
-
"sessions.routes.title": "Message routes",
|
|
192
|
-
"sessions.routes.empty": "No routes are registered or selected.",
|
|
193
|
-
"sessions.routes.caption": "Registered and selected message routes",
|
|
194
|
-
"column.alias": "Alias",
|
|
195
|
-
"column.host": "Host",
|
|
196
|
-
"column.provider": "Provider",
|
|
197
|
-
"column.state": "State",
|
|
198
|
-
"column.selection": "Selection",
|
|
199
|
-
"column.validation": "Validation",
|
|
200
|
-
"status.validated": "Validated",
|
|
201
|
-
"status.validationRejected": "Rejected",
|
|
202
|
-
"column.queue": "Queue",
|
|
203
|
-
"column.observed": "Observed",
|
|
204
|
-
"column.issue": "Issue",
|
|
205
|
-
"diagnostics.title": "System details",
|
|
206
|
-
"diagnostics.note": "Connector health, observed protocol metadata, last safe codes, counters, and bounded-display notes",
|
|
207
|
-
"diagnostics.connectors": "Connectors",
|
|
208
|
-
"diagnostics.connectors.empty": "No connector metadata is available.",
|
|
209
|
-
"diagnostics.connectors.caption": "Local provider connector status",
|
|
210
|
-
"diagnostics.codexDoctor.split_brain": "Desktop is on a private App Server; its tasks are unreachable by Embassy. Use Codex CLI tasks with the managed standalone App Server; Desktop 26.820+ has upstream attachment regression #41112.",
|
|
211
|
-
"diagnostics.codexDoctor.orphaned": "The managed daemon is running but no supported Codex CLI client is attached; open the exact task in Codex CLI.",
|
|
212
|
-
"diagnostics.codexDoctor.attached": "Desktop is attached to the managed App Server.",
|
|
213
|
-
"diagnostics.codexDoctor.observation_stale": "Connector observation is stale; current health is not proven.",
|
|
214
|
-
"diagnostics.codexDoctor.managed_layout_missing": "The managed App Server layout is missing while another process holds the fixed private Codex control socket. Run embassy doctor, then reinstall the managed App Server or stop the ghost process before retrying.",
|
|
215
|
-
"diagnostics.codexDoctor.unknown": "Desktop attachment could not be determined.",
|
|
216
|
-
"diagnostics.registry.title": "Registry observation",
|
|
217
|
-
"diagnostics.registry.entriesScanned": "Entries scanned",
|
|
218
|
-
"diagnostics.registry.parseableRecords": "Records with parseable required fields",
|
|
219
|
-
"diagnostics.registry.rejected": "Rejected records by safe code",
|
|
220
|
-
"diagnostics.registry.rejectedNone": "None",
|
|
221
|
-
"diagnostics.registry.rejectedCodesOmitted": "{count} additional rejection codes omitted",
|
|
222
|
-
"diagnostics.registry.state.parseableRecordObserved": "Parseable required fields observed",
|
|
223
|
-
"diagnostics.registry.state.emptySinceBoot": "Empty since broker start",
|
|
224
|
-
"diagnostics.registry.state.noParseableRecordSinceBoot": "No parseable record since broker start",
|
|
225
|
-
"diagnostics.protocol": "Protocol",
|
|
226
|
-
"diagnostics.health": "Health",
|
|
227
|
-
"diagnostics.accounting": "Accounting snapshot",
|
|
228
|
-
"diagnostics.accepted": "Accepted",
|
|
229
|
-
"diagnostics.duplicates": "Duplicates",
|
|
230
|
-
"diagnostics.delivered": "Delivered",
|
|
231
|
-
"diagnostics.unconfirmed": "Unconfirmed",
|
|
232
|
-
"diagnostics.ambiguous": "Ambiguous",
|
|
233
|
-
"diagnostics.failed": "Failed",
|
|
234
|
-
"diagnostics.expired": "Expired",
|
|
235
|
-
"diagnostics.cancelled": "Cancelled",
|
|
236
|
-
"diagnostics.abandoned": "Abandoned",
|
|
237
|
-
"diagnostics.rejected": "Rejected",
|
|
238
|
-
"diagnostics.bytesAccepted": "Bytes accepted",
|
|
239
|
-
"diagnostics.queuedBytes": "Bytes queued",
|
|
240
|
-
"diagnostics.omissions": "Bounded display",
|
|
241
|
-
"diagnostics.omissions.none": "Nothing omitted.",
|
|
242
|
-
"diagnostics.omissions.connectors": "{count} connectors",
|
|
243
|
-
"diagnostics.omissions.peers": "{count} sessions",
|
|
244
|
-
"diagnostics.omissions.routes": "{count} routes",
|
|
245
|
-
"diagnostics.omissions.consentEdges": "{count} consent edges",
|
|
246
|
-
"diagnostics.omissions.progressWatches": "{count} progress watches",
|
|
247
|
-
"diagnostics.omissions.upstreamProgressWatchEvents": "{count} watch events before dashboard projection",
|
|
248
|
-
"diagnostics.omissions.progressWatchEvents": "{count} watch history rows",
|
|
249
|
-
"diagnostics.omissions.upstreamMessageEvents": "{count} delivery events before dashboard projection",
|
|
250
|
-
"diagnostics.omissions.messageGroups": "{count} delivery groups",
|
|
251
|
-
"diagnostics.omissions.messageEvents": "{count} evidence rows",
|
|
252
|
-
"diagnostics.omissions.upstreamAlerts": "{count} alerts before dashboard projection",
|
|
253
|
-
"diagnostics.omissions.attentionItems": "{count} attention items",
|
|
254
|
-
"diagnostics.omissions.upstreamActivityEvents": "{count} operator-action rows before dashboard projection",
|
|
255
|
-
"diagnostics.omissions.activityEvents": "{count} operator-action rows",
|
|
256
|
-
"provider.claude": "Claude",
|
|
257
|
-
"provider.codex": "Codex",
|
|
258
|
-
"provider.deepseek": "DeepSeek",
|
|
259
|
-
"provider.grok": "Grok Build",
|
|
260
|
-
"provider.peer": "Shell peer",
|
|
261
|
-
"health.offline": "Offline",
|
|
262
|
-
"health.connecting": "Connecting",
|
|
263
|
-
"health.healthy": "Healthy",
|
|
264
|
-
"health.degraded": "Degraded",
|
|
265
|
-
"health.meaning.healthy": "The local connector is currently available.",
|
|
266
|
-
"health.meaning.connecting": "Establishing the local connection.",
|
|
267
|
-
"health.meaning.degraded": "Connected with retained warnings.",
|
|
268
|
-
"health.meaning.offline": "Not reachable on this machine.",
|
|
269
|
-
"route.stale": "Stale",
|
|
270
|
-
"route.idle": "Idle",
|
|
271
|
-
"route.busy": "Busy",
|
|
272
|
-
"route.awaitingApproval": "Awaiting approval",
|
|
273
|
-
"route.offline": "Offline",
|
|
274
|
-
"route.disabled": "Disabled",
|
|
275
|
-
"route.meaning.idle": "Enabled and ready to carry messages.",
|
|
276
|
-
"route.meaning.busy": "The endpoint is occupied; delivery timing follows the target provider's transport.",
|
|
277
|
-
"route.meaning.awaitingApproval": "Waiting on the provider's native approval.",
|
|
278
|
-
"route.meaning.stale": "Current provider observation is unavailable; refresh updates evidence only, and the next operation checks again.",
|
|
279
|
-
"route.meaning.offline": "The route's connector is unreachable.",
|
|
280
|
-
"route.meaning.disabled": "Administratively disabled; not a fault.",
|
|
281
|
-
"peer.idle": "Idle",
|
|
282
|
-
"peer.busy": "Busy",
|
|
283
|
-
"peer.awaitingApproval": "Awaiting approval",
|
|
284
|
-
"peer.offline": "Offline",
|
|
285
|
-
"peer.meaning.idle": "Live and selectable.",
|
|
286
|
-
"peer.meaning.busy": "Live but mid-turn.",
|
|
287
|
-
"peer.meaning.awaitingApproval": "Waiting on native approval.",
|
|
288
|
-
"peer.meaning.offline": "Discovered earlier, not currently live — a candidate, not an error.",
|
|
289
|
-
"peer.reason.aliasCollision": "Alias collision: rename one Claude session, then refresh discovery.",
|
|
290
|
-
"peer.reason.sessionCollision": "Session identity collision: close the duplicate session record, then refresh discovery.",
|
|
291
|
-
"peer.reason.discoveryIncomplete": "Discovery was incomplete. Refresh after Claude Code finishes publishing its session inventory.",
|
|
292
|
-
"peer.reason.offline": "This session is not currently live.",
|
|
293
|
-
"time.atSnapshot": "At snapshot",
|
|
294
|
-
"time.beforeSnapshot": "{age} before snapshot",
|
|
295
|
-
"time.afterSnapshot": "{age} after snapshot",
|
|
296
|
-
"time.unavailable": "—",
|
|
297
|
-
"time.ago": "{duration} ago",
|
|
298
|
-
"live.title": "Embassy — live dashboard",
|
|
299
|
-
"live.noscript": "This live view requires JavaScript. The static gateway-dashboard.html in the state directory remains the offline floor.",
|
|
300
|
-
"live.label": "Live companion",
|
|
301
|
-
"live.mastheadSubtitle": "Live metadata stream with bounded route-consent controls. serve remains socket-only.",
|
|
302
|
-
"live.readonlyFooter": "This view can pair, unpair, refresh discovery, and request removal of a named Codex registration — nothing else.",
|
|
303
|
-
"live.action.authorityLabel": "Bounded operator authority",
|
|
304
|
-
"live.action.authorityBody": "This view can pair or unpair named endpoints, refresh discovery, and request removal of a named Codex registration. Removal settles its active work by durable write phase and deletes its consent edges. It cannot register tasks, send, reply, approve, interrupt, or change settings.",
|
|
305
|
-
"live.action.sectionTitle": "Bounded route actions",
|
|
306
|
-
"live.action.scope": "Pair or unpair named endpoints, refresh discovery, or remove a named Codex registration. Every action requires confirmation and broker-side revalidation.",
|
|
307
|
-
"live.action.pair": "Pair endpoints",
|
|
308
|
-
"live.action.unpair": "Unpair endpoints",
|
|
309
|
-
"live.action.removeCodexRegistration": "Remove registration",
|
|
310
|
-
"live.action.refresh": "Refresh discovery",
|
|
311
|
-
"live.action.confirm": "Confirm",
|
|
312
|
-
"live.action.cancel": "Cancel",
|
|
313
|
-
"live.action.pending": "Working…",
|
|
314
|
-
"live.action.succeeded": "Completed · {code}",
|
|
315
|
-
"live.action.failed": "Not completed · {code}",
|
|
316
|
-
"live.action.requiresConnected": "Reconnect to current broker state before using this action.",
|
|
317
|
-
"live.connection.connecting": "Connecting…",
|
|
318
|
-
"live.connection.connected": "Stream connected",
|
|
319
|
-
"live.connection.unavailable": "Observer unavailable — retrying",
|
|
320
|
-
"live.connection.capacity": "4 live dashboard windows are already open — close one, then reconnect",
|
|
321
|
-
"live.connection.disconnected": "Connection ended — use Reconnect",
|
|
322
|
-
"live.connection.fatal": "Dashboard session unavailable",
|
|
323
|
-
"live.connection.paused": "Updates paused",
|
|
324
|
-
"live.connection.stopped": "Dashboard stopped",
|
|
325
|
-
"live.control.pause": "Pause",
|
|
326
|
-
"live.control.reconnect": "Reconnect",
|
|
327
|
-
"live.control.refresh": "Read now",
|
|
328
|
-
"live.filter.placeholder": "Filter aliases and activity",
|
|
329
|
-
"live.metric.queued": "Queued",
|
|
330
|
-
"live.metric.active": "Active",
|
|
331
|
-
"live.attention.empty": "No active attention items.",
|
|
332
|
-
"live.activity.empty": "No delivery metadata yet.",
|
|
333
|
-
"live.sessions.title": "Sessions",
|
|
334
|
-
"live.diagnostics.title": "Diagnostics",
|
|
335
|
-
"live.metric.revision": "Stream revision",
|
|
336
|
-
"live.stream.reset": "Source restarted; view resynchronized.",
|
|
337
|
-
"live.http.badRequest": "Bad request.",
|
|
338
|
-
"live.http.forbidden": "Forbidden.",
|
|
339
|
-
"live.http.notFound": "Not found.",
|
|
340
|
-
"live.http.methodNotAllowed": "Method not allowed.",
|
|
341
|
-
"live.http.bodyTooLarge": "Request body too large.",
|
|
342
|
-
"live.http.targetTooLarge": "Request target too large.",
|
|
343
|
-
"live.http.unsupportedMediaType": "Unsupported media type.",
|
|
344
|
-
"live.http.tooManyStreams": "4 live dashboard windows are already open. Close one, then reconnect.",
|
|
345
|
-
"live.http.headersTooLarge": "Request headers too large.",
|
|
346
|
-
"live.http.snapshotUnavailable": "Dashboard snapshot unavailable.",
|
|
347
|
-
"live.http.requestFailed": "Request failed.",
|
|
348
|
-
"live.http.starting": "Dashboard is starting.",
|
|
349
|
-
"app.tab.overview": "Overview",
|
|
350
|
-
"app.tab.deliveries": "Deliveries",
|
|
351
|
-
"app.tab.routes": "Routes & Sessions",
|
|
352
|
-
"app.tab.activity": "Activity",
|
|
353
|
-
"app.tab.diagnostics": "Diagnostics",
|
|
354
|
-
"app.search.label": "Search aliases, message suffixes, and safe codes",
|
|
355
|
-
"app.search.placeholder": "Search — Enter opens Deliveries",
|
|
356
|
-
"app.asOf": "as of {time}",
|
|
357
|
-
"app.stale": "No new frame for {age}. What you see may no longer be current.",
|
|
358
|
-
"app.missedFrames": "Stream frames were missed. The view was re-read from the current snapshot.",
|
|
359
|
-
"app.lowerBound": "At least {count}; the display is bounded.",
|
|
360
|
-
"app.copy": "Copy",
|
|
361
|
-
"app.copied": "Copied",
|
|
362
|
-
"app.copyFailed": "Copy failed — select the text instead",
|
|
363
|
-
"app.staleQuiet": "Connected; nothing has changed for {age}.",
|
|
364
|
-
"app.notLanded.title": "Not in this build",
|
|
365
|
-
"app.notLanded.body": "The live contract does not carry this yet, so there is no control here to press. Use the command below instead.",
|
|
366
|
-
"app.show": "Show",
|
|
367
|
-
"app.hide": "Hide",
|
|
368
|
-
"app.overview.statusStrip": "System status",
|
|
369
|
-
"app.overview.broker": "Broker",
|
|
370
|
-
"app.overview.claudeConn": "Claude connector",
|
|
371
|
-
"app.overview.codexConn": "Codex connector",
|
|
372
|
-
"app.overview.connectorMissing": "No connector reported",
|
|
373
|
-
"app.overview.node.claude.title": "claude",
|
|
374
|
-
"app.overview.node.claude.sub": "sessions",
|
|
375
|
-
"app.overview.node.codex.title": "codex",
|
|
376
|
-
"app.overview.node.codex.sub": "tasks",
|
|
377
|
-
"app.overview.count.codex": "{ready} ready · {total} registered",
|
|
378
|
-
"app.overview.noPair.title": "No consent edge",
|
|
379
|
-
"app.overview.noPair.body": "Paired inbound accepts only senders connected by an explicit consent edge; every provider route follows those same edges.",
|
|
380
|
-
"app.overview.degradedEdge": "One shown consent edge is not ready.",
|
|
381
|
-
"app.overview.degradedEdges": "Some consent edges remain but are not ready.",
|
|
382
|
-
"app.overview.queueC2x": "Claude → Codex",
|
|
383
|
-
"app.overview.queueX2c": "Claude ← Codex",
|
|
384
|
-
"app.overview.depth": "depth",
|
|
385
|
-
"app.overview.oldest": "oldest",
|
|
386
|
-
"app.overview.pulse.title": "Activity pulse — terminal states, last hour",
|
|
387
|
-
"app.overview.pulse.caption": "Counted from retained delivery groups only; older evidence has been dropped.",
|
|
388
|
-
"app.overview.pulse.empty": "No delivery settled in the last hour.",
|
|
389
|
-
"app.overview.viewIn": "View in Deliveries",
|
|
390
|
-
"app.deliveries.title": "Deliveries",
|
|
391
|
-
"app.deliveries.caption": "Retained delivery groups, most recent first",
|
|
392
|
-
"app.deliveries.dir.label": "Direction",
|
|
393
|
-
"app.deliveries.dir.all": "All",
|
|
394
|
-
"app.deliveries.dir.codexToClaude": "Claude ← Codex",
|
|
395
|
-
"app.deliveries.fromProvider": "From provider",
|
|
396
|
-
"app.deliveries.toProvider": "To provider",
|
|
397
|
-
"app.deliveries.providerAll": "All providers",
|
|
398
|
-
"app.deliveries.view.label": "View",
|
|
399
|
-
"app.deliveries.view.byRoute": "By route pair",
|
|
400
|
-
"app.deliveries.view.flat": "Flat list",
|
|
401
|
-
"app.deliveries.state.all": "All",
|
|
402
|
-
"app.deliveries.search": "Search suffix, alias, or safe code",
|
|
403
|
-
"app.deliveries.noMatch": "No delivery matches this filter. Send one with",
|
|
404
|
-
"app.deliveries.pickRow": "Select a delivery to trace its lifecycle.",
|
|
405
|
-
"app.deliveries.lifecycle": "Lifecycle",
|
|
406
|
-
"app.deliveries.frames": "Diagnostic frames",
|
|
407
|
-
"app.deliveries.noFrames": "No safe code was recorded for this delivery.",
|
|
408
|
-
"app.deliveries.raw": "raw",
|
|
409
|
-
"app.deliveries.hideRaw": "hide raw",
|
|
410
|
-
"app.deliveries.bodyLabel": "Message body",
|
|
411
|
-
"app.deliveries.bodiesNote": "No body retained for this delivery.",
|
|
412
|
-
"app.deliveries.noConv": "The live contract carries no conversation token, so deliveries are grouped by route pair instead of by thread.",
|
|
413
|
-
"app.deliveries.eventsTruncated": "{count} earlier transitions were dropped by the retention budget.",
|
|
414
|
-
"app.deliveries.earliestRetained": "Earliest retained event",
|
|
415
|
-
"app.routes.topology": "Consent topology",
|
|
416
|
-
"app.routes.candidates": "Candidates",
|
|
417
|
-
"app.routes.claudeSessions": "Claude sessions",
|
|
418
|
-
"app.routes.codexRoutes": "Codex tasks",
|
|
419
|
-
"app.routes.pairs": "Consent edges",
|
|
420
|
-
"app.routes.pairDescription": "Consent edge: {claude} ↔ {codex}",
|
|
421
|
-
"app.routes.unpairedProvider": "{provider}: {count} ready without an edge",
|
|
422
|
-
"app.routes.consentEndpoint": "{provider} · {alias}",
|
|
423
|
-
"app.routes.consentEdge": "{left} ↔ {right}",
|
|
424
|
-
"app.routes.pairState.degraded": "Degraded",
|
|
425
|
-
"app.routes.pairState.unavailable": "Unavailable",
|
|
426
|
-
"app.routes.pairDegradedReason": "Consent edge retained; one or both routes need attention.",
|
|
427
|
-
"app.routes.pairUnavailableReason": "Consent edge retained; one or both saved route records are unavailable in this snapshot.",
|
|
428
|
-
"app.routes.pairSummary": "Ready: {ready} · Consent edges: {total}",
|
|
429
|
-
"app.routes.unpairedSummary": "Ready endpoints without consent remain visible in their provider rows.",
|
|
430
|
-
"app.routes.pairCmd.consequence": "Create consent only between these two named provider endpoints. Existing edges stay unchanged.",
|
|
431
|
-
"app.routes.unpairCmd.consequence": "Remove consent only between these two named provider endpoints. Work on adjacent edges stays active.",
|
|
432
|
-
"app.routes.selectCmd.title": "Create a consent edge",
|
|
433
|
-
"app.routes.selectCmd.consequence": "Create one consent edge between the two named provider endpoints. Other edges stay unchanged.",
|
|
434
|
-
"app.routes.selectCmd.consequenceOpen": "Create one outbound destination edge. Open inbound still accepts any live Claude session under this OS user.",
|
|
435
|
-
"app.routes.unselectCmd.consequence": "Remove only this consent edge. Work on adjacent edges stays active.",
|
|
436
|
-
"app.routes.unselectCmd.consequenceOpen": "Remove only this outbound edge. Open inbound remains enabled for every live Claude session under this OS user.",
|
|
437
|
-
"app.routes.refreshCmd": "Observation only: re-read local discovery and rewrite the static dashboard file; do not select or restore a route.",
|
|
438
|
-
"app.routes.removeCodex.consequence": "Remove {alias}, delete all of its consent edges, and settle its active work by durable write phase. Queued or reserved work is cancelled; armed work becomes ambiguous; accepted work becomes unconfirmed.",
|
|
439
|
-
"app.routes.noPeers": "No Claude session was discovered in this snapshot.",
|
|
440
|
-
"app.routes.noCodex": "No Codex task is registered.",
|
|
441
|
-
"app.routes.detail.absent": "Not carried by the live contract.",
|
|
442
|
-
"app.routes.expandDetails": "Expand details for {alias}",
|
|
443
|
-
"app.routes.collapseDetails": "Collapse details for {alias}",
|
|
444
|
-
"app.routes.queueDepth": "Queue depth",
|
|
445
|
-
"app.routes.counters": "Route counters",
|
|
446
|
-
"app.routes.registered": "registered",
|
|
447
|
-
"app.routes.registerHint": "Registration is not a button: it must run inside the Codex task to inherit its identity. Ask your agent to run:",
|
|
448
|
-
"app.routes.noPairInline": "no consent edge — pair two ready endpoints from different providers",
|
|
449
|
-
"app.omitted.pairs": "{count} additional consent edges are omitted.",
|
|
450
|
-
"app.activity.title": "Event stream — bounded, most recent first",
|
|
451
|
-
"app.activity.kinds.all": "All kinds",
|
|
452
|
-
"app.activity.kinds.delivery": "Delivery",
|
|
453
|
-
"app.activity.kinds.operation": "Operator action",
|
|
454
|
-
"app.activity.kinds.alert": "Alert",
|
|
455
|
-
"app.activity.operation.discoveryRefreshed": "Discovery refreshed",
|
|
456
|
-
"app.activity.operation.claudeSelected": "Claude session selected",
|
|
457
|
-
"app.activity.operation.claudeUnselected": "Claude session unselected",
|
|
458
|
-
"app.activity.operation.codexRegistered": "Codex task registered",
|
|
459
|
-
"app.activity.operation.codexSucceeded": "Codex registration succeeded",
|
|
460
|
-
"app.activity.operation.codexUnregistered": "Codex task unregistered",
|
|
461
|
-
"app.activity.operation.routesPaired": "Consent edge paired",
|
|
462
|
-
"app.activity.operation.routesUnpaired": "Consent edge unpaired",
|
|
463
|
-
"app.activity.operation.watchEnded": "Progress watch ended",
|
|
464
|
-
"app.activity.operation.operator": "operator",
|
|
465
|
-
"app.activity.operation.automatic": "automatic",
|
|
466
|
-
"app.activity.operation.accepted": "accepted",
|
|
467
|
-
"app.activity.operation.rejected": "rejected",
|
|
468
|
-
"app.activity.limited": "The operator-action ledger lasts for this broker process. Operator-action rows carry no message bodies; Deliveries shows retained bodies by design. Full capability tokens are never shown.",
|
|
469
|
-
"app.activity.empty": "Nothing in this window. Events appear as the broker produces them; try",
|
|
470
|
-
"app.diag.versions": "Provider connectors",
|
|
471
|
-
"app.diag.versions.caption": "Best-effort observations for local provider connectors",
|
|
472
|
-
"app.diag.col.provider": "Provider",
|
|
473
|
-
"app.diag.col.host": "Host",
|
|
474
|
-
"app.diag.col.protocol": "Protocol",
|
|
475
|
-
"app.diag.col.version": "Version",
|
|
476
|
-
"app.diag.versions.rangeAbsent": "Protocol and version are observed metadata, not routing authority. Health and the last safe code describe the current connector.",
|
|
477
|
-
"app.diag.lease.title": "Lease / instance",
|
|
478
|
-
"app.diag.lease.absent": "Lease state is not carried by the live contract. Read the local posture with the command below.",
|
|
479
|
-
"app.diag.limits": "Limits & pressure",
|
|
480
|
-
"app.diag.limits.hint": "The configured value is not exposed by the live contract. Set the environment variable, then start embassy serve again.",
|
|
481
|
-
"app.diag.deadline.title": "Delivery deadline",
|
|
482
|
-
"app.diag.deadline.body": "{count} deliveries have expired since this broker started.",
|
|
483
|
-
"app.diag.deadline.retained": "Retained evidence: {terminal} terminal attempts, {expired} expired; configured deadline {deadline}.",
|
|
484
|
-
"app.diag.deadline.bucket.under1m": "under 1 minute",
|
|
485
|
-
"app.diag.deadline.bucket.1to5m": "1–5 minutes",
|
|
486
|
-
"app.diag.deadline.bucket.5to15m": "5–15 minutes",
|
|
487
|
-
"app.diag.deadline.bucket.15to60m": "15–60 minutes",
|
|
488
|
-
"app.diag.deadline.bucket.over60m": "over 60 minutes",
|
|
489
|
-
"app.diag.queue.title": "Queue depth",
|
|
490
|
-
"app.diag.queue.body": "{count} messages are queued right now.",
|
|
491
|
-
"app.diag.bytes.title": "Message byte budget",
|
|
492
|
-
"app.diag.bytes.body": "{queued} queued right now; {accepted} accepted since this broker started.",
|
|
493
|
-
"app.diag.steering.title": "Steering",
|
|
494
|
-
"app.diag.steering.absent": "STEER markers identify classified Claude-to-Codex delivery evidence. The operator kill-switch setting is not exposed by this metadata contract.",
|
|
495
|
-
"app.diag.deliveryNotices.title": "Delivery notices",
|
|
496
|
-
"app.diag.deliveryNotices.note": "Use merged (default), verbose, or quiet; restart embassy serve after changing it.",
|
|
497
|
-
"app.diag.editable.title": "Settings",
|
|
498
|
-
"app.diag.editable.note": "Settings are read from environment variables when embassy serve starts. This page cannot change them, so none of them is shown as an editable control.",
|
|
499
|
-
"app.diag.counters": "Accounting counters",
|
|
500
|
-
"app.diag.counters.caption": "Lifetime accounting counters for this broker process",
|
|
501
|
-
"app.diag.omissions": "Bounded display",
|
|
502
|
-
"app.diag.omissions.caption": "Rows omitted before display, by category",
|
|
503
|
-
footer: "Read-only metadata snapshot. No scripts, mutation controls, external assets, telemetry, or network requests.",
|
|
504
|
-
};
|
|
505
|
-
//# sourceMappingURL=dashboard-copy.en.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard-copy.en.js","sourceRoot":"","sources":["../../../src/gateway/dashboard-copy.en.ts"],"names":[],"mappings":"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"}
|