- It'd be great to change the default branch used for creating new workspaces.
- I'd like the ability to add custom tools to the "Open in..." menu.
> It'd be great to change the default branch used for creating new workspaces. Yeah you can actually change this now! If you click the repo name you can make changes to the "setup script". If you added `git checkout -b "branch name"` it would run that on every new workspace instance.
orig_branch=$(git branch --show-current) && git checkout dev && git pull && git branch -D "$orig_branch" && git checkout -b "$orig_branch"
But no way to find out if there’s any data sent to your servers etc, unless I’m missing some links?
Right now the app uses GitHub's OAuth sign in (https://docs.github.com/en/apps/oauth-apps/building-oauth-ap...) which unfortunately doesn't allow for fine-grained permissions (it will only have access to organization code if you explicitly grant it) . We're switching our sign-in to a GitHub App so we can make the permissions fine-grained.
It mostly works, except we don't have a clean flow for docker: shared system daemon & repository means need to manually tag & run by branch/project (docker compose -p ...), which is friction for the LLM and even more setup than we want
As a heavy multi session Claude Code user, this may be what finally converts me to cloud IDEs...
Anyways, excellent work!
What I do want is simple git worktree management for an already-checked-out repo on my machine, no Github permissions or dependency re-installation (copying node_modules, etc.).
So starting a new worktree requires additional setup and isn’t as simple as just checking out a new branch
Would love to discuss more what kind of testing setup you’re looking for, want to shoot me an email at jackson@melty.sh?
You are INSANE to authorize this app on anything other than throwaway code.
@charlieholtz care to comment?
It will only have access to organization code if you explicitly grant it. We're working on switching our sign-in to a GitHub App so we can make the permissions fine-grained.
jamil7•3d ago
Charlieholtz•8m ago