Senior Software Engineer @Recurly · full-stack + AI engineering · TypeScript, Python, React · open-source agent tooling

Cockpit 0.7 is out, with a new bay: Subagents. OpenCode shows a subagent as one line in the chat. Now each one sits in the sidebar with what it's doing right now, and a click opens its whole run beside the conversation.
1
8
The part I like most: ask for a follow-up and the main agent continues the subagent that already read the code, instead of starting a new one. Message a subagent yourself and the main agent learns what it answered. OpenCode 1 and 2. codestz.github.io/opencode-c…
5
Esteban Estrada retweeted
I've gotten tired of dealing with local servers slowing down my laptop, so I built whattheport.dev to: - see what local servers are running - how long they've been running - their resource use - notify me if one spikes - auto-kill old servers - give easy ways to launch the local urls - add shortcuts to the @vercel preview url, or Codex/CCode sessions that created it, and shortcuts to resume in my terminal of choice - charts to see spikes (of course) Open source, totally free
49
30
698
36,575
OpenCode 2.0 is out from @opencode, with a built-in shell and a diff view. Good basics. Cockpit is what I built for past the basics: four open-source instruments that make long-running, agent-driven work something you can watch and steer. github.com/Codestz/opencode-…
3
1
12
100,889
Updater: OpenCode installs a plugin once and never resolves it again, so “latest” quietly freezes. /plugins-update shows what is really running next to what is published, and checks every update against disk. codestz.github.io/opencode-c…
1
19
Works on OpenCode 1.x today. v2 support is in progress: one package for both versions, already loading in 1.18.32 and 2.0.15. MIT, one command to install, feedback welcome: codestz.github.io/opencode-c… #OpenCode #AgenticCoding
30
OpenCode gives you total control over your terminal AI agents, but tracking session context, token usage, and live diffs shouldn't require manual checks. So I built @opencode-cockpit/status a customizable, real-time status line built specifically for OpenCode. Here is how it keeps your workflow clean.
1
1
25
See how good it is, simple but useful.
1
7
It's passive, zero-config ready, and won't hijack your hotkeys. You can configure custom TS modules or declarative JSON. Grab it from the opencode-cockpit monorepo: codestz.github.io/opencode-c…
8
Your coding agent can't run a dev server. It runs it, blocks, and waits. Or backgrounds it and loses it. I spent two weeks fixing that for OpenCode. It's called Cockpit.
6
3
4,787
Hey @grok from 1 to 10 why this plugin is awesome ?. 😎
1
11
Hey @X help me to share this awesome plugin, I need people who loves. AI Claude code OpenCode Development
23
Architecture: OpenCode runs its interface and its server in separate threads that can't share memory, and neither survives a restart. So processes live in a daemon — shared by every window, self-upgrading, reaps what a crash left behind, exits when idle.
1
22