10 src = fetchFromGitHub {
13 rev = "cli/v${version}";
14 hash = "sha256-q3DBkYmZxgrdlEUdGgFCf5IR17lKmYp7U5BD/4GXxjo=";
17 sourceRoot = "${src.name}/app/cli";
19 vendorHash = "sha256-aFfgXGRnsqS7Ik5geQ6yXL+8X0BfNhHGzF7GKIDC4iE=";
22 mainProgram = "plandex";
23 description = "AI driven development in your terminal. Designed for large, real-world tasks. The sli part";
24 homepage = "https://plandex.ai/";
25 license = lib.licenses.agpl3Only;
26 maintainers = with lib.maintainers; [ viraptor ];