You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add config migration for `[stats]` section and bump to `0.2.1` (#……116)
v0.2.0 shipped the required [stats] config field without migration
logic, so any pre-existing clawshell.toml fails to parse on upgrade.
- New to_v0_2_1 migration step injects [stats] with persist_path =
"/etc/clawshell/stats.json" when the section is absent.
- Version gate (from < 0.2.1) catches both 0.1.x and 0.2.0 configs.
- Bump version to 0.2.1 across Cargo.toml, example config, README,
and all npm packages.