Skip to main content

dria chat

Have multi-turn conversations with persistent history. Each conversation is stored locally at ~/.dria/chats/ and can be continued later.

Start a new conversation

This prints the response and a conversation ID (e.g., a1b2c3d4).

Continue a conversation

Use the conversation ID from above:
The full message history is sent with each request, so the model has context from previous turns.

Read conversation history

List all conversations

Delete a conversation

System prompts

Set a system prompt when starting a new conversation:
The system prompt persists for the entire conversation.

Piping

Options