Add Devin for Terminal host support + Windows browse fix#1304
Open
louisCalderon888 wants to merge 1 commit intogarrytan:mainfrom
Open
Add Devin for Terminal host support + Windows browse fix#1304louisCalderon888 wants to merge 1 commit intogarrytan:mainfrom
louisCalderon888 wants to merge 1 commit intogarrytan:mainfrom
Conversation
- Add hosts/devin.ts: Devin host config with .config/devin paths - Register devin host in hosts/index.ts (11 hosts total) - Update setup script to accept --host devin flag - Fix Windows browse binary: defer resolveServerScript on Windows - Add browse/test/config.test.ts coverage for Windows compiled path - Update test/host-config.test.ts for 11 hosts + Devin assertions - Add .gitignore entries for .devin/ and gstack-global-discover.exe Fixes gstack headless browser on Windows compiled binaries by avoiding top-level resolveServerScript() call that fails when server.ts is not present in dist. On Windows, use server-node.mjs bundle instead. Generated with [Devin](https://cli.devin.ai/docs) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.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.
Summary
hosts/devin.ts: Devin host config with.config/devinpathshosts/index.ts(11 hosts total)setupscript to accept--host devinflagresolveServerScripton Windowsbrowse/test/config.test.tscoverage for Windows compiled pathtest/host-config.test.tsfor 11 hosts + Devin assertions.gitignoreentries for.devin/andgstack-global-discover.exeDetails
Fixes gstack headless browser on Windows compiled binaries by avoiding
top-level
resolveServerScript()call that fails whenserver.tsis notpresent in dist. On Windows, use
server-node.mjsbundle instead.Enables gstack skills to run on Devin for Terminal with proper path
resolution and runtime symlinks.
Test plan
bun run scripts/host-config-export.ts validate→ "All 11 configs valid"bun test browse/test/config.test.ts→ 32 passbun test test/host-config.test.ts→ host-config tests passbun run gen:skill-docs --host devin --dry-run→ All 45 skills FRESHbrowse.exe goto/text/screenshotworks on WindowsGenerated with Devin
Need help on this PR? Tag
@codesmithwith what you need.