Skip to content

Releases: yanmxa/gencode

v1.7.4

25 Feb 02:57

Choose a tag to compare

v1.7.3

24 Feb 02:36

Choose a tag to compare

Full Changelog: v1.7.2...v1.7.3

v1.7.2

24 Feb 02:31

Choose a tag to compare

Full Changelog: v1.7.1...v1.7.2

v1.7.1

23 Feb 13:55

Choose a tag to compare

Full Changelog: v1.7.0...v1.7.1

v1.7.0

18 Feb 17:07

Choose a tag to compare

v1.7.0 — Plugin System & Core Refactor

This release introduces the plugin system and a major core architecture refactor.

Plugin System

  • Marketplace browser with TUI for discovering and installing plugins
  • Plugin installer with dependency resolution and version management
  • Plugin resolver for loading skills, agents, hooks, and MCP servers from plugins
  • Claude Code plugin format compatible — install plugins from Claude Code ecosystem
  • Plugin packaging: bundle skills, agents, hooks, and MCP server configs

Core Refactor

  • Extract core orchestration into dedicated core package (core/client/message/permission/tool-set)
  • Introduce integration tests for core workflows
  • Streamline CI pipeline with integration test support

Other Improvements

  • Lazy-load provider models for faster startup
  • Improved logging and diagnostics
  • Version constant updated to 1.7.0
  • README Features section enhanced with Subagents and Plugin descriptions

Full Changelog: v1.6.0...v1.7.0

v1.6.0

13 Feb 09:43

Choose a tag to compare

What's New

Task Management System

  • TaskCreate / TaskGet / TaskUpdate / TaskList — 4 new tools for tracking multi-step work
  • Real-time task list UI with spinner, progress counter, and status icons (✓ ☐ ⠋ ▸)
  • Task dependencies (blocks/blockedBy) with auto-unblock on completion
  • Session persistence — incomplete tasks survive across restarts
  • Auto-reset store when all tasks completed and LLM idle

Other Changes

  • DEV_DIR debug feature for LLM context inspection
  • License changed from MIT to Apache 2.0
  • README improvements: provider table, features section, Vertex AI docs

Changelog

$(git log v1.5.5..v1.6.0 --oneline)

Full Changelog: v1.5.5...v1.6.0

v1.5.5

11 Feb 08:24

Choose a tag to compare

Full Changelog: v1.5.4...v1.5.5

v1.5.4

11 Feb 03:38

Choose a tag to compare

  • Improve TUI: refine image handling, remove welcome hint line, and polish UI rendering
  • Image paste now shows error messages instead of silently failing
  • Image references (@file.png) for non-existent files are preserved in text
  • Remove 'Ctrl+V paste image · @file.png attach · Ctrl+O expand' hint from welcome screen

Full Changelog: v1.5.3...v1.5.4

v1.5.3

10 Feb 16:46

Choose a tag to compare

Full Changelog: v1.5.2...v1.5.3

v1.5.2

10 Feb 02:26

Choose a tag to compare

Full Changelog: v1.5.1...v1.5.2