Skip to content

v1.52.0 — Pi Settings Panel

Choose a tag to compare

@srbryers srbryers released this 22 Apr 22:19

What's New

Pi Extension — Settings Panel

  • New /slope-settings slash command for Pi users
  • Interactive checklist of all SLOPE features (guards, briefing, interview, planning, scorecard, review, dashboard)
  • Toggle features on/off with ctx.ui.select and ctx.ui.confirm
  • Settings persist to .slope/pi-settings.json
  • Tools and event handlers register conditionally based on active settings

API

  • loadPiSettings(cwd) / savePiSettings(cwd, settings)
  • isSkillEnabled(settings, name) / setSkillEnabled(settings, name, enabled)
  • listSkills(settings)

Files Added

  • src/core/pi-settings.ts

Commits

  • feat(pi): slope-settings command with skill toggle system
  • refactor(pi): make slope-settings an interactive extension command
  • chore: bump version to 1.52.0