Skip to content

feat(cli): update CALM model version and add CLI instructions#1812

Closed
rocketstack-matt wants to merge 1 commit intofinos:mainfrom
rocketstack-matt:cli-updates
Closed

feat(cli): update CALM model version and add CLI instructions#1812
rocketstack-matt wants to merge 1 commit intofinos:mainfrom
rocketstack-matt:cli-updates

Conversation

@rocketstack-matt
Copy link
Member

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📚 Documentation update
  • 🎨 Code style/formatting changes
  • ♻️ Refactoring (no functional changes)
  • ⚡ Performance improvements
  • ✅ Test additions or updates
  • 🔧 Chore (maintenance, dependencies, CI, etc.)

Affected Components

  • CLI (cli/)
  • Shared (shared/)
  • CALM Widgets (calm-widgets/)
  • CALM Hub (calm-hub/)
  • CALM Hub UI (calm-hub-ui/)
  • Documentation (docs/)
  • VS Code Extension (calm-plugins/vscode/)
  • Dependencies
  • CI/CD

Commit Message Format ✅

Testing

  • I have tested my changes locally
  • I have added/updated unit tests
  • All existing tests pass

Checklist

  • My commits follow the conventional commit format
  • I have updated documentation if necessary
  • I have added tests for my changes (if applicable)
  • My changes follow the project's coding standards

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the AI tooling for CALM development by upgrading the Claude model version and adding comprehensive CLI documentation for AI assistants. The changes enable GitHub Copilot to reference detailed CLI command information when assisting users.

  • Updates the Claude model from "Claude Sonnet 4" to "Claude Sonnet 4.5"
  • Adds a new comprehensive CLI instructions guide with detailed command documentation
  • Integrates the CLI instructions into the AI tool prompt system

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
calm-ai/CALM.chatmode.md Updates AI model version to Claude Sonnet 4.5
calm-ai/tools/calm-cli-instructions.md New comprehensive CLI documentation guide with command usage, flags, and examples
cli/src/command-helpers/ai-tools.ts Adds calm-cli-instructions.md to the list of tool prompt files to be copied
calm-ai/README.md Reorders tool file list alphabetically and adds entry for the new CLI instructions
Comments suppressed due to low confidence (1)

calm-ai/CALM.chatmode.md:47

  • The CALM.chatmode.md file instructs the AI to read tool prompt files on first interaction (lines 38-47), but the list doesn't include the newly added 'calm-cli-instructions.md'. This means the AI won't automatically load CLI command information despite it being available in the system.
    - `.github/chatmodes/calm-prompts/documentation-creation.md`

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@rocketstack-matt rocketstack-matt deleted the cli-updates branch November 18, 2025 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants