Skip to content

Ikenga v0.7.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 20:25
f3aacfb

Ikenga v0.7.0

⚠️ Breaking: the in-app chat surface has been removed

This release deletes the in-shell chat pane rather than deprecating it. If you drove Ikenga through the chat panel, that surface is gone and there is no in-place migration — conversations parked in the old pane do not carry forward (chat_sessions / chat_user_turns are dropped by migration 0060).

What replaces it: Chi. Agent runs are now driven through the shell instead of inside a chat pane bolted onto it — via the iyke chi CLI, MCP chi_* tools, and the /iyke/chi/{run,resume,status,list,cancel} HTTP bridge. Runs are backed by a chi_cache table (migration 0059) so history survives restarts, and by tmux-backed terminal sessions so a run survives disconnects. The Claude Code engine merges your native ~/.claude/projects sessions into chi_list, so sessions started outside Ikenga show up alongside ones started inside it.

Also removed in the same pass: the standalone AI-elements component library, the legacy Gemini ACP engine (superseded by the new Antigravity engine, published as @ikenga/pkg-engine-antigravity), and the telemetry-consent surface that was attached to the chat UI.

Full detail is in CHANGELOG.md for 0.7.0.


17 commits since v0.6.2.

Features

  • feat(shell): WP-07 — multi-engine chi_run parity (codex + cursor-agent)
  • feat(shell): WP-09 — terminal multiplexer + tmux persistence for chi runs
  • feat: merge feat/remove-chat — WP-05/06 Phase 2 chat surface removal + WP-01/02/03/04 Phase 1 chi runtime (plans/2026-08-08-ikenga-chi-first)
  • feat: implement antigravity chi engine and deprecate legacy gemini
  • feat(shell): WP-05 — sunset the shell chat surface
  • feat(shell): iyke HTTP bridge for chi commands
  • feat(shell): remove telemetry consent surface
  • feat(shell): WP-02 — wire Claude Code into chi commands
  • feat(shell): WP-01 — chi_cache schema, JSON cache, and Tauri chi commands
  • feat(db): 0058 email_index — headers-only mailbox index

Fixes

  • fix(viewer): send Cache-Control: no-cache on viewer-served artifacts
  • fix(shell): sync activity mode to the focused pkg route

Docs

  • docs(chi-first): WP-10 — mark chat-redesign design artifacts as superseded by ADR-019

Tests

  • test(shell): fix shell-store.test.ts casts for tsc strict

Chores

  • chore: version packages (#77)
  • chore: changeset for the chi-first release (v0.7.0) (#76)

Other

  • Merge branch 'fix/pkg-route-mode-sync' into main — sync activity mode to focused pkg route

Full Changelog: v0.6.2...v0.7.0

Install

# macOS / Linux — AppImage (portable)
curl -fsSL https://ikenga.dev/install.sh | sh

# Linux — system-wide .deb
curl -fsSL https://ikenga.dev/install.sh | IKENGA_FORMAT=deb sh

# Windows — Git Bash / MSYS / Cygwin
curl -fsSL https://ikenga.dev/install.sh | sh