Skip to content

Commit a3d0c4e

Browse files
committed
updated v0-5 post
1 parent 966a5df commit a3d0c4e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

apps/sim/content/blog/v0-5/index.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,13 @@ Your workspace is indexed for hybrid retrieval. When you ask a question, Copilot
2929

3030
Copilot supports slash commands that trigger specialized capabilities:
3131

32-
- `/deep-research` — performs multi-step web research on a topic, synthesizing results from multiple sources
33-
- `/api-docs` — fetches and parses API documentation from a URL, extracting endpoints, parameters, and authentication requirements
34-
- `/test` — runs your current workflow with sample inputs and reports results inline
35-
- `/build` — generates a complete workflow from a natural language description, wiring up blocks and configuring integrations
32+
- `/fast` — uses a faster model for quick responses when you need speed over depth
33+
- `/research` — performs multi-step web research on a topic, synthesizing results from multiple sources
34+
- `/actions` — enables agentic mode where Copilot can take actions on your behalf, like modifying blocks or creating workflows
35+
- `/search` — searches the web for relevant information
36+
- `/read` — reads and extracts content from a URL
37+
- `/scrape` — scrapes structured data from web pages
38+
- `/crawl` — crawls multiple pages from a website to gather comprehensive information
3639

3740
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.
3841

0 commit comments

Comments
 (0)