As you work on your code, Coding Agent proactively offers improvements by running commands automatically on every file save.
The command run is decided by the size of the changeset:
For small-size changesets, the agent executes the /issues
command to identify and suggest fixes for potential issues.
For mid-size changesets, the agent runs the /improve
command to suggest enhancements that elevate your code's quality.
This feature can be enabled or disabled in the extension settings, allowing you to customize your experience and control when and how you receive coding suggestions.
The Coding Agent is Sectum AI's AI-powered assistant, designed to significantly enhance your coding efficiency and code quality.
Coding Agent combines advanced AI capabilities with an intuitive interface to provide real-time assistance and guidance throughout the coding process.
Sectum AI Tasks generates a detailed plan for a coding task described by you, outlining the steps needed to complete your task.
Using Tasks
Select the relevant code: Select code relevant to the task you'd like to create and press Ctrl + Shift + E
to add it as Context.
Describe the task: Describe what you need to get done in the chatbox.
Generate task: Send your description in the chat. Sectum AI will generate a task for you.
Review and adjust: If you'd like to make changes to the generated task, continue the chat. You can refine the plan according to your needs.
Provide more details: To generate the best plan, Sectum AI sometimes requires more details and will ask for missing information.
Create a full task plan: When you're happy with the generated task, click Create a full task plan
. Sectum AI will generate a full task plan directly in the chat.
Copy your task: To copy the task either as plain text or markdown, click the three dots on the message's top right corner.
(For Teams and Enterprise users only) Load to Code Completion: Use your finalized task together with Code Completion by clicking Load plan into auto-completer
. As you follow the steps outlined in the task, the Code Completion tool will assist you in writing the required code for each step.