Commit Graph

154 Commits

Author SHA1 Message Date
Didactyl User
b6ca2bf3bf v0.2.47 - nostr: exclude admin from kind 10123 self-skill adoption and add self-skill upsert debug logs 2026-04-21 06:35:53 -04:00
Didactyl User
73c368e4e5 v0.2.46 - Finalize skill_list formatting cleanup and adopted-author cache refresh improvements 2026-04-16 18:15:55 -04:00
Didactyl User
2a091aabf7 v0.2.45 - Expand skill refresh to include adopted authors and clean up skill_list output 2026-04-16 18:06:20 -04:00
Didactyl User
c877ca646e v0.2.44 - Fix adoption list selection to self-authored latest event in agent and skill tool 2026-04-16 17:25:47 -04:00
Didactyl User
b5b479e9a8 v0.2.43 - Fix /help adopted-skills section to use latest kind 10123 event by created_at in CLI and HTTP views 2026-04-16 16:59:50 -04:00
Didactyl User
52f1cd3b30 v0.2.42 - Make skill_refresh re-query relays and reload self-skill cache before invalidating adopted-skills cache 2026-04-16 16:38:11 -04:00
Didactyl User
09d45febdd v0.2.41 - Fix adopted-skills cache to select latest kind 10123 event by created_at in agent refresh path 2026-04-15 14:12:44 -04:00
Didactyl User
b9e90f0b21 v0.2.40 - Fix adoption list freshness by selecting newest kind 10123 event and temporarily disable periodic relay-backed trigger reconciliation for validation 2026-04-14 17:47:57 -04:00
Didactyl User
59bd2603e2 v0.2.39 - Add 15-minute relay-backed trigger reconciliation in trigger_manager_poll to recover missed self-skill events and re-register missing triggers 2026-04-14 16:36:53 -04:00
Didactyl User
5e6610823f v0.2.38 - Resolve NIP-17 gift wrap send failure investigation and docs 2026-04-11 15:53:52 -04:00
Didactyl User
112fe8e5ef v0.2.37 - Add nostr-core relay reconnect cooldown with stability-based reset to prevent flapping loops 2026-04-10 06:13:21 -04:00
Didactyl User
ed852f16df v0.2.36 - Block model_get/model_set/model_list inside skill_run with explicit policy gate 2026-04-09 11:30:19 -04:00
Didactyl User
97868b7ed2 v0.2.35 - Remove top-level dm_protocol from genesis configs and set user-settings kind 30078 dm_protocol to both 2026-04-09 11:14:35 -04:00
Didactyl User
99e211c94a v0.2.34 - Remove since filter from kind 1059 DM subscription to fix NIP-17 gift-wrap receive - randomized created_at on gift wraps was being filtered out by g_start_time 2026-04-09 10:46:42 -04:00
Didactyl User
294d1d7c70 v0.2.33 - Fix user-settings backfill: republish on normal restart when admin_pubkey/dm_protocol missing 2026-04-09 07:53:41 -04:00
Didactyl User
0fc8af96e4 v0.2.32 - Made user-settings recall resilient and backfill missing didactyl admin_pubkey/dm_protocol on republish 2026-04-09 07:42:08 -04:00
Didactyl User
870c720526 v0.2.31 - Added kind 10050 to genesis.jsonc 2026-04-09 07:23:14 -04:00
Didactyl User
2442b5e410 v0.2.30 - Implemented NIP-17 bootstrap/discovery (kind 10050) and added seal/rumor pubkey verification 2026-04-09 07:19:40 -04:00
Didactyl User
94242a99a5 v0.2.29 - Fix self-skill EOSE startup deadlock by adding per-relay timeout fallback in nostr core relay pool 2026-04-07 07:46:27 -04:00
Didactyl User
b9526c3a20 v0.2.28 - Updated LT and Anvil genesis configs: unified DM history context as startup skill, migrated default skills into startup_events, rotated admin npub to npub1rmz9..., and redeployed/restarted didactyl+simon+anvil 2026-04-07 06:33:15 -04:00
Didactyl User
6edad064c6 v0.2.27 - Remove markdown context snapshot logging; keep only raw provider request JSON logging and simplify context debug plumbing 2026-04-06 07:17:07 -04:00
Didactyl User
656d251a2a v0.2.26 - Add immediate adopted-skill cache invalidation on skill events plus new skill_refresh tool and /skill_refresh support 2026-04-06 06:08:25 -04:00
Didactyl User
6ad668b693 v0.2.25 - Fix private skill interoperability: NIP-44 encode/decode for kind 31124 with runtime tag normalization 2026-04-05 20:43:32 -04:00
Didactyl User
1241943c52 v0.2.24 - Improve skills editor trigger filters with per-trigger helper widgets and presets 2026-04-05 08:54:24 -04:00
Didactyl User
e073ac2301 v0.2.23 - Improve skill authoring guidance and context viewing workflow: enrich skill_create/skill_edit schema descriptions for markdown content, role markers, template variables, and trigger/filter pairing; add external Anvil context.logs viewer assets (index.html + watch_context.sh) for Live Server markdown-to-HTML monitoring without Didactyl runtime changes 2026-04-04 17:21:31 -04:00
Didactyl User
23cdbc7ef9 v0.2.22 - Improve markdown context documentation and skill authoring guidance: document context debug snapshot formats, clarify role-marker defaults, enrich skill_create/skill_edit tool schema guidance for markdown skills, and update tool docs examples 2026-04-04 14:44:39 -04:00
Didactyl User
a51c4d6114 v0.2.21 - Fix markdown context assembly and logging: add Anvil DM trigger skill config, preserve H1 title on fallback, convert full-mode turn snapshots to readable markdown, and sync Anvil service restart/deploy behavior 2026-04-04 14:30:02 -04:00
Didactyl User
38fc0b10a1 v0.2.20 - Improve automated test harness process/log watching/reporting and refresh test config examples 2026-03-25 14:31:31 -04:00
Didactyl User
af3de3066b v0.2.19 - Default test harness execution to build_static debug binary and add skip-build override flag 2026-03-25 09:35:46 -04:00
Didactyl User
cf33b3b2c9 v0.2.18 - Add Python test harness and harden increment/push script for git identity and SSH remote handling 2026-03-25 09:23:55 -04:00
Didactyl User
faf3edf29f v0.2.17 - Add Python test harness and improve increment_and_push diagnostics and git identity handling 2026-03-25 09:22:38 -04:00
Didactyl User
9a5beac80d v0.2.16 - Add Python test harness and fix increment script commit identity handling 2026-03-25 09:22:15 -04:00
Your Name
81590040c0 v0.2.14 - Follow-up push after context verification and startup-skill refactor 2026-03-23 09:57:24 -04:00
Your Name
2c5beda3c9 v0.2.13 - Unify startup skills, rename identity skill, add dm_history text format, and enforce startup publish success 2026-03-23 09:13:41 -04:00
Your Name
7c32683e75 v0.2.12 - Fix nostr_core_lib EOSE_FIRST semantics and relay pool subscription cleanup 2026-03-23 06:35:07 -04:00
Your Name
645f6ea610 v0.2.11 - strict startup validation: use NOSTR_POOL_EOSE_FIRST for self-skills and fix cleanup order 2026-03-23 06:09:39 -04:00
Your Name
b569d41409 v0.2.10 - startup self-skill eose: use first-set mode and stabilize fail-path cleanup order 2026-03-23 06:01:51 -04:00
Your Name
b3b1ddb2dd v0.2.9 - strict startup validation: remove fake seeding, enforce self-skill EOSE/cache validation 2026-03-22 20:01:46 -04:00
Your Name
c4ee5a0aa0 v0.2.8 - Clean DM context duplication, suppress oversized websocket frame traces, and return raw content/tags in skill_get 2026-03-22 19:10:33 -04:00
Your Name
2398005eff v0.2.7 - Fix default_admin_dm inline variable resolution for my_kind0_profile and my_npub 2026-03-22 12:50:43 -04:00
Your Name
b06c267db4 v0.2.6 - Fix DM freeze by removing adopted-skills mutex reentrancy in trigger context assembly 2026-03-22 12:28:54 -04:00
Your Name
b625e0a70a v0.2.5 - Fix increment_and_push upstream auto-setup and finalize SIGINT shutdown fix 2026-03-22 12:18:08 -04:00
Your Name
ed5e4248df v0.2.4 - Fix SIGINT handling so Ctrl-C exits didactyl reliably 2026-03-22 12:15:33 -04:00
Your Name
6a76b02180 v0.2.3 - Silence unused static helper warnings after migration rollback reapply 2026-03-22 12:11:46 -04:00
Your Name
90680e232d v0.2.2 - Re-apply v0.2.0 migration after history rewrite rollback 2026-03-22 12:02:12 -04:00
Your Name
d0416f7760 v0.2.1 - v0.2.1 migration: remove template/soul system context paths, adopt trigger-composed admin DM flow, update genesis defaults to default_admin_dm with kind0/kind3 bootstrap, purge legacy config/context template files, scrub genesis.jsonc from tracking/history and force-push rewritten refs 2026-03-22 11:18:36 -04:00
Your Name
1ab2034b2d v0.2.0 - Release v0.2.0: trigger-scoped skill architecture breaking changes 2026-03-22 10:19:11 -04:00
Your Name
14a4f6f079 v0.1.21 - Fix segfault in nostr_http_request by copying CURLINFO_CONTENT_TYPE before curl cleanup and update debug deploy script to deploy *_debug binary for symbolized coredumps 2026-03-21 19:59:50 -04:00
Your Name
5efe932a5f v0.1.20 - Complete Blossom hardening and validation: HTTPS-only Blossom tools, config-driven upload/download limits, overwrite protection, CA bundle unification via nostr_http, and comprehensive live+mock nostr_http/blossom test coverage 2026-03-21 19:26:02 -04:00
Your Name
09531a7ebe v0.1.19 - Prevent ignored spent token events from reloading into wallet balance after restart 2026-03-21 09:30:18 -04:00