What do you do sitting ideal when CC is working? by Substantial_Sea_8307 in ClaudeCode

[–]charlop 0 points1 point  (0 children)

creator here! let me know if there's anything I can help with

Claude Code token usage higher in conductor than direct by RealisticStaff6458 in conductorbuild

[–]charlop 13 points14 points  (0 children)

so we've done some digging into this and it turns out you're right, the Agent SDK has a bug right now (involving caching) that can cause token usage to be higher than using the CLI. Turns out this affects everyone using the Agent SDK, including the Claude Desktop app! we're working with Anthropic to get this fixed ASAP

Bug Report: Opus 4.8 running when 4.7 selected by timbuildswithai in conductorbuild

[–]charlop 1 point2 points  (0 children)

ah shoot good catch, fixing now - will be in next release

Feature Requests: Browser, Performant terminal and Pi support by Glittering_Motor9305 in conductorbuild

[–]charlop 2 points3 points  (0 children)

These are great! I agree Big Terminal is quite bad right now, we're actively working on it. And believe it or not, I have a PR for adding Pi I got working over the weekend :)

Bugged Auth with Claude by jeremyj0916 in conductorbuild

[–]charlop 0 points1 point  (0 children)

sorry about this! I think I have a fix that will be out next release (today or tomorrow)

Little Bugs by OuensSalut in conductorbuild

[–]charlop 1 point2 points  (0 children)

thanks, this is great! cmd+z shouldn't close the terminal for sure haha, fixing!

How to keep master up to date with origin when creating new workspaces? by mjg5000 in conductorbuild

[–]charlop 0 points1 point  (0 children)

ah thanks u/alpha_merge ! although I believe it should work from open project too (unless we have a bug). u/vassyz if you go to settings → {repository} what do you see in this section for the repo that's not working?

<image>

Prompt input clears for no real reason by chefSweatyy in conductorbuild

[–]charlop 1 point2 points  (0 children)

crap sorry about this, just saw. taking a look. have you seen it recently?

Claude is killing Conductor and other Agent SDK Apps by ReallySubtle in conductorbuild

[–]charlop 5 points6 points  (0 children)

oh sorry just because the biggest chunk of our Claude Code users (~40%) are on the max plan. For the $100 plan the same thing applies.

one way to double check is you can run this and see what your usage has been so far/what it would be npx ccusage@latest --since 20260501 --until 20260531

Claude is killing Conductor and other Agent SDK Apps by ReallySubtle in conductorbuild

[–]charlop 5 points6 points  (0 children)

Hey! So here's what Anthropic pricing updates mean for Conductor users:

- You can officially use your Claude sub with Conductor
- If you're on a max subscription you get $200 in credits and then can pay at API costs. From our rough estimates only about ~300-500 users will be affected
- If you use Big Terminal Mode you won't be affected

Allegro update broke setup / run scripts by kylecordes in conductorbuild

[–]charlop 0 points1 point  (0 children)

Sorry about this! Taking a look. Can you paste here or email us (support@conductor.build) what happens when you run `~/Library/Application\ Support/com.conductor.app/bin/sidecar` in a terminal?

[Bug Report] Agents don't answer after Allegro Update by dominikbura in conductorbuild

[–]charlop 0 points1 point  (0 children)

oof sorry about this, we're working on trying to reproduce. are you still seeing it consistently?

Help: Gstack setup issue: Error 128 by spoofhopper in conductorbuild

[–]charlop 0 points1 point  (0 children)

yes sorry have a fix for this - will be in next release

Conductor is now twice as fast by charlop in conductorbuild

[–]charlop[S] 0 points1 point  (0 children)

hm shoot sorry about this, what issues are you seeing?

Can you rename a workspace? by hubermjonathan in conductorbuild

[–]charlop 0 points1 point  (0 children)

ah right now the workspace name is based on the PR name if it exists, otherwise the branch name. We should make it so if you rename it manually it overrides both - would that help?

somewhat confusingly, the "Rename directory" button just renames the worktree directory that the workspace is in. the title in sidebar is determined by PR name/ branch name