Sarvam Coder - Code with AI assistance, right in your editor. Powered by Sarvam's advanced agent capabilities, Sarvam Coder helps you write, understand, and debug code faster than ever. Whether you're a beginner or an experienced developer, Sarvam Coder is your intelligent coding companion.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
This is a VS Code extension (no local web server), designed to send user coding tasks and request model to provide a response for the following tools implemented within the extension:
Read File(s) [read_file]
Search File(s) [search_files]
List file(s) [list_files]
List Code definition Name(s) [list_code_definition_names]
Search/Replace [apply_diff, search_and_replace]
Write File [write_to_file]
Insert Content [insert_content]
Execute Command [execute_command]
Followup Question [ask_followup_question]
To Do List [update_todo_list]
Attempt Completion [attempt_completion]
Tool structure
Tool parsing and execution are split into small modules: