Skip to content

Releases: yanmxa/gencode

v1.13.2

14 Apr 16:55

Choose a tag to compare

v1.13.1

14 Apr 16:37

Choose a tag to compare

Full Changelog: v1.13.0...v1.13.1

v1.13.0

14 Apr 15:40

Choose a tag to compare

Full Changelog: v1.12.1...v1.13.0

v1.12.2

14 Apr 16:36

Choose a tag to compare

Full Changelog: v1.12.1...v1.12.2

v1.12.1

13 Apr 10:14

Choose a tag to compare

Full Changelog: v1.12.0...v1.12.1

v1.12.0

09 Apr 14:59

Choose a tag to compare

v1.12.0 — Project Structure Refactoring

Major codebase restructuring for cleaner naming conventions and better separation of concerns.

Package Renames

  • UI sub-packages: agentagentui, mcpmcpui, pluginpluginui, etc.
  • Tool sub-packages: flat layout → tool/agent, tool/cron, tool/fs, tool/mode, tool/skill, tool/task, tool/web
  • tool/alltool/registry, tool/permissiontool/perm
  • tool/trackertool/tasktools (avoids tracker package name conflict)
  • coreruntime, transcriptstoretranscript
  • ui/sharedui/selector, options → merged into config, env → merged into config
  • app/sessioninternal/session (promoted out of app layer)

Layer Cleanup

  • Moved lipgloss rendering from tool/toolresult to app/render/tool_display — tool layer is now UI-free
  • Extracted executor_prompt.go and executor_session.go from the 583-line executor.go

Code Quality

  • Removed unused colorSuccess variable
  • Eliminated unnecessary fmt.Sprintf allocation in strings.Builder usage

Full Changelog: v1.11.7...v1.12.0

v1.11.7

08 Apr 05:50

Choose a tag to compare

Full Changelog: v1.11.6...v1.11.7

v1.11.6

07 Apr 10:47

Choose a tag to compare

Full Changelog: v1.11.5...v1.11.6

v1.11.5

07 Apr 05:09

Choose a tag to compare

Full Changelog: v1.11.4...v1.11.5

v1.11.4

07 Apr 04:55

Choose a tag to compare

Full Changelog: v1.11.3...v1.11.4