Conversation
…ator Introduce a Source Control section in settings that lets users pick a dedicated model (and optional thinking level) for AI commit messages. Wire the selection through App state and VCS commit flows. Extend git_generate_commit_message to expose list_staged_files and read_staged_diff tools so the model can inspect only the paths it needs within explicit byte and call budgets. Add perf.rs scaffolding, a status-cache signature helper, relaxed repository-status polling, startup preload trimming, and the supporting PERFORMANCE-OPTIMIZATION-PLAN.
…dling Add model input modalities and attachment checks to composer and runtime. Introduce dev server reconciler with liveness probes and unavailable tab events. Warm preflight cache for image-capable models.
Introduce CompletedAgentSessionNotificationView tracking, a floating notifications sidebar, and footer integration. Sidebars are now mutually exclusive via closeSidebarsExcept. Footer notification count and click handler drive the new surface; tests cover activation and exclusivity.
- extract FloatingRightSidebarHeader + Button for reuse - update session-notifications and usage-stats sidebars - vcs sidebar now auto-collapses empty groups, defaults diff pane to 55 % - track unread completed sessions globally; keep background completion listeners after project switch - remove activeProjectUnreadCompletedSessionCount; adjust tests and types
Add runningAgentProjectIds tracking, runtime completion paths, routing dedup helpers, and aura styles so rail cards pulse while agents run.
Track and persist unread completions, surface counts via ProjectRail, and add supporting theme tokens.
Add conversation surface keys, snapshot refs, and loading guards so switching sessions keeps the prior view stable until the new transcript settles. Introduce enter animation and update related tests and App wiring.
Rename MemoryReview* APIs, components and DTOs to Memory*. Drop review_state in favor of a simple enabled flag, update persistence, commands, tests and UI actions accordingly.
- Wrap ProjectRail, StatusFooter, and shell buttons with Tooltip to show styled content instead of browser titles. - Add native-title-suppression utility that removes title attributes on mount and promotes them to aria-label on icon-only controls. - Install suppression at app bootstrap and cover newly added nodes via MutationObserver. - Expand component tests to assert tooltip content for rail, footer, and shell controls.
- add enter animation class to newly added panes in PaneGrid - switch App and PaneGrid to useLayoutEffect for pre-paint side effects - remove forced `transition: none` on sessions sidebar in strip mode - update tests and styles for pane enter animation and reduced-motion rules
- adds draggable toolbar handle with keyboard nudging and resize sync - stores last toolbar position per page for pen and inspect modes - exposes clearInspect for toolbar Clear button in inspect mode - updates tests for drag behavior and inspect target clearing
… handling - expose reject_agent_action Tauri command and wire it through the desktop adapter - treat owned-agent action prompts (command_approval, safety_boundary, etc.) via resume/reject flows instead of the generic operator path - tighten runtime-stream completion semantics for cancelled runs and late reasoning items - preserve same-session conversation turns across agent switches and dedupe duplicate failures/routing suggestions - surface current agent label in routing cards and copy text; update "Continue with Ask/Agent" labels dynamically - add guarded edit hash fallback for filesystem edits and tighten Ask routing triage policy text - add placeholder sidecar resource and update supporting UI/tests for the new flows
- Thread projectId through browser tab commands, list/filter helpers, and UI - Persist per-project open/full-width state; add focus toggle that expands the browser - Update autonomous browser actions and tests to respect project boundaries
- Add attachment modality support for GPT-5.x, GPT-4.1, and GPT-4o models across OpenAI providers - Update provider catalog, preflight, and adapters to expose image/file modalities and serialize attachments for codex responses - Improve edit tool with guarded prefix matching, blank-line expected support, and model-recoverable mismatch errors - Add agent handoff on runtime/agent definition change and make completion artifact capture best-effort - Harden Lance schema checks and memory candidate confidence parsing; fix cwd handling for root paths - Expand tests for attachment compatibility, tool recovery, handoff, and stale schema quarantine
…nt runs - Emit actionId on action_required events and route Approve/Reject through action-scoped paths so each card resolves only its intended row. - Surface action errors inline on cards and in the composer; render pending command reviews and invalid tool input as non-approvable diagnostics. - Accept type-check verification scripts, remove xAI device-code and local-environment onboarding paths, and drop unused plan docs.
- Remove tool-based workflow, limits, and context tracking - Pass staged patch directly to provider in one turn - Reject tool-call outcomes and keep generation deterministic
…ompts - render image attachments from browser sketches and pen captures inside conversation context cards - surface running project dev servers discovered outside the terminal in the browser sidebar target menu - include capture metadata, scroll position, DPR, annotation bounds, and ordered image labels in tool prompts - label browser launch targets with project start target names and filter by browser-supported commands - expose convertFileSrc previews for pending composer attachments and add occlusion wheel/click handling for dropdown panels - update ACL manifest and Tauri permissions for the new browser_list_running_dev_servers command
…dential checks - Implement project-scoped browser tab reordering via dnd-kit in the sidebar and a new `browser_tab_reorder` Tauri command that keeps native state in sync. - Promote pen drawing layers into the browser top layer so overlays remain interactive when scroll containers or popovers are present. - Harden `find_prohibited_runtime_control_prompt_content` to reject bearer tokens and `sk-` keys while still allowing dev URLs and product tokens.
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
Related Issues
Closes #
Change Type
Testing
pnpm --dir client testpnpm --dir client lintcargo check --manifest-path client/src-tauri/Cargo.tomlUI Checklist
Notes
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.