Commit 8fd76e78 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

vscode-extensions.saoudrizwan.claude-dev: init at 3.0.12

parent a27925d4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4271,6 +4271,8 @@ let
        };
      };

      saoudrizwan.claude-dev = callPackage ./saoudrizwan.claude-dev { };

      sainnhe.gruvbox-material = buildVscodeMarketplaceExtension {
        mktplcRef = {
          name = "gruvbox-material";
+21 −0
Original line number Diff line number Diff line
{
  lib,
  vscode-utils,
}:

vscode-utils.buildVscodeMarketplaceExtension {
  mktplcRef = {
    name = "claude-dev";
    publisher = "saoudrizwan";
    version = "3.0.12";
    hash = "sha256-GlBo4MIoIazKEYHv4yXpRGLVElOnjYgD9gB6rMQxeGg=";
  };

  meta = {
    description = "A VSCode extension providing an autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way";
    downloadPage = "https://github.com/cline/cline";
    homepage = "https://github.com/cline/cline";
    license = lib.licenses.asl20;
    maintainers = [ lib.maintainers.drupol ];
  };
}