Below you will find pages that utilize the taxonomy term “clouatre-labs”
December 24, 2025
Aptu Triage
Version updated for https://github.com/clouatre-labs/aptu to version v0.1.4.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary Aptu is an AI-powered command-line tool and GitHub Action designed to streamline the triage of open-source issues. It automates tasks such as discovering “good first issues,” summarizing issues, suggesting labels, and providing contributor guidance using AI, while also supporting flexible issue references and multiple output formats.
December 24, 2025
Aptu Triage
Version updated for https://github.com/clouatre-labs/aptu to version v0.1.3.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary Aptu is an AI-powered CLI tool designed to streamline open-source issue triage by providing features such as issue discovery, AI-driven summaries, suggested labels, and contributor guidance. It automates tasks like identifying suitable issues for contributors, detecting already-triaged issues, and offering flexible output formats for tracking and reporting.
December 10, 2025
Setup Goose CLI
Version updated for https://github.com/clouatre-labs/setup-goose-action to version v1.0.5.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Summary Updates default Goose version to v1.16.0 and includes documentation improvements and infrastructure enhancements.
What’s Changed Features Default Goose version updated to v1.16.0 (#41, #25) Add Renovate config for automated dependency updates (#27) Add AI-assisted marketplace keywords (#19) Documentation Reorganize security content and add badges (#39) Simplify versioning documentation (#38) Update examples with descriptive step names (#17) Add security documentation and tiered examples (#14) Update to actions/checkout v6 in examples (#21) Infrastructure Pin dependencies for security (#37) Improve OpenSSF scorecard (#36) Enable automerge for patch updates (#30) Replace Dependabot with Renovate (#28) Remove check-version workflow (replaced by Renovate) (#31) Bug Fixes Restore blank lines between sections in action.
November 27, 2025
Setup Kiro CLI
Version updated for https://github.com/clouatre-labs/setup-kiro-action to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Setup Kiro CLI Action GitHub Action to install and cache Kiro CLI for use in workflows.
Features Automatic caching of Kiro CLI binaries SIGV4 authentication for headless CI/CD SHA256 checksum verification Weekly version updates via manifest.json Usage - uses: clouatre-labs/setup-kiro-action@v1 with: enable-sigv4: true aws-region: us-east-1 - run: kiro-cli-chat chat --no-interactive "Your prompt here" Migration from Q CLI Q CLI Kiro CLI clouatre-labs/setup-q-cli-action@v1 clouatre-labs/setup-kiro-action@v1 qchat chat --no-interactive kiro-cli-chat chat --no-interactive See README.