Ask Quill chat UI + assistant module (no macOS, pluggable backend)#44
Closed
taylorarndt wants to merge 1 commit into
Closed
Ask Quill chat UI + assistant module (no macOS, pluggable backend)#44taylorarndt wants to merge 1 commit into
taylorarndt wants to merge 1 commit into
Conversation
Message-list chat UI (assistant_panel.py) with suggestions and approval-before- insert, the Train Writing Style dialog (style_panel.py), and the quill/core/ai module (backend-agnostic Assistant, CommandRegistry tool bridge, agentic decision, writing-style conditioning). UI is pluggable behind an AIBackend so it can run on Jeff's Ollama/HTTP backend on Windows — no Foundation Models or macOS platform code included. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Adds the message-list Ask Quill chat UI (suggestions, approval-before-insert, Copy), the Train Writing Style dialog, and the
quill/core/aimodule (backend-agnosticAssistant, CommandRegistry tool bridge, agentic decision, style conditioning).AIBackendinterface, so it can be wired to the existing Ollama/Custom-HTTP connection (assistant_ai.py) on Windows.AskQuillChatDialogis the only integration step.Assigned for review. 🤖 Generated with Claude Code