fix issues#136
Merged
chriswritescode-dev merged 23 commits intomainfrom Feb 16, 2026
Merged
Conversation
- Parse git errors with specific error codes (AUTH_FAILED, REPO_NOT_FOUND, PUSH_REJECTED, MERGE_CONFLICT, etc.) and appropriate HTTP status codes - Return structured error responses with summary and detail from backend - Add GitErrorBanner component for better error display in UI - Add optional onError callback to useGit hook for external error handling
…DisplayName utility
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.
fix: prevent delete button click when card is not swiped open
refactor: improve CreateRepoInput type safety
security: require AUTH_SECRET and use secure random generation
fix: SSH key path validation, async passphrase stripping, and port handling
fix: use correct console methods for logger levels
Add error handling to DB update functions and improve migration logging
Add error handling for session lookup in auth middleware
Add structured git error handling with user-friendly messages
PUSH_REJECTED, MERGE_CONFLICT, etc.) and appropriate HTTP status codes
Make IPC server initialization/disposal async and fix SSH host key handler
add try-catch error handling in frontend lib utilities
remove unresolved promise handlers in speech synthesizer callbacks
Extract error types to shared package
Import GitErrorCode from shared package
Refactor API layer to use shared FetchError and fetchWrapper
Update prompt parser and source control components
Extract MCP server list to separate component with improved badge menu UX
merge useSettingsDialogUrl into useSettingsDialog and extract getRepoDisplayName utility
add separate loading state for passkey sign in
refactor hooks: use fetchWrapper, improve error handling, add proper types
replace browser confirm() with DeleteDialog component in settings
fix: add missing variables parameter in React Query onError callbacks
Refactor message parts to use separate Zustand store
Update QuestionPrompt styling for light/dark mode