Skip to repository content26 lines · 641 B · toml
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-28T02:59:37.207Z 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
extension.toml
1id = "test-extension"
2name = "Test Extension"
3description = "An extension for use in tests."
4version = "0.1.0"
5schema_version = 1
6authors = ["Marshall Bowers <elliott.codes@gmail.com>"]
7repository = "https://github.com/zed-industries/zed"
8
9[language_servers.gleam]
10name = "Gleam LSP"
11language = "Gleam"
12
13[grammars.gleam]
14repository = "https://github.com/gleam-lang/tree-sitter-gleam"
15commit = "8432ffe32ccd360534837256747beb5b1c82fca1"
16
17[[capabilities]]
18kind = "process:exec"
19command = "echo"
20args = ["hello from a child process!"]
21
22[[capabilities]]
23kind = "process:exec"
24command = "cmd"
25args = ["/C", "echo", "hello from a child process!"]
26