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: disappearing chats #2786

Closed
3 tasks
RomneyDa opened this issue Nov 2, 2024 · 1 comment
Closed
3 tasks

Chat: disappearing chats #2786

RomneyDa opened this issue Nov 2, 2024 · 1 comment
Assignees
Labels
area:chat Relates to chat interface area:sidebar Relates to the sidebar window kind:bug Indicates an unexpected problem or unintended behavior priority:high Indicates high priority

Comments

@RomneyDa
Copy link
Collaborator

RomneyDa commented Nov 2, 2024

Before submitting your bug report

Relevant environment info

OS: Mac
VScode version: 1.95.1 
Continue version: v0.8.55
config.json:

{
  "models": [
    // {
    //   "title": "llama3.1:70b",
    //   "provider": "ollama",
    //   "model": "llama3.1:70b"
    // },
    {
      "title": "codestral",
      "provider": "ollama",
      "model": "codestral"
    }
    // {
    //   "title": "GPT-4o",
    //   "provider": "openai",
    //   "model": "GPT-4o",
    //   "apiKey": "..."
    // }
  ],
  "tabAutocompleteModel": {
    "title": "Starcoder",
    "provider": "ollama",
    "model": "starcoder2:3b"
  },
  "embeddingsProvider": {
    "provider": "ollama",
    "model": "nomic-embed-text"
  },
  "contextProviders": [
    {
      "name": "code",
      "params": {}
    },
    {
      "name": "docs",
      "params": {}
    },
    {
      "name": "diff",
      "params": {}
    },
    {
      "name": "terminal",
      "params": {}
    },
    {
      "name": "problems",
      "params": {}
    },
    {
      "name": "folder",
      "params": {}
    },
    {
      "name": "file",
      "params": {}
    },
    {
      "name": "codebase",
      "params": {
        "nRetrieve": 25,
        "nFinal": 5,
        "useReranking": true
      }
    },
    {
      "name": "open",
      "params": {
        "onlyPinned": true
      }
    }
  ],
  "slashCommands": [
    {
      "name": "edit",
      "description": "Edit selected code"
    },
    {
      "name": "comment",
      "description": "Write comments for the selected code"
    },
    {
      "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"
    },
  ],
  "allowAnonymousTelemetry": false
}


### Description

Circa on discord:
https://discord.com/channels/1108621136150929458/1301764894869159956

>Using cmd+i, if I use @ and select a file, or use any context inputs such as @Codebase when I observe the logs under output > Continue - LLM Prompt Completion I can see the prompt is never sent. I can also tell nothing happens as system memory doesn't change. I've tried a few different models with no change. I've also checked the console logs under developer tools but there are no related errors, the prompt appears to be swallowed

(romneyda)
This seems to happen arbitrarily, especially when there are errors calling model. Redux state needs to be inspected, and chat error handling to make sure no silent fails

### To reproduce

_No response_

### Log output

_No response_
@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 Nov 2, 2024
@RomneyDa RomneyDa assigned RomneyDa and unassigned Patrick-Erichsen Nov 7, 2024
@RomneyDa RomneyDa added area:sidebar Relates to the sidebar window priority:high Indicates high priority and removed ide:vscode Relates specifically to VS Code extension needs-triage labels Nov 7, 2024
@RomneyDa
Copy link
Collaborator Author

Fixed by #3239

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 area:sidebar Relates to the sidebar window kind:bug Indicates an unexpected problem or unintended behavior priority:high Indicates high priority
Projects
None yet
Development

No branches or pull requests

2 participants