feat: add Claude AI integration (NL task creation, subtask generation, scheduling, import) - #2523
Draft
JadeJitsu wants to merge 21 commits into
Draft
feat: add Claude AI integration (NL task creation, subtask generation, scheduling, import)#2523JadeJitsu wants to merge 21 commits into
JadeJitsu wants to merge 21 commits into
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…s, strengthen tests
…uards to ImportMapper
Adds a Claude AI preferences page with API key entry, model selector, and connection test. Registers the page in PreferencesWindow and wires it to a new row in the personalization group. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replaces the AssistantPanel stub with a full Adw.BottomSheet implementation wired into MainWindow — sidebar wand button opens the sheet, and the sheet wraps the main toast overlay content. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds Dialogs.ImportDialog (two-page stack: file picker → preview), registers it in meson.build, and exposes it via an "Import Tasks…" menu item in MainWindow.build_menu_app().
…eedback, fix priority example - ClaudeStatusBadge: track and disconnect status_changed signal handler in destructor - AssistantPanel: track and disconnect status_changed signal handler in destructor - QuickAddCore: show error visual feedback (red border + info icon) when AI parse fails - Claude preferences: add show_apply_button to API key password entry - Prompts: fix JSON example priority from 4 (urgent) to 1 (none) as default Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
Translation files need updating
|
byquanton
marked this pull request as draft
June 8, 2026 18:57
Owner
|
Hey, thanks for the interest in contributing! This is an interesting concept, but I have a few concerns before we can move forward: Immediate blocker:
Broader concerns:
I'd suggest:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
core/Services/AI/service folder (Claude.valaHTTP client,Prompts.valatemplates,TaskParser,ImportMapperwith 50KB chunking,Scheduler) — all network code isolated to one fileANTHROPIC_API_KEYenv var), model selector (Haiku/Sonnet/Opus), and connection status badgeDesign
Full design spec and implementation plan are in
docs/superpowers/specs/anddocs/superpowers/plans/.New files
core/Services/AI/Claude.valacore/Services/AI/Prompts.valacore/Services/AI/TaskParser.valacore/Services/AI/ImportMapper.valacore/Services/AI/Scheduler.valasrc/Widgets/ClaudeStatusBadge.valasrc/Views/AI/AssistantPanel.valasrc/Dialogs/ImportDialog.valasrc/Dialogs/Preferences/Pages/Claude.valaTest plan
ANTHROPIC_API_KEYenv var — status badge turns green in Preferences → Claude AI.mdchecklist → preview tree → Import allmeson setup build && ninja -C build(requires GNOME build deps)Notes
🤖 Generated with Claude Code