Commit Graph

  • 44c4b7e9ae v0.0.32 - Prevent NIP-17 old message reprocessing by guarding rumor created_at against startup time Your Name 2026-03-05 07:55:41 -04:00
  • 6cc46d2c25 v0.0.31 - Fix NIP-17 DM receive by using separate kind4/kind1059 subscriptions and 2-day lookback for gift wraps v0.0.32 Your Name 2026-03-05 06:32:14 -04:00
  • 26a7a43104 v0.0.31 - Fix NIP-17 DM receive by using separate kind4/kind1059 subscriptions and 2-day lookback for gift wraps Your Name 2026-03-05 06:32:14 -04:00
  • 10fe8fdde0 v0.0.30 - Add config-controlled dm_protocol (nip04/nip17/both), NIP-17 receive handling, protocol-aware auto DM routing, and config updates v0.0.31 Your Name 2026-03-05 06:21:00 -04:00
  • 8c65f28616 v0.0.30 - Add config-controlled dm_protocol (nip04/nip17/both), NIP-17 receive handling, protocol-aware auto DM routing, and config updates Your Name 2026-03-05 06:21:00 -04:00
  • 947e0b2f1e v0.0.29 - Update README: current status, runtime context model, project structure, HTTP admin API section, model tools, roadmap checkboxes v0.0.30 Your Name 2026-03-03 05:54:50 -04:00
  • 29b4289217 v0.0.28 - Add prompt template system: soul-embedded ---template--- parser, variable resolver, provider overrides, section-named context parts; enable HTTP API by default; fix Makefile to not rebuild nostr_core_lib unconditionally; log API endpoint URL at startup v0.0.29 Your Name 2026-03-03 05:44:07 -04:00
  • e910304f6f v0.0.27 - Add admin API docs/frontend brief and improve context readability with titled sections and pretty context.log formatting v0.0.28 Your Name 2026-03-02 14:49:44 -04:00
  • b1609317c1 v0.0.26 - Add nostr_pubkey/nostr_npub tools with my_pubkey/my_npub aliases for agent key output v0.0.27 Your Name 2026-03-02 07:32:05 -04:00
  • 4a400f1582 v0.0.25 - Add model_get/model_set/model_list tools with persisted LLM config updates and model discovery v0.0.26 Your Name 2026-03-02 07:08:19 -04:00
  • a2d3f840c7 v0.0.24 - Handle SIGPIPE disconnect crash and fix nostr_list_manage use-after-free v0.0.25 Your Name 2026-03-02 05:22:12 -04:00
  • 7f31e4ceb7 v0.0.23 - Add tool_list runtime tool introspection (name/description/schema) and validate via CLI test mode v0.0.24 Your Name 2026-03-01 20:21:12 -04:00
  • 052c11863f v0.0.22 - Add relay-waited --test-tool flow, longform markdown post tool, and README CLI debugger docs v0.0.23 Your Name 2026-03-01 20:00:01 -04:00
  • a446f25400 v0.0.21 - Add full skill_* tool family with schema, execution, dispatch, and README updates v0.0.22 Your Name 2026-03-01 18:55:04 -04:00
  • fea0fdf5c9 v0.0.20 - Add Tier2/Tier3 Nostr tools: nip05 lookup, encode/decode, dm send, relay info, nip44 encrypt/decrypt, nip17 dm, list manage v0.0.21 Your Name 2026-03-01 18:18:46 -04:00
  • a798f2c345 v0.0.19 - Add nostr_delete/nostr_react/nostr_profile_get/nostr_relay_status tools with relay status backend v0.0.20 Your Name 2026-03-01 17:45:57 -04:00
  • 66b4ebee79 v0.0.18 - Harden tool argument JSON parsing and set fixed README publish image tag v0.0.19 Your Name 2026-03-01 12:16:38 -04:00
  • 5673efeb94 v0.0.17 - Add -h/-v CLI flags and make post_readme_to_nostr skill call nostr_post_readme tool v0.0.18 Your Name 2026-03-01 11:56:54 -04:00
  • 43850b273f v0.0.16 - Add deterministic nostr_post_readme tool to publish full README with d tag readme.md v0.0.17 Your Name 2026-03-01 11:48:14 -04:00
  • 02d4e2caa0 v0.0.15 - Auto-add NIP-23 title/image/summary/published_at/d tags when missing v0.0.16 Your Name 2026-02-28 18:02:02 -04:00
  • 56b9ae421c v0.0.14 - Handle malformed nostr_post arguments with loose JSON fallback parsing v0.0.15 Your Name 2026-02-28 17:52:20 -04:00
  • 6e74ef5ac6 v0.0.13 - Enrich nostr_post responses with event ID, note URI, and relay publish metadata v0.0.14 Your Name 2026-02-28 17:48:14 -04:00
  • c542be1452 v0.0.12 - Add nostr_post tags support plus NIP-23 long_form_note and post_readme_to_nostr skills v0.0.13 Your Name 2026-02-28 17:14:50 -04:00
  • 410400418c v0.0.11 - auto update readme.md v0.0.12 Your Name 2026-02-28 16:57:08 -04:00
  • 3521081d9a v0.0.10 - Fixed .gitignore v0.0.11 Your Name 2026-02-28 16:40:15 -04:00
  • 0d390afd69 chore: keep config local ignored and restore tracked config.json.example after history scrub v0.0.10 Your Name 2026-02-28 16:38:05 -04:00
  • 230f591273 v0.0.9 - config changes pre-scrub-20260228T203039Z Your Name 2026-02-28 16:27:33 -04:00
  • 721b592b8f v0.0.8 - example config v0.0.9 Your Name 2026-02-28 14:08:50 -04:00
  • 0aabb0b827 v0.0.7 - Implement Phase 1 security model: signature verification, admin/WoT/stranger tiers, admin context subscriptions, and config-driven stranger response v0.0.8 Your Name 2026-02-28 13:06:52 -04:00
  • 1c69a581d9 v0.0.6 - Remove top-level agent config, move SYSTEM prompt into Soul startup event, and update Quick Start binary flow v0.0.7 Your Name 2026-02-28 08:27:29 -04:00
  • 76842627dc v0.0.5 - Release the first binary v0.0.6 Your Name 2026-02-28 08:10:33 -04:00
  • 2209629f23 v0.0.5 - Implement per-relay startup event publish-on-connect and add context.log capture for every LLM context send v0.0.5 Your Name 2026-02-27 19:28:48 -04:00
  • 5d7ddb5b78 v0.0.4 - Add 12-turn admin DM history and startup-events context injection to agent prompts Your Name 2026-02-27 18:39:08 -04:00
  • d83c93eb32 v0.0.3 - Add startup-event reconciliation and support structured content_fields encoding in startup config v0.0.4 Your Name 2026-02-27 17:26:20 -04:00
  • 01a4cad35c v0.0.2 - Fix tool-calling loop with multi-message conversation state, enforce tool-use policy, add trace DM logging, and standardize final validation via build_static.sh v0.0.3 Your Name 2026-02-27 13:54:39 -04:00
  • 7472809aa2 v0.0.1 - Added static MUSL build pipeline, Dockerfile.alpine-musl, versioned main.h integration, and release tooling updates v0.0.2 Your Name 2026-02-27 12:02:07 -04:00
  • 36a2e63c6e First commit v0.0.1 Your Name 2026-02-27 09:32:51 -04:00