Skip to content

Releases: kkkhs/ClawdCode

v1.8.0

Choose a tag to compare

@kkkhs kkkhs released this 09 Feb 07:52
ac18082

1.8.0 (2026-02-09)

Features

  • docs-site: add i18n support with Chinese default and English locale (307ce0b)
  • docs-site: enrich homepage content and tech stack presentation (db401a2)

v1.7.0

Choose a tag to compare

@kkkhs kkkhs released this 06 Feb 10:31
476f94b

1.7.0 (2026-02-06)

Features

  • hooks: implement complete Hooks system with HookService facade (bdd6672)
  • skills: implement Skills system with progressive disclosure (163ae0c)
  • slash-commands: send custom command content to Agent (f7916eb)

v1.6.0

Choose a tag to compare

@kkkhs kkkhs released this 06 Feb 02:40
ae712d1

1.6.0 (2026-02-06)

Features

  • commands: add project-level custom commands (e97f506)
  • ui: add streaming output, theme persistence and rendering optimization (4027f8b)

Bug Fixes

  • slash-commands: integrate CustomCommandLoader at startup (52f9f67)
  • ui: fix code block rendering for empty lines and ASCII art (fda3ad4)
  • ui: fix inline bold format and remove extra empty lines (595226e)

v1.5.0

Choose a tag to compare

@kkkhs kkkhs released this 05 Feb 02:30
2070ef4

1.5.0 (2026-02-05)

Features

  • slash-commands: implement Chapter 12a - Slash Commands System (7c107bb)

v1.4.0

Choose a tag to compare

@kkkhs kkkhs released this 04 Feb 11:31
c0c0ab7

1.4.0 (2026-02-04)

Features

  • mcp: implement MCP protocol integration (d9504e6)
  • store: implement Chapter 11 - Configuration & State Management (9fd25f4)

v1.3.0

Choose a tag to compare

@kkkhs kkkhs released this 04 Feb 07:30
f19df1c

1.3.0 (2026-02-04)

Features

  • Chapter 9 - UI System (React + Ink) (d0d6f8d)

v1.2.0

Choose a tag to compare

@kkkhs kkkhs released this 04 Feb 03:54
a4cdff5

1.2.0 (2026-02-04)

Features

  • add docs-site-page by vitepress (8aaa11a)
  • Chapter 8 - Context Management (1ae7b6a)

Bug Fixes

v1.1.1

Choose a tag to compare

@kkkhs kkkhs released this 03 Feb 12:01
a7df5fd

1.1.1 (2026-02-03)

Bug Fixes

  • use PAT for release-please to trigger publish workflow (b6c1ad4)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Feb 11:49
85b2607

1.1.0 (2026-02-03)

Features

  • chapter 5 - System Prompt design and implementation (f8a829e)
  • chapter 6 - Tool System design and implementation (acc1e5e)
  • chapter 7 - Execution Pipeline and Permission Control (1efb304)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Feb 08:19
fcf6fc6

1.0.0 (2026-02-03)

Features

  • add version checking service (chapter 3 supplement) (f82fb86)
  • chapter 3 - CLI entry and startup flow (77a4f5c)
  • chapter 4 - Agent core architecture and Agentic Loop (f5042ae)
  • complete chapters 1-2 - project setup and Hello World Agent (fb83440)