aider-chat-with-bedrock

aider-chat-bedrock 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)
armv7l-linuxarc-linuxi686-freebsdx86_64-freebsdmips64-linuxmicroblazeel-linuxi686-linuxx86_64-darwin
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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