Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs/persistenct preferences and help #28

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/chat/chat-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ title: Chat History
## Overview
Qodo Gen Chat maintains a history of your 20 most recent conversations, allowing you to review past interactions, refresh your memory, or explore new topics. You can continue a past chat to dive deeper into a topic or request additional information.

Chat history persists between sessions, meaning even if you close your IDE, past chat sessions will still remain available.

## Using Chat History

1. **Initiate a Command:** Call a command by typing it in the chatbox.
Expand Down
21 changes: 21 additions & 0 deletions docs/chat/chat-preferences.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Chat Preferences
status: new
---

# :fontawesome-solid-file-code: Chat Preferences

## Description

Customize your chat experience by setting personal and team preferences, configuring command-specific settings, and adjusting various other parameters.

Designed both for individuals and teams, this new feature is accessible through Qodo Gen's settings menu.

Some of the possible preferences include:

1. **Command-specific instructions:** Add extra instructions for individual commands to be run automatically.
2. **Global instructions:** Define a global set of instructions that will be run after every command executed.

## How to Use

...
11 changes: 11 additions & 0 deletions docs/chat/commands/help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# `/help`

## Description
Ask documentation-related questions directly in Qodo Gen Chat, leveraging the model's understanding of the product's documentation to provide precise and contextual answers.

## How to Use
To use the `/help` command, follow these steps:

1. **Initiate the Command**: In the chat interface, type `/help` followed by your question regarding Qodo products. Qodo Gen will process your query and return a response. **There's no need to set Focus or Context to use this command.**

2. **Continue the Chat**: If you require further assistance or have additional questions, continue your conversation in the same chat.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ nav:
- Chat History: 'chat/chat-history.md'
- Model Selection: 'chat/model-selection.md'
- Company Codebade: 'chat/company-codebase.md'
- Chat Preferences: 'chat/chat-preferences.md'
- Code Completion:
- 'code-completion/index.md'

Expand Down