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

Chat Title Displays as [object Object] #4774

Closed
3 tasks done
sh4shii opened this issue Mar 23, 2025 · 0 comments · May be fixed by #4775
Closed
3 tasks done

Chat Title Displays as [object Object] #4774

sh4shii opened this issue Mar 23, 2025 · 0 comments · May be fixed by #4775
Assignees
Labels
area:chat Relates to chat interface ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"

Comments

@sh4shii
Copy link
Contributor

sh4shii commented Mar 23, 2025

Before submitting your bug report

Relevant environment info

- OS: Windows
- Continue version: 1.1.13
- IDE version: VSCode 1.98.1
- Model: Gemini 2.0 Flash
- config:
  {
  "models": [
    {
      "title": "Gemini 2.0 Flash",
      "model": "gemini-2.0-flash",
      "contextLength": 1000000,
      "apiKey": "",
      "provider": "gemini"
    }
  ],
  "contextProviders": [
    {
      "name": "code",
      "params": {}
    },
    {
      "name": "docs",
      "params": {}
    },
    {
      "name": "diff",
      "params": {}
    },
    {
      "name": "terminal",
      "params": {}
    },
    {
      "name": "problems",
      "params": {}
    },
    {
      "name": "folder",
      "params": {}
    },
    {
      "name": "codebase",
      "params": {}
    }
  ],
  "slashCommands": [
    {
      "name": "share",
      "description": "Export the current chat session to markdown"
    },
    {
      "name": "cmd",
      "description": "Generate a shell command"
    },
    {
      "name": "commit",
      "description": "Generate a git commit message"
    }
  ],
  "data": []
}

  
  OR link to assistant in Continue hub:

Description

When using the chat feature in the sidebar, the generated title for the chat displays as [object Object] instead of the expected text. This issue can be seen in the attached screenshot.

Image

To reproduce

  1. Initiate a chat in the sidebar.
  2. Observe the generated title for the chat.

Log output

@dosubot dosubot bot added area:chat Relates to chat interface ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior labels Mar 23, 2025
mdelder added a commit to mdelder/continue that referenced this issue Mar 27, 2025
…prompt

+ Ensure that Claude models on VertexAI send
  correct prompts, even if the systemMessage
  is undefined.

Signed-off-by: "Michael Elder" @mdelder
mdelder added a commit to mdelder/continue that referenced this issue Mar 27, 2025
…prompt

+ Ensure that Claude models on VertexAI send
  correct prompts, even if the systemMessage
  is undefined.

Signed-off-by: "Michael Elder" @mdelder
mdelder added a commit to mdelder/continue that referenced this issue Mar 27, 2025
…prompt

+ Ensure that Claude models on VertexAI send
  correct prompts, even if the systemMessage
  is undefined.

Signed-off-by: "Michael Elder" @mdelder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:chat Relates to chat interface ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants