pi-kimi-usage

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

pi-kimi-usage

npm version GitHub release pi package license: MIT

A pi extension that shows compact Kimi usage info in the footer, only when a kimi-coding model is selected.

Example output:

Kimi · 7d 6% 6d20h · 5h 28% 1h40m

preview

Features

  • Shows Kimi usage only for kimi-coding models
  • Refreshes on session start, every 60 seconds, and on turn end
  • Reads auth from:
    1. KIMI_API_KEY
    2. ~/.pi/agent/auth.jsonkimi-coding.key
      • literal key
      • env var name
      • shell command prefixed with !
  • Uses KIMI_CODE_BASE_URL if set, otherwise defaults to https://api.kimi.com/coding/v1/usages

Install

From npm:

pi install npm:pi-kimi-usage

From GitHub:

pi install git:github.com/muffe/pi-kimi-usage

npm package:

Notes

This extension intentionally resolves auth.json shell-command keys (values starting with !) to match pi auth behavior.