trending
solhun

2d ago

Split View & Grid View - Monitor multiple terminals at once

New update: Enhanced terminal monitoring for multi-agent workflows.

What's new:

  • Split View: Display up to 4 terminals in a single window with drag & drop support

  • Grid View: Open terminals in a separate window, perfect for dual monitor setups

Manage Claude Code, Codex, Gemini CLI, and any CLI tool - all in one place with no vendor lock-in.

solhun

17d ago

Cmd+Click to open files directly from terminal output 🔥

Just shipped a crazy update for Solhun.

You know that moment when Claude Code spits out a file path and you have to manually find it? Not anymore.

  • Cmd+Click any file path in terminal opens in your editor (VSCode, Cursor, etc.)

  • Line numbers work too (src/App.tsx:42 opens at line 42)

  • URLs are now clickable opens in browser

  • localhost links work (http://localhost:3000)

Everything you need to check, all from one place. No more copy-pasting paths or switching windows.

solhun

21d ago

How to escape when vibe coding goes wrong

  • Keep all possibilities open Don't trust AI guessing. Make it verify with actual server, DB, API calls

  • Read the functions your function calls Don't guess, actually trace the logic. Timing conflicts between functions cause one to get skipped

  • Search everywhere that function is used It's being called somewhere you didn't expect

Fixed a screen freeze bug that wouldn't go away for days using this method. The culprit was insufficient function call intervals + fit function not executing.https://www.solhun.com/changelog

Sharing the actual prompt in the comments.

solhun

23d ago

Claude Code Session Monitoring

Real-time session status monitoring inspired by claude-squad. Track Claude Code sessions with visual indicators in the sidebar.

https://www.solhun.com/changelog

solhun

23d ago

Stop fighting AI coding agents. Make them fight for you.

I juggle Claude Code, Gemini CLI, and Codex daily. Here's what actually works:

  • The secret is context engineering feed AI code that works, it writes code that works

  • Use open-source aggressively. Load proven repos with /add-dir as context

  • Debugging servers? Let AI call your APIs directly it catches errors in real-time, not you describing symptoms for hours

  • Stuck with one agent? Switch mid-task without losing context

solhun

24d ago

Thanks for trying CLI Manager - here's what's new

Hey everyone! Thanks for checking out CLI Manager.

Here's what's new today:

  • Background mode - keep processes running while you work

  • Custom editor support

  • Changelog is now live at solhun.com

Coming soon:

solhun

27d ago

CLI Manager - One dashboard to run and organize multiple AI CLI agents

The ultimate CLI agent management tool. Organize Claude Code, Codex CLI, and Gemini CLI from a single dashboard. Rename agents, switch editors instantly, and streamline your AI-powered development workflow.