Resume an existing AI chat
The pw ai chats resume command continues an existing chat.
The model is automatically detected from the conversation. You can override it with --model.
pw ai chats resume <id> [flags]
# Resume a chat (model auto-detected)
pw ai chats resume abc-123
# Resume with a specific model
pw ai chats resume -m owner:provider/model-name abc-123
# Send a single prompt to an existing chat
pw ai chats resume -p "Summarize our conversation" abc-123
-h, --help help for resume
-m, --model string Override the model (default: auto-detected from chat)
-p, --prompt string Send a single prompt and exit
--context string The context to use. Overrides PW_CONTEXT environment variable and current context from config.
--platform-host string The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
-v, --verbose Enable verbose logging