Agent Plugins Marketplace
← All plugins

jev-compact

v0.1.1

Context compaction that prunes instead of summarising: rules drop exploration output and hook noise locally, Jev ranks the rest against a budget, a note says what was removed, and removed outputs are archived for the brain. Falls back to the built-in summary when it cannot do better.

Claude Code

By Harsha YellelaLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install jev-compact for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install jev-compact@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/HAR5HA-7663/jev-compact

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

jev-compact/
└── .claude-plugin/plugin.json

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "jev-compact",
  "version": "0.1.1",
  "description": "Context compaction that prunes instead of summarising: rules drop exploration output and hook noise locally, Jev ranks the rest against a budget, a note says what was removed, and removed outputs are archived for the brain. Falls back to the built-in summary when it cannot do better.",
  "license": "MIT",
  "userConfig": {
    "targetPercent": {
      "type": "number",
      "title": "Target context share",
      "description": "Prune down to this percentage of the context window (estimated).",
      "default": 45
    },
    "compactAtPercent": {
      "type": "number",
      "title": "Auto-compact at",
      "description": "Context percentage at which a finished turn triggers compaction.",
      "default": 75
    },
    "preserveRecentMessages": {
      "type": "number",
      "title": "Recent messages to preserve",
      "description": "Newest messages never touched.",
      "default": 12
    },
    "minReductionRatio": {
      "type": "number",
      "title": "Minimum reduction",
      "description": "Below this estimated reduction the built-in summary runs instead.",
      "default": 0.25
    },
    "model": {
      "type": "string",
      "title": "Jev model",
      "description": "Pinned TypeSafe model name.",
      "default": "jev-1.13.0"
    },
    "brainArchive": {
      "type": "boolean",
      "title": "Archive pruned outputs",
      "description": "Write removed tool outputs to ~/brain/archive/compaction/ for the daily brain sync.",
      "default": true
    }
  },
  "author": {
    "name": "Harsha Yellela",
    "url": "https://github.com/HAR5HA-7663"
  },
  "repository": "https://github.com/HAR5HA-7663/jev-compact",
  "keywords": [
    "claude-code",
    "compaction",
    "context",
    "jev",
    "typesafe",
    "hooks"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[jev-compact on Agent Plugins Marketplace](https://pluginsmp.com/plugins/jev-compact)