XClineXCline is a fork of Cline that extends the capabilities of the original VSCode extension by adding support for additional LLM providers. The main feature is integration with Russian Large Language Models and local providers:
This integration allows you to use these models through the familiar interface while maintaining all the powerful features of the original extension like file editing, terminal commands, browser control, and more.
Meet XCline, an AI assistant that can use your CLI aNd Editor. XCline can handle complex software development tasks step-by-step. With tools that let it create & edit files, explore large projects, use the browser, and execute terminal commands (after you grant permission), it can assist you in ways that go beyond code completion or tech support. The assistant can even use the Model Context Protocol (MCP) to create new tools and extend its own capabilities. While autonomous AI scripts traditionally run in sandboxed environments, this extension provides a human-in-the-loop GUI to approve every file change and terminal command, providing a safe and accessible way to explore the potential of agentic AI.
Use Multiple LLM ProvidersXCline supports multiple LLM providers:
The extension keeps track of total tokens and API usage cost for the entire task loop and individual requests, keeping you informed of spend every step of the way. Run Commands in TerminalThanks to the new shell integration updates in VSCode v1.93, the assistant can execute commands directly in your terminal and receive the output. This allows it to perform a wide range of tasks, from installing packages and running build scripts to deploying applications, managing databases, and executing tests, all while adapting to your dev environment & toolchain to get the job done right. For long running processes like dev servers, use the "Proceed While Running" button to let the assistant continue in the task while the command runs in the background. As it works, it'll be notified of any new terminal output along the way, letting it react to issues that may come up, such as compile-time errors when editing files. Create and Edit FilesThe assistant can create and edit files directly in your editor, presenting you a diff view of the changes. You can edit or revert changes directly in the diff view editor, or provide feedback in chat until you're satisfied with the result. It also monitors linter/compiler errors (missing imports, syntax errors, etc.) so it can fix issues that come up along the way on its own. All changes are recorded in your file's Timeline, providing an easy way to track and revert modifications if needed. Use the BrowserThe assistant can launch a browser, click elements, type text, and scroll, capturing screenshots and console logs at each step. This allows for interactive debugging, end-to-end testing, and even general web use! This gives it autonomy to fixing visual bugs and runtime issues without you needing to handhold and copy-pasting error logs yourself. Try asking it to "test the app", and watch as it runs a command like "add a tool that..."Thanks to the Model Context Protocol, the assistant can extend its capabilities through custom tools. While you can use community-made servers, it can instead create and install tools tailored to your specific workflow. Just ask it to "add a tool" and it will handle everything, from creating a new MCP server to installing it into the extension. These custom tools then become part of its toolkit, ready to use in future tasks.
Add Context
Checkpoints: Compare and RestoreAs the assistant works through a task, the extension takes a snapshot of your workspace at each step. You can use the 'Compare' button to see a diff between the snapshot and your current workspace, and the 'Restore' button to roll back to that point. For example, when working with a local web server, you can use 'Restore Workspace Only' to quickly test different versions of your app, then use 'Restore Task and Workspace' when you find the version you want to continue building from. This lets you safely explore different approaches without losing progress. License |