Commit Graph
188 Commits
Author SHA1 Message Date
Didactyl User 8a66e81687 v0.2.65 - Update genesis.jsonc.example: fix identity_and_rules skill content (agent name + admin npub), dm_history d_tag and content, relay lists to match all 7 defaults, add ppq.ai/routstr provider examples, add display_name to kind 0 profile v0.2.66 2026-08-07 15:00:09 -04:00
Didactyl User d0515933f4 v0.2.64 - Skip ppq.ai balance check (not supported); fix ppq.ai base URL to /v1 for model discovery v0.2.65 2026-08-07 12:28:18 -04:00
Didactyl User a48c08f7c4 v0.2.63 - Fix Dockerfile: add missing tool_signer_crypto.c to static build source list v0.2.64 2026-08-07 12:19:09 -04:00
Didactyl User 0348992532 v0.2.62 - Skill picker cycles X(enabled)→E(edit)→ (disabled); edit mode prompts for new content v0.2.63 2026-08-07 10:06:00 -04:00
Didactyl User 6c24ba8d96 v0.2.61 - Skill template uses agent name + admin npub; add skill picker step with toggle menu and custom skill creation v0.2.62 2026-08-07 08:03:35 -04:00
Didactyl User 8a168bf7ba v0.2.60 - Add FIPS relay to default relays after laantungir v0.2.61 2026-08-07 07:19:51 -04:00
Didactyl User d6875c3e7e v0.2.59 - Add wss://laantungir.net/relay to default relays between localhost and damus v0.2.60 2026-08-07 07:15:36 -04:00
Didactyl User a6dd6c94df v0.2.58 - After agent boot, auto-launch CLI chat terminal (tmux/gnome-terminal/xterm/macOS) or print instructions v0.2.59 2026-08-07 07:13:51 -04:00
Didactyl User b6e539de32 v0.2.57 - After boot, auto-launch CLI chat terminal (tmux/gnome-terminal/xterm/macOS) or print instructions v0.2.58 2026-08-07 07:13:11 -04:00
Didactyl User 67055e03f8 v0.2.56 - nostr_core_lib v0.6.10→v0.6.15: replace nostr_index with role_path, add signer_crypto tool, nostr_post PoW, nostr_signer_last_error surfacing. Wizard: toggle-based relay menu, admin keypair generation, reordered steps, existing-agent download/review, default role nostr_range, API key visible input v0.2.57 2026-08-07 07:05:09 -04:00
Didactyl User 3516e0b6fd security: gate provider payload logging behind DIDACTYL_CONTEXT_DEBUG
The log_provider_payload_local() calls in perform_http_request() were
unconditional, writing full LLM conversation transcripts (system prompts,
user messages, tool calls, responses) to context.logs/ on every LLM call
regardless of the DIDACTYL_CONTEXT_DEBUG setting. This caused 326
transcript files containing Nostr keys, relay URLs, and DM contents to
be committed and pushed.

Now the logging only runs when DIDACTYL_CONTEXT_DEBUG is set to 'init'
or 'full' (matching the documented behavior in docs/CONTEXT.md). When
unset or 'off', no transcripts are written to disk.
v0.2.56
2026-07-31 06:59:31 -04:00
Didactyl User e14514b396 security: gitignore context.logs/, context.log.md, tasks.json
Debug logging from src/llm.c (unconditional provider payload logging)
previously leaked full LLM conversation transcripts including Nostr
keys, relay URLs, DM contents, and system prompts. History scrubbed
with git-filter-repo; this prevents recurrence.
2026-07-31 06:47:58 -04:00
Didactyl User ec4a170682 v0.2.55 - Fix wizard quit bug, add nostr_index selector, fix relay flapping backoff defeat, add NOSTR_ENABLE_NSIGNER_CLIENT to Dockerfile 2026-07-30 18:16:06 -04:00
Didactyl User 37a6f4ea75 v0.2.54 - Full n_signer transport support in setup wizard: added nsigner_serial, nsigner_fds, and nsigner_qrexec (Qubes cross-qube) modes. Updated nostr_core_lib to v0.6.10 (qrexec transport). Extended signer_config_t with serial_device, fds_read_fd/fds_write_fd, target_qube, service_name fields. Added --signer-serial, --signer-fds, --signer-qrexec, --signer-service CLI flags. Wizard transport picker now offers all 5 remote transports with auto-discovery for unix/serial. Existing-agent flow supports signer-based identity (no nsec required) with NIP-44 decrypt/encrypt routed through signer verbs. Systemd install supports serial/qrexec; fds rejected with clear message. Connectivity-check errors now pause for Enter before re-rendering. Deleted nostr_core_lib.old. Added docs/SIGNER.md. 2026-07-28 15:51:55 -04:00
Didactyl User 0423fd1485 v0.2.53 - Add signer_health.c to Dockerfile.alpine-musl source list (was missing, causing static build failure) 2026-07-10 19:18:43 -04:00
Didactyl User 7116abd1a4 v0.2.52 - Fix trigger manager bypassing skill adoption list — cron/webhook triggers now only fire for adopted and enabled skills 2026-07-10 19:13:19 -04:00
Didactyl User 20bce56fdc v0.2.51 - Implement n_signer integration through Phase 4: signer config/CLI/wizard, signer-backed signing/encryption/auth/cashu/blossom paths, nsigner_unix e2e validation, and signer health observability 2026-07-08 14:36:04 -04:00
Didactyl User 45d8f32dd1 v0.2.50 - Fix startup step-14 false-negative by adding sync self-skill retry validation and post-auth query REQ resend 2026-06-13 07:35:10 -04:00
Didactyl User b8afa40c35 v0.2.49 - Add startup-failure DM de-dup with marker, relay-state/needed-event diagnostics, and clear-on-READY rearm 2026-06-13 06:56:04 -04:00
Didactyl User 37e51f88a8 chore(agent): remove dead DM-history helper functions and orphaned constants 2026-04-28 07:34:17 -04:00
Didactyl User a3b21cf20c v0.2.48 - Remove admin kind 10123 from subscription and upsert, add debug logging 2026-04-22 10:58:07 -04:00
Didactyl User 02e5be425e 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 63f7084a6a v0.2.46 - Finalize skill_list formatting cleanup and adopted-author cache refresh improvements 2026-04-16 18:15:55 -04:00
Didactyl User 3e1b4be620 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 a635256323 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 e82f0c7aa1 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 7de9bf1b9f 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 b22705afa5 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 a510b814a8 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 c3d17ffd91 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 b36235cee5 v0.2.38 - Resolve NIP-17 gift wrap send failure investigation and docs 2026-04-11 15:53:52 -04:00
Didactyl User ad3ab696ce 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 13172d8784 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 726ce6467a 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 1f2909137e 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 c9298734fb 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 68b3d003e1 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 49b6a3a799 v0.2.31 - Added kind 10050 to genesis.jsonc 2026-04-09 07:23:14 -04:00
Didactyl User d59493992b 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 d7c009ad8f 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 8d384721bf 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 132dfb77c7 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 e318d4ebb7 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 36b6b2cdbc 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 70e41ad8b8 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 49db641876 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 84d4eb7db6 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 3d4d97e407 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 1081715029 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 870b074767 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