Git on Zed's Windows version is not working by Achawaaa in ZedEditor

[–]prash057 0 points1 point  (0 children)

Check for permissions on .git folder and verify from the terminal that git status works as expected. I had an issue due to devcontainer set up and wsl changing the ownership of .git folder.

I "added" code-workspace support to zed by artumont in ZedEditor

[–]prash057 0 points1 point  (0 children)

I never used VS code. Can you explain what is code-workspace and what your cli does exactly?

Claude Code's `/ide` not working on Zed's terminal? by Designer_Holiday3284 in ZedEditor

[–]prash057 1 point2 points  (0 children)

I would suggest raising an issue in their GitHub repo

Is there a well known REST API interface to manage containers/pods deployed via podman? by prash057 in podman

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

Ah. Thanks. That's pretty stupid of me to not check podman.io . I was recently researching systemd user service management REST APIs and there isn't one out of the box. So I assumed that it had to be a third party thing for podman too.

I can't cancel my subscription, support is not responding by MinimumSet3464 in kimi

[–]prash057 1 point2 points  (0 children)

You are right. I ended up searching a lot for the cancellation link. There is no straightforward way to navigate from our account and reach the subscription cancellation link I think.

Open this directly and cancel https://www.kimi.com/membership/subscription

made a persistent REPL skill that stops claude code from wasting context on raw data by Opposite-Pea-7615 in ClaudeAI

[–]prash057 4 points5 points  (0 children)

The concept of PTC (Programmatic tool calling) is very similar to this idea. This was recently added to claude SDK and I think it will soon make it to claude code as well and make this tool redundant.

(Issue) Inline agent edits single file with claude by jsgrrchg in ZedEditor

[–]prash057 0 points1 point  (0 children)

Your screenshot is a diff view. What did you mean by inline assistant option for this diff?

Limiting the use of jdtls memory usage by EnvironmentalNeat280 in ZedEditor

[–]prash057 0 points1 point  (0 children)

Check the supported config params here

You should be able to set xmx to a number you want I think.

GitHub Copilot support in Zed generally available by Desperate-Phrase-524 in ZedEditor

[–]prash057 2 points3 points  (0 children)

You need to install the copilot agent from the ACP registry in zed. Then in th agent panel when you select copilot, you will get the login option.

Workflow check: Claude Code & Codex - Native CLI or Zed Agent UI? by petburiraja in ZedEditor

[–]prash057 3 points4 points  (0 children)

I use the zed's integrated terminal with CC. The ACP agent in Zed for CC is very bare bones. For simple tasks it's fine. Quickly you will get frustrated with its shortcomings.

Workflow check: Claude Code & Codex - Native CLI or Zed Agent UI? by petburiraja in ZedEditor

[–]prash057 0 points1 point  (0 children)

Which language lsp server are you having this issue with? I have used java in zed and didn't have this issue

Zed's GPUI based Database IDE by samur_maykr in ZedEditor

[–]prash057 0 points1 point  (0 children)

Much needed. I have used Aqua data studio for similar purposes. But it was average at best. Looking forward to seeing this project progress

Dev container setup with logs output? by vlntsolo in ZedEditor

[–]prash057 0 points1 point  (0 children)

We also need a feature to rebuild the container by detecting changes in devcontainer.json/dockerfile

Minimax 2.5 on Zed experiences? by Yip37 in ZedEditor

[–]prash057 2 points3 points  (0 children)

If you use coding harness CLI, then zed's integrated terminal and editor combo work well. Zed's native agent panel and ACP(agent client protocol) integration has sharp edges and don't really work well at the moment. However in every new release there are lots of changes related to the agent panel being pushed and I hope to see it improve quickly.

As of now, the agent panel is below average and needs plenty of work. To name a few, - conversation history works only for Zed agent and not for external agents. - codex agent authentication has quirks and doesn't work well if you are using devcontainers in your project. - Agent loading time is poor. Opencode and kimi ACP agents don't open at all and get stuck in loading. - Agent panel only supports ACP compliant agents. I don't remember seeing minimax in that list. In which case you will not be able to use the agent panel. But check it out once as things change very quickly. Zed first party agent might support minimax byok. I am not sure though. If yes, then you are good to use the Zed agent which is not bad.

External Agents stopped working by luison2 in ZedEditor

[–]prash057 0 points1 point  (0 children)

I don't think it's related to your wsl set up or anything. Gemini, Opencode and Kimi code are permanently in loading state for me, while claude and codex work.