Releases: cloving-ai/cloving-cli
Releases · cloving-ai/cloving-cli
v0.3.16
What's Changed
- Refine instructions for CURRENT/NEW blocks in ChatManager by @cardmagic in #82
- Add new OpenAI o1-preview and o1-mini models by @cardmagic in #86
Full Changelog: v0.3.15...v0.3.16
v0.3.15
What's Changed
- Refactor code highlighting and language support by @cardmagic in #81
Full Changelog: v0.3.14...v0.3.15
v0.3.14
What's Changed
- Fix handling adding files if they already exist by @cardmagic in #77
- Enhance silent mode logic and add multiline input handling by @cardmagic in #78
- Refactor BlockManager and ChatManager for improved content handling by @cardmagic in #79
- Create npm-publish.yml by @cardmagic in #80
Full Changelog: v0.3.12...v0.3.14
v0.3.12
What's Changed
- Refactor instructions into markdown files by @cardmagic in #74
- Refactor documentation generation and streamline response handling by @cardmagic in #75
Full Changelog: v0.3.11...v0.3.12
v0.3.11
What's Changed
- Add documentation feature by @cardmagic in #73
How this was built:
cloving generate code \
-f src/commands src/managers \
-p "build me a generate documentation command that will add documentation to any provided files"
cloving generate code \
-f src/commands src/index.ts \
-p "add the generate documentation command to src/index.ts"
Full Changelog: v0.3.10...v0.3.11
v0.3.10
What's Changed
- Add Azure OpenAI support by @cardmagic in #72
Built with this command:
cloving generate code \
-f src/cloving_gpt/ src/commands/ \
-p "build me a new adapter for azureopenai, it should be a copy of the openai model, \
however it should allow for a configurable endpoint instead of a hardcoded one"
Full Changelog: v0.3.9...v0.3.10
v0.3.9
What's Changed
- Enhance string utility functions by @cardmagic in #70
Full Changelog: v0.3.8...v0.3.9
v0.3.8
v0.3.7
What's Changed
- Fix code block emission logic to handle empty buffer correctly by @cardmagic in #59
- Enhance ChatManager output with gray bold styling for code blocks by @cardmagic in #60
- Fix newline issue in code generation message output by @cardmagic in #61
- Enhance code generation UI with bold gray styling by @cardmagic in #64
- Implement retry logic for block applicability with max retry limit by @cardmagic in #66
- Add auto-execute option for shell commands by @cardmagic in #67
- Bump package version to 0.3.7 by @cardmagic in #68
Full Changelog: v0.3.6...v0.3.7
v0.3.6
What's Changed
- Refactor init command and create InitManager class by @cardmagic in #55
- Add syntax highlighting to generated code in the chat by @cardmagic in #56
Full Changelog: v0.3.5...v0.3.6