Michael Nedokushev

331 posts

Michael Nedokushev banner
Michael Nedokushev

Michael Nedokushev

@MNedokushev

I have the privilege of not having opinions. Hack around and find out! I'm building a terminal-native agent multiplexer https://t.co/Uxj6iVGFl9

Spain Katılım Eylül 2017
296 Takip Edilen77 Takipçiler
Michael Nedokushev
Michael Nedokushev@MNedokushev·
@housecor You should try one of the agent multiplexers. I'll recommend my own since it has great UX and designed to let you switch between agents as fast as you can press the buttons on your keyboard - flowmux.dev. Claude Code is one of the supported CLI agents.
English
0
0
0
66
Cory House
Cory House@housecor·
I used to have too many tabs. Now I have too many Claude Code terminals. So, my new morning habit is to clean up my terminals. I click on each terminal and decide if there's another prompt I should enter, or if it can be closed.
Cory House tweet media
English
14
3
40
6.6K
Sean Roberts
Sean Roberts@sean_j_roberts·
@joelhooks I use these tools too but isn't it faster to just hit ctrl+b v and type hunk diff?
English
2
0
3
806
joel ⛈️
joel ⛈️@joelhooks·
`open hunk in a herdr pane so I can review the changes`
joel ⛈️ tweet media
English
8
3
134
9.7K
Michael Nedokushev
Michael Nedokushev@MNedokushev·
@housecor Glad you asked. I've been building my own in rust. Currently all panes are fullscreen but I'm thinking about adding split view keeping same UX. It has very simple hotkeys and focused on switching quickly between agent in different statuses. Check it out Flowmux.dev
English
0
0
2
295
Cory House
Cory House@housecor·
Problem: I have too many terminals. Solution: Use a terminal multiplexer. General options: - tmux - ghostty AI-optimized options: - herdr - cmux I'm using herdr today and like it so far. I can name tabs, split panes, use my mouse, and it saves my session even if I close it! Other recommendations?
Cory House tweet media
English
62
10
197
31.4K
Ahmad
Ahmad@TheAhmadOsman·
My MacBook hasn't been rebooted in 65+ days and decided to panic die on me today Had so many Ghostty windows, tabs, and splits open w/ agents running in them when that happened (remember... 65 days) Asked GPT 5.6 Sol to figure out what happened + retrieve all the sessions Not only did it find 21 Codex sessions, 12 Pi, and 4 Droid sessions that were all open during that time It gave me context around each, the complete resume command for each agent including the absolute dir it should be ran from + what my next steps should be It also figured out what caused the system panic Magic Next time I lose my Chrome tabs after a restart I am trying this
Ahmad tweet media
English
29
5
154
15.5K
typecraft
typecraft@typecraft_dev·
What's everyone's experience with herder? Looks pretty cool! herdr.dev
English
109
12
424
33.3K
Michael Nedokushev
Michael Nedokushev@MNedokushev·
@IliaKalashX В английском и испанском очень много однокоренных слов, потому что латынь. Плюс грамматические конструкции и времена работают похожим образом.
Русский
0
0
0
328
Ilia Kalashnikov
Ilia Kalashnikov@IliaKalashX·
«Ведущая начинает свой спич на испанском, а потом переходит на английский». Это про билингвичность в Маями. А теперь сравните английский и испанский - абсолютно разные языки. А у вас половина слов с одним и тем же корнем, звучат некоторые так, что отличить невозможно, а вы мовные срачи устраиваете. И к чему это привело?
Русский
15
6
65
16.4K
Michael Nedokushev
Michael Nedokushev@MNedokushev·
@riku720720 Yeah, it helped me to fix the issue with the social preview image on my website. Cloudflare is dope!
English
0
0
0
254
Rikuo
Rikuo@riku720720·
Cloudflare何がすごいのかよくわからん人はとりあえず 'npx skills add cloudflare/skills' しよう
Rikuo tweet media
日本語
5
28
593
59.5K
Michael Nedokushev
Michael Nedokushev@MNedokushev·
Flowmux is now at v0.3.0. Since v0.1.3, the focus has been on making it feel less like an early prototype and more like something you can actually keep open while working. What changed: - theme switching - first-run guide - cleaner dashboard controls - better in-app notifications - smoother OpenCode launch - improved release/Homebrew automation - more polished agent, git, and terminal views - better git/worktree flow for parallel agent sessions The direction is simple: Flowmux should stay out of your way, keep your existing git/shell/editor workflow intact, and make it easier to run several AI coding agents side by side. Where agent chaos becomes flow. Try it here: flowmux.dev
GIF
English
0
0
0
48
ori
ori@the_real_ori·
@MNedokushev @MarcosHernanz Fair line. Counter: context management is not plumbing, deciding what enters context means knowing files, diffs, tools. A pipe-only harness pushes that judgment into every prompt. Single responsibility holds, the responsibility is just bigger than transport.
English
1
0
1
14
Marcos Hernanz
Marcos Hernanz@MarcosHernanz·
- Codex: No Fable 5 - Cursor: No caching with BYOK - Conductor: No done notifications - T3 Code: No forks - OpenCode: No worktrees What coding app do I even use? 😭
English
296
10
1.1K
273.1K
Michael Nedokushev
Michael Nedokushev@MNedokushev·
@the_real_ori @MarcosHernanz My strong opinion is that the harness should only do the tool calling, context management, etc. Otherwise it leads to monstrous combiners that kinda follow the Unix way, but in fact violates the single responsibility principle.
English
1
0
1
10
ori
ori@the_real_ori·
@MNedokushev @MarcosHernanz Half agree. The Unix way needs composable pieces, and git IS the composable piece. The harness spawning worktrees is just calling the tool, not replacing it. The line is when harnesses reimplement git badly.
English
1
0
0
9
Michael Nedokushev
Michael Nedokushev@MNedokushev·
@MarcosHernanz We do it because the GUI doesn't compose. Any TUI or CLI app is fundamentally just a stream of characters which composes well (hello Unix pipes)! This allows us to build managers to mix together different types of terminal coding agents.
English
0
1
1
36
Michael Nedokushev
Michael Nedokushev@MNedokushev·
@MarcosHernanz Of course not! In my setup this is being done by an agent orchestrator/multiplexer flowmux.dev (I'm an author). It manages agent sessions along with the git worktrees as a minimal unit of work.
English
0
0
0
35
Michael Nedokushev
Michael Nedokushev@MNedokushev·
I'm watching and studying herdr's success. One guy shipped an extension called herdrplus Interestingly, it does what flowmux does out of the box. I'm still thinking about adding the editor tab, but I will definitely implement it eventually. Check it out flowmux.dev
English
0
0
0
35
Jacek
Jacek@jpudysz·
What’s the best agent orchestration tool for running Codex or Claude sessions on my second Mac over SSH?
English
7
0
5
4.4K
Numman Ali
Numman Ali@nummanali·
Two updates on my multi agent usage, across multiple workspaces, in multiple agent hierarchies - yes for the niche folks I've switched from cmux to herdr as it's tmux native and still runs in background while terminal runs: herdr.dev From @lumendriada Use first-mate (in Codex app) to coordinate and keep the chaos clean, it doesn't mean I let things go rampant, it reduces my cognitive load on organising work but I'm still driving github.com/kunchenguid/fi… From @kunchenguid
English
8
3
99
8.8K
k Я Λ T 0 Ƨ
k Я Λ T 0 Ƨ@pindropsX·
A terminal coding agent you actually own. Any model cloud or fully local. Zero telemetry. One binary. MIT. ZERO. Dropping soon. 🖤
k Я Λ T 0 Ƨ tweet media
English
8
10
116
7.4K