v0.2.37 - Add nostr-core relay reconnect cooldown with stability-based reset to prevent flapping loops

This commit is contained in:
Didactyl User
2026-04-10 06:13:21 -04:00
parent ed852f16df
commit 112fe8e5ef
2 changed files with 4 additions and 4 deletions

View File

@@ -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. 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.36 ## Current Status — v0.2.37
**Active build — this project is barely working. Experiment at your own risk.** **Active build — this project is barely working. Experiment at your own risk.**
> Last release update: v0.2.36Block model_get/model_set/model_list inside skill_run with explicit policy gate > Last release update: v0.2.37Add nostr-core relay reconnect cooldown with stability-based reset to prevent flapping loops
- Connects to configured relays with auto-reconnect and relay state transition logging - Connects to configured relays with auto-reconnect and relay state transition logging
- Publishes configured startup events per relay as each relay becomes connected - Publishes configured startup events per relay as each relay becomes connected

View File

@@ -12,8 +12,8 @@
// Using DIDACTYL_ prefix to avoid conflicts with nostr_core_lib VERSION macros // Using DIDACTYL_ prefix to avoid conflicts with nostr_core_lib VERSION macros
#define DIDACTYL_VERSION_MAJOR 0 #define DIDACTYL_VERSION_MAJOR 0
#define DIDACTYL_VERSION_MINOR 2 #define DIDACTYL_VERSION_MINOR 2
#define DIDACTYL_VERSION_PATCH 36 #define DIDACTYL_VERSION_PATCH 37
#define DIDACTYL_VERSION "v0.2.36" #define DIDACTYL_VERSION "v0.2.37"
// Agent metadata // Agent metadata
#define DIDACTYL_NAME "Didactyl" #define DIDACTYL_NAME "Didactyl"