atim 0.1.2
Changes
- /rebind command: detect running agent and session, rebind exclusively with warn-and-steal
- Fix response routing: pipe now uses most recent binding (
.rfind()) instead of first match (.find()) — prevents responses going to wrong Feishu group - Fix session filtering: canonicalize path before slug matching, fall back to capped scan (25 recent) when slug misses
- Session list capped at 25 most recent in fallback mode
- cargo fmt & clippy cleanup
Full Changelog: v0.1.1...v0.1.2