Releases: code3hr/cyxcode
Releases · code3hr/cyxcode
Release v2.3.2
Full Changelog: v2.3.1...v2.3.2
Release v2.3.1
Full Changelog: v2.3.0...v2.3.1
Release v2.3.0
Full Changelog: v2.2.2...v2.3.0
Full Changelog: v2.2.2...v2.3.0
Release v2.2.2
Changes
Embedded Commands
- Slash commands now bundled in package (no GitHub download needed)
cyxcode initcopies 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 --versionnow 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
Full Changelog: v2.2.0...v2.2.1
Release v2.2.0
Full Changelog: v2.1.0...v2.2.0
Release v2.1.0
Full Changelog: v2.0.0...v2.1.0
Release v2.0.0
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
- STATE-VERSIONING-ARCHITECTURE.md — Full design document
- CYXCODE-INIT.md — Init command guide
- Updated USAGE.md with versioning section
Breaking Changes
None — v1.x patterns, memory, and config are fully compatible.
Full Changelog: v1.4.3...v2.0.0
Release v1.4.3
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
Full Changelog: v1.4.1...v1.4.2
Full Changelog: v1.4.1...v1.4.2