Skip to content

v0.1.2 — Wizard triggers on first message after install

Choose a tag to compare

@oopsla5xx oopsla5xx released this 16 Aug 04:15
· 19 commits to main since this release

What's Fixed

Wizard now starts on first message after install — previously, the setup wizard only triggered at the next new session. Now the UserPromptSubmit hook detects first-run (no context.yaml, no settings) and injects the wizard trigger on the user's very first message — within the same session as install.

What's Changed

  • hook_utils.py — added context_yaml_candidates(), is_first_run(), and WIZARD_TRIGGER as shared utilities
  • resolve_hook.py — uses context_yaml_candidates() (removes duplicated traversal logic) and injects wizard trigger on first-run
  • session_hook.py — refactored to use shared utilities; shrinks to ~10 lines of logic

Upgrade

claude plugin update open-context@open-context