Skip to content

agents-sdk/codex-sift-plugin

v0.1.1Apache-2.0

Compresses large Codex tool outputs with sift and reports saved tokens.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

siftstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/dist/mcp/server.js"
  ],
  "cwd": "${PLUGIN_ROOT}"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "codex-sift-plugin",
  "version": "0.1.1",
  "description": "Compresses large Codex tool outputs with sift and reports saved tokens.",
  "author": {
    "name": "agent-context"
  },
  "license": "Apache-2.0",
  "keywords": [
    "codex",
    "sift",
    "context-compression",
    "tokens"
  ],
  "extensions": {
    "com.openai": {
      "hooks": "./hooks/hooks.json",
      "interface": {
        "displayName": "Sift for Codex",
        "shortDescription": "Compress tool output and track saved tokens.",
        "longDescription": "Uses Codex lifecycle hooks to compress large local tool outputs before the next model step, keeps lossy originals in a short-lived local stash, and exposes retrieval and savings tools through MCP.",
        "developerName": "agent-context",
        "category": "Developer Tools",
        "capabilities": [
          "Tool output compression",
          "Local stash retrieval",
          "Token savings stats"
        ],
        "defaultPrompt": [
          "Show how many tokens Sift has saved in this Codex session.",
          "Explain how Sift compresses tool output in Codex."
        ]
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai