Conversation
Add backend health monitoring, rate-limit detection, MCP server health checks, and in-app notification center for CreedFlow v1.4.0. New: v20 migration (appNotification + healthEvent tables), BackendHealthMonitor (60s CLI probes), MCPHealthMonitor (120s process checks), RateLimitDetector (pattern matching + exponential backoff), NotificationService actor, toast overlay UI, notification panel with bell icon badge, and health status dots in Settings. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
#144) Port backend health monitoring, MCP health checks, rate-limit detection, and in-app notification center to the Tauri (Rust + React) desktop app. Rust: V21 migration, NotificationService, BackendHealthMonitor, MCPHealthMonitor, RateLimitDetector, 7 Tauri commands, engine wiring. React: notification store, toast overlay, notification panel, sidebar bell. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add search/filter to all list views, skeleton loading states, dark/light mode toggle, keyboard shortcuts overlay, and task duplication across both Swift/macOS and Tauri/React frontends. - #145: SearchBar component + search on Projects, Tasks, Reviews, Deploys, Agents, Archive views (both frontends) - #150: Skeleton loading primitives (SkeletonCard, SkeletonRow) for React; existing ProgressView retained for Swift - #147: Theme store with system/light/dark modes (Zustand + localStorage for React, NSApp.appearance + @AppStorage for Swift) - #148: Keyboard shortcuts overlay (Cmd+?) listing all navigation and action shortcuts (both frontends) - #158: Task duplication via context menu — copies task fields, resets status/timestamps (Rust command + Swift DB write) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Mar 3, 2026
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
Both Swift/macOS and Tauri/React frontends updated. 120 files changed, 6312 insertions.
Test plan
cd CreedFlow && swift build— 0 errorscd creedflow-desktop && npm run build— 0 errorscd creedflow-desktop/src-tauri && cargo build— 0 errors🤖 Generated with Claude Code