主 题:Codex使用deepseek,居然跨目录给我修改项目
发 布 者:huilang
标签分类: 日常
时 间:2026-09-04 16:52:44
内容预览:刚从gpt切换到deepseek,当前目录是E:\lwl-code\CFSM\CF-Server-Monitor agent目录是 E:\lwl-code\CFSM\cfsm-agent,让他优化代码,他直接给我跨目录搜素并修改了,虽然这两个目录都在白名单,但以前gpt从来不会做这种"跨界"的事───────────────────────────────────────────────────────────────────• 当前仓库没有 agent 代码;那些日志很可能来自隔壁的 agent 仓库。我读取一下 E:\lwl-code\CFSM 下的目录以定位相关源码。• Ran Get-ChildItem E:\lwl-code\CFSM | Select-Object Name,Mode; Write-Output '---'; Get-ChildItem E:\lwl-code\CFSM -Recurse -Depth 2 -Filter go.mod -ErrorAction SilentlyContinue | Select-Object FullName └ Name Mode … +7 lines (ctrl + t to view transcript)• Ran cd E:\lwl-code\CFSM\cfsm-agent; git log --oneline -3; rg -n "WSS handshake|fallback delayed|WSS stopped|dynamic configuration applied|wss_schedule_inactive" . | Select-Object -First 80 └ ec94e66 feat(websocket,transport): 完善WSS连
直达链接: https://www.nodeseek.com/post-911409-1
 
 
Back to Top