I made a VS Code extension that shows when your AI repo map is stale
热度趋势
百分比基于当前可用热度信号,而非评论数或独立用户人数。
一位开发者创建了一个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