返回
RCreddit.com
18
·20小时前·开发者社区 · RSS

I made a VS Code extension that shows when your AI repo map is stale

查看原文
开源代码端侧推理

热度趋势

新上榜
最近 24 小时与此前 24 小时对比 · 7 天曲线

百分比基于当前可用热度信号,而非评论数或独立用户人数。

AI 摘要

一位开发者创建了一个VS Code扩展,旨在解决AI仓库地图过时的问题。该扩展在状态栏中显示地图的健康状况,支持一键重新生成,并允许在编辑器内查询排名文件。它还简化了MCP服务器的注册,无需手动配置。该扩展与本地SigMap CLI配合运行,不依赖托管的仓库索引。开发者正在寻求用户体验反馈,特别是关于状态栏等级的实用性,以及用户是否更倾向于仅在地图过时时接收通知。

I kept generating repo maps for coding agents, then forgetting whether the map still matched the code.

So I made a small VS Code extension that shows the map health in the status bar, regenerates it in one click, lets you query ranked files in-editor, and can register the MCP server without editing config by hand.

It runs against the local SigMap CLI. No hosted repository index.

I’m mainly looking for UX feedback: is the status-bar grade useful, or would you rather only be notified when the map becomes stale?

https://github.com/manojmallick/sigmap-vscode