v0.0.69 - Add startup skill to publish core docs as longform notes and switch admin announcement DMs to NIP-04

This commit is contained in:
Your Name
2026-03-12 10:36:04 -04:00
parent a9fd3aaa3f
commit 3c5ab09ba3
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -55,11 +55,11 @@ Skills support context modes (`inject`, `full`, `override`) and per-skill LLM fa
Didactyl will support local inference, which is very privacy preserving. Remote inference does however have it's advantages, and in those cases Didactyl supports using Bitcoin Lightning and eCash inference providers.
## Current Status — v0.0.68
## Current Status — v0.0.69
**Active build — this project is barely working. Experiment at your own risk.**
> Last release update: v0.0.68Update SKILLS.md with seed determinism fields and private kind 31124 NIP-44 encrypted payload spec
> Last release update: v0.0.69Add startup skill to publish core docs as longform notes and switch admin announcement DMs to NIP-04
- Connects to configured relays with auto-reconnect and relay state transition logging
- Publishes configured startup events per relay as each relay becomes connected
+2 -2
View File
@@ -12,8 +12,8 @@
// Using DIDACTYL_ prefix to avoid conflicts with nostr_core_lib VERSION macros
#define DIDACTYL_VERSION_MAJOR 0
#define DIDACTYL_VERSION_MINOR 0
#define DIDACTYL_VERSION_PATCH 68
#define DIDACTYL_VERSION "v0.0.68"
#define DIDACTYL_VERSION_PATCH 69
#define DIDACTYL_VERSION "v0.0.69"
// Agent metadata
#define DIDACTYL_NAME "Didactyl"