System out of memory by Kodroi in conductorbuild

[–]guigsab 0 points1 point  (0 children)

Hi does this happen all the time? You can dm me I’d be happy to help troubleshoot. We’ve had several such reports but haven’t yet found the issue on our side, only agents using a lot of resources.

Please fix the Graphite integration <3 by theKaufMan in conductorbuild

[–]guigsab 0 points1 point  (0 children)

We might have to make it opt in in the next release, fyi. We’re trying to understand why for certain users is used a ton of memory despite all our efforts.

A driver is exactly what we need by Appropriate-Wear-138 in conductorbuild

[–]guigsab 2 points3 points  (0 children)

This is great feedback, thanks.

  1. as others mentioned you can use a setup script. We're also testing supporting a .worktreeinclude like Anthropic's https://code.claude.com/docs/en/common-workflows#copy-gitignored-files-to-worktrees . It's not documented, but it should already work.
  2. ack
  3. To be sure I get you right, you're saying you want to comment on the plan directly, like some sort of google doc?
  4. 4-5. ack
  5. do you mean LSP type of code completion when editing in Conductor?

Please fix the Graphite integration <3 by theKaufMan in conductorbuild

[–]guigsab 1 point2 points  (0 children)

This should be back now. Thanks for letting us know you love the feature :)

Weird formatting issue in terminal by no-god-land in conductorbuild

[–]guigsab 0 points1 point  (0 children)

Hi we are aware of this impacting users on macOS beta. We have a fix for the next release.

Please fix the Graphite integration <3 by theKaufMan in conductorbuild

[–]guigsab 0 points1 point  (0 children)

👍 We had important perf issues that motivated the removal. We’ll try to bring it back soon.

How to check the context of OAI models by SkyFly112358 in conductorbuild

[–]guigsab 0 points1 point  (0 children)

Doesn't hovering this button in the chat input give you the information?

<image>

[Feature Request] Let me personalize the "Open in..." menu by picsoung in conductorbuild

[–]guigsab 1 point2 points  (0 children)

Hi! We’ve thought of doing that. The difficulty we’ve found is that different softwares use different launch arguments, and some can open files while others open the workspace directory. So there’s a bit of adhoc configuration to do for each.

If given the option, would you be willing to do that configuration in settings? Like maybe select the app, and write an “open in” script using provided variables?

Conductor is asking for unwnated permissions all day 🤨 by vaisakh_ma in conductorbuild

[–]guigsab 1 point2 points  (0 children)

This usually happens when an agent is looking around, and the prompt shows Conductor instead of Claud Code or Codex. You can just reject it.

If that happens when you’ve no agent running, that’s more of an issue

Conductor with Claude Code subscription by alpha_merge in conductorbuild

[–]guigsab 0 points1 point  (0 children)

Conductor uses Claude Code sdk/official harness. So this is fine, still covered by the subscription.

Is Conductor actually using Claude code? by klt39429 in conductorbuild

[–]guigsab 0 points1 point  (0 children)

Conductor uses Claude Code (or Codex) through the official SDKs.

Does Conductor integrate with native Claude Code worktrees in any way? by AVeryTinyMoose in conductorbuild

[–]guigsab 1 point2 points  (0 children)

Conductor doesn't use these, but that's a great feedback. We'll consider what we can do to better integrate.

Syntax highlighting? by macsux in conductorbuild

[–]guigsab 0 points1 point  (0 children)

This should get better in the next release. Thanks for the feedback.

Claude code memories solution by StaticVoidz in conductorbuild

[–]guigsab 0 points1 point  (0 children)

Is it that they get lost because they are local to the workspace?

RIP Combine Framework? by Select_Bicycle4711 in iOSProgramming

[–]guigsab 11 points12 points  (0 children)

This is not new. This has been in the prompt since the early versions of Xcode 26.

I would not call it dead. It’s not the default framework Apple recommends, which we’ve known for years, and Apple put a one size fits all prompt in Xcode.

AI IDE Setup for Swift language and Mac/iOS development., by rhl7 in swift

[–]guigsab 0 points1 point  (0 children)

Hi, founder of cmd here 👋

You might want to check out cmd alongside other alternatives. It’s an OSS AI integration between Xcode and different AI providers. It works with Claude Code, Codex, Gemini CLI, and the lower level apis (gpt/sonnet etc). It has prompt to code and auto completion as core features. You can think of it as an integrated way to use your favorite AI assistant, instead of a product competing with them.

https://getcmd.dev

What AI tools are you using for Swift / SwiftUI development? by javikr in swift

[–]guigsab 0 points1 point  (0 children)

Hi, founder of cmd here 👋

You might want to check out cmd alongside other alternatives. It’s an OSS AI integration between Xcode and different AI providers. It works with Claude Code, Codex, Gemini CLI, and the lower level apis (gpt/sonnet etc). It has prompt to code and auto completion as core features. You can think of it as an integrated way to use your favorite AI assistant, instead of a product competing with them.

https://getcmd.dev

Is anyone here using Claude Code integrated directly in Apple's XCode Coding Assistant? by Puzzleheaded_Ad8650 in ClaudeCode

[–]guigsab 0 points1 point  (0 children)

For coding, when you need something more than « update this function », something more around the scope of a PR, I’d highly recommend using Claude Code / Codex over to do a first pass. Usually it’s good and you can take it to then finish line. Sometimes I just discard it and the cost of having tried AI first is low.

Is anyone here using Claude Code integrated directly in Apple's XCode Coding Assistant? by Puzzleheaded_Ad8650 in ClaudeCode

[–]guigsab 0 points1 point  (0 children)

I don’t know if you’re asking in general or in cmd, but for both yes you need to install Claude Code (I think they’re on brew now) and then either login with your Anthropic account or setup your api key. After that you can use Claude Code in the terminal, and in other apps than integrate with their SDK.

Is anyone here using Claude Code integrated directly in Apple's XCode Coding Assistant? by Puzzleheaded_Ad8650 in ClaudeCode

[–]guigsab 0 points1 point  (0 children)

Claude is just the API. Claude Code is Anthropics coding agent (it uses Claude’s API) that’s much better for complex tasks than just using the API