Releases: yanmxa/gencode
Releases · yanmxa/gencode
v1.3.0
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's New
- Session Management: Persist and resume conversations with
/sessionscommand - Compact Command: Summarize conversation with
/compactto reduce context - Token Limits: Track context usage with
/tokenlimitcommand - Agent System: Enable/disable subagents with
/agentscommand - Task Tool: Spawn autonomous subagents for complex tasks
v1.1.1
Changes
- refactor(tool): rename KillShell to TaskStop
- refactor: remove todo feature and cleanup code
- Remove todo.go and todopanel.go (unused TODO feature)
- Clean up handlers_stream.go and toolexec.go
- Improve config loader and merger
- Add memory support in system prompt
- Minor fixes in tool implementations
v1.1.0 - Skills, Tools & Plan Mode
What's New
Skill System
- Namespace:name skill invocation pattern
- Skill registry and discovery
- Custom skill definitions via YAML
Tool Management
/toolcommand for managing tools- Tool enable/disable functionality
- Tool selector UI
Enhanced Planning
- EnterPlanMode tool for structured task planning
- Plan mode with scrolling and improved UX
UI/UX Improvements
- Tool calls expand/collapse with Ctrl+O
- Double-tap Ctrl+O to expand all tool results
- Fuzzy matching for commands and skills
- Responsive box widths (80% of screen)
- Unified title styles and theme
New Tools
- AskUser tool for interactive prompts
- Todo tool for task tracking
Performance
- Background task execution
- Parallel tool support
- Reduced flickering during streaming
Other
- Centralized theme system
- Improved permission checking with deny rules priority
- Better markdown rendering with auto dark/light theme detection
v1.0.0 - Go Rewrite
GenCode v1.0.0
Complete rewrite in Go. Fast, single binary, no dependencies.
Features
- Multi-provider support (Anthropic, OpenAI, Google)
- Built-in tools (Read, Write, Edit, Bash, Glob, Grep, WebFetch, WebSearch)
- Interactive TUI with diff preview
- Non-interactive mode for scripting
Install
curl -fsSL https://raw.githubusercontent.com/yanmxa/gencode/main/install.sh | bash