- Add full Telegram bot functionality with Z.AI API integration
- Implement 4 tools: Bash, FileEdit, WebSearch, Git
- Add 3 agents: Code Reviewer, Architect, DevOps Engineer
- Add 6 skills for common coding tasks
- Add systemd service file for 24/7 operation
- Add nginx configuration for HTTPS webhook
- Add comprehensive documentation
- Implement WebSocket server for real-time updates
- Add logging system with Winston
- Add environment validation
🤖 zCode CLI X - Agentic coder with Z.AI + Telegram integration
4.0 KiB
4.0 KiB
Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.1.2 (2021-01-25)
Bug Fixes
4.1.1 (2019-04-03)
Bug Fixes
4.1.0 (2019-03-18)
Features
4.0.0 (2019-03-12)
Bug Fixes
Features
- make staleness check more robust (#74) (9cc0973), closes #71 /github.com/ipfs/js-ipfs-repo/issues/188#issuecomment-468682971
BREAKING CHANGES
- We were marking the lock as compromised when system went into sleep or if the event loop was busy taking too long to run the internals timers, Now we keep track of the mtime updated by the current process, and if we lose some cycles in the update process but recover and the mtime is still ours we do not mark the lock as compromised.
3.2.0 (2018-11-19)
Features
3.1.0 (2018-11-15)
Bug Fixes
Features
3.0.2 (2018-01-30)
3.0.1 (2018-01-20)
Bug Fixes
- restore ability to use lockfile() directly (0ef8fbc)
3.0.0 (2018-01-20)
Chores
- update project to latest node lts (b1d43e5)
BREAKING CHANGES
- remove callback support
- use of node lts language features such as object spread
- compromised function in lock() has been moved to an option