|
| 1 | +name: Bug report |
| 2 | +description: The extension broke, or the panel showed state the prose doesn't support |
| 3 | +labels: ["bug", "needs-triage"] |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + Thanks for the report! One note before you start: **roleplay prose is personal.** |
| 9 | + Only include chat excerpts you're comfortable posting publicly, and trim them to |
| 10 | + the few lines that show the problem. |
| 11 | + - type: dropdown |
| 12 | + id: kind |
| 13 | + attributes: |
| 14 | + label: What kind of problem is it? |
| 15 | + options: |
| 16 | + - The extension malfunctioned (panel/UI broken, errors, settings, connection) |
| 17 | + - The model extracted the wrong state from the prose |
| 18 | + - Not sure |
| 19 | + validations: |
| 20 | + required: true |
| 21 | + - type: textarea |
| 22 | + id: what-happened |
| 23 | + attributes: |
| 24 | + label: What happened, and what did you expect? |
| 25 | + description: For wrong-state reports — what did the panel show, and what should it have shown based on the prose? |
| 26 | + validations: |
| 27 | + required: true |
| 28 | + - type: textarea |
| 29 | + id: prose |
| 30 | + attributes: |
| 31 | + label: Relevant prose excerpt (optional) |
| 32 | + description: Trim to the lines that matter. Only share what you're comfortable making public. |
| 33 | + - type: input |
| 34 | + id: ext-version |
| 35 | + attributes: |
| 36 | + label: Beholder version |
| 37 | + description: Shown in the Extensions panel (or `version` in manifest.json) |
| 38 | + validations: |
| 39 | + required: true |
| 40 | + - type: input |
| 41 | + id: st-version |
| 42 | + attributes: |
| 43 | + label: SillyTavern version |
| 44 | + validations: |
| 45 | + required: true |
| 46 | + - type: dropdown |
| 47 | + id: backend |
| 48 | + attributes: |
| 49 | + label: Extraction backend |
| 50 | + description: The server running the Beholder model (not your roleplay model's backend) |
| 51 | + options: |
| 52 | + - llama.cpp (llama-server) |
| 53 | + - KoboldCpp |
| 54 | + - LM Studio |
| 55 | + - Ollama |
| 56 | + - vLLM |
| 57 | + - Other / cloud |
| 58 | + validations: |
| 59 | + required: true |
| 60 | + - type: input |
| 61 | + id: model |
| 62 | + attributes: |
| 63 | + label: Extraction model file |
| 64 | + description: e.g. `beholder-v45.Q8_0.gguf` — "the Beholder model from the README" is fine if unsure |
| 65 | + - type: textarea |
| 66 | + id: diagnostic |
| 67 | + attributes: |
| 68 | + label: Diagnostic report |
| 69 | + description: If your version has the "Copy diagnostic report" button, paste its output here. It contains no chat text unless you opted in. |
| 70 | + render: text |
| 71 | + - type: textarea |
| 72 | + id: console |
| 73 | + attributes: |
| 74 | + label: Console errors (optional) |
| 75 | + description: Press F12 → Console tab; paste any red errors that mention Beholder. |
| 76 | + render: text |
0 commit comments