mpolatcan/codehub

Tauri desktop app for managing multiple AI coding agent CLIs (Claude Code, Codex, Antigravity) in a single Docker container, multiplexed via tmux.

5Stars on the repository
5Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

add-cli

01

mpolatcan/codehub

Skill Claude CodeCodex

Add a new AI coding agent CLI to CodeHub's lineup. Walks the four-file sync — Dockerfile, Rust enum, frontend spec, bird sprite — and the runtime rebuild that ships it.

5 1mo ago C 43 tokens original MIT

lint-fix

02

mpolatcan/codehub

Skill Claude CodeCodex

Run linters and formatters across the CodeHub repo (Biome for TS/JS/CSS/JSON, rustfmt + clippy for Rust). Use before opening a PR, before a release cut, or when a CI lint job has failed.

5 1mo ago A 54 tokens original MIT

release-cut

03

mpolatcan/codehub

Skill Claude CodeCodex

Cut a new CodeHub release — version bump across Cargo / package.json / tauri.conf.json / runtime image, multi-arch image publish, GitHub release with .dmg bundle. Use only after TESTSCENARIOS regression has been run green.

5 1mo ago A 54 tokens original MIT

runtime-rebuild

04

mpolatcan/codehub

Skill Claude CodeCodex

Rebuild and re-tag the CodeHub runtime Docker image. Use when the Dockerfile, CLI install commands, or base image change, or when verifying a clean rebuild against the current source.

5 1mo ago C 42 tokens original MIT