feat(scripts): Add paperclip-hermes-bridge with preview URL support (v2)#48
Open
madhavikodale wants to merge 3 commits into
Open
feat(scripts): Add paperclip-hermes-bridge with preview URL support (v2)#48madhavikodale wants to merge 3 commits into
madhavikodale wants to merge 3 commits into
Conversation
Adds a new bridge script that connects Hermes to Paperclip AI agents. Key features: - All existing bridge commands (list-agents, assign, run, poll, etc.) - Project type auto-detection (Vite, Next.js, Tauri, React, static) - Dev server auto-start with port conflict handling - preview command: detects project in issue workspace and starts server - serve command: start dev server for any local project path - Automatic preview URL posted as issue comment Closes paperclipai#46
Adds new command to paperclip-hermes-bridge.py: - Generates both local and shareable preview URLs for issue workspaces - Auto-detects project type and finds free port - Posts shareable link as issue comment - Reads PAPERCLIP_PUBLIC_URL env var or instance settings for public URL - Prints formatted preview link to terminal/chat Updates PR paperclipai#47
Adds new command to paperclip-hermes-bridge.py: - Generates both local and shareable preview URLs for issue workspaces - Auto-detects project type and finds free port - Posts shareable link as issue comment - Reads PAPERCLIP_PUBLIC_URL env var or instance settings for public URL - Prints formatted preview link to terminal/chat Updates PR paperclipai#47
siddhijadhav27
pushed a commit
to siddhijadhav27/Levi
that referenced
this pull request
Jun 17, 2026
When served via npx, the absolute path to index.html traverses .npm, triggering Express 5 / send's dotfile guard. Using the root option makes send only check the relative filename for dotfiles. Fixes OpenScanAI#48
siddhijadhav27
pushed a commit
to siddhijadhav27/Levi
that referenced
this pull request
Jun 17, 2026
…h-500 fix: resolve 500 error on SPA route refresh (OpenScanAI#48)
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.
Updated PR with shareable URL generation. Replaces #47.