Skip to repository content95 lines · 2.8 KB · json
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-28T04:10:02.898Z Public web read
NIP-34 coordinate
30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omegaMaintainersHidden in public view
References2 branches · 1 tag
Read-only clone
git clone https://openagents.com/git/tenant.openagents/omega.gitBrowse files
endpoint_allowlist.json
1{
2 "version": 1,
3 "owner": "OpenAgents",
4 "enforcement": "release-proof-evidence-only",
5 "policy": "Omega release candidates must not contact Zed production hosts on a normal start, editor journey, or shutdown unless an entry below is marked approved and unexpired.",
6 "normal_start_forbidden_hosts": [
7 "zed.dev",
8 "www.zed.dev",
9 "api.zed.dev",
10 "api-staging.zed.dev",
11 "cloud.zed.dev",
12 "collab.zed.dev",
13 "staging.zed.dev",
14 "staging-collab.zed.dev",
15 "status.zed.dev",
16 "merch.zed.dev"
17 ],
18 "entries": [
19 {
20 "host": "github.com",
21 "purpose": "Owned Omega repository, docs, and issue tracker Help destinations",
22 "owner": "OpenAgents",
23 "disposition": "approved",
24 "expiry": "none",
25 "paths": [
26 "/OpenAgentsInc/omega"
27 ]
28 },
29 {
30 "host": "services.openagents.invalid",
31 "purpose": "Non-routable placeholder server_url while Zed production services stay disabled",
32 "owner": "OpenAgents",
33 "disposition": "approved",
34 "expiry": "until-owned-omega-service",
35 "paths": [
36 "/"
37 ]
38 },
39 {
40 "host": "cdn.agentclientprotocol.com",
41 "purpose": "Public ACP registry index and icons used to resolve explicitly configured external agents",
42 "owner": "OpenAgents",
43 "disposition": "approved",
44 "expiry": "none",
45 "paths": [
46 "/registry/v1/"
47 ]
48 },
49 {
50 "host": "nodejs.org",
51 "purpose": "Managed Node.js and npm fallback when no configured or compatible system runtime is available for Npx ACP agents",
52 "owner": "OpenAgents",
53 "disposition": "approved",
54 "expiry": "none",
55 "paths": [
56 "/dist/"
57 ]
58 },
59 {
60 "host": "registry.npmjs.org",
61 "purpose": "npm metadata and tarballs for explicitly configured Npx ACP agents and their dependency graphs",
62 "owner": "OpenAgents",
63 "disposition": "approved",
64 "expiry": "none",
65 "paths": [
66 "/"
67 ]
68 },
69 {
70 "host": "zed.dev",
71 "purpose": "Inherited Zed production app server",
72 "owner": "OpenAgents",
73 "disposition": "blocked-by-default",
74 "expiry": "none",
75 "compatibility_override": "OMEGA_ALLOW_ZED_SERVICES=1"
76 },
77 {
78 "host": "api.zed.dev",
79 "purpose": "Inherited Zed extension registry and telemetry API",
80 "owner": "OpenAgents",
81 "disposition": "blocked-by-default",
82 "expiry": "none",
83 "compatibility_override": "OMEGA_ALLOW_ZED_SERVICES=1"
84 },
85 {
86 "host": "cloud.zed.dev",
87 "purpose": "Inherited Zed cloud models, updates, and remote-server assets",
88 "owner": "OpenAgents",
89 "disposition": "blocked-by-default",
90 "expiry": "none",
91 "compatibility_override": "OMEGA_ALLOW_ZED_SERVICES=1"
92 }
93 ]
94}
95