{"detail":[{"type":"missing","loc":["body","tools",0,"input_schema"],"msg":"Field required","input":{"type":"web_search_20250305","name":"web_search","max_uses":8}}]} 有什么配置或者什么操作可以重定向这个工具或者有什么解决办法吗。 我用的是 GitHub - ding113/claude-code-hub: 一个现代化的 Claude Code & Codex API 代理服务,提供智能负载均衡、用户管理和使用统计功能。 · GitHub 1 个帖子 - 1 位参与者 阅读完整话题
Ricci Flow – AI Web Scraper for Chrome: AI Data Extraction Tool for Web Scraping to CSV, Excel, JSON Comments URL: https://news.ycombinator.com/item?id=47815071 Points: 2 # Comments: 1
Hello, I built chlibc, a linux tool to change the system interp and glibc to your custom one. Normally, running an ELF against a different glibc, you'd use LD_LIBRARY_PATH and patchelf, or use chroot/docker. chlibc allows you to change the dynamic linker of a process on the fly without patching and root access. Key Features: - zero disk modification: no need for patchelf --set-interpreter. - no root required: works entirely in user-space via ptrace - multi-arch: native support for x86_64, AArch64, and RISC-V. - lightweight: unlike PRoot, which intercepts every syscall to translate paths, chlibc only intervenes during the initial execve() phase. Once the loader is swapped, it almost has no runtime overhead. I’d love to hear your thoughts about this tool, thanks! Comments URL: https://news.ycombinator.com/item?id=47814330 Points: 2 # Comments: 0
Artificial intelligence is an amazing tool for brainstorming, programming, or generating images. But it’s also incredibly good at writing long, meaningless text filled with platitudes or producing code that continuously reinvents the wheel or misses edge cases. This has become known as slop. My inboxes have been increasingly filled with low-effort slop. I’m sure that this happens to many of you, too. The reddest of flags is being sent slop for work; at first glance, it may look credible, but it falls apart when you actually read the text. This prompted me to write three principles for working with AI and creating a website to send to your friend or colleague when they send you slop. Let's stop the slop and get back to doing great work together. Comments URL: https://news.ycombinator.com/item?id=47813403 Points: 2 # Comments: 1
安装后运行claude提示这个了。 该版本的 D:\tools\nodejs\node-v24.11.1-win-x64\node_modules@anthropic-ai\claude-code\bin\claude.exe 与你运行的 Windows 版本不兼容。请查看计算机的系统信息,然后联系软件发布者。 安装回旧版本 2.1.112就正常了。 npm install -g @anthropic-ai/[email protected] 15 个帖子 - 8 位参与者 阅读完整话题
Article URL: https://agenticdev.blog/ Comments URL: https://news.ycombinator.com/item?id=47811916 Points: 2 # Comments: 0
就像如图这种的,目前是使用多个team号直接登录到codex app中使用,但是每次用完额度都要手动退出登录然后去收验证码登另一个,有点麻烦,不知道有没有类似的管理程序 5 个帖子 - 3 位参与者 阅读完整话题
I’ve been working on Pyra for the past few months and wanted to start sharing it in public. Right now it’s focused on the core package/project management workflow: Python installs, init, add/remove, lockfiles, env sync, and running commands in the managed env. The bigger thing I’m exploring is whether Python could eventually support a more cohesive toolchain story overall, more in the direction of Bun: not just packaging, but maybe over time testing, tasks, notebooks, and other common workflow tools feeling like one system instead of a bunch of separate pieces. It’s still early, and I’m definitely not claiming it’s as mature as uv. I’m mostly sharing it now because I want honest feedback on whether the direction feels interesting or misguided. Comments URL: https://news.ycombinator.com/item?id=47810994 Points: 6 # Comments: 1
I built this tool a while back when I accidentally deleted thousands of my PDFs. I found the existing ext4magick and similar solutions to be cumbersome and complicated to use, and wanted something similar that just did PDFs. As a bonus, because it only handles PDF documents, the pattern recognision is super simple, allowing this program to scan through a disk at high speed, like the maximum read speed for your disk. Hope people find it useful. Mirror: https://github.com/seanhly/recover-pdfs Comments URL: https://news.ycombinator.com/item?id=47810848 Points: 3 # Comments: 0
I made this tool that allows server admins to decrypt passwords during bootup with the help of Matrix and HTTP. Comments URL: https://news.ycombinator.com/item?id=47809368 Points: 2 # Comments: 0
Small cli program I made to convert and modify bookmark files. Supports converting between json and netscape bookmark file format (default formatted exported by chrome/firefox). I created this because I have a lot of bookmarks across devices that I want to batch edit/delete and I can't always just directly modify the local browser db. Not many filters implemented so far, but I made it easy to add filters see: https://github.com/ediw8311xht/cl-bookmark-tool/blob/main/sr... Comments URL: https://news.ycombinator.com/item?id=47808543 Points: 1 # Comments: 0
Article URL: https://kwverdit.com Comments URL: https://news.ycombinator.com/item?id=47807541 Points: 1 # Comments: 0
Article URL: https://www.preseason.ai Comments URL: https://news.ycombinator.com/item?id=47807152 Points: 1 # Comments: 0
Hi everyone, I built a small tool called GitShrink to solve a simple problem: making videos small enough (<10MB) to upload to GitHub. It runs entirely in the browser, so nothing is uploaded anywhere. Website: https://igtumt.github.io/gitshrink/ GitHub: https://github.com/igtumt/gitshrink It’s a small, local-first tool with no accounts, no tracking, and no backend. Use cases: README demo videos Small product demos Screen recordings for GitHub Feedback is welcome. Comments URL: https://news.ycombinator.com/item?id=47806514 Points: 2 # Comments: 1
Article URL: https://github.com/Oh-Sheet-Team/oh-sheet Comments URL: https://news.ycombinator.com/item?id=47805456 Points: 1 # Comments: 0
用的 cc-switch,any 无法使用工具 调用提示: 0 tool uses Agent 模式不可用 2 个帖子 - 2 位参与者 阅读完整话题
Lately I've been working on a small tool to generate realistic handwriting animation from any text. Any feedback is welcome, hope you enjoy :) Comments URL: https://news.ycombinator.com/item?id=47805078 Points: 2 # Comments: 1
I've made [candalf]( https://github.com/jarmo/candalf ) to setup my own PC and servers by using simple shell scripts instead of using something more complex like Ansible or similar. It's been used by me to manage production servers (physical and VM-s) running Linux/FreeBSD for years now and I'm also using it to configure my own laptop (Linux) so that if I install OS from scratch I can get up to speed really quickly and to also have everything "documented" in the scripts to not waste extra time in the future. I recently improved it a little to also support macOS, but have not used it for production usage having that OS. Maybe someone else also finds it useful. If not then also no harm is done. Comments URL: https://news.ycombinator.com/item?id=47804236 Points: 2 # Comments: 0
经过两个项目的洗礼skill,用起来还是比较顺畅的。 技术栈:后端 Rust Axum,前端 React Tanstack。 各位佬友若有需求可以用用看。 github.com GitHub - timzaak/web-dev-skills 通过在 GitHub 上创建帐户来为 timzaak/web-dev-skills 开发做出贡献。 1 个帖子 - 1 位参与者 阅读完整话题
今天升级了cc到2.1.112,然后在explore的时候otools used.opus提示agent工具调用异常。以前在2.1.87时候是正常的。settings里面设置了 enable_tool_search为1。是这个版本的问题,还是要有什么其他设置?用的是anyrouter 2 个帖子 - 1 位参与者 阅读完整话题