Chat Slash Commands
Source: joingroveChatSlash.contribution.ts
Generated: 01/09/2026
Key Concepts
- Type
/in Agents chat to discover JoinGrove shortcuts — run commands without the Command Palette. - Commands run immediately (
executeImmediately) without adding a chat turn. - Full Command Palette list:
commands.md.
API / Reference
| Slash | Command ID | Purpose |
|---|---|---|
/studio |
joingrove.studioBuildFromPrompt |
Build from idea (Studio flow) |
/campus |
joingrove.campusOnboardingWizard |
Campus onboarding wizard |
/pricing |
joingrove.showPricing |
Show PPP pricing by region |
/offline |
joingrove.setupOfflineAi |
Set up local Ollama AI |
/egress |
joingrove.offlineModeStatus |
Show offline / egress status |
/hub |
joingrove.globalSouthHub |
Open Global South hub page |
/docs |
joingrove.openDocsTopic |
Browse documentation topics |
/topics |
joingrove.openDocsTopic |
Browse documentation topics (alias) |
/matrix |
joingrove.openCapabilitiesMatrixDocs |
Open capabilities matrix (migration guide) |
/trust |
joingrove.openTelemetryDashboard |
Open trust & egress dashboard |
/share |
joingrove.shareWithCohort |
WhatsApp / Telegram cohort sharing guide |
/security |
joingrove.securityModeWizard |
Choose network security mode |
Setup & Installation
Reference tables are generated from canonical sources (product.json, command registrations, egress policy). After changing those sources, regenerate:
node scripts/generate-docs-reference.mjs
Next: Run npm run verify-docs to confirm tables match sources.
Code Examples
npm run generate-docs-reference
Next: Open the docs hub with joingrove.openDocsHub or browse topics with joingrove.openDocsTopic.
How It Connects
- Documentation hub:
docs/README.md - Doc template:
docs/TEMPLATE.md - Verify:
npm run verify-docs