a269ch

AI Dialogs — AI skill for Claude Code

AI community

Universal CLI & TUI dialogue manager and cross-agent migration engine for Google Antigravity, Claude Code, OpenAI Codex, and xAI Grok.

How to install AI Dialogs

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

What AI Dialogs does

Universal CLI & TUI dialogue manager and cross-agent migration engine for Google Antigravity, Claude Code, OpenAI Codex, and xAI Grok. Written in Rust.

Alternatives in AI

  • Opencodex — Universal provider proxy for OpenAI Codex & Claude Code — use any LLM (Claude, Gemini, Grok, DeepSeek, Ollama… 12.3k ★
  • EchoBird — One-click install + model switch:Claude Code,Codex CLI (OpenAI), Grok Build (xAI), DeepSeek Harness, Kimi Code 3.1k ★
  • PRD: Agent Builder — Create Your Own Sub-Agent — Your ecosystem, your rules 1.9k ★

README

Universal AI Dialogue Manager (`ai-dialogs`)

[![CI](https://github.com/a269ch/ai-dialogs/actions/workflows/ci.yml/badge.svg)](https://github.com/a269ch/ai-dialogs/actions/workflows/ci.yml) [![Rust Edition](https://img.shields.io/badge/rust-2024%20edition-orange.svg)](https://www.rust-lang.org/) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)

**Universal AI Dialogue Manager (`ai-dialogs`)** is a unified command-line utility, interactive TUI, and cross-agent migration engine for AI coding sessions and dialogues. Written in **Rust** using `Ratatui` and `Crossterm`.

It natively connects, discovers, searches, renders, and **transfers dialogues across different AI agents**:

  • Google Antigravity (agy) (~/.gemini/antigravity-cli)
  • Anthropic Claude Code (claude) (~/.claude/projects/)
  • OpenAI Codex (codex) (~/.codex/sessions/)
  • xAI Grok (grok) (~/.grok/sessions/)
  • Universal JSON (universal) (~/.local/share/ai-dialogs/sessions/)

✨ Features

  • 🌐 Universal Cross-Agent Management:
    • Automatically detects and discovers active sessions across all installed AI agents on your system.
    • Switch agent views instantly in both CLI (-p/--provider) and TUI (P).
  • 🔄 Cross-Agent Dialogue Migration & Transfer Engine:
    • Convert conversation text and supported tool records between agents (e.g. Claude Code → Antigravity, Antigravity → OpenAI Codex).
    • Standalone canonical JSON import and export for sharing and archiving dialogues.
  • Instant Performance: Built with Rust — launch time, log parsing, and scanning hundreds of sessions execute almost instantaneously.
  • 🎨 Rich Markdown Rendering:
    • Code syntax highlighting (Rust, Python, JavaScript/TypeScript, Bash, JSON, HTML).
    • Clean table formatting with accurate Unicode character width calculations.
    • Support for GitHub-style alerts ([!NOTE], [!TIP], [!WARNING], [!IMPORTANT]).
    • Automatic filtering of internal noi