mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-22 01:02:16 +00:00
Clean-up
This commit is contained in:
parent
66cefb236e
commit
acf0f5aee2
3 changed files with 3 additions and 4 deletions
|
|
@ -36,7 +36,7 @@ const autocompleteProvider = new CombinedAutocompleteProvider([
|
|||
{
|
||||
name: "attach",
|
||||
description: "Attach a file",
|
||||
getArgumentCompletions: (prefix) => {
|
||||
getArgumentCompletions: () => {
|
||||
// Return file suggestions for attach command
|
||||
return null; // Use default file completion
|
||||
},
|
||||
|
|
@ -95,7 +95,7 @@ chatHistory.addChild(
|
|||
|
||||
**Available slash commands:**
|
||||
- \`/clear\` - Clear the chat history
|
||||
- \`/help\` - Show help information
|
||||
- \`/help\` - Show help information
|
||||
- \`/attach <file>\` - Attach a file (with autocomplete)
|
||||
|
||||
**File autocomplete:**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue