Chat Mode
Use preships chat to interactively refine your repo's QA goals, plan docs, and configuration via conversation with your configured model.
Start a Session
preships chat
preships chat --model qwen2.5-coder:14b
preships chat --endpoint http://other-host:11434Slash Commands
| Command | What It Does |
|---|---|
/help | Show available slash commands. |
/set <key> <value> | Update a global config key. |
/goal <text> | Append a new goal to .preships/plan.md. |
/show-config | Print merged global config. |
/exit | Exit the chat session. |
How It Works
The chat session loads your repo's plan doc and config as system context, then sends your messages to the configured model (local Ollama by default). Conversations are logged to .preships/chat-log.md so coding agents can reference what was discussed.