diff --git a/box.json b/box.json index 288d083..877ce21 100644 --- a/box.json +++ b/box.json @@ -1,6 +1,6 @@ { "name":"ColdBox CLI", - "version":"8.10.0", + "version":"8.10.1", "location":"https://downloads.ortussolutions.com/ortussolutions/commandbox-modules/coldbox-cli/@build.version@/coldbox-cli-@build.version@.zip", "slug":"coldbox-cli", "author":"Ortus Solutions, Corp", diff --git a/changelog.md b/changelog.md index c24b3e8..bea4dc4 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Corruption of box.json on build process overlapping + ## [8.10.0] - 2026-04-10 ### Added diff --git a/commands/coldbox/ai/install.cfc b/commands/coldbox/ai/install.cfc index 9c7ff71..1cfcce7 100644 --- a/commands/coldbox/ai/install.cfc +++ b/commands/coldbox/ai/install.cfc @@ -4,8 +4,8 @@ * * Examples: * coldbox ai install - * coldbox ai install --agent=claude,copilot - * coldbox ai install --language=boxlang + * coldbox ai install agent=claude,copilot + * coldbox ai install language=boxlang * coldbox ai install --force */ component extends="coldbox-cli.models.BaseAICommand" {