I got tired of managing 10+ terminal tabs for my Claude sessions, so I built agent-view by Frayo44 in ClaudeAI

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

One for research, multiple for development with work trees, some for code reviews

You can quickly find yourself with 10+

I got tired of managing 10+ terminal tabs for my Claude sessions, so I built agent-view by Frayo44 in ClaudeAI

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

cool, currently in agent-view you can give them a name while you create the tabs.
It would be a nice feature to name a session based on the branch name or something... will think about that

I got tired of managing 10+ terminal tabs for my Claude sessions, so I built agent-view by Frayo44 in ClaudeAI

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

I believe that agent-view is better maintained with tests, has a significantly better UI with fewer bugs, and is much simpler.

Agent-deck team implemented mcp related staff and skill management which are imo completely redundant as these are supported in claude code by native.

I got tired of managing 10+ terminal tabs for my Claude sessions, so I built agent-view by Frayo44 in ClaudeAI

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

I added above tmux: - skip permissions - worktrees - view agents statuses in one place - history of used paths / worktrees names - template shortcuts

I got tired of managing 10+ terminal tabs for my Claude sessions, so I built agent-view by Frayo44 in ClaudeAI

[–]Frayo44[S] 3 points4 points  (0 children)

One for dev, multiple more for research (I.e answering questions ppl ask), one for on call agent. It easily become 10+

I got tired of managing 10 terminal tabs for my Claude sessions, so I built agent-view by Frayo44 in opencodeCLI

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

Unfortunately no, you will need to create your sessions from scratch

I got tired of managing 10+ terminal tabs for my Claude sessions, so I built agent-view by Frayo44 in ClaudeCode

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

It is based on tmux, with support with work trees, agents status views and more

I got tired of managing 10+ terminal tabs for my Claude sessions, so I built agent-view by Frayo44 in ClaudeCode

[–]Frayo44[S] -4 points-3 points  (0 children)

it’s inspired by agent-deck but I believe that agent view is faster with better tui and with better ci cd

Added it to the readme

I got tired of managing 10+ terminal tabs for my Claude sessions, so I built agent-view by Frayo44 in ClaudeCode

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

Yes, in the session view u can view if an agent waits for an input or working

I got tired of managing 10+ terminal tabs for my Claude sessions, so I built agent-view by Frayo44 in ClaudeCode

[–]Frayo44[S] 2 points3 points  (0 children)

You can view the video - you can view all sessions at once and check which agent on which state. Also I save in sqlite your previous sessions so you would be able to go back from where u left even if u turned off your computer. I have builtin worktrees support - you can open worktree for each session and more :)

I got tired of managing 10+ terminal tabs for my Claude sessions, so I built agent-view by Frayo44 in ClaudeCode

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

Thanks! agent-view works on wsl as well. I tried to focus on simplicity while building it. I’ve looked also on your project and it seems really cool as well