Skip to content

Releases: cloving-ai/cloving-cli

v0.3.16

09 Oct 05:28
884503f

Choose a tag to compare

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

04 Sep 22:14
036cbc7

Choose a tag to compare

What's Changed

  • Refactor code highlighting and language support by @cardmagic in #81

Full Changelog: v0.3.14...v0.3.15

v0.3.14

04 Sep 19:34
16a9df7

Choose a tag to compare

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

27 Aug 21:59
b40c5a6

Choose a tag to compare

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

25 Aug 20:57
4aa47d1

Choose a tag to compare

What's Changed

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

25 Aug 20:29
981707b

Choose a tag to compare

What's Changed

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

25 Aug 01:45
6a15072

Choose a tag to compare

What's Changed

Full Changelog: v0.3.8...v0.3.9

v0.3.8

24 Aug 15:03
0bd9885

Choose a tag to compare

What's Changed

Full Changelog: v0.3.7...v0.3.8

v0.3.7

22 Aug 14:30
5d5b582

Choose a tag to compare

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

20 Aug 23:39
b7f69a7

Choose a tag to compare

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