v0.0.45 - Add comprehensive comments to config.jsonc and validate JSONC loading

This commit is contained in:
Your Name
2026-03-06 03:26:47 -04:00
parent 120664571f
commit 97dca12bb1
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -51,11 +51,11 @@ Agents learn capabilities through skills — Nostr events that any agent can di
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.44
## Current Status — v0.0.45
**Active build — this project is barely working. Experiment at your own risk.**
> Last release update: v0.0.44Migrate config to JSONC with comment stripping parser and docs updates
> Last release update: v0.0.45Add comprehensive comments to config.jsonc and validate JSONC loading
- 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 44
#define DIDACTYL_VERSION "v0.0.44"
#define DIDACTYL_VERSION_PATCH 45
#define DIDACTYL_VERSION "v0.0.45"
// Agent metadata
#define DIDACTYL_NAME "Didactyl"