Louis Knight-Webb

Results 19 issues of Louis Knight-Webb

## Summary This PR implements the remote project infrastructure with database models and API endpoints for collaborative project management. ### Key Changes **Database Schema** - Consolidated `projects` and `remote_projects` tables...

## Summary This PR implements draft persistence for the task creation dialog, allowing users to recover their work if they accidentally close the dialog or navigate away. ## Changes Made...

## Summary Adds `Cmd+.` (Command+Period) keyboard shortcut to stop task execution in the follow-up input area. This mirrors the standard macOS convention where `Cmd+.` cancels/stops an operation. ## Changes -...

User should be able to select a PR to manually review. As well as list previous reviews remote-frontend/\* crates/remote

…move both the `Logo` import and the `` component.

## Summary Adds backward compatibility for older versions of the GitHub CLI (`gh`) that don't support the `baseRefOid` and `headRefOid` JSON fields in `gh pr view --json`. ## Problem Users...

## Summary Migrates review comments from inline comment boxes in diffs to code reference nodes embedded directly in the WYSIWYG editor. **Before:** Click "add" on diff line -> inline comment...

## Summary Adds a checkbox to the delete task confirmation dialog that allows users to optionally delete the associated git branches when deleting a task. The checkbox defaults to unchecked...