Product Updates

The GemKit Changelog

Stay up to date with the latest GemKit releases, improvements, and bug fixes.

v0.2.3
Enhancement

Claude Provider Enhancements

January 20, 2026

Enhanced Claude CLI integration for agent spawning with improved provider support

Enhancements

Claude Provider Support

  • Enhanced gk agent spawn command with improved Claude provider integration
  • Better handling of --cli claude flag
  • Updated agent spawning logic for dual-provider support

Files Changed

  • Modified agent command handling (src/commands/agent/index.ts)
  • Updated agent domain logic (src/domains/agent/index.ts)
  • Documentation updates in README.md
  • Updated .gitignore

Commit: c7901f3 - "Enhance gk agent spawn with Claude provider"

v0.2.2
FeatureEnhancement

Paste Commands & Auto-Update

January 19, 2026

Added new paste commands for images and videos plus automatic update checking service

New Features

Paste Commands

  • Added gk paste-image command for pasting images from clipboard
  • Added gk paste-video command for handling video content
  • New paste command implementation in command registry

Auto-Update Service

  • Implemented automatic update checking functionality
  • Updates to initialization logic to support auto-updates

Files Changed

  • Added new paste command files (src/commands/paste-image/index.ts, src/commands/paste-video/index.ts)
  • Updated command index registration (src/commands/index.ts)
  • Modified init command (src/commands/init/index.ts)
  • Additional service and utility file updates (10 files total)

Commit: a10c26d - "Add paste commands for image and video and auto-update service"

v0.2.1
Feature

Agent Office Feature

January 17, 2026

Introduced the Agent Office dashboard for monitoring AI agent activity in real-time

New Features

Agent Office Dashboard

  • Added Agent Office feature for real-time agent monitoring
  • Terminal-based UI components for visualizing agent activity
  • Inbox panel for agent communication
  • Documentation panel integrated into the office interface

Implementation Details

  • New terminal renderer components (src/domains/agent-office/renderer/terminal/components.ts)
  • Documentation panel implementation (docs-panel.ts)
  • Inbox panel for agent messages (inbox-panel.ts)
  • Updated README with Agent Office documentation

Files Changed

  • Agent Office renderer components (5 files)
  • Documentation updates

Commits:

  • 67f9291 - "Add Agent Office feature and update document"
  • 9e76d4e - "Add Agent Office feature and update document" (refinements)
v0.1.0
Feature

Initial Release

January 14, 2026

First public release of GemKit CLI with core functionality

Initial Release

First version of GemKit CLI released to npm.

Core Features

  • Basic CLI structure and command framework
  • Initial agent management capabilities
  • Project initialization with gk init
  • Command-line interface using CAC

Documentation

  • Added README with getting started guide
  • Demo GIF showing CLI in action
  • Initial project documentation

Files Included

  • Core CLI implementation
  • Agent management system
  • Configuration handling
  • Basic command structure

Commits:

  • f1be6cc - "Initial release v0.1.0"
  • Demo and documentation updates (Jan 14, 2026)