v1.142.13
π Dev Container Support for GitHub Actions
You can now develop and test GenAIScript GitHub Actions in a fully-configured dev container! The new .devcontainer
setup includes Dockerfile, VS Code settings, and recommended extensions for a seamless development experience.
π οΈ Action Configuration Improvements
- Action description is now set from your script description for more accurate metadata.
- Regeneration of action files (
action.yml
, devcontainer, etc.) is streamlined and less intrusive. - Action README and workflow examples are improved for clarity.
π Bug Fixes
- Fixed regression in MCP output handling for more robust LLM orchestration.
- Test suite no longer blocks, improving reliability in CI environments.
π§Ή Maintenance
- Lock files are cleaned out and
.gitignore
is updated for tidier repos.
π Blog
- Added a new blog post about the
cline
feature.
Enjoy a smoother developer experience and more reliable automation with this release!