@henkaku-center/chi
Chi: shared session memory for AI-speed collaboration. Bundle of all Chi Pi modules.
Package details
Install @henkaku-center/chi from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@henkaku-center/chi- Package
@henkaku-center/chi- Version
0.3.0- Published
- Aug 10, 2026
- Downloads
- 76/mo · 76/wk
- Author
- steffenpl
- License
- MIT
- Types
- extension
- Size
- 3.8 MB
- Dependencies
- 6 dependencies · 0 peers
Pi manifest JSON
{
"extensions": [
"node_modules/@henkaku-center/chi-base/src/extension.ts",
"node_modules/@henkaku-center/chi-theme/src/extension.ts",
"node_modules/@henkaku-center/chi-sync/dist/src/extension.js",
"node_modules/@henkaku-center/chi-messaging/src/extension.ts",
"node_modules/@henkaku-center/chi-commons/src/extension.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@henkaku-center/chi
The Chi bundle: shared session memory for AI-speed collaboration, packaged as a single Pi package containing every Chi module.
pi install npm:@henkaku-center/chi
Modules included:
- chi-base — module registry,
/chisettings UI, prompt contributions - chi-theme — kanji working indicator and session-aware
千-…window titles - chi-messaging — authenticated GitHub-handle mentions and portable mention metadata
- chi-sync — scanned cross-machine session sync, materialize/resume
- chi-commons —
/commonssession browser: resume/import at z levels
Install the bundle or individual modules
(pi install npm:@henkaku-center/chi-sync etc.), never both: Pi loads
packages with separate module roots, so a doubled module reaches chi-base's
duplicate registration guard.
The * dependency specs in this package's source are pinned to exact
versions at publish time by scripts/publish.mjs, which also stages and
packs this package outside the workspace (npm drops bundledDependencies
when packing inside one) and verifies the tarball before publishing.