Skip to content

Releases: CST-Group/CST-CLI

Beta 0.2

07 Jan 17:25
daa6f6b
Compare
Choose a tag to compare

Second beta release of the Cognitive Systems Toolkit Command Line Interface.

Create new CST projects from scratch. The cli provides commands for starting a new project generating the basic directory structure and template code. You can also save a existing project as a template configuration to easily repurpose for future project initialization. Check project page for usage instructions.

What's Changed

  • Adds github action to package artifacts on new releases by @brgsil in #2
  • Modifications for Beta 0.2 by @brgsil in #3
    • Fixed bugs
    • Improved code generation reliability with Java Parser
    • Extra error information
    • Added cst run command to execute an existing CST projects

Full Changelog: v0.1-beta...v0.2-beta

First Release - Beta

11 Nov 11:24
0e73298
Compare
Choose a tag to compare
First Release - Beta Pre-release
Pre-release

First beta release of the Cognitive Systems Toolkit Command Line Interface.

Create new CST projects from scratch. The cli provides commands for starting a new project generating the basic directory structure and template code. You can also save a existing project as a template configuration to easily repurpose for future project initialization. Check project page for usage instructions.