diff --git a/apps/web/content/docs/developers/1.env.mdx b/apps/web/content/docs/developers/1.env.mdx index ac304eb3e4..b26950b74f 100644 --- a/apps/web/content/docs/developers/1.env.mdx +++ b/apps/web/content/docs/developers/1.env.mdx @@ -20,10 +20,10 @@ CHAR_BASE_URL="" # STT proxy base URL (--base-url) CHAR_API_KEY="" # API key for cloud STT providers (--api-key) CHAR_MODEL="" # STT model name (--model) CHAR_LANGUAGE="en" # Transcription language (--language, default: en) -CHAR_RECORD=false # Save audio recording alongside transcription (--record) +CHAR_BASE="" # Base directory for config and models (--base) ``` -These variables are used by the `listen`, `batch`, and `chat` subcommands. See the CLI help (`char --help`) for full usage. +These variables are used by the `transcribe` subcommand and other CLI features. See the [CLI Reference](/docs/cli) or run `char --help` for full usage. # Stripe diff --git a/apps/web/content/docs/faq/1.features.mdx b/apps/web/content/docs/faq/1.features.mdx index e4c05cc995..2a775752ec 100644 --- a/apps/web/content/docs/faq/1.features.mdx +++ b/apps/web/content/docs/faq/1.features.mdx @@ -52,9 +52,13 @@ Yes. If you previously ignored a calendar event, right-click on it in the sideba Yes. On macOS, right-click the Char icon in the Dock to see a context menu with a **New Note** option. Clicking it creates a new note and brings Char to the foreground. +## What is Charlie? + +Charlie is Char's built-in AI assistant. You can toggle Charlie with + J or expand the chat into a full tab for a more spacious conversation view. Charlie uses the language model configured in **Settings** > **Intelligence** to answer questions about your meetings and notes. + ## Can I open the AI chat as a full tab? -Yes. The AI chat bubble can be expanded into a full tab for a more spacious conversation view. You can also open a support chat tab from the profile menu in the sidebar by selecting **Report Bug** or **Suggest Feature**. +Yes. The Charlie chat bubble can be expanded into a full tab for a more spacious conversation view. You can also open a support chat tab from the profile menu in the sidebar by selecting **Report Bug** or **Suggest Feature**. ## Can I select and delete multiple notes at once? @@ -88,6 +92,18 @@ Yes. In **Settings** > **General** > **Storage**, Char detects your installed Ob Yes. Char supports connecting multiple Google or Outlook calendar accounts simultaneously. Each connected account syncs its events to your sidebar timeline. You can manage connections in the account integrations settings. +## Can I copy a transcript to the clipboard? + +Yes. When viewing the Transcript tab, click the copy icon in the tab header to copy the full speaker-labeled transcript text to your clipboard. + +## Can I delete a recording from a session? + +Yes. Open the overflow menu (three dots) on any session and select **Delete Recording** to remove the audio file while keeping the session and its notes intact. + +## What is Daily Notes? + +Daily Notes is an experimental journal feature available in **Settings** > **Lab**. It gives you a scrollable timeline of daily rich-text notes, separate from meeting sessions. Press + + D to open it directly. + ## Can I undo deleting a note? Yes! When you delete a note, a toast notification appears giving you a few seconds to undo the deletion. You can also press + Z to restore the most recently deleted note before the undo window expires. diff --git a/apps/web/content/docs/faq/6.keyboard-shortcuts.mdx b/apps/web/content/docs/faq/6.keyboard-shortcuts.mdx index 5ba23f350d..6dad938018 100644 --- a/apps/web/content/docs/faq/6.keyboard-shortcuts.mdx +++ b/apps/web/content/docs/faq/6.keyboard-shortcuts.mdx @@ -20,7 +20,7 @@ description: "Complete list of keyboard shortcuts in Char." | Shortcut | Action | | ---------------------------- | ------------------- | | + \\ | Toggle Left Sidebar | -| + J | Toggle AI assistant | +| + J | Toggle Charlie (AI assistant) | ## Notes & tabs