Skip to content

session-peer v0.9.1

Choose a tag to compare

@abruption abruption released this 21 Sep 03:39
d68aab7

session-peer v0.9.1

This documentation hotfix separates Python package management from agent skill
management. Install or upgrade the CLI with pip, pipx, or uv, and install the
official skill for Claude Code, Codex, and Antigravity with the open agent
skills CLI:

npx -y skills@latest add abruption/session-peer \
  --skill session-peer --global \
  --agent claude-code --agent codex --agent antigravity --copy --yes

The verified command writes the skill to
~/.claude/skills/session-peer/SKILL.md and the shared
~/.agents/skills/session-peer/SKILL.md path used for Codex and Antigravity.
Skill updates remain explicit and
independent from Python package upgrades:

npx -y skills@latest update session-peer --global --yes

The validation used skills@1.7.0, which declares Node.js 22.20 or newer. This
release does not add a package-install hook and does not make pip write into
agent configuration directories.