Skip to content

Releases: open-runtime/dart_cli_script

v1.0.14

25 Mar 02:14

Choose a tag to compare

dart_cli_script v1.0.14

Bug fix release — 2026-03-25

Bug Fixes & Improvements

  • Fixed Standalone CI — Removed an accidental resolution: workspace entry from pubspec.yaml that was breaking standalone CI environments.
  • Cross-Repo Git Dependencies — Updated GitHub Actions workflows to use TSAVO_AT_PIECES_PERSONAL_ACCESS_TOKEN instead of the default GITHUB_TOKEN, ensuring proper access when cloning cross-repo Git dependencies.
  • Repository Naming — Corrected the repository name from cli_script to dart_cli_script in the CI configuration (.runtime_ci/config.json).
  • CI Tooling Enhancements — Upgraded CI workflow templates to runtime_ci_tooling v0.23.11, removing it as a dev_dependency in favor of global tool activation, and bumped the setup-dart action to v1.7.2.
  • Autodoc Enhancements — Enabled the autodoc feature flag, introduced a new autodoc safety policy, and configured gemini-3-flash-preview as the default review model for automated documentation runs.

Install / Upgrade

Existing consumers:

dart pub upgrade dart_cli_script

New consumers — add to your pubspec.yaml:

dependencies:
  dart_cli_script:
    git:
      url: git@github.com:open-runtime/dart_cli_script.git
      tag_pattern: v{{version}}

Then run dart pub get to install.

View on GitHub

Contributors

Thanks to everyone who contributed to this release:

Issues Addressed

No linked issues for this release.

Full Changelog

v1.0.13...v1.0.14


Full Changelog | CHANGELOG.md


📦 Install: git: {url: git@github.com:open-runtime/dart_cli_script.git, tag_pattern: v{{version}}}

v1.0.13

16 Mar 01:42

Choose a tag to compare

cli_script v1.0.13

Bug fix release — 2026-03-16

Bug Fixes

  • Development environment tooling updates — Replaced the runtime_common_codestyle analyzer inclusion with local lints/recommended.yaml in analysis_options.yaml and updated the runtime_ci_tooling dependency range constraint to ensure reliable workspace compatibility.

Contributors

Thanks to everyone who contributed to this release:

Issues Addressed

No linked issues for this release.

Upgrade

dart pub upgrade cli_script

Full Changelog

v1.0.12...v1.0.13


Full Changelog | CHANGELOG.md

v1.0.12

25 Feb 04:06

Choose a tag to compare

cli_script v1.0.12

Bug fix release — 2026-02-25

Bug Fixes

  • Windows Subprocess Environment Stabilization — Addressed an issue where spawning subprocesses with includeParentEnvironment: false would crash on Windows. The Script class now automatically injects SystemRoot and WINDIR into the isolated environment, which are required for the Dart executable to spawn reliably. (#5)
  • Windows Absolute Glob Pattern Normalization — Fixed an issue where absolute Windows paths with globs (e.g., C:\path\*.txt) failed to expand. CliArguments now correctly normalizes drive prefixes and backslashes to POSIX separators (/) for package:glob compatibility before resolving them. (#5)
  • Escaped Glob Syntax Preservation — Handled edge cases with escaped Windows absolute glob patterns to ensure UNC paths and explicitly escaped glob characters (like \\*.txt) are preserved and not corrupted during argument parsing. (#5)

Upgrade

dart pub upgrade cli_script

Contributors

Thanks to everyone who contributed to this release:

Issues Addressed

No linked issues for this release.

Full Changelog

v1.0.11...v1.0.12


Full Changelog | CHANGELOG.md

v1.0.11

24 Feb 18:29

Choose a tag to compare

cli_script v1.0.11

Bug fix release — 2026-02-24

Bug Fixes

  • Removed custom_lint.log — Removed the custom_lint.log junk file that was accidentally committed before the .gitignore rule was added.

Upgrade

dart pub upgrade cli_script

Contributors

Thanks to everyone who contributed to this release:

Issues Addressed

No linked issues for this release.

Full Changelog

v1.0.10...v1.0.11


Full Changelog | CHANGELOG.md

v1.0.10

24 Feb 17:47

Choose a tag to compare

cli_script v1.0.10

Maintenance release — 2026-02-24

This release introduces minor repository maintenance and workspace configuration updates to keep the development environment clean. It contains no changes to the package's behavior or public API.

Maintenance & Chores

  • Workspace Configuration — Updated .gitignore to prevent tracking of local development artifacts, specifically custom_lint.log files and .claude/ session directories.

Issues Addressed

No linked issues for this release.

Contributors

Thanks to everyone who contributed to this release:

Upgrade

dart pub upgrade cli_script

Full Changelog

v1.0.9...v1.0.10


Full Changelog | CHANGELOG.md

v1.0.9

24 Feb 16:23

Choose a tag to compare

cli_script v1.0.9

Bug fix release — 2026-02-24

Bug Fixes

  • Triage command safety — Added shell-level organization guards and --repo requirements to the internal triage.toml command to prevent upstream leakage when triaging issues in fork contexts.

Upgrade

dart pub upgrade cli_script

Contributors

Thanks to everyone who contributed to this release:

Issues Addressed

No linked issues for this release.

Full Changelog

v1.0.8...v1.0.9


Full Changelog | CHANGELOG.md

v1.0.8

24 Feb 02:25

Choose a tag to compare

cli_script v1.0.8

Bug fix release — 2026-02-24

Bug Fixes

  • Fix pipeline failure on release creation — Updated the runtime_ci_tooling dependency to ^0.12.0 to resolve a create-release pull --rebase failure that occurred when previous pipeline steps left unstaged changes.

Issues Addressed

No linked issues for this release.

Upgrade

dart pub upgrade cli_script

Contributors

Thanks to everyone who contributed to this release:

Full Changelog

v1.0.7...v1.0.8


Full Changelog | CHANGELOG.md

v1.0.7

24 Feb 01:27

Choose a tag to compare

cli_script v1.0.7

Patch release — 2026-02-24

Changes

  • CI workflow update — Updated CI workflow templates and configuration (.runtime_ci/template_versions.json) to align with the latest tooling version.
  • Enhanced autodoc coverage — Configured .runtime_ci/autodoc.json to generate documentation for the newly added Script Core module (lib/src/) and enabled generation of examples and API references.

Contributors

Thanks to everyone who contributed to this release:

Issues Addressed

No linked issues for this release.

Upgrade

dart pub upgrade cli_script

Full Changelog

v1.0.6...v1.0.7


Full Changelog | CHANGELOG.md

v1.0.6

24 Feb 00:38

Choose a tag to compare

cli_script v1.0.6

Patch release — 2026-02-24

Improvements

  • Automated formatting in CI — The GitHub Actions workflow has been updated (via runtime_ci_tooling v0.11.3) to include an auto-format job. Instead of simply failing when code is unformatted, the CI will now automatically apply dart format --line-length 120 lib/ and push the formatting changes back to the branch.

Upgrade

dart pub upgrade cli_script

Contributors

Thanks to everyone who contributed to this release:

Issues Addressed

No linked issues for this release.

Full Changelog

v1.0.5...v1.0.6


Full Changelog | CHANGELOG.md

v1.0.5

24 Feb 00:10

Choose a tag to compare

cli_script v1.0.5

Maintenance release — 2026-02-24

Maintenance

  • Dependency sync — Updated the runtime_ci_tooling development dependency to v0.11.0 and aligned workflow metadata in pubspec.yaml to prepare for enterprise BYOK.

Upgrade

dart pub upgrade cli_script

Contributors

Thanks to everyone who contributed to this release:

Issues Addressed

No linked issues for this release.

Full Changelog

v1.0.4...v1.0.5


Full Changelog | CHANGELOG.md