Releases: yanmxa/gencode
Releases · yanmxa/gencode
v1.7.4
Full Changelog: v1.7.3...v1.7.4
v1.7.3
Full Changelog: v1.7.2...v1.7.3
v1.7.2
Full Changelog: v1.7.1...v1.7.2
v1.7.1
Full Changelog: v1.7.0...v1.7.1
v1.7.0
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
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
Full Changelog: v1.5.4...v1.5.5
v1.5.4
- 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
Full Changelog: v1.5.2...v1.5.3
v1.5.2
Full Changelog: v1.5.1...v1.5.2