Home / maplezzk / pi-extensions · packages/pi-clean-mode/SKILL.md · GitHub

configure-pi-clean-mode skillA

configure-pi-clean-mode is agent-read markdown (skill) from maplezzk/pi-extensions: 配置与排查 pi-clean-mode 的配置面板、折叠单位、耗时头、自动展开与快捷键。Use when configuring clean mode, opening its settings panel, or diagnosing collapsed transcript behaviour..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# 配置与排查 pi-clean-mode

`pi-clean-mode` 把一轮 agent 运行的工作过程折叠成一行耗时头,只留最终答案。折叠不是靠重新注册工具,而是替换 Pi 导出的对话组件原型方法。

## 交互与配置

路径:`<pi agent 目录>/extensions/pi-clean-mode/config.json`。

| 配置项 | 默认 | 含义 |
|---|---|---|
| `enabled` | `true` | 总开关;关闭后所有补丁放行原始渲染 |
| `autoExpandWhileRunning` | `true` | 执行中展开、运行结束后收起 |
| `showRunHeader` | `true` | 折叠时在最终答案上方显示 `用时 …` |
| `enableActionGroups` | `true` | 把一个 turn 的多条工具调用收成一行组头 |
| `showActivityArea` | `true` | 运行中显示实时活动块:顶部只留整轮时间与「处理中」,分类计数接在组头后面,细节行接在最新动作下面 |
| `activityRows` | `4` | 活动区高度,1-20 |
| `animateActivity` | `true` | 活动区动画;关闭后只保留静止标记 |
| `hideThinking` | `true` | 把 Pi 的 thinking 块从消息里抽掉(不是开 Pi 自己的隐藏开关,那个会留一个空行) |
| `hideExtensionEntries` | `true` | 折叠时连扩展写入的条目一起收起;`info` 级通知(metrics 遥测、回执)也跟着收,警告与错误仍可见 |

改配置:`/clean config`(或直接 `/config:clean-mode`)打开交互式面板,`↑`/`↓` 选、`enter`/`space` 切换、`esc` 关闭;活动区行数会再开一层 1-20 的列表(超出 8 项时列表自己滚动)。面板里每改一项立刻落盘并生效。

不开面板时也可以用 `/config:clean-mode showRunHeader=off`,或直接编辑文件后重启会话。

Pi 自带的 `/settings` 没有扩展注册配置项的入口,所以面板由扩展自己用 `ctx.ui.custom` + Pi 的 `SettingsList` 实现(`src/config-panel.ts`);可写字段统一在 `src/config-fields.ts`,命令与面板共用同一套写回逻辑。
…

Read the whole file at its exact version.

How to install

Latest version
mdr add maplezzk/pi-extensions/configure-pi-clean-mode@git:20260922.73feb1a
Exact content
mdr add maplezzk/pi-extensions/configure-pi-clean-mode@sha256:f50963d6362180e3

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_o6twhiuc45mv3fxn.svg)](https://markdownregistry.com/a/art_o6twhiuc45mv3fxn)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.73feb1a latest2026-09-22 73feb1a 25,292 BA view · diff
git:20260921.ef6d8892026-09-21 ef6d889 24,080 BA view · diff
git:20260920.318a6532026-09-20 318a653 23,582 BA view · diff
git:20260920.e968e3a2026-09-20 e968e3a 22,924 BA view · diff
git:20260920.72100aa2026-09-20 72100aa 22,539 BA view · diff
git:20260920.c439b032026-09-20 c439b03 22,517 BA view · diff
git:20260920.c0a64fc2026-09-20 c0a64fc 21,306 BA view · diff
git:20260920.d5cfcf42026-09-20 d5cfcf4 20,128 BA view · diff
git:20260919.bdd141e2026-09-19 bdd141e 19,803 BA view · diff
git:20260919.e1ae2012026-09-19 e1ae201 19,339 BA view · diff
git:20260919.1a75f6b2026-09-19 1a75f6b 16,345 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (25292 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

maplezzk/pi-extensions · 12 stars · license MIT · pushed 2026-09-22 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_o6twhiuc45mv3fxn
GET https://markdownregistry.com/api/v1/resolve?ref=maplezzk/pi-extensions/configure-pi-clean-mode
GET https://markdownregistry.com/api/v1/blob/f50963d6362180e39bb9389cc18b601f746617adc295ea5304efad96a5ce0e14

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from maplezzk/pi-extensions

AGENTS.md agents
maplezzk/pi-extensions · AGENTS.md
git:20260922.961f354 · audit A · 12 stars
configure-pi-auto-goal skill
maplezzk/pi-extensions · packages/pi-auto-goal/SKILL.md · 配置与排查 pi-auto-goal 的提前停止判定、判定模型、干预上限与催促文案。Use when configuring or diagnosing premature-stop judgement.
git:20260922.a62090b · audit A · 12 stars
configure-pi-distill skill
maplezzk/pi-extensions · packages/pi-distill/SKILL.md · 配置与排查 pi-distill 的模型、压缩阈值、重试、工具开关和审计卡片。Use when configuring pi-distill or diagnosing output distillation.
git:20260820.57a9863 · audit A · 12 stars
configure-pi-dynamic-workflows skill
maplezzk/pi-extensions · packages/pi-dynamic-workflows/SKILL.md · 配置与排查 pi-dynamic-workflows 的执行后端和异步模式。Use when configuring workflow backend, async mode, or subagent integration.
git:20260820.57a9863 · audit A · 12 stars
configure-pi-extensions-i18n skill
maplezzk/pi-extensions · packages/pi-extensions-i18n/SKILL.md · 配置 Pi 扩展共享语言并排查 locale 优先级、持久化设置和 catalog。Use when changing zh-CN/en-US/auto language behavior.
git:20260919.b3f1f59 · audit A · 12 stars
configure-pi-extensions-tool-display skill
maplezzk/pi-extensions · packages/pi-extensions-tool-display/SKILL.md · 配置与排查 Pi 工具展示宿主、内建/自定义工具 override、输出模式和 diff 视图。Use when changing pi-extensions-tool-display rendering.
git:20260820.57a9863 · audit A · 12 stars
configure-pi-interactive-subagents skill
maplezzk/pi-extensions · packages/pi-interactive-subagents/SKILL.md · 配置与排查 interactive subagents 的终端复用器、Herdr split/tab 和状态面板。Use when configuring subagent mux behavior.
git:20260918.137b800 · audit A · 12 stars
configure-pi-metrics skill
maplezzk/pi-extensions · packages/pi-metrics/SKILL.md · 启用与排查 pi-metrics 的耗时、TPS、TTFT、token 和成本遥测。Use when configuring or diagnosing Pi session metrics.
git:20260920.81cdf04 · audit A · 12 stars
configure-pi-models-discovery skill
maplezzk/pi-extensions · packages/pi-models-discovery/SKILL.md · 配置与排查 models.json 的动态模型发现、缓存刷新、鉴权和离线回退。Use when adding discoverModels providers or refreshing model catalogs.
git:20260920.5241ae4 · audit A · 12 stars
configure-pi-naming skill
maplezzk/pi-extensions · packages/pi-naming/SKILL.md · 配置 Pi 统一 /rename、首条消息命名和终端目标归属。Use when configuring pi-naming.
git:20260914.d76b5b5 · audit A · 12 stars
configure-pi-nested-skills skill
maplezzk/pi-extensions · packages/pi-nested-skills/SKILL.md · 配置与排查 pi-nested-skills 的技能根目录、递归发现、别名调用和补全。Use when configuring nested skill roots, aliases, discovery, or completion.
git:20260907.3bd68af · audit A · 12 stars
configure-pi-notifications skill
maplezzk/pi-extensions · packages/pi-notifications/SKILL.md · 配置与排查 pi-notifications 的外部通知命令、argv 参数、超时和一次性失败提示。Use when configuring or diagnosing Pi external notifications.
git:20260907.3bd68af · audit A · 12 stars

Every file in maplezzk/pi-extensions

Browse by kind, by grade A, or by owner.