What's New

New updates and improvements to Cloving

← Back

New Updates to the Cloving CLI

New
  • v0.3.11:

    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: https://github.com/cloving-ai/cloving-cli/compare/v0.3.10...v0.3.11


  • v0.3.10:

    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: https://github.com/cloving-ai/cloving-cli/compare/v0.3.9...v0.3.10