aider-chat-with-playwright

aider-chat-playwright 0.86.1

AI pair programming in your terminal

https://github.com/Aider-AI/aider
Apache License 2.0
main program: aiderprograms: aider
Platforms (32)
riscv32-linuxpowerpc64-linuxmips64el-linuxaarch64-freebsdm68k-linuxsh4-linuxarmv7a-linuxaarch64-windows
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  aider-chat-with-playwright
];
Ad-hoc shell
nix-shell -p aider-chat-with-playwright
Flake (nix run)
nix run nixpkgs#aider-chat-with-playwright