Skip to content

v1.83.1

Compare
Choose a tag to compare
@pelikhan pelikhan released this 09 Dec 23:46
· 153 commits to main since this release

πŸš€ New in GenAIScript 1.83.1

We're excited to announce a new update to GenAIScript, making automation even more versatile!

βš™ Enhanced Automation Capabilities

  • API Integration: You can now automate tasks directly using our API! This new feature allows seamless integration of GenAIScript in your projects, alongside the existing CLI capabilities. Whether you're working on a CI/CD pipeline or need to run scripts programmatically, the API has you covered.
import { run } from "genaiscript/api"

const res = await run("tlaplus-linter", "*.tla")

Explore the API documentation to get started with this powerful new feature.

Happy scripting! πŸŽ‰