fix: address render issue in templates and add version field

This commit is contained in:
Vineeth Voruganti 2026-08-24 15:53:15 -04:00
parent f180de322f
commit 65bc079033
2 changed files with 20 additions and 5 deletions

View File

@ -24,6 +24,15 @@ body:
validations:
required: true
- type: input
id: version
attributes:
label: Honcho version
description: Server image tag or release, and SDK version if you use one. Write "managed" if you are not self-hosting.
placeholder: e.g. server v2.4.1, honcho-ai 2.1.0
validations:
required: true
- type: textarea
id: description
attributes:
@ -42,7 +51,6 @@ body:
1. Create a session with …
2. POST /v3/... with body …
3. Observe …
render: markdown
validations:
required: true
@ -50,7 +58,7 @@ body:
id: logs
attributes:
label: Logs and evidence
description: Relevant API or deriver logs, stack traces, or screenshots. Redact secrets and user content.
description: Relevant API or deriver logs or stack traces. Redact secrets and user content.
render: shell
validations:
required: false
@ -59,6 +67,6 @@ body:
id: context
attributes:
label: Additional context
description: Versions, config knobs, deployment notes, related issues/PRs.
description: Config knobs, deployment notes, screenshots, related issues/PRs.
validations:
required: false

View File

@ -23,6 +23,15 @@ body:
validations:
required: true
- type: input
id: version
attributes:
label: Honcho version
description: Server image tag or release, and SDK version if you use one. Write "managed" if you are not self-hosting.
placeholder: e.g. server v2.4.1, honcho-ai 2.1.0
validations:
required: true
- type: textarea
id: description
attributes:
@ -44,7 +53,6 @@ body:
1. Peers: alice (user), bot (agent); session S
2. Messages ingested:
3. Query / conclusion listing shows:
render: markdown
validations:
required: true
@ -67,7 +75,6 @@ body:
attributes:
label: Evidence
description: Redacted conclusion text, chat excerpts, or counts that show the failure. No production PII.
render: markdown
validations:
required: false