50 comments

[ 8.9 ms ] story [ 122 ms ] thread
Oh cool, I was already doing this with git worktrees but a ui for it would be handy.
You might want to mention it's silicon only.
This is awesome. A couple of suggestions:

- 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.

[flagged]
Love it! Even just simply freeing my main branch would be a big win so I can keep working as well.

But no way to find out if there’s any data sent to your servers etc, unless I’m missing some links?

Any way to have it not require full write access to your entire GitHub account?
Fixed! You can now give Conductor fine-grained GitHub repository access.

Or, skip the integration and use your local GitHub CLI auth.

Are you still using outdated GitHub Oauth apps for this, or have you swapped to GitHub Apps? GitHub Apps are newer and have Oauth flows, but have a fine-grained permissions model instead of the Oauth permission model.

More info: https://docs.github.com/en/apps/oauth-apps/building-oauth-ap...

More-over, can you document the GitHub permissions needed and which GitHub App(s) this tool uses? Are you using device-flow, online oauth-flow, etc? And where are the Oauth tokens stored if so? Is there any server-side component where you might be storing tokens?

Thanks!

(comment deleted)
Looks cool, but I don't quite get it? What happens if I just open a new terminal window and start Claude in that?
Who does your design? I absolutely love this aesthetic, both this product, and your site (chorus.sh). What is this even called? I went for a similar vibe with tinylogger.com, but def didn't have your skills to pull it off.
Is it similar to what OpenAI Codex does with isolated environments per agent run?
We do our dev on Linux desktops using VS Code ssh remotes from our Macs. Is this possible with Conductor?
Can you intelligently bake in Claude code router? That would help both with token budget but more importantly multiplexing between different models.
I have been imagining something like this would be perfect for working with Claude Code. I tried a couple other apps but they seemed to change too much without providing enough value for that change. This feels like just a nice clean simple extension of how Claude code already works that solves my most common pain points in the workflow.

Anyways, excellent work!

Cool idea, and I'm definitely not in the target market (I'm a Linux user and also very hesitant to adopt proprietary tools to my important workflows), but something like this could be useful. Right now though it's pretty easy to run each in a different tmux window and check on it, but once I have about 3 or more running at a time it's very easy to forget about one and have it paused waiting for confirmation. A tool like this to add a dashboard of sorts would be nice. Definitely interesting to think about!
I noticed that I found Claude great for squashing bugs/issues, and started using worktrees but saw similar problems as you described, so I enlisted Claude and wrote https://github.com/Someblueman/hydra to solve for this very issue, keeping (or rather trying) it in pure shell for personal portability and gives me a playground for AI driven development
I was really excited to try this but this does NOT work the way I expected. I wanted a simple git worktree manager for my existing, already-checked-out repository. Instead, it requests Github permissions and clones the repo from Github. This is bad, because you need to run all the dependency installs, etc. for every workspace before being able to test anything. In other words it's like Codex or Cursor Background Agents, except worse, because it's on your machine. The reason I don't use Codex or Background Agents is because my project has way too many dependencies and would take way too long (and too complicated) to install everything required to have an isolated running instance, plus there would be DNS conflicts, external API conflicts, among other issues.

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.).

I've been working on a tool for exactly this purpose: https://steveasleep.com/autowt/

I'm the only user at the moment, and I really enjoy the workflow. I run about four claude-codes at once this way. It's a little underbaked but I think this is the way a lot of people are going to go. Seems like the 'par' tool in a sibling comment is a similar approach.

Containers do make things easier, especially since agents can see the log output of any service super easily. To do the same thing outside a container you need to send logs somewhere the agent can see.

Would be nice to have it listed as a brew formula, instead of pip.
uv tool beats brew for me. Certainly by a factor of 100 for install time :)
Exactly. If Conductor would work with local branches I would switch from Crystal.
Also the working on PRs workflow seems broken - the local branch doesn't have the changes that are on the PR so I can't pick it up and continue working on it.

Agreed that worktrees seem clearly better.

Full read-write access required to all your Github account's repos. Not just code. Settings, deploy keys. The works. Full access to your organisation settings. Not a privacy policy in sight. Zero disclosure of data practices.

You are INSANE to authorize this app on anything other than throwaway code.

@charlieholtz care to comment?

Is it Claude Codes or Claudes Code?
Its for mac only? But isn't it just an API wrapper?
This is pretty cool, here are few feedbacks:

- I switch in between planning and execution in the middle of the conversation using Terminal a lot, it would be nice to have it here as well rather than defining how I want Claude to think in advance.

- Entering messages when the agents can result in task lists to save time.

I’m also experimenting different UX with CC, here is Claude Code running in Slack if anybody is interested. https://peerbot.ai

So this is why Claude Code is so slow now. I am all for these but not at the cost of other more casual users. I never had to worry about Sonnet use but even that is not guaranteed. Forget Opus.
This is very useful! I think the interfaces around models being used in an async manner will look very different than the synchronous chat UIs we are today. Claude Code is the first real “agent” that is providing true economic value, and there’s so much low hanging fruit in making the interfaces far better.
There’s a “feel” to the way Claude Code outputs the text. And for input as well.

Sadly, this is lost with conductor.

I just don’t feel as joyful using it.

Ah, we’d love for Conductor to feel magical to use — we spend a lot of time thinking about this. Any chance you could say more about what’s lost?
I'm in the midst of modernizing a 1994 K&R C 32-bit codebase to 64-bit C23, as a museum piece: the computer algebra system Macaulay that I coauthored, since replaced by Macaulay 2.

The horror!

On macOS my environment is Sublime Text as editor, iTerm as terminal. I open two full screen iTerm windows of four panes each, start Claude Code Opus 4 and type "just task" in each pane. CLAUDE.md tells the session to run this justfile command and follow the directions, which generally include instructions to continue by doing "just task" again. Each session may edit its <file>.c and <file>.h but not shared headers; if it has a problem with this I touch STOP in the task directory, the other sessions eventually are told to wait, and then the trouble child session can edit what it wants.

I'm sure in a few years AI will read and fix my 57 C file code base all at once, but for now this workflow has proved invaluable.

The irony? This is the dumbest parallel task manager imaginable yet it works. And our code base has a similar feel: The storage management is a set of fixed sized stacks that outperformed malloc() by 4x back in the day. Etc. Etc.

I learned this gift from my Dad. He devised the Bayer filter for digital photography back in 1974, it looks like ten minutes work (it wasn't) but we're still using it.

Love the design. does it build on electron? and will it support other code agents, like gemini cli, codex, opencode ext.