Skip to content

Release: 2.2.0

Choose a tag to compare

@m0n0x41d m0n0x41d released this 14 Dec 10:52
· 141 commits to main since this release
67117ab

Multi-Platform Support 🔥

Crucible Code now works with four AI coding tools:

  • Claude Code
  • Cursor
  • Gemini CLI
  • Codex CLI

One-Liner Install

Global (all projects)

curl -fsSL https://raw.githubusercontent.com/m0n0x41d/crucible-code/main/install.sh | bash -s -- -g

Per-project (commit to repo)

curl -fsSL https://raw.githubusercontent.com/m0n0x41d/crucible-code/main/install.sh | bash

Interactive TUI lets you pick which platforms to install.

What's New

Multi-Platform Architecture

  • Adapter-based build: src/commands/ → dist/{platform}/
  • Platform-specific formats (TOML for Gemini, Markdown for others)
  • CI/CD ensures dist/ stays in sync

TUI Installer

  • Interactive platform selection with arrow keys or vim motions (j/k)
  • Global (-g) or per-project install
  • Bash 3.x compatible (works on macOS out of the box)
  • Uninstall support (--uninstall)

Visual Refresh

  • Melted steel gradient (red → white) for ASCII banner
  • New SVG banner for GitHub README

Upgrade

Just re-run the installer to get the latest commands. No breaking changes to .fpf/ structure.