Skip to content

Releases: yanmxa/gencode

v1.3.0

06 Feb 04:30

Choose a tag to compare

v1.2.0

04 Feb 15:25

Choose a tag to compare

What's New

  • Session Management: Persist and resume conversations with /sessions command
  • Compact Command: Summarize conversation with /compact to reduce context
  • Token Limits: Track context usage with /tokenlimit command
  • Agent System: Enable/disable subagents with /agents command
  • Task Tool: Spawn autonomous subagents for complex tasks

v1.1.1

29 Jan 15:34

Choose a tag to compare

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

29 Jan 14:43

Choose a tag to compare

What's New

Skill System

  • Namespace:name skill invocation pattern
  • Skill registry and discovery
  • Custom skill definitions via YAML

Tool Management

  • /tool command 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

23 Jan 14:54

Choose a tag to compare

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