Standard Mode
Standard Mode is the manual flow of Qodo Gen Chat, allowing you to set certain behaviors and preferences yourself and call Commands.
Last updated
Was this helpful?
Standard Mode is the manual flow of Qodo Gen Chat, allowing you to set certain behaviors and preferences yourself and call Commands.
Last updated
Was this helpful?
Qodo Gen now supports either Standard or Agentic workflow modes.
Standard mode offers a manual Qodo Gen experience, including Commands.
Agentic Mode utilized tools to make interactions more dynamic and less structured, proactively assisting with tasks and providing contextual suggestions.
Standard Mode follows a traditional command-response structure, where Qodo Gen executes user instructions exactly as given.
This mode offers a more predictable and controlled experience, making it ideal for users who prefer direct command execution without additional processing or tool integration, or for users who want to manually control what Qodo Gen uses as Context.
While it does not dynamically select tools like Agentic Mode, it still provides accurate and efficient responses based on the given input.
Click on the plus button + at the top right of Qodo Gen. A dropdown window will open.
Choose Standard. The logo in Qodo Gen will change to indicate you're now using Qodo Gen in Standard Mode.
"Find all functions related to user authentication in our codebase."
"Where is the logic for calculating subscription billing?"
"List all places where legacy_api_call()
is used and suggest replacements."
"Find any duplicate or similar functions that could be merged."
"Check if there are any TODO comments left in the codebase."
"Write a helper function to validate email addresses using our existing utilities."
"Generate a unit test for processOrder()
based on our testing framework."
"Refactor this function to improve readability without changing its behavior."
"Analyze this file for potential bugs or edge cases."
"Find all functions that don’t have error handling in this module."
"Are there any security risks in this code?"