v0.1.2 — Wizard triggers on first message after install
·
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— addedcontext_yaml_candidates(),is_first_run(), andWIZARD_TRIGGERas shared utilitiesresolve_hook.py— usescontext_yaml_candidates()(removes duplicated traversal logic) and injects wizard trigger on first-runsession_hook.py— refactored to use shared utilities; shrinks to ~10 lines of logic
Upgrade
claude plugin update open-context@open-context