Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T04:10:50.297Z Public web read
NIP-34 coordinate30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omega
MaintainersHidden in public view
References2 branches · 1 tag
Read-only clonegit clone https://openagents.com/git/tenant.openagents/omega.git
Browse files

11_crash_report.yml

46 lines · 1.5 KB · yaml
1name: Report a crash
2description: Zed is crashing or freezing or hanging.
3type: Crash
4labels: "state:needs triage"
5body:
6  - type: textarea
7    attributes:
8      label: Reproduction steps
9      description: A step-by-step description of how to reproduce the crash from a **clean Zed install**. The more context you provide, the easier it is to find and fix the problem fast.
10      placeholder: |
11        1. Start Zed
12        2. Perform an action
13        3. Zed crashes
14    validations:
15      required: true
16  - type: textarea
17    attributes:
18      label: Zed version and system specs
19      description: |
20        Open the command palette in Zed, then type “zed: copy system specs into clipboard”.
21      placeholder: |
22        Zed: v0.215.0 (Zed Nightly bfe141ea79aa4984028934067ba75c48d99136ae)
23        OS: macOS 15.1
24        Memory: 36 GiB
25        Architecture: aarch64
26    validations:
27      required: true
28  - type: textarea
29    attributes:
30      label: Attach Zed log file
31      description: |
32        Open the command palette in Zed, then type `zed: open log` to see the last 1000 lines. Or type `zed: reveal log in file manager` in the command palette to reveal the log file itself.
33
34        ⚠️ **Please review your log file for secrets (API keys, tokens, etc.) and partially or fully redact them before posting.**
35      value: |
36        <details><summary>Zed.log</summary>
37
38        <!-- Paste your log inside the code block. -->
39        ```log
40
41        ```
42
43        </details>
44    validations:
45      required: false
46
Served at tenant.openagents/omega Member data and write actions are omitted.