Skip to content

atim 0.1.2

Choose a tag to compare

@zitsen zitsen released this 22 May 01:47
· 83 commits to main since this release

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