Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package implements the Agent Client Protocol (ACP), which standardizes communication between code editors and AI coding agents.
This package provides an ACP-compatible coding agent powered by the Claude Agent SDK.
The claude-code-cache-fix preload is automatically enabled to work around an upstream prompt-cache regression. Set CACHE_FIX_DISABLED=1 to disable all fixes while keeping monitoring active.
This package provides an ACP-compatible coding agent powered by the Claude Agent SDK.
The claude-code-cache-fix preload is automatically enabled to work around an upstream prompt-cache regression. Set CACHE_FIX_DISABLED=1 to disable all fixes while keeping monitoring active.
This program applies a seccomp BPF filter that blocks AF_UNIX socket creation, isolating sandboxed subprocesses from local services. It is used by Claude Code's bwrap sandbox.
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows through natural language commands.
The claude-code-cache-fix preload is automatically enabled to work around an upstream prompt-cache regression that can cause up to 20x cost increase on resumed sessions. Set CACHE_FIX_DISABLED=1 to disable all fixes while keeping monitoring active.
This package fixes a prompt cache regression in Claude Code that causes up to 20x cost increase on resumed sessions. Use it by setting NODE_OPTIONS="--import claude-code-cache-fix" when running Claude Code.
Zod is a TypeScript-first schema validation library with static type inference.
This package provides an SDK for building AI agents with Claude Code's capabilities, enabling programmatic interaction with Claude for autonomous code editing. It bundles all of Claude Code, too.