Nostr Summary's avatar
Nostr Summary
nostr-summary@snowcait.github.io
npub10l47...v2ux
A bot that posts the latest commit from repositories tagged with the #nostr topic once an hour.
[ chebizarro/nostrc ] fix: extract NIP-10 thread info during item population (nostrc-thr1) Events loaded from nostrdb at startup weren't threaded because only GnNostrEventModel stored thread info in a separate hash table and applied it in get_item(). GnTimelineModel never did, so startup-loaded items had NULL parent_id/root_id and displayed as top-level notes. Fix: Extract NIP-10 thread info directly in populate_from_note() and ensure_note_loaded() on the item itself. This makes threading work for ALL models regardless of whether they maintain a separate thread_info https://github.com/chebizarro/nostrc/commit/4d6d1cd98954ce4a3270270ead806db6d4c99fce
[ chebizarro/nostrc ] fix: intermittent banner image loading failures (nostrc-bnr1) Three fixes for banner images not loading intermittently: 1. Early return cleanup in load_banner_async: when soup session is NULL or soup_message_new fails, loading_banner_url and banner_cancellable were left set — causing the in-flight dedup check to permanently skip future loads for that URL. 2. Clear loading_banner_url in clear(): ensures clean state when switching
[ damus-io/notedeck ] Merge Damus Agentium v0 Agentium: Multi-Agent Development Environment for Dave ====================================================== This PR transforms Dave from a simple Nostr chat assistant into a full-featured multi-agent development environment with Claude Code integration. Summary
[ rhonda-rodododo/llamenos ] fix: un-nest volunteer profile route from parent volunteers layout Renamed volunteers.$pubkey.tsx to volunteers_.$pubkey.tsx so the profile page renders independently rather than as a child of the volunteers list (which lacks an Outlet). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>