Merge branch 'master' of github.com:Dark-Alex-17/coyote.wiki

2026-08-25 12:01:42 -06:00
2 changed files with 3 additions and 2 deletions
+2 -1
@@ -81,7 +81,8 @@ roles cannot be persisted to a file and saved.
> **Renamed from `.prompt`:** this command used to be called `.prompt`. That name now invokes MCP server prompts > **Renamed from `.prompt`:** this command used to be called `.prompt`. That name now invokes MCP server prompts
> (see [`.prompt`](#prompt---invoke-an-mcp-server-prompt) below). If you have muscle memory or macros built around > (see [`.prompt`](#prompt---invoke-an-mcp-server-prompt) below). If you have muscle memory or macros built around
> `.prompt <text>`, update them to `.temp-role <text>`. > `.prompt <text>`, update them to `.temp-role <text>`. The CLI flag followed the same rename: use `--temp-role <text>`
> (the old `--prompt` flag is unbound and rejected).
![prompt-role](./images/roles/prompt-role.gif) ![prompt-role](./images/roles/prompt-role.gif)
+1 -1
@@ -260,6 +260,6 @@ for more examples.
# Temporary Roles # Temporary Roles
Coyote also enables you to create temporary roles that will be discarded once you're finished with them. This is done via Coyote also enables you to create temporary roles that will be discarded once you're finished with them. This is done via
the `.temp-role` REPL command (previously named `.prompt`; that name now invokes [MCP server prompts](REPL#prompt---invoke-an-mcp-server-prompt)) the `.temp-role` REPL command (previously named `.prompt`; that name now invokes [MCP server prompts](REPL#prompt---invoke-an-mcp-server-prompt))
or the `--prompt` CLI flag: or the `--temp-role` CLI flag (previously `--prompt`, which is now unbound):
![prompt role](./images/roles/prompt-role.gif) ![prompt role](./images/roles/prompt-role.gif)