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
39 changes: 22 additions & 17 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@
"dependencies": {
"@beads/bd": "^0.30.0",
"@biomejs/biome": "^2.3.8",
"@ccusage/codex": "^17.2.0",
"@ccusage/mcp": "^17.2.0",
"@getgrit/cli": "^0.1.0-alpha.1743007075",
"@github/copilot": "^0.0.369",
"@google/jules": "^0.1.40",
"@nanocollective/nanocoder": "^1.16.3",
"@pulumi/pulumi": "^3.212.0",
"@sourcegraph/amp": "^0.0.1764893126-gb1ffc3",
"@typescript/native-preview": "^7.0.0-dev.20251127.1",
"ccusage": "^17.2.0",
Comment on lines +16 to +25

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The new dependencies @ccusage/codex, @ccusage/mcp, and ccusage provide CLI tools (as seen from the bin entries in bun.lock). Bun's security model requires that packages with lifecycle scripts (often used to set up such tools) be explicitly trusted. To ensure these tools are installed correctly and are functional, please add all three ccusage packages to the trustedDependencies array in this file.

"cline": "^1.0.5",
"open-composer": "^0.8.23",
"typescript": "^5.9.3"
Expand Down
Loading