Skip to content

GPT-5 — round 2 #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Aug 11, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Stuff
  • Loading branch information
ammario committed Aug 11, 2025
commit e6126fbe58ae42d88652ff2e30b742805961b5b7
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"build": "bun build --target node --format cjs --outfile dist/main.cjs ./src/main.ts --external ai --external @ai-sdk/* --external zod && node -e \"const fs=require('fs');const f='dist/main.cjs';fs.writeFileSync(f,fs.readFileSync(f,'utf8').replace(/import\\.meta\\.url/g,'__filename'))\" && printf '#!/usr/bin/env node\\nrequire(\"./main.cjs\");\\n' > dist/main.js && chmod +x dist/main.js",
"test": "bun test",
"typecheck": "tsc --noEmit",
"install": "bun run pack:global",
"pack:global": "bun run build && npm pack --silent && npm install -g anyclaude-*.tgz"
"install": "bun run build && npm pack --silent && npm install -g anyclaude-*.tgz"
},
"dependencies": {
"@ai-sdk/anthropic": "^2.0.1",
Expand Down
Loading