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
49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
name: Feature request
|
|
description: Suggest an improvement or new capability for assistant-ui
|
|
labels: ["enhancement"]
|
|
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Problem statement
|
|
description: What problem are you trying to solve?
|
|
placeholder: I'm trying to ... but currently ...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Proposed solution
|
|
description: If you have an idea for an API, component, or behavior change, describe it here.
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
label: Area
|
|
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: textarea
|
|
attributes:
|
|
label: Alternatives considered
|
|
description: Other approaches or workarounds you've tried.
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional context
|
|
description: Any extra details, links, mockups, or examples.
|