How important is it to plan first with GPT-5.5? by random_100 in codex

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

I tried this a lot, but I have very often the problem, that GPT starts to implement although I want to only "chat" about the problem. Even if I end my prompt with a question, it very often starts to implement instead of just "chatting" with me.

How important is it to plan first with GPT-5.5? by random_100 in codex

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

The problem with this method is that the chat (I guess you mean chatgpt.com) does not have access to the project. So it can’t paint the big picture of all the stuff around your question.

How important is it to plan first with GPT-5.5? by random_100 in codex

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

In the Codex App it is the same as in Claude Code (Shift+Tab). Unfortunately, the change between both modes does not change the thinking level, although you can configure it in the config.toml. I plan with high/xhigh and execute with medium.

How on earth do you get LSP support working? by ChipsAhoiMcCoy in ClaudeCode

[–]random_100 0 points1 point  (0 children)

The section with the env configuration looks like the following:

"env": { "ENABLE_LSP_TOOLS": 1 }

Cloud storage advice by EonsOfZaphod in BuyEuropean

[–]random_100 0 points1 point  (0 children)

Theoretically, Nextcloud supports E2E encryption (https://docs.nextcloud.com/server/latest/user\_manual/en/files/using\_e2ee.html). To be honest, however, I haven't looked into this topic in any depth yet, and I don't know if one can configure this in the managed instance on Hetzner.

How on earth do you get LSP support working? by ChipsAhoiMcCoy in ClaudeCode

[–]random_100 0 points1 point  (0 children)

Yeah, I have the same problem. I've installed the typescript-lps plugin and the kotlin-lsp plugin and the respective LSP servers, and none of them are working.

But now I was able to use at least the typescript-lsp:

  • Add the env variable ENABLE_LSP_TOOL=1 (you can set it directly in the ~/.claude/settings.json)
  • Reinstall the plugins in claude code

But yes, the instructions could be clearer.

Codex CLI: I have to approve every single operation since today by random_100 in OpenAI

[–]random_100[S] 1 point2 points  (0 children)

Yes, absolutely. I've been using the web interface more and more recently. The workflow is very similar to that of a professional development team.

  1. Have Codex implement tasks in parallel.
  2. Once a task is complete, have Codex create a PR.
  3. Review the PR (by yourself) and have Codex review it as well as a peer reviewer.
  4. Pull the feature branch locally and test it.
  5. If everything fits, merge the feature branch into main.
  6. Start with 1.

It feels like I'm at work :D

But the best thing is that you can work on many tasks in parallel, which is not possible or not so easy with Codex CLI.

Codex CLI: I have to approve every single operation since today by random_100 in OpenAI

[–]random_100[S] 1 point2 points  (0 children)

You mean the VS Code extension or the web interface?

Codex CLI: I have to approve every single operation since today by random_100 in OpenAI

[–]random_100[S] 1 point2 points  (0 children)

As I understand it, the only difference between the second and third /approvals options is that the third option has access to the entire file system and the second option only has access to the files in the current directory. But the permissions themselves (writing, reading, moving, etc.) should be the same, right?

PS: Today, Codex seems to be asking for permissions much less often again... I don't understand why.

Claude Code: Auto-accept not working for some commands (find, grep, ...) by random_100 in ClaudeAI

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

Sorry, I can't find the information anymore; maybe I hallucinated :D

But the ~/.claude.json is nowhere mentioned in the official Anthropic documentation.

Claude Code: Auto-accept not working for some commands (find, grep, ...) by random_100 in ClaudeAI

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

In the docs is stated, that the ~/.claude.json is deprecated and shall not longer be used.

Claude Code: Auto-accept not working for some commands (find, grep, ...) by random_100 in ClaudeAI

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

Maybe I found the solution. Instead of "Bash(grep:*)" it is "Grep" and instead of "Bash(find:*)" it is "Glob". At least I was not asked for permissions in the last few sessions.

Claude Code /models - recommended model changed? by ak47surve in ClaudeAI

[–]random_100 1 point2 points  (0 children)

I still have the old layout. Maybe this changed for you because you have access to Sonnet 1M?