Post
33
Did you explain the same decision to a fresh chat for the third time this week?
Did you ask your coding agent where something is handled, only to watch it grep, guess, and answer from the wrong file?
Did you edit a function, only to have the agent quote back the version from before your edit?
Sunstone is a free VS Code extension built for all three. It indexes the folders you have open and gives whichever model you already use, Copilot's Claude and GPT included, a real search over them. Before every search it re-reads whatever changed: a save, an unsaved edit, a file written from the terminal, a branch switch. #remember keeps a decision across chats. It can also put your own llama.cpp or vLLM server in the model picker. Everything stays on your machine, with no account and no key.
We measured it on all 500 issues in SWE-bench Verified. It named the right file first 229 times. A text search over the same files managed 58, and questions shuffled onto the wrong issues got 5. Every ranked list is published.
https://marketplace.visualstudio.com/items?itemName=SunstoneNorth.sunstone
Did you ask your coding agent where something is handled, only to watch it grep, guess, and answer from the wrong file?
Did you edit a function, only to have the agent quote back the version from before your edit?
Sunstone is a free VS Code extension built for all three. It indexes the folders you have open and gives whichever model you already use, Copilot's Claude and GPT included, a real search over them. Before every search it re-reads whatever changed: a save, an unsaved edit, a file written from the terminal, a branch switch. #remember keeps a decision across chats. It can also put your own llama.cpp or vLLM server in the model picker. Everything stays on your machine, with no account and no key.
We measured it on all 500 issues in SWE-bench Verified. It named the right file first 229 times. A text search over the same files managed 58, and questions shuffled onto the wrong issues got 5. Every ranked list is published.
https://marketplace.visualstudio.com/items?itemName=SunstoneNorth.sunstone