docs: add CALM Copilot Chatmode and Voice Mode documentation#1809
Merged
rocketstack-matt merged 4 commits intofinos:mainfrom Nov 18, 2025
Merged
docs: add CALM Copilot Chatmode and Voice Mode documentation#1809rocketstack-matt merged 4 commits intofinos:mainfrom
rocketstack-matt merged 4 commits intofinos:mainfrom
Conversation
Add comprehensive documentation for CALM Copilot Chatmode and Voice Mode features to address GitHub issue finos#1755. Changes: - Add copilot-chatmode.md: Complete guide for setting up AI-powered development assistance with GitHub Copilot Chat, including setup, usage, specialized tools, and troubleshooting - Add voice-mode.md: Comprehensive guide for hands-free interaction using VS Code Speech extension, covering installation, microphone setup, usage, best practices, accessibility, and platform-specific instructions for Windows/macOS/Linux - Update index.md: Add links to new Copilot Chatmode and Voice Mode docs - Update using-the-cli.md: Add copilot-chatmode command reference and AI-Powered Development section Resolves: finos#1755
…x sidebar_position Resolves: finos#1755
rocketstack-matt
requested changes
Nov 18, 2025
Member
rocketstack-matt
left a comment
There was a problem hiding this comment.
I think there are still options to reduce some of the verbiage
rocketstack-matt
approved these changes
Nov 18, 2025
rocketstack-matt
approved these changes
Nov 18, 2025
pmerrison
pushed a commit
to pmerrison/architecture-as-code
that referenced
this pull request
Nov 20, 2025
docs: add CALM Copilot Chatmode and Voice Mode documentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds comprehensive documentation for CALM Copilot Chat Voice Mode features, addressing issue #1755.
While implementing Voice Mode documentation, we identified that CALM Copilot Chatmode documentation was also missing from the docs site (only existed in CLI README). This PR adds both to provide complete coverage of AI-powered features in CALM.
Changes
New Documentation Files
docs/docs/working-with-calm/copilot-chatmode.md- Complete guide for setting up and using CALM Copilot Chatmode with GitHub Copilot Chatdocs/docs/working-with-calm/voice-mode.md- Comprehensive Voice Mode documentation covering speech-to-text and text-to-speech featuresUpdated Files
docs/docs/working-with-calm/index.md- Added links to new Copilot Chatmode and Voice Mode documentationdocs/docs/working-with-calm/using-the-cli.md- Added copilot-chatmode command reference and AI-Powered Development sectionDocumentation Coverage
CALM Copilot Chatmode Documentation Includes:
Voice Mode Documentation Includes:
Key Features Documented
✅ Speech-to-text voice input for CALM architecture queries
✅ Text-to-speech for chat responses
✅ Auto-submit configuration
✅ "Hey Code" hands-free voice activation
✅ Hold-to-Speak mode for rapid queries
✅ Platform-specific setup instructions (Windows, macOS, Linux)
✅ Accessibility considerations
✅ Local processing (no internet required for voice features)
✅ Complete troubleshooting guides
✅ Real-world usage examples and workflows
Testing
Documentation has been validated with:
Documentation Preview
Once published, documentation will be available at:
Checklist
Resolves
Closes #1755