Skip to content

feat(issue-views): Add frontend for AI-generated view titles#107820

Draft
scttcper wants to merge 7 commits intomasterfrom
scttcper/issue-view-ai-title-frontend
Draft

feat(issue-views): Add frontend for AI-generated view titles#107820
scttcper wants to merge 7 commits intomasterfrom
scttcper/issue-view-ai-title-frontend

Conversation

@scttcper
Copy link
Member

@scttcper scttcper commented Feb 7, 2026

frontend for #105970 adds AI generated issue view titles on save

JoshFerge and others added 7 commits January 8, 2026 17:54
Integrates with the backend endpoint to auto-generate descriptive titles
when creating issue views. The title is generated based on the search
query and auto-fills the name field.

- New hook: useGenerateIssueViewTitle
- Auto-generates title on modal open when query exists
- Shows loading placeholder while generating
- User can edit the generated title
- Gracefully handles errors (silent fallback)

Requires: jferg/issue-view-ai-title-backend

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Tests cover:
- Title generation when feature flag enabled and query exists
- No generation when feature flag disabled
- No generation when no query provided
- Using incoming name when feature flag disabled
- Generated name takes precedence over incoming name

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
When saving a view that still has the default "New View" name, automatically
generate a descriptive title using AI based on the search query.

This complements the existing title generation in the Create View modal by
also handling the case where users create a view via the "New View" button
and then save it.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Feb 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants