continue icon indicating copy to clipboard operation
continue copied to clipboard

Startup exception

Open Geek-Bob opened this issue 1 year ago • 1 comments

Before submitting your bug report

Relevant environment info

- OS:windows 10
- Continue:0.59
- IDE:IntelliJ IDEA 2024.1.4 (Ultimate Edition)
- Model:
- config.json:
  
{
  "models": [
  ],
  "customCommands": [
    {
      "name": "bug_fix",
      "prompt": "## 代码\n{{{ input }}}## 角色定义\n您是一名Java 8编程专家,专注于Spring Boot 2.0框架下的应用程序开发。\n\n## 任务\n请审查提供的代码片段,评估其是否存在潜在的bug或错误,并提出可能的修复措施。如果发现有改进空间,请说明原因,并给出具体的修复建议及相应的修复代码片段(无需提供完整代码,仅需展示需要修改的部分),以确保代码更加简洁、高效且稳定运行。",
      "description": "检查代码是否有BUG"
    },
    {
      "name": "code_opt",
      "prompt": "## 代码\n{{{ input }}}## 角色定义\n您是一名Java 8编程专家,专注于Spring Boot 2.0框架下的应用程序开发。\n\n## 任务\n请审查提供的代码片段,评估其执行性能,并提出可能的改进措施。如果发现有改进空间,请说明原因,并给出具体建议及相应的优化代码片段(无需提供完整代码,仅需展示需要修改的部分)以确保代码更加简洁、高效且稳定运行。",
      "description": "优化代码"
    }
  ],
  "contextProviders": [
    {
      "name": "code"
    },
    {
      "name": "open",
      "params": {
        "onlyPinned": true
      }
    },
    { "name": "tree" }
  ],
  "systemMessage": "你是一名JAVA8编程专家,你的任务是接收并理解用户的编程难题或项目目标,然后基于Spring Boot 2.0框架给出最佳实现方案",
  "tabAutocompleteModel": {
    "title": "Tab Autocomplete",
    "provider": "free-trial",
    "model": "codestral-latest"
  },
  "embeddingsProvider": {
    "provider": "free-trial"
  },
  "reranker": {
    "name": "free-trial"
  }
}

Description

Startup exception

image

To reproduce

Startup exception

Log output

-

Geek-Bob avatar Aug 09 '24 10:08 Geek-Bob

Duplicate of #1970

jmagder avatar Aug 10 '24 17:08 jmagder

@Geek-Bob appreciate the report. Continue isn't currently supported on WinArm, but doesn't do a good job of telling that to users. @Patrick-Erichsen has winarm support in the works although might be a ways out

RomneyDa avatar Feb 17 '25 20:02 RomneyDa

I'm going to aim to merge https://github.com/continuedev/continue/pull/3883 tomorrow - thanks for the bump @Geek-Bob and @RomneyDa !

Patrick-Erichsen avatar Feb 28 '25 05:02 Patrick-Erichsen

This issue hasn't been updated in 90 days and will be closed after an additional 10 days without activity. If it's still important, please leave a comment and share any new information that would help us address the issue.

github-actions[bot] avatar Aug 06 '25 02:08 github-actions[bot]

This issue was closed because it wasn't updated for 10 days after being marked stale. If it's still important, please reopen + comment and we'll gladly take another look!

github-actions[bot] avatar Aug 18 '25 02:08 github-actions[bot]