From 7b6ff6be8f65fd692a6de0d1a3268c54a0a15036 Mon Sep 17 00:00:00 2001 From: Dark-Alex-17 Date: Tue, 25 Aug 2026 11:53:11 -0600 Subject: [PATCH] Document the --temp-role CLI flag rename --- REPL.md | 3 ++- Roles.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/REPL.md b/REPL.md index 081cf18..50f592a 100644 --- a/REPL.md +++ b/REPL.md @@ -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 > (see [`.prompt`](#prompt---invoke-an-mcp-server-prompt) below). If you have muscle memory or macros built around -> `.prompt `, update them to `.temp-role `. +> `.prompt `, update them to `.temp-role `. The CLI flag followed the same rename: use `--temp-role ` +> (the old `--prompt` flag is unbound and rejected). ![prompt-role](./images/roles/prompt-role.gif) diff --git a/Roles.md b/Roles.md index a86f5f2..2d24876 100644 --- a/Roles.md +++ b/Roles.md @@ -260,6 +260,6 @@ for more examples. # Temporary Roles 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)) -or the `--prompt` CLI flag: +or the `--temp-role` CLI flag (previously `--prompt`, which is now unbound): ![prompt role](./images/roles/prompt-role.gif)