Fix type safety, async I/O blocking, and error handling across core modules - #49
Merged
Conversation
Co-authored-by: clduab11 <185000089+clduab11@users.noreply.github.com>
Co-authored-by: clduab11 <185000089+clduab11@users.noreply.github.com>
Co-authored-by: clduab11 <185000089+clduab11@users.noreply.github.com>
Co-authored-by: clduab11 <185000089+clduab11@users.noreply.github.com>
Co-authored-by: clduab11 <185000089+clduab11@users.noreply.github.com>
Co-authored-by: clduab11 <185000089+clduab11@users.noreply.github.com>
Co-authored-by: clduab11 <185000089+clduab11@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update README for macOS capitalization
Fix type safety, async I/O blocking, and error handling across core modules
Feb 13, 2026
clduab11
marked this pull request as ready for review
February 13, 2026 03:00
Codex PR ReviewFindings
Suggested Fixes
MCP Usage
|
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.
Addressed code quality issues flagged in PR review: blocking synchronous I/O, loose type annotations, insufficient error handling, and ambiguous boolean checks.
Type Safety Improvements
mcp-bridge.ts
MCPBridgeStatusinterface; replacedanyreturn type ongetStatus()EndpointResolutionErrorclass for endpoint resolution failurestui/app.tsx
anytypes inInkBindingswith Ink v5-compatible interface shapesKeytype definition with explicit boolean propertiescli/index.ts
anywithunknownin error handling; added type narrowingNon-blocking Async Operations
daemon-runner.ts
persistSnapshotfromwriteFileSyncto asyncfs/promises.writeFileawaitfor critical paths, fire-and-forget for background updatescli/index.ts
spawnSyncwith promisifiedexecFileincodex-registercommandexecCodexCommandhelper with timeout support, ENOENT detection, and exit code handlingError Handling & Logic Fixes
service-manager.ts
ServiceManagerErrorclass for config validation failuresprobeServicediagnostic: only reports failure when explicitlyfalse, notnull(no probe configured)tui/app.tsx
fetchSnapshot()in try/catch; replaced console with structured LoggeronExitcalled in both success and error paths via finally blockDocumentation
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.