“The Foresight engine is spooky accurate. I was writing an email about a server outage, and before I finished typing ‘check the logs,’ Ikey Prime had already opened my
/var/logdirectory in a split pane. That’s next-level.”
— Carla M., DevOps Engineer
“The Wasm plugin system is a game-changer. I wrote a plugin that screenshots my current monitor and asks Ikey Prime to describe UI bugs. It catches things I miss. 0.9.0.0 is finally stable enough for my daily workflow.”
— James T., QA Lead
“I wish the memory recall was smarter about pruning old vectors. After a week of heavy use, my vector DB grew to 14 GB. There’s an auto-prune feature, but it’s not aggressive enough.”
— Lin Wei, AI Researcher Ikey Prime Beta 0.9.0.0
We ran Ikey Prime Beta 0.9.0.0 on a three-machine test bench:
Enable/disable in settings.conf under [Plugins]. “The Foresight engine is spooky accurate
| Plugin | Function |
|--------|----------|
| calc | Math & units |
| websearch | Custom search engines |
| clipboard | History manager |
| snippets | Text expansion (e.g., sig → full signature) |
| window_manager | Move/resize/close windows |
| process_killer | kill notepad |
To add a custom plugin:
Edit user_commands.conf:
[commands]
cmd = cmd /k $$$
pwsh = powershell -NoExit -Command "Set-Location '%USERPROFILE%'"
sleep = rundll32.exe powrprof.dll,SetSuspendState 0,1,0
ip = cmd /c ipconfig | clip
snipping = explorer.exe ms-screensnip:
vs = "C:\Program Files\Microsoft VS Code\Code.exe"
Usage: Type vs + Enter → launches VS Code. “The Wasm plugin system is a game-changer