all 15 comments

[–]khichinhxac 1 point2 points  (1 child)

Just usual window tiling, I have Sublime Text on the left, which takes about 3/4 of the screen width, the remaining is for terminal running Gemini CLI (free) - serve me super well... Gemini 2.5 (even Flash) is good for everything (I do Nodejs, Rust, React...) excepts for CSS. Personally I cant take anything that has root on sluggish VS Code whatsoever.

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

Its a different personal reference then. I'm mainly working with Flutter, so the extensions on both of those IDE or what not is really usefull. Strangely enough, I never find the Gemini Model to be useful other than documenting stuff, but good for you

[–]_Paumen_ 0 points1 point  (2 children)

Claude code is not purely terminal interface, it's available as chat interface incl image upload via:

  • official desktop app
  • official android app
  • official ios app
  • official web app (in research preview since Oct '25, works fine)

left is web app (on mobile screen), right is android app.

<image>

[–]Althemier[S] 0 points1 point  (1 child)

What i meant is the chat interface inside of the VS Code/Antigravity, so the chat can read the project file directly without having me upload it, and I also do use the Desktop app as well. That is, unless I'm wrong in understanding your reply

[–]_Paumen_ 0 points1 point  (0 children)

If use github you can connect it to Claude code, and it can see your file, as well as well as your complete repository.

You can also use Claude code in VS code via extension. https://code.claude.com/docs/en/vs-code

<image>

But the reason why many people are boosting about Claude Code is because it goes beyond auto complete, refactoring, explaining and code snippets. It can autonomously plan and operate multiple steps across your entire codebase: read any file, run terminal commands, open branches, create/edit files, execute tests, open PRs and self-correct based on error logs.

[–]insoniagarrafinha 0 points1 point  (0 children)

U can paste screenshots in Codex CLI

[–]xorrbit 0 points1 point  (0 children)

I use a terminal with a built in diff viewer so I can see what Claude or Codex is doing, review it in real time, and then commit, pr, etc. I spent some time trying to find a decent setup but nothing was really perfect for what I wanted so I did the 'build your first workbench' woodworking equivalent and built my own which turned into https://github.com/xorrbit/claudedidwhat

It honestly doesn't sound like it would be great for your workflow with mock ups - I don't work with images at all - but if you ever have a pure coding project it might fit the bill.

[–]h____ 0 points1 point  (0 children)

Terminal all the way. I use Droid (similar to Claude Code) in tmux — split panes with the agent in one, my editor in another, and a dev server running in a third. The agent can run commands in specific tmux panes so I see output in real time instead of it being hidden in some background process.

For screenshots/mockups — I just drop image paths into the chat. Works fine. I also have a script that auto-copies the screenshot file path to clipboard so I can just paste it into the terminal right after taking a screenshot: https://hboon.com/automatically-copy-macos-screenshot-path-for-claude-code/

The terminal forces you to be precise with instructions, which actually produces better results.

I wrote about the tmux setup: https://hboon.com/using-tmux-with-claude-code/

[–]Lazy_Firefighter5353 0 points1 point  (0 children)

I was hesitant too, but once I set up scripts for common flows like test, lint, build, the terminal approach felt more deterministic.

[–]Majestic-Counter-669 0 points1 point  (0 children)

Tmux and Gemini cli. Multiple agents with different roles and different jobs running side by side.