close
Skip to content

Releases: code3hr/cyxcode

Release v2.3.2

16 Apr 17:03

Choose a tag to compare

Release v2.3.1

16 Apr 16:52

Choose a tag to compare

Release v2.3.0

16 Apr 11:27

Choose a tag to compare

Full Changelog: v2.2.2...v2.3.0

Full Changelog: v2.2.2...v2.3.0

Release v2.2.2

30 Mar 07:34

Choose a tag to compare

Changes

Embedded Commands

  • Slash commands now bundled in package (no GitHub download needed)
  • cyxcode init copies commands from embedded files - works offline, faster
  • 12 commands included: dream, correct, remember, learn, learn-patterns, diagnose, commit, ai-deps, changelog, issues, rmslop, spellcheck

Version Fix

  • cyxcode --version now shows correct version in dev mode

Bug Fix

  • Added CyxPaths.commandDir() for command directory resolution

Full Changelog: v2.2.1...v2.2.2

Release v2.2.1

30 Mar 07:04

Choose a tag to compare

Release v2.2.0

29 Mar 05:45

Choose a tag to compare

Release v2.1.0

28 Mar 22:55

Choose a tag to compare

Release v2.0.0

28 Mar 06:48

Choose a tag to compare

Major Features

State Versioning System

Git for AI state — no other AI coding tool has this.

  • Auto-commit: Snapshot AI state before compaction — nothing lost
  • Corrections: Track user corrections with strength scores (3x = auto-promoted)
  • Resume: Load last commit on session start — AI picks up where it left off
  • Drift detection: If AI stops following learned behavior, auto-remind
  • Content hashing: Space-efficient storage (~500 bytes per commit)

New Commands

  • /correct <rule> — Teach AI a preference (e.g., "use bun, not npm")
  • cyxcode init — Initialize .cyxcode directory (like git init for AI state)

Three-Tier State System

Tier Scope Example
Global All projects ~/.cyxcode/corrections.json
Project This repo .cyxcode/corrections.json
Session Current session In-memory state

Testing

  • 185 tests passing (up from 88)
  • Full coverage for versioning, corrections, drift, resume
  • Windows compatibility fixes

Documentation

Breaking Changes

None — v1.x patterns, memory, and config are fully compatible.

Full Changelog: v1.4.3...v2.0.0

Release v1.4.3

26 Mar 19:08

Choose a tag to compare

What's New

Testing (88 tests)

  • router.test.ts - Skill registration, matching, stats (12 tests)
  • base-skill.test.ts - Pattern matching, captures, execution (22 tests)
  • learned.test.ts - Pattern generation, regex escaping (20 tests)
  • memory.test.ts - Query scoring, keyword matching (18 tests)
  • dream.test.ts - Orient, deduplicate, validate, persist (18 tests)

Documentation

  • Added FAQ addressing community feedback
  • Fork vs plugin rationale
  • Maintenance strategy
  • Testing coverage details

Full Changelog: v1.4.2...v1.4.3

Release v1.4.2

26 Mar 05:03

Choose a tag to compare

Full Changelog: v1.4.1...v1.4.2

Full Changelog: v1.4.1...v1.4.2