Commit Graph
75 Commits
Author SHA1 Message Date
Your Name a9fd3aaa3f chore: update .gitignore to exclude large logs and binaries 2026-03-12 03:02:41 -04:00
Your Name c63b143241 v0.0.68 - Update SKILLS.md with seed determinism fields and private kind 31124 NIP-44 encrypted payload spec 2026-03-12 02:19:03 -04:00
Your Name 930e29a231 v0.0.67 - Add agent self-context subscriptions, tools, aliases, and prompt template sections 2026-03-10 17:33:35 -04:00
Your Name da0eab4238 v0.0.66 - Complete tools refactor, move all tools-named sources/headers into src/tools, and update build wiring 2026-03-10 15:37:31 -04:00
Your Name 5566e7809c v0.0.65 - Filter skill_list by 10123 adoption tags, gate live trigger registration on adoption, and allow underscores in skill d-tags 2026-03-10 10:40:17 -04:00
Your Name 464c3d473c v0.0.64 - Just keeping things fresh 2026-03-10 10:03:29 -04:00
Your Name 52f74e4014 v0.0.63 - Deprecate template trigger action and force llm execution path 2026-03-10 07:54:19 -04:00
Your Name 8018ea6e2f v0.0.62 - fix: webhook trigger lookup uses trigger manager and add startup PoC triggers/tests 2026-03-10 05:48:21 -04:00
Your Name 1d66a3a97e v0.0.61 - feat: add webhook cron and chain trigger types 2026-03-09 20:58:52 -04:00
Your Name 4336cc77c0 v0.0.60 - Remove forced final trigger DM, add skill_edit tool, and complete d_tag terminology migration 2026-03-09 20:19:14 -04:00
Your Name 3eddc032c1 v0.0.59 - Use tool-capable multi-turn execution for triggered skills 2026-03-09 18:31:15 -04:00
Your Name 53a181cec0 v0.0.58 - Disable pool dedup on trigger subscriptions to restore kind-1 firing 2026-03-09 18:14:33 -04:00
Your Name cc8d26f6a5 v0.0.57 - Register triggers live from self-skill websocket events 2026-03-09 17:19:19 -04:00
Your Name be0fe17540 v0.0.56 - Load triggers deterministically from startup events before EOSE 2026-03-09 16:29:17 -04:00
Your Name 22b2064fbb v0.0.55 - Defer trigger loading until self-skill EOSE and add trigger subscription debug instrumentation 2026-03-09 16:17:16 -04:00
Your Name 4f35fd3888 v0.0.54 - Add cheerleader triggered skill to active config with valid admin filter and adoption entry 2026-03-09 11:25:45 -04:00
Your Name f1f364dcf8 v0.0.53 - Add skill_create trigger schema fields and startup cheerleader triggered skill example 2026-03-09 10:40:39 -04:00
Your Name 1637794b83 v0.0.52 - Added dm_history expand section to soul template so history is injected into context 2026-03-09 09:24:06 -04:00
Your Name ef6e1d8aba v0.0.51 - Added in-memory DM ring buffer for inbound and outbound capture and switched dm_history to local cache 2026-03-09 05:48:02 -04:00
Your Name c45c6dbfe5 v0.0.50 - Rename tools to category-consistent names, add local_* prefixes, merge context tool naming, and keep message_current template-only 2026-03-08 18:54:59 -03:00
Your Name bbfdf70a77 v0.0.49 - Fix DM history context assembly by filtering kind-4 query with #p participants and increased timeout 2026-03-08 12:48:39 -03:00
Your Name c6bda8a6d3 v0.0.48 - Remove duplicated tools context, drop legacy variable resolver paths, and update template docs for tool-driven assembly 2026-03-08 10:57:19 -03:00
Your Name 61f2315d1e v0.0.47 - Implement Phase 1 tool-driven soul template context assembly and context_* tools 2026-03-08 10:40:48 -03:00
Your Name f382c62c41 v0.0.46 - Sync README with SKILLS docs: context modes, fallback chains, triggers, safety limits, and doc links 2026-03-06 15:07:30 -04:00
Your Name 751ec708f1 v0.0.45 - Add comprehensive comments to config.jsonc and validate JSONC loading 2026-03-06 03:26:47 -04:00
Your Name a507f8161d v0.0.44 - Migrate config to JSONC with comment stripping parser and docs updates 2026-03-06 03:10:38 -04:00
Your Name 67a9d78f94 v0.0.43 - Unify self-authored event cache for skills and adoption list 2026-03-05 18:00:44 -04:00
Your Name 36e4998e85 v0.0.42 - Add self-skill subscription cache and make skill_list read from cache 2026-03-05 17:33:37 -04:00
Your Name 2a71746a09 v0.0.41 - Fix startup relay-state log snapshot before main loop 2026-03-05 15:30:32 -04:00
Your Name 0d6dcb67b8 v0.0.40 - Reduce query churn and add relay disconnect-cause visibility 2026-03-05 15:18:16 -04:00
Your Name 4f3c5f789b v0.0.39 - Rebuild didactyl with ws frame drain and larger relay buffers 2026-03-05 14:59:53 -04:00
Your Name b0b044e32a v0.0.38 - Forward non-matching query_sync messages to pool dispatch to prevent DM loss during sync queries 2026-03-05 14:13:26 -04:00
Your Name 0cc315d8f3 dm subscriptions: keep kind4/kind1059 subs open after EOSE 2026-03-05 11:56:42 -04:00
Your Name fafa86602d dm send: remove nested poll drain and auth retry path 2026-03-05 11:29:50 -04:00
Your Name 8b7153d412 v0.0.37 - Add relay-pool publish connection-skip and poll latency instrumentation for hang diagnosis 2026-03-05 11:16:35 -04:00
Your Name a67b4cda4a debug: add poll latency instrumentation 2026-03-05 11:15:17 -04:00
Your Name 3e55175a4d v0.0.36 - Remove inline NIP-17 poll+retry window to prevent post-reply hang while keeping send-path debug logging 2026-03-05 09:58:06 -04:00
Your Name de782a8438 v0.0.35 - Improve NIP-17 send reliability with re-entrancy guard, auth handshake retry window, and send-path debug logs 2026-03-05 09:50:48 -04:00
Your Name 59baa471a3 v0.0.34 - Fix NIP-17 send hang by removing re-entrant relay query and nested polling; add startup kind 10050 relay list 2026-03-05 09:36:26 -04:00
Your Name d12d58baff v0.0.33 - Skip self-sent NIP-17 sender-copy DMs to prevent self-reply loops 2026-03-05 09:17:54 -04:00
Your Name 44c4b7e9ae v0.0.32 - Prevent NIP-17 old message reprocessing by guarding rumor created_at against startup time 2026-03-05 07:55:41 -04:00
Your Name 26a7a43104 v0.0.31 - Fix NIP-17 DM receive by using separate kind4/kind1059 subscriptions and 2-day lookback for gift wraps 2026-03-05 06:32:14 -04:00
Your Name 8c65f28616 v0.0.30 - Add config-controlled dm_protocol (nip04/nip17/both), NIP-17 receive handling, protocol-aware auto DM routing, and config updates 2026-03-05 06:21:00 -04:00
Your Name 947e0b2f1e v0.0.29 - Update README: current status, runtime context model, project structure, HTTP admin API section, model tools, roadmap checkboxes v0.0.30 2026-03-03 05:54:50 -04:00
Your Name 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 2026-03-03 05:44:07 -04:00
Your Name 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 2026-03-02 14:49:44 -04:00
Your Name b1609317c1 v0.0.26 - Add nostr_pubkey/nostr_npub tools with my_pubkey/my_npub aliases for agent key output v0.0.27 2026-03-02 07:32:05 -04:00
Your Name 4a400f1582 v0.0.25 - Add model_get/model_set/model_list tools with persisted LLM config updates and model discovery v0.0.26 2026-03-02 07:08:19 -04:00
Your Name a2d3f840c7 v0.0.24 - Handle SIGPIPE disconnect crash and fix nostr_list_manage use-after-free v0.0.25 2026-03-02 05:22:12 -04:00
Your Name 7f31e4ceb7 v0.0.23 - Add tool_list runtime tool introspection (name/description/schema) and validate via CLI test mode v0.0.24 2026-03-01 20:21:12 -04:00