Loading...
Loading...
DeepVista Chat: Send messages to the AI agent and manage chat sessions.
npx skill4agent add deepvista-ai/deepvista-cli deepvista-chatPREREQUISITE: Read deepvista-shared for auth, profiles, and global flags.
deepvista --profile local chat sessions [--limit N] [--offset N] [--search "query"]deepvista --profile local chat get <chat_id>deepvista --profile local chat delete <chat_id>[!CAUTION] Destructive command — confirm with user before executing.
deepvista --profile local chat +send "your message" [--chat-id ID] [--new][!CAUTION] This is a write command — creates/updates chat sessions and the agent may create cards, search the web, and take other actions. Confirm with the user before executing.
| Flag | Required | Default | Description |
|---|---|---|---|
| Yes | — | Your message to the agent |
| No | — | Continue an existing chat session |
| No | false | Force start a new conversation |
--new--chat-id--new# Send a message (new conversation)
deepvista --profile local chat +send "What are my open tasks?" --new
# Continue an existing conversation
deepvista --profile local chat +send "Tell me more about the first one" --chat-id chat_abc
# Ask the agent to create a note
deepvista --profile local chat +send "Create a note summarizing our ML strategy discussion"
# List recent sessions
deepvista --profile local chat sessions --limit 5
# Search sessions
deepvista --profile local chat sessions --search "roadmap"