| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| birdclaw 0.3.0 source code.tar.gz | 2026-05-05 | 252.3 kB | |
| birdclaw 0.3.0 source code.zip | 2026-05-05 | 333.3 kB | |
| README.md | 2026-05-05 | 1.5 kB | |
| Totals: 3 Items | 587.1 kB | 4 | |
Added
- Add research mode for turning bookmarked Twitter threads into Markdown briefs, with shared
xurl/birdtweet lookup fallback for thread expansion. Thanks @anupamchugh. - Add live home timeline and mention-thread sync commands so local triage can pull current
birdcontext into the SQLite store. - Add search snippets for tweet and DM results, including deterministic DM snippets when multiple messages in a conversation match. Thanks @mvanhorn.
- Add
--min-likesand--quality-reasoncontrols for tweet search quality filtering. Thanks @mvanhorn. - Store Twitter following counts on profiles and include them in JSONL backups.
Changed
- Use the native TypeScript preview compiler for the
typecheckscript. - Refresh TypeScript and related development dependencies.
Fixed
- Use the existing Twitter web cookie fallback as the final
autotransport for block and unblock actions. Thanks @pejmanjohn. - Resolve the
birdtransport fromPATHbefore falling back to the local development checkout. Thanks @vyctorbrzezowski. - Stabilize the presenter timestamp test across local time zones. Thanks @pejmanjohn.
- Clean up the DMs route render test so CI does not leave React work running after jsdom teardown.
- Allow Playwright e2e runs to use an alternate local port when
3000is already occupied. - Replace maintainer-local documentation links with repo-relative links and align the setup docs with the Node version file. Thanks @stainlu.