| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| birdclaw 0.1.0 source code.tar.gz | 2026-04-26 | 199.1 kB | |
| birdclaw 0.1.0 source code.zip | 2026-04-26 | 264.5 kB | |
| README.md | 2026-04-26 | 1.6 kB | |
| Totals: 3 Items | 465.2 kB | 0 | |
Added
- Add X web cookie fallback for block and unblock actions when the X API rejects OAuth2 block writes.
- Add
profiles repliesso moderation triage can inspect a user's recent reply pattern before blocking. - Add
blocks import <path>for one-shot blocklist application from a file. - Add paged
mentions export --mode xurl --all --max-pages <n>so moderation loops can scan the full retrievable mentions window. - Add
actions.transportconfig plus shared action transport routing forbird,xurl, andauto. - Add transport-aware mute/unmute support to the API action route.
- Add the first packaged
birdclawCLI release.
Fixed
- Capture
xurlmutation error bodies so transport fallbacks can key off the real API failure. - Make
birdclawblock and unblock flows succeed remotely again on Peter's current auth setup. - Verify forced
xurlmute/block writes throughbird statusbefore mutating local sqlite. - Cache authenticated
xurl whoamilookups so repeated moderation writes do less redundant auth work. - Strip inherited
--localstorage-filefrom the Playwright web-server env to avoid noisy cross-repo test warnings. - Override Node 25 native web storage in jsdom test setup so Vitest runs stop emitting
--localstorage-filewarnings.
Docs
- Document block transport behavior and fallback path in the CLI/docs.
- Document the reply-pattern inspection flow for borderline AI/slop accounts.
- Document blocklist import file format and usage.
- Document paged xurl mention export for agent moderation runs.
- Document that mention reads and moderation writes use separate config knobs.