feat: Windows support & interactive REPL with image attachment#1
Open
cysics wants to merge 5 commits intoprofessional-ALFIE:mainfrom
Open
feat: Windows support & interactive REPL with image attachment#1cysics wants to merge 5 commits intoprofessional-ALFIE:mainfrom
cysics wants to merge 5 commits intoprofessional-ALFIE:mainfrom
Conversation
- Add install.ps1 PowerShell installer for Windows - Add Windows executable discovery (Cursor, Windsurf, VS Code paths) - Add best-effort window minimize on new workspace launch (Windows) - Normalize path comparison (case-insensitive, slash-agnostic) for workspace matching Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add interactive REPL mode (-i/--interactive) for multi-turn conversations - Add Alt+V clipboard image paste support (PNG temp file) - Add attachment bridge in extension for image delivery via API - Add /attachments/send route for extension-CLI image transfer - Enhance exec command with polling-based conversation wait and attachment support Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add retry/backoff support to spinner (configurable attempts, delay, backoff) - Add model alias resolution for convenient short names - Update package.json dependencies Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ures - Add clipboard-image unit tests (temp file creation, cleanup) - Add interactive-attachments integration tests - Add spinner retry/backoff tests - Update help-surface tests for new --interactive option - Update phase10 tests with Windows platform guards Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add Windows PowerShell installation instructions - Add interactive REPL mode examples and Alt+V image paste docs - Note Windows best-effort auto-minimize behavior Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
This PR adds Windows platform support and an interactive REPL mode with clipboard image
attachment capability.
What's Changed
Windows Support
install.ps1) for one-line Windows setupInteractive REPL Mode
-i/--interactiveflag for multi-turn conversations/attachments/sendroute for image deliveryexecOther Improvements
Test Plan
install.ps1installs correctly on a clean Windows machineantigravity -ienters interactive REPL; multi-turn worksAlt+Vpastes clipboard image and attaches it to the conversationnpm test— all new and updated tests passCommits