Neatcontext Disconnect

Disconnect the NeatContext Context from the current Kimi Code session. Use when the user explicitly invokes this skill or asks to disconnect, detach, clear, or stop using the connected context.

XTSoftwareLabs 870e3b1 669 B Updated

File contents

Disconnect context

The bundled CLI path and Kimi session id below are expanded by Kimi Code at skill activation. Run:

KIMI_PLUGIN_ROOT="${KIMI_SKILL_DIR}/../.." kimi __plugin_run_node "${KIMI_SKILL_DIR}/../../src/kimi/neatcontext-cli.mjs" -- --session-id "${KIMI_SESSION_ID}" disconnect

Relay the output verbatim. Do not run a redundant status check. The command affects only the current Kimi Code session.

XTSoftwareLabs/neatcontext-plugins/tree/main/plugins/kimi-code/neatcontext/skills/disconnect commit 870e3b14db

Frequently asked questions

npx skillmds@latest add xtsoftwarelabs/neatcontext-disconnect