Zed编辑器里opencode扩展无法打开
- 内容介绍
- 文章标签
- 相关推荐
佬们有遇到这个问题的吗?opencode从扩展下的就会一直转圈,但是npm下来的添加外部agent就能用.
网友解答:--【壹】--:
Windows吗
image585×1020 3.57 KB
--【贰】--:
image913×588 15.7 KB
正常
--【叁】--:
我是扩展会卡在初始化,然后走json用的话,进是能进,但是不会返回消息(装了omo之后),装之前我已经不记得了
walkerd <noreply@linux.do>于2026年1月21日 周三17:38写道:
--【肆】--:
是的,安装完就能用了
--【伍】--:
我发现我这边也一直loading了
--【陆】--:
佬这个问题你解决了吗?从更新以后我也一直有这个问题
--【柒】--:
纯个例啊,头疼
--【捌】--:
不确定有没有问题了,我现在不用opencode了,用的费劲
--【玖】--:
OpenCode via ACP only works in New Empty Window, but not in existing projects
已打开 05:52PM - 22 Nov 25 UTC 已关闭 09:24PM - 20 Jan 26 UTC yudhir state:needs info platform:windows### Summary Add folder to it to actually use Opencode otherwise it just doesn'…t respond. ### Description Opencode via ACP ``` json "agent_servers": { "OpenCode": { "type": "custom", "command": "opencode", "args": ["acp"] } } ``` DESCRIPTION_HERE Steps to reproduce: 1.Open an Existing Project 2.Start New Thread 3.Opencode loads the Model Selection etc on the Chatbox . takes @ contexts etc . Try to send message , hello , ok , nano..acp logs 4.Doesn't Respond . see logs Edit new log entry : 2025-11-23T13:39:22+05:45 ERROR [crates/acp_thread/src/acp_thread.rs:1703] failed to get old checkpoint Caused by: The system cannot find the path specified. (os error 3) **Expected Behavior**: Responds , see ACP logs of working **Actual Behavior**: Doesn't ### Zed Version and System Specs Zed: v0.215.0 (Zed Nightly bfe141ea79aa4984028934067ba75c48d99136ae) OS: Windows 10.0.22631 Memory: 32 GiB Architecture: x86_64 GPU: NVIDIA GeForce GTX 1060 || NVIDIA Corporation || 581.80 r581_66 ### If applicable, attach your `Zed.log` file to this issue. <details><summary>ACP</summary> ACP LOGS ```json [ { "_direction": "outgoing", "_type": "request", "id": 3, "method": "session/prompt", "params": { "sessionId": "ses_5535aca57ffe8xXWf1QIosDzwK", "prompt": [ { "type": "text", "text": "hello" } ] } }, { "_direction": "outgoing", "_type": "notification", "id": null, "method": "session/cancel", "params": { "sessionId": "ses_5535aca57ffe8xXWf1QIosDzwK" } }, { "_direction": "outgoing", "_type": "request", "id": 4, "method": "session/prompt", "params": { "sessionId": "ses_5535aca57ffe8xXWf1QIosDzwK", "prompt": [ { "type": "text", "text": "ok" } ] } }, { "_direction": "outgoing", "_type": "request", "id": 5, "method": "session/set_model", "params": { "sessionId": "ses_5535aca57ffe8xXWf1QIosDzwK", "modelId": "opencode/gpt-5-nano" } }, { "_direction": "incoming", "_type": "response", "id": 5, "method": "session/set_model", "params": { "_meta": {} } }, { "_direction": "outgoing", "_type": "notification", "id": null, "method": "session/cancel", "params": { "sessionId": "ses_5535aca57ffe8xXWf1QIosDzwK" } }, { "_direction": "incoming", "_type": "response", "id": 4, "method": "session/prompt", "params": { "stopReason": "end_turn", "_meta": {} } }, { "_direction": "incoming", "_type": "response", "id": 3, "method": "session/prompt", "params": { "stopReason": "end_turn", "_meta": {} } }, { "_direction": "outgoing", "_type": "request", "id": 6, "method": "session/prompt", "params": { "sessionId": "ses_5535aca57ffe8xXWf1QIosDzwK", "prompt": [ { "type": "text", "text": "nano" } ] } } ] ``` </details> <details><summary>ZED LOG</summary> ```log 2025-11-22T23:23:15+05:45 INFO [zed::zed] Using GPU: GpuSpecs { is_software_emulated: false, device_name: "NVIDIA GeForce GTX 1060", driver_name: "NVIDIA Corporation", driver_info: "581.80 r581_66" } 2025-11-22T23:23:16+05:45 INFO [project::lsp_store] stopping language server pyrefly 2025-11-22T23:23:16+05:45 INFO [project::lsp_store] stopping language server clangd 2025-11-22T23:23:16+05:45 INFO [project::prettier_store] Initializing default prettier with plugins {} 2025-11-22T23:23:16+05:45 ERROR [crates/zeta/src/license_detection.rs:360] Access is denied. (os error 5) 2025-11-22T23:23:16+05:45 INFO [alacritty_terminal::tty::windows::conpty] Using conpty.dll for pseudoconsole 2025-11-22T23:23:18+05:45 INFO [project::prettier_store] Installing default prettier and plugins: [("prettier", "3.6.2")] 2025-11-22T23:23:21+05:45 INFO [project::prettier_store] Initialized default prettier with plugins: {} ``` </details> <details><summary>WORKING ACP LOG</summary> ``` json [ { "_direction": "outgoing", "_type": "request", "id": 3, "method": "session/prompt", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "prompt": [ { "type": "text", "text": "Working ?" } ] } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_thought_chunk", "content": { "type": "text", "text": "\n" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": "\n" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": "Yes" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": "," } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " I" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": "'m" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " working" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": "!" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " I" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " can" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " help" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " you" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " with" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " software" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " engineering" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " tasks" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " like" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " reading" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " files" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": "," } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " searching" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " code" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": "," } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " running" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " commands" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": "," } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " and" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " more" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": "." } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " What" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " would" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " you" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " like" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " me" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " to" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " do" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": "?" } } } }, { "_direction": "incoming", "_type": "response", "id": 3, "method": "session/prompt", "params": { "stopReason": "end_turn", "_meta": {} } } ] ``` </details>
--【拾】--:
开个全局试试?我之前用会有奇妙的网络问题
--【拾壹】--:
zed中cc不能用/命令吗
--【拾贰】--:
Internal error: “server shut down unexpectedly” 一直提示这个报错
--【拾叁】--:
我发现我在桌面也能打开,但是到了项目就是一直loading;而且opencode里的iflow api会有一些官网没有的模型,但是不会输出token
--【拾肆】--:
居然已经关闭了吗,我感觉并没有解决,我现在安装的1.1.31,我有git,然后直接装的acp是能进去但是没回复,扩展还是一直loading
佬们有遇到这个问题的吗?opencode从扩展下的就会一直转圈,但是npm下来的添加外部agent就能用.
网友解答:--【壹】--:
Windows吗
image585×1020 3.57 KB
--【贰】--:
image913×588 15.7 KB
正常
--【叁】--:
我是扩展会卡在初始化,然后走json用的话,进是能进,但是不会返回消息(装了omo之后),装之前我已经不记得了
walkerd <noreply@linux.do>于2026年1月21日 周三17:38写道:
--【肆】--:
是的,安装完就能用了
--【伍】--:
我发现我这边也一直loading了
--【陆】--:
佬这个问题你解决了吗?从更新以后我也一直有这个问题
--【柒】--:
纯个例啊,头疼
--【捌】--:
不确定有没有问题了,我现在不用opencode了,用的费劲
--【玖】--:
OpenCode via ACP only works in New Empty Window, but not in existing projects
已打开 05:52PM - 22 Nov 25 UTC 已关闭 09:24PM - 20 Jan 26 UTC yudhir state:needs info platform:windows### Summary Add folder to it to actually use Opencode otherwise it just doesn'…t respond. ### Description Opencode via ACP ``` json "agent_servers": { "OpenCode": { "type": "custom", "command": "opencode", "args": ["acp"] } } ``` DESCRIPTION_HERE Steps to reproduce: 1.Open an Existing Project 2.Start New Thread 3.Opencode loads the Model Selection etc on the Chatbox . takes @ contexts etc . Try to send message , hello , ok , nano..acp logs 4.Doesn't Respond . see logs Edit new log entry : 2025-11-23T13:39:22+05:45 ERROR [crates/acp_thread/src/acp_thread.rs:1703] failed to get old checkpoint Caused by: The system cannot find the path specified. (os error 3) **Expected Behavior**: Responds , see ACP logs of working **Actual Behavior**: Doesn't ### Zed Version and System Specs Zed: v0.215.0 (Zed Nightly bfe141ea79aa4984028934067ba75c48d99136ae) OS: Windows 10.0.22631 Memory: 32 GiB Architecture: x86_64 GPU: NVIDIA GeForce GTX 1060 || NVIDIA Corporation || 581.80 r581_66 ### If applicable, attach your `Zed.log` file to this issue. <details><summary>ACP</summary> ACP LOGS ```json [ { "_direction": "outgoing", "_type": "request", "id": 3, "method": "session/prompt", "params": { "sessionId": "ses_5535aca57ffe8xXWf1QIosDzwK", "prompt": [ { "type": "text", "text": "hello" } ] } }, { "_direction": "outgoing", "_type": "notification", "id": null, "method": "session/cancel", "params": { "sessionId": "ses_5535aca57ffe8xXWf1QIosDzwK" } }, { "_direction": "outgoing", "_type": "request", "id": 4, "method": "session/prompt", "params": { "sessionId": "ses_5535aca57ffe8xXWf1QIosDzwK", "prompt": [ { "type": "text", "text": "ok" } ] } }, { "_direction": "outgoing", "_type": "request", "id": 5, "method": "session/set_model", "params": { "sessionId": "ses_5535aca57ffe8xXWf1QIosDzwK", "modelId": "opencode/gpt-5-nano" } }, { "_direction": "incoming", "_type": "response", "id": 5, "method": "session/set_model", "params": { "_meta": {} } }, { "_direction": "outgoing", "_type": "notification", "id": null, "method": "session/cancel", "params": { "sessionId": "ses_5535aca57ffe8xXWf1QIosDzwK" } }, { "_direction": "incoming", "_type": "response", "id": 4, "method": "session/prompt", "params": { "stopReason": "end_turn", "_meta": {} } }, { "_direction": "incoming", "_type": "response", "id": 3, "method": "session/prompt", "params": { "stopReason": "end_turn", "_meta": {} } }, { "_direction": "outgoing", "_type": "request", "id": 6, "method": "session/prompt", "params": { "sessionId": "ses_5535aca57ffe8xXWf1QIosDzwK", "prompt": [ { "type": "text", "text": "nano" } ] } } ] ``` </details> <details><summary>ZED LOG</summary> ```log 2025-11-22T23:23:15+05:45 INFO [zed::zed] Using GPU: GpuSpecs { is_software_emulated: false, device_name: "NVIDIA GeForce GTX 1060", driver_name: "NVIDIA Corporation", driver_info: "581.80 r581_66" } 2025-11-22T23:23:16+05:45 INFO [project::lsp_store] stopping language server pyrefly 2025-11-22T23:23:16+05:45 INFO [project::lsp_store] stopping language server clangd 2025-11-22T23:23:16+05:45 INFO [project::prettier_store] Initializing default prettier with plugins {} 2025-11-22T23:23:16+05:45 ERROR [crates/zeta/src/license_detection.rs:360] Access is denied. (os error 5) 2025-11-22T23:23:16+05:45 INFO [alacritty_terminal::tty::windows::conpty] Using conpty.dll for pseudoconsole 2025-11-22T23:23:18+05:45 INFO [project::prettier_store] Installing default prettier and plugins: [("prettier", "3.6.2")] 2025-11-22T23:23:21+05:45 INFO [project::prettier_store] Initialized default prettier with plugins: {} ``` </details> <details><summary>WORKING ACP LOG</summary> ``` json [ { "_direction": "outgoing", "_type": "request", "id": 3, "method": "session/prompt", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "prompt": [ { "type": "text", "text": "Working ?" } ] } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_thought_chunk", "content": { "type": "text", "text": "\n" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": "\n" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": "Yes" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": "," } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " I" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": "'m" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " working" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": "!" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " I" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " can" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " help" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " you" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " with" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " software" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " engineering" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " tasks" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " like" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " reading" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " files" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": "," } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " searching" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " code" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": "," } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " running" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " commands" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": "," } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " and" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " more" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": "." } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " What" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " would" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " you" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " like" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " me" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " to" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": " do" } } } }, { "_direction": "incoming", "_type": "notification", "id": null, "method": "session/update", "params": { "sessionId": "ses_55353d58effeWvMAcfQElwqRFf", "update": { "sessionUpdate": "agent_message_chunk", "content": { "type": "text", "text": "?" } } } }, { "_direction": "incoming", "_type": "response", "id": 3, "method": "session/prompt", "params": { "stopReason": "end_turn", "_meta": {} } } ] ``` </details>
--【拾】--:
开个全局试试?我之前用会有奇妙的网络问题
--【拾壹】--:
zed中cc不能用/命令吗
--【拾贰】--:
Internal error: “server shut down unexpectedly” 一直提示这个报错
--【拾叁】--:
我发现我在桌面也能打开,但是到了项目就是一直loading;而且opencode里的iflow api会有一些官网没有的模型,但是不会输出token
--【拾肆】--:
居然已经关闭了吗,我感觉并没有解决,我现在安装的1.1.31,我有git,然后直接装的acp是能进去但是没回复,扩展还是一直loading

