Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ Nix packages for AI coding agents and development tools. Automatically updated d
- **Usage**: `nix run github:numtide/llm-agents.nix#antigravity-cli -- --help`
- **Nix**: [packages/antigravity-cli/package.nix](packages/antigravity-cli/package.nix)

</details>
<details>
<summary><strong>bb-app</strong> - Agentic IDE for orchestrating coding agents</summary>

- **Source**: binary
- **License**: MIT
- **Homepage**: https://getbb.app
- **Usage**: `nix run github:numtide/llm-agents.nix#bb-app -- --help`
- **Nix**: [packages/bb-app/package.nix](packages/bb-app/package.nix)

</details>
<details>
<summary><strong>claude-code</strong> - Agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster</summary>
Expand Down
5 changes: 5 additions & 0 deletions lib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,11 @@ inputs."nixpkgs".lib.extend (
githubId = 53418317;
name = "Shiki";
};
jvmncs = {
github = "jvmncs";
githubId = 7891333;
name = "Jason Mancuso";
};
};
}
)
5 changes: 5 additions & 0 deletions packages/bb-app/hashes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "0.36.0",
"sourceHash": "sha256-IJuteZFXTquDY09dZFcKXGKTXTUZlW3ckSv0ym0EA4g=",
"npmDepsHash": "sha256-lPgphoP56jN14CM2dVSyMsoepNx73OWKWXBAnrS7bRg="
}
Loading
Loading