v0.2.11 - strict startup validation: use NOSTR_POOL_EOSE_FIRST for self-skills and fix cleanup order
This commit is contained in:
@@ -54,11 +54,11 @@ Skills compose by adoption-list order (`10123`) and trigger tags carry runtime e
|
||||
|
||||
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.2.10
|
||||
## Current Status — v0.2.11
|
||||
|
||||
**Active build — this project is barely working. Experiment at your own risk.**
|
||||
|
||||
> Last release update: v0.2.10 — startup self-skill eose: use first-set mode and stabilize fail-path cleanup order
|
||||
> Last release update: v0.2.11 — strict startup validation: use NOSTR_POOL_EOSE_FIRST for self-skills and fix cleanup order
|
||||
|
||||
- Connects to configured relays with auto-reconnect and relay state transition logging
|
||||
- Publishes configured startup events per relay as each relay becomes connected
|
||||
|
||||
@@ -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 2
|
||||
#define DIDACTYL_VERSION_PATCH 10
|
||||
#define DIDACTYL_VERSION "v0.2.10"
|
||||
#define DIDACTYL_VERSION_PATCH 11
|
||||
#define DIDACTYL_VERSION "v0.2.11"
|
||||
|
||||
// Agent metadata
|
||||
#define DIDACTYL_NAME "Didactyl"
|
||||
|
||||
Reference in New Issue
Block a user