Codeoid banner
highflame-ai highflame-ai

Codeoid

AI community

Description

Multi-Agent Coding Harness with pluggable AI-SDLC: switch sessions across claude, codex, gemini, export/share coding sessions, save tokens, multi-frontend (TUI · web · Telegram).

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Codeoid

[![npm version](https://img.shields.io/npm/v/@highflame/codeoid?logo=npm&label=npm&color=cb3837)](https://www.npmjs.com/package/@highflame/codeoid) [![npm downloads](https://img.shields.io/npm/dm/@highflame/codeoid?logo=npm&label=downloads&color=cb3837)](https://www.npmjs.com/package/@highflame/codeoid) [![CI](https://github.com/highflame-ai/codeoid/actions/workflows/ci.yml/badge.svg)](https://github.com/highflame-ai/codeoid/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/highflame-ai/codeoid/branch/main/graph/badge.svg)](https://codecov.io/gh/highflame-ai/codeoid) [![published with provenance](https://img.shields.io/badge/published%20with-provenance-2da44e?logo=npm)](https://www.npmjs.com/package/@highflame/codeoid) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Runtime: Bun](https://img.shields.io/badge/runtime-Bun-000000.svg?logo=bun)](https://bun.sh)

**Multi-agent harness for AI coding agents — multi-session, multi-frontend, with cross-session memory.**

Run N parallel coding-agent sessions across repos — Claude Code by default, with Codex, Gemini, OpenAI, and pi as drop-in backends. Switch between them from a terminal cockpit, a web UI, or Telegram. Memory persists across sessions, so each agent inherits what the last one learned. Every action is auditable, and with [ZeroID](https://github.com/highflame-ai/zeroid) every agent and sub-agent carries a cryptographic identity.

bun install -g @highflame/codeoid
codeoid start --local          # no account, no login, no config — running in seconds

That's the whole first run. [Add real identities](#path-b--zeroid-identities-for-real-work) whenever you're ready.

**Terminal client lives in its own repo.** The recommended cockpit is [**codeoid-tui**](https://github.com/highflame-ai/codeoid-ui) — a native Rust/[Ratatui](https://ratatui.rs) client that speaks the daemon's WebSocket protocol. A built-in `codeoid tui` (Ink/React) ships in this repo