Compare commits

..

5 Commits

Author SHA1 Message Date
Waleed Latif
932aef3c1b fix(admin): validate userId and email are strings 2026-01-23 11:07:41 -08:00
Waleed Latif
aed0766207 styling 2026-01-23 11:06:36 -08:00
Waleed Latif
4f09d07383 fix(admin): reject NaN and Infinity in amount validation 2026-01-23 10:46:29 -08:00
Waleed Latif
3bb85f2218 fix(admin): use existing credit functions and handle enterprise seats 2026-01-23 10:44:03 -08:00
Waleed Latif
1e89d147ed feat(admin): add credits endpoint to issue credits to users 2026-01-23 09:59:10 -08:00

View File

@@ -29,9 +29,10 @@ Your workspace is indexed for hybrid retrieval. When you ask a question, Copilot
Copilot supports slash commands that trigger specialized capabilities:
- `/actions` — lets Copilot act on your behalf using your connected integrations, like summarizing your recent emails, researching data on a topic and writing the results to a Google Sheet, or checking Slack for unread messages
- `/research` — spawns a subagent for multi-step web research, synthesizing results from multiple sources
- `/search`, `/read`, `/scrape`, `/crawl` — web interaction commands for searching, reading pages, scraping content, and crawling sites
- `/deep-research` — performs multi-step web research on a topic, synthesizing results from multiple sources
- `/api-docs` — fetches and parses API documentation from a URL, extracting endpoints, parameters, and authentication requirements
- `/test` — runs your current workflow with sample inputs and reports results inline
- `/build` — generates a complete workflow from a natural language description, wiring up blocks and configuring integrations
Use `@` commands to pull specific context into your conversation. `@block` references a specific block's configuration and recent outputs. `@workflow` includes the full workflow structure. `@logs` pulls in recent execution traces. This lets you ask targeted questions like "why is `@Slack1` returning an error?" and Copilot has the exact context it needs to diagnose the issue.