Alex Netsch

Results 18 issues of Alex Netsch

Add Workspace::touch to manually set updated_at to current time. Resets workspace cleanup timer after - Open attempt in IDE - Open stream attempt diff websocket

## Summary - Added a timeout indicator to the repository selector when discovering git repos takes longer than expected - Shows a "no repositories found" message when the search completes...

## Summary - Remove hardcoded `github.com` URL parsing in the `review` CLI crate - Delegate URL parsing to the `gh` CLI which handles GitHub Enterprise hostnames automatically - Fix JSON...

## Summary Adds support for GitHub Enterprise hostnames and SSH aliases by delegating URL/repo parsing to the `gh` CLI instead of using hardcoded regex patterns. ## Changes ### `crates/services/src/services/github/cli.rs` -...

## Summary This PR adds support for Azure DevOps repositories alongside the existing GitHub support. The implementation uses the Azure CLI (`az`) for all operations, avoiding URL parsing issues with...

## Summary When the branch status API fails, the git operations UI (Merge, PR/Push, Rebase buttons) was previously completely hidden without any indication to the user. This PR: - Shows...

## Summary - Added a new session-level `/sessions/{id}/review` endpoint for starting code reviews - Created `StartReviewDialog` component for configuring and launching reviews from the workspace UI - Added review toggle...

## Summary - Added new documentation page for Azure Repos integration (`docs/integrations/azure-repos-integration.mdx`) - Updated navigation in `docs/docs.json` to include the new page in the Integrations section ## Details This adds...

## Summary - Fixed the file tree in the Changes panel not being scrollable when content exceeds the available height ## Problem The file tree in the Changes panel was...

## Summary Fixes the VSCode extension which stopped working after commit `22ff27d8f` ("feat: multi repo projects") removed the `/containers/info` endpoint. ## Changes - Restored the `GET /containers/info?ref={path}` endpoint in `containers.rs`...