diff --git a/README.md b/README.md index f90cdd5..c8edafb 100644 --- a/README.md +++ b/README.md @@ -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.58 +## Current Status — v0.2.59 **Active build — this project is barely working. Experiment at your own risk.** -> Last release update: v0.2.58 — After agent boot, auto-launch CLI chat terminal (tmux/gnome-terminal/xterm/macOS) or print instructions +> Last release update: v0.2.59 — Add wss://laantungir.net/relay to default relays between localhost and damus - Connects to configured relays with auto-reconnect and relay state transition logging - Publishes configured startup events per relay as each relay becomes connected diff --git a/src/default_events.h b/src/default_events.h index 92bfad1..e7c899d 100644 --- a/src/default_events.h +++ b/src/default_events.h @@ -31,6 +31,7 @@ static const int DIDACTYL_DEFAULT_STARTUP_EVENT_KINDS[] = { static const char* DIDACTYL_DEFAULT_RELAYS[] = { "ws://localhost:7777", + "wss://laantungir.net/relay", "wss://relay.damus.io", "wss://nos.lol", "wss://relay.primal.net", diff --git a/src/main.h b/src/main.h index 084549c..ed193bf 100644 --- a/src/main.h +++ b/src/main.h @@ -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 58 -#define DIDACTYL_VERSION "v0.2.58" +#define DIDACTYL_VERSION_PATCH 59 +#define DIDACTYL_VERSION "v0.2.59" // Agent metadata #define DIDACTYL_NAME "Didactyl"