Skip to content

Fix coldbox ai doctor and coldbox ai uninstall checking wrong directory (.ai vs .agents)#67

Draft
Copilot wants to merge 3 commits intodevelopmentfrom
copilot/fix-coldbox-ai-directory-checks
Draft

Fix coldbox ai doctor and coldbox ai uninstall checking wrong directory (.ai vs .agents)#67
Copilot wants to merge 3 commits intodevelopmentfrom
copilot/fix-coldbox-ai-directory-checks

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 6, 2026

  • Fix models/AIService.cfc diagnose() to use static.AI_DIR (.agents) instead of /.ai
  • Fix commands/coldbox/ai/uninstall.cfc to use .agents directory instead of .ai
  • Update user-facing messages referencing .ai to reference .agents
  • Add changelog entry under [Unreleased] > Fixed
  • Run validation (code review ✅, CodeQL ✅)

Copilot AI changed the title [WIP] Fix directory checks for ColdBox AI commands Fix coldbox ai doctor and coldbox ai uninstall checking wrong directory (.ai vs .agents) May 6, 2026
Copilot finished work on behalf of lmajano May 6, 2026 15:47
Copilot AI requested a review from lmajano May 6, 2026 15:47
@lmajano
Copy link
Copy Markdown
Member

lmajano commented May 6, 2026

@copilot Add this to the changelog

Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 6, 2026

@copilot Add this to the changelog

Added a Fixed entry under [Unreleased] in changelog.md in commit 2545364.

Copilot finished work on behalf of lmajano May 6, 2026 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

coldbox ai doctor and coldbox ai uninstall check for .ai directory but coldbox ai install uses .agents

2 participants