e30e75b5d4
Changesets / Create Version PR (push) Has been cancelled
Deploy Shadcn Registry / Deploy Production (push) Has been cancelled
Template Metrics / LOC + Bundle Size (push) Has been cancelled
Code Quality / Oxlint + Oxfmt (push) Has been cancelled
Code Quality / Template Sync (push) Has been cancelled
Code Quality / Build Changed Packages (push) Has been cancelled
Code Quality / Test Changed Packages (push) Has been cancelled
Deploy Expo Example / Deploy Production (push) Has been cancelled
Deploy Ink Example / Deploy Production (push) Has been cancelled
Python Tests / pytest (assistant-stream, 3.10) (push) Has been cancelled
Python Tests / pytest (assistant-stream, 3.12) (push) Has been cancelled
Python Tests / pytest (assistant-ui-sync-server-api, 3.10) (push) Has been cancelled
Python Tests / pytest (assistant-ui-sync-server-api, 3.12) (push) Has been cancelled
109 lines
3.0 KiB
YAML
109 lines
3.0 KiB
YAML
name: Bug report
|
|
description: Report an issue to help us improve assistant-ui
|
|
labels: ["bug"]
|
|
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Checklist
|
|
description: Please confirm before submitting.
|
|
options:
|
|
- label: I have searched existing issues and this is not a duplicate
|
|
required: true
|
|
- label: This is a reproducible bug, not a usage question (use [Discord](https://discord.gg/S9dwgCNEFs) for questions)
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Environment info
|
|
description: Run `npx assistant-ui info` in your project and paste the output here.
|
|
placeholder: |
|
|
Environment:
|
|
OS: macOS 15.3 (arm64)
|
|
Node.js: v22.14.0
|
|
Package Manager: pnpm 10.32.1
|
|
Framework: Next.js 15.3.1
|
|
|
|
Packages:
|
|
@assistant-ui/react 0.12.15
|
|
...
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
label: Affected area(s)
|
|
multiple: true
|
|
options:
|
|
- Runtime / Core
|
|
- Thread Management
|
|
- Streaming (assistant-stream)
|
|
- Attachments / Files
|
|
- Cloud (assistant-cloud)
|
|
- React / UI Components
|
|
- React Native
|
|
- Store / Tap
|
|
- Content Rendering (Markdown, Syntax Highlighting)
|
|
- Rich Text / Composer (Lexical)
|
|
- Provider Adapters
|
|
- Performance
|
|
- CLI / Scaffolding
|
|
- DevTools / Observability
|
|
- Documentation
|
|
- Unsure
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
label: Runtime adapter in use
|
|
description: Which runtime hook are you using?
|
|
options:
|
|
- useLocalRuntime
|
|
- useExternalStoreRuntime
|
|
- useCloudRuntime
|
|
- useAISDKRuntime / useChatRuntime
|
|
- useLangGraphRuntime
|
|
- useAgUiRuntime
|
|
- useA2ARuntime
|
|
- useAdkRuntime (Google ADK)
|
|
- useDataStreamRuntime
|
|
- useAssistantTransportRuntime
|
|
- Other / Custom
|
|
- Not applicable
|
|
- Unsure
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: Minimal steps or a link to a reproduction repo.
|
|
placeholder: |
|
|
1. Set up runtime with `useXxxRuntime(...)`
|
|
2. Send a message with ...
|
|
3. Observe ...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected vs actual behavior
|
|
placeholder: |
|
|
Expected: ...
|
|
Actual: ...
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: Browser (if applicable)
|
|
placeholder: "e.g. Chrome 131, Firefox 135, Safari 18"
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Code snippet or error log
|
|
render: tsx
|
|
description: Relevant code, stack traces, or console output. Please remove any secrets.
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional context
|
|
description: Screenshots, related issues, or anything else that might help.
|