Releases: open-runtime/dart_cli_script
v1.0.14
dart_cli_script v1.0.14
Bug fix release — 2026-03-25
Bug Fixes & Improvements
- Fixed Standalone CI — Removed an accidental
resolution: workspaceentry frompubspec.yamlthat was breaking standalone CI environments. - Cross-Repo Git Dependencies — Updated GitHub Actions workflows to use
TSAVO_AT_PIECES_PERSONAL_ACCESS_TOKENinstead of the defaultGITHUB_TOKEN, ensuring proper access when cloning cross-repo Git dependencies. - Repository Naming — Corrected the repository name from
cli_scripttodart_cli_scriptin the CI configuration (.runtime_ci/config.json). - CI Tooling Enhancements — Upgraded CI workflow templates to
runtime_ci_toolingv0.23.11, removing it as adev_dependencyin favor of global tool activation, and bumped thesetup-dartaction to v1.7.2. - Autodoc Enhancements — Enabled the autodoc feature flag, introduced a new autodoc safety policy, and configured
gemini-3-flash-previewas the default review model for automated documentation runs.
Install / Upgrade
Existing consumers:
dart pub upgrade dart_cli_scriptNew 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
📦 Install: git: {url: git@github.com:open-runtime/dart_cli_script.git, tag_pattern: v{{version}}}
v1.0.13
cli_script v1.0.13
Bug fix release — 2026-03-16
Bug Fixes
- Development environment tooling updates — Replaced the
runtime_common_codestyleanalyzer inclusion with locallints/recommended.yamlinanalysis_options.yamland updated theruntime_ci_toolingdependency 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_scriptFull Changelog
v1.0.12
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: falsewould crash on Windows. TheScriptclass now automatically injectsSystemRootandWINDIRinto 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.CliArgumentsnow correctly normalizes drive prefixes and backslashes to POSIX separators (/) forpackage:globcompatibility 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_scriptContributors
Thanks to everyone who contributed to this release:
Issues Addressed
No linked issues for this release.
Full Changelog
v1.0.11
cli_script v1.0.11
Bug fix release — 2026-02-24
Bug Fixes
- Removed custom_lint.log — Removed the
custom_lint.logjunk file that was accidentally committed before the.gitignorerule was added.
Upgrade
dart pub upgrade cli_scriptContributors
Thanks to everyone who contributed to this release:
Issues Addressed
No linked issues for this release.
Full Changelog
v1.0.10
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
.gitignoreto prevent tracking of local development artifacts, specificallycustom_lint.logfiles 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_scriptFull Changelog
v1.0.9
cli_script v1.0.9
Bug fix release — 2026-02-24
Bug Fixes
- Triage command safety — Added shell-level organization guards and
--reporequirements to the internaltriage.tomlcommand to prevent upstream leakage when triaging issues in fork contexts.
Upgrade
dart pub upgrade cli_scriptContributors
Thanks to everyone who contributed to this release:
Issues Addressed
No linked issues for this release.
Full Changelog
v1.0.8
cli_script v1.0.8
Bug fix release — 2026-02-24
Bug Fixes
- Fix pipeline failure on release creation — Updated the
runtime_ci_toolingdependency to^0.12.0to resolve acreate-release pull --rebasefailure that occurred when previous pipeline steps left unstaged changes.
Issues Addressed
No linked issues for this release.
Upgrade
dart pub upgrade cli_scriptContributors
Thanks to everyone who contributed to this release:
Full Changelog
v1.0.7
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.jsonto generate documentation for the newly addedScript Coremodule (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_scriptFull Changelog
v1.0.6
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_toolingv0.11.3) to include anauto-formatjob. Instead of simply failing when code is unformatted, the CI will now automatically applydart format --line-length 120 lib/and push the formatting changes back to the branch.
Upgrade
dart pub upgrade cli_scriptContributors
Thanks to everyone who contributed to this release:
Issues Addressed
No linked issues for this release.
Full Changelog
v1.0.5
cli_script v1.0.5
Maintenance release — 2026-02-24
Maintenance
- Dependency sync — Updated the
runtime_ci_toolingdevelopment dependency tov0.11.0and aligned workflow metadata inpubspec.yamlto prepare for enterprise BYOK.
Upgrade
dart pub upgrade cli_scriptContributors
Thanks to everyone who contributed to this release:
Issues Addressed
No linked issues for this release.