cc-probeline-config

cc-probeline-config is a command for Claude Code from labzink/cc-probeline. It costs 21 tokens per session (1,913 once invoked), scanned A, original, MIT.

An interactive command for changing cc-probeline settings, such as table size, display mode, hints, price checks, usage refreshes, and probes.

In plain words
What is it for?
Configuring the cc-probeline status line through one guided question widget.
Why use it?
It lets you review and change several settings together without editing the configuration file by hand.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: names the AskUserQuestion tool; mentions Claude Code.

Part of the cc-probeline plugin — 3 commands, 1 hook shipped together

Good fit Configuring the cc-probeline status line through one guided question widget.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/labzink/cc-probeline/cc-probeline-config
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/labzink/cc-probeline

Made for: Claude Code.

Or install cc-probeline, the plugin that ships this one along with the rest of its 3 commands, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cc-probeline-config

README.md
[![agentmods](https://agentmods.dev/badge/commands/labzink/cc-probeline/cc-probeline-config/github.svg)](https://agentmods.dev/commands/labzink/cc-probeline/cc-probeline-config)
Your own site
<a href="https://agentmods.dev/commands/labzink/cc-probeline/cc-probeline-config"><img src="https://agentmods.dev/badge/commands/labzink/cc-probeline/cc-probeline-config/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cc-probeline-config

Your own site · 80×15
<a href="https://agentmods.dev/commands/labzink/cc-probeline/cc-probeline-config"><img src="https://agentmods.dev/badge/commands/labzink/cc-probeline/cc-probeline-config.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,913 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00021 $0.01913
Opus 5 $0.00010 $0.00957
Sonnet 5 $0.00004 $0.00383
Haiku 4.5 $0.00002 $0.00191

Measured 9d ago against content hash 1399933d9fc3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

cc-probeline-config scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/cc-probeline-config.md · 130 lines

How it starts

The opening of the file, as written. The whole thing — 130 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Configure cc-probeline: /cc-probeline-config

Interactive configuration for cc-probeline, shown as one native question widget with four questions (arrow-navigable). The user checks only what they want to change — anything left untouched stays as it is — and all changes are applied in a single batch at the end via the cc-probeline CLI setters. Never edits the TOML config directly.

Usage

/cc-probeline-config

No arguments.


Step 0 — Preconditions + read current state

  1. If cc-probeline is not found in PATH, tell the user the binary is not installed yet and suggest running /cc-probeline-install to install it, then stop:

    cc-probeline binary not found in PATH.
    Run /cc-probeline-install to install it, then run /cc-probeline-config again.
    
  2. Read the current effective config (needed to show 🟢/🔴 and the current table size):

    cc-probeline config show
    

    This prints JSON. Extract these values:

    • general.table_rows (int)
    • general.mode ("standard" | "super-compact")
    • general.tutorial_hints (bool)
    • general.price_check (bool) — once-per-day network price/version check (opt-out)
    • general.usage_refresh (bool) — background refresh of Claude Code's usage cache (model-scoped weekly limit + extra-usage figures)
    • widgets.model, widgets.cost, widgets.project, widgets.email, widgets.time, widgets.ctx, widgets.quota, widgets.git (bool each)

Step 1 — Ask all four questions in ONE AskUserQuestion call

Call the AskUserQuestion tool once with the four questions below (do NOT make four separate calls, and never print a plain-text menu).

Fill every "currently …" description and 🟢/🔴 marker from the values read in Step 0 (🟢 = currently on/shown, 🔴 = currently off/hidden). For toggles, the wording must state the flip direction (e.g. "Currently on. Check to hide.").

Option spacing & indent (required for readability — applies to ALL four questions): every option's description MUST begin with a literal tab (\t) and end with a literal newline (\n):

Read the full file on GitHub · 130 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 130 lines · 21 tokens per session scan A 1399933d9fc3

Subscribe to this mod's changes

cc-probeline-config is a command published in the GitHub repository labzink/cc-probeline (11 stars, last pushed 27d ago), licensed MIT. It adds 21 tokens to every session and 1,913 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.