Conversation
Introduce a mobile-friendly connection flow and UI tweaks: add a mobile connect card to Dashboard with QR scanning and manual URL/token entry (inject QrScannerService, DashboardScanQr and DashboardConnect, persist ConnectionSettings and auto-connect). Add CSS for the mobile connect card and inputs. Hide the new session form on mobile in SessionSidebar and remove the inline mobile font controls there. In Settings, conditionally hide the connection group on mobile until initialization, add font size controls (Increase/Decrease, ApplyFontSize) with UI state persistence and JS application, and load saved font size on init. Also fix iOS WKWebView scroll insets in MainPage.xaml.cs to remove automatic content inset/indicator offsets.
Expose available "skills" to the UI and add a discovery API. CopilotService now includes DiscoverAvailableSkills which scans project and plugin skill directories, parses SKILL.md frontmatter, and returns SkillInfo records. SessionCard and ExpandedSessionView show skill counts; ExpandedSessionView adds a clickable skills trigger that opens a JS popup listing skills (with safe HTML escaping and truncated descriptions). Also includes CSS for the skills label and small status-bar layout tweaks (repositioned log/msg info and removed the font-size controls in the expanded view). This surfaces installed/project skills to users for quick access.
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.
No description provided.