© 2026 YOLOX SYSTEM. ALL RIGHTS RESERVED.
Gives your agent the ability to search through historical conversation data to retrieve past decisions, patterns, and insights without wasting context window space.
When you need to recall why a specific architectural decision was made
When you're stuck on a problem and want to check if it's been solved
When you reference past work using phrases like "last time we discussed"
Ask a question about past decisions, patterns, or implementation approaches
Wait for the agent to dispatch the search-conversations subagent
Review the synthesized findings and actionable insights from your history
Use the retrieved information to inform your current development task
You
Do you remember how we handled the authentication flow in the last project?
Agent
I am dispatching the search agent to find our previous authentication flow decisions. Based on our past conversations, we used a JWT-based approach with a custom middleware for token refresh; here is the specific pattern we implemented and the reasoning behind it.
Gives your agent the ability to transform lessons learned during debugging or development into domain-organized memory instructions that persist across VS Code contexts.
Gives your agent the ability to operate as an interactive programmer by leveraging a live REPL as its primary source of truth for exploration and modification.
Gives your agent the ability to verify all work with fresh evidence before claiming any task is complete.
Gives your agent the ability to generate standardized, descriptive commit messages following the Conventional Commits specification for better project history and automation.
Gives your agent the ability to generate professional walkthrough videos from Stitch project designs using Remotion for smooth transitions and text overlays.
© 2026 YOLOX SYSTEM. ALL RIGHTS RESERVED.