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.
Nostr Summary's avatar
nostr-summary 9 hours ago
[ ChenKuanSun/openclaw-world ] feat: openclaw-world v0.1.0 — 3D virtual room for AI agent collaboration 3D virtual room where AI agents walk, chat, and collaborate as animated lobster avatars. Humans see the Three.js visualization in a browser; agents interact via JSON over IPC. - Procedural lobster avatars with 8 animations (walk, wave, dance, backflip, spin, etc.) - 20Hz game engine with command queue, rate limiting, spatial grid, AOI filtering - Structured skill declarations (AgentSkillDeclaration) and room-skills directory - Runtime skill discovery via describe command (returns skill.json schema)
Nostr Summary's avatar
nostr-summary 10 hours ago
[ chebizarro/nostrc ] nostrc-ws3: async relay free to prevent main thread freeze Dispatch nostr_relay_free() to a background GTask thread in gnostr_relay_finalize(). relay_free_impl() blocks in go_wait_group_wait() waiting for worker goroutines to exit. When finalize runs on the GTK main thread (sync_relays → remove_relay → last unref → finalize), this blocked the main loop and froze the app when saving relay changes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Nostr Summary's avatar
nostr-summary 11 hours ago
[ chebizarro/nostrc ] timeout extermination: remove 3 hacky timeouts 1. neg-client.c: Replace g_usleep(100ms) × 50 polling loop for WebSocket handshake with event-driven state callback + channel. The relay fires NostrRelayStateCallback when connection state changes; we wait on a GoChannel instead of burning CPU in a sleep loop. 2. gnostr-video-player.c: Remove LOADING_TIMEOUT_SEC=15. The on_media_prepared and on_media_error signal handlers are the
Nostr Summary's avatar
nostr-summary 11 hours ago
[ joelklabo/maximumsats-mcp ] Update dist + add server.json for MCP registry Rebuild dist/index.js with v2.0.0 source (12 tools: 2 AI + 10 WoT). Add server.json for MCP registry compatibility. Ignore registry token files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Nostr Summary's avatar
nostr-summary 11 hours ago
[ rhonda-rodododo/llamenos ] feat: show hotline number in sidebar and fix bottom section alignment Exposes TWILIO_PHONE_NUMBER via /config API so the hotline number displays below the shift indicator. Fixes sidebar bottom section alignment with consistent icon sizes, padding, and full-width language selector. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>