Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
lmajano marked this conversation as resolved.

## [8.10.0] - 2026-04-10
Comment thread
lmajano marked this conversation as resolved.

### Added
Expand Down
4 changes: 2 additions & 2 deletions commands/coldbox/ai/install.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
lmajano marked this conversation as resolved.
Comment on lines +7 to +8
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR metadata says this is a "version bump", but this hunk also changes the documented CLI invocation format for coldbox ai install. If the goal is only a version bump, this change should be dropped; if the invocation syntax changed intentionally, the PR title/description should be updated and other references should be aligned.

Copilot uses AI. Check for mistakes.
* coldbox ai install --force
*/
component extends="coldbox-cli.models.BaseAICommand" {
Expand Down