Skip to content

v2.6.0 - Watch Mode

Choose a tag to compare

@bitjaru bitjaru released this 07 Jan 03:27
· 26 commits to main since this release

🔄 Watch Mode (Major Feature)

Real-time file monitoring with automatic tag synchronization!

New Command

codesyncer watch        # Start watching
codesyncer watch --log  # With file logging

Features

  • Auto tag sync: @codesyncer-decision, @codesyncer-rule, etc. automatically added to DECISIONS.md
  • Beautiful UX: Color-coded logs, session summary, first-time welcome
  • File logging: Optional --log flag saves to .codesyncer/watch-{date}.log
  • Multi-language: Korean/English auto-detection

Demo

[14:32:10] ✨ Changed: src/utils/api.ts
           └── 🎯 Found: @codesyncer-decision
               "Use React Query instead of SWR"
           └── ✅ Added to DECISIONS.md

Installation

npm install -g codesyncer@2.6.0

Full changelog: https://github.com/bitjaru/codesyncer/blob/main/CHANGELOG.md