Commit Graph

134 Commits

Author SHA1 Message Date
Your Name
2c5beda3c9 v0.2.13 - Unify startup skills, rename identity skill, add dm_history text format, and enforce startup publish success v0.2.14 2026-03-23 09:13:41 -04:00
Your Name
7c32683e75 v0.2.12 - Fix nostr_core_lib EOSE_FIRST semantics and relay pool subscription cleanup v0.2.13 2026-03-23 06:35:07 -04:00
Your Name
645f6ea610 v0.2.11 - strict startup validation: use NOSTR_POOL_EOSE_FIRST for self-skills and fix cleanup order v0.2.12 2026-03-23 06:09:39 -04:00
Your Name
b569d41409 v0.2.10 - startup self-skill eose: use first-set mode and stabilize fail-path cleanup order v0.2.11 2026-03-23 06:01:51 -04:00
Your Name
b3b1ddb2dd v0.2.9 - strict startup validation: remove fake seeding, enforce self-skill EOSE/cache validation v0.2.10 2026-03-22 20:01:46 -04:00
Your Name
c4ee5a0aa0 v0.2.8 - Clean DM context duplication, suppress oversized websocket frame traces, and return raw content/tags in skill_get v0.2.9 2026-03-22 19:10:33 -04:00
Your Name
2398005eff v0.2.7 - Fix default_admin_dm inline variable resolution for my_kind0_profile and my_npub v0.2.8 2026-03-22 12:50:43 -04:00
Your Name
b06c267db4 v0.2.6 - Fix DM freeze by removing adopted-skills mutex reentrancy in trigger context assembly v0.2.7 2026-03-22 12:28:54 -04:00
Your Name
b625e0a70a v0.2.5 - Fix increment_and_push upstream auto-setup and finalize SIGINT shutdown fix v0.2.6 2026-03-22 12:18:08 -04:00
Your Name
ed5e4248df v0.2.4 - Fix SIGINT handling so Ctrl-C exits didactyl reliably v0.2.5 2026-03-22 12:15:33 -04:00
Your Name
6a76b02180 v0.2.3 - Silence unused static helper warnings after migration rollback reapply 2026-03-22 12:11:46 -04:00
Your Name
90680e232d v0.2.2 - Re-apply v0.2.0 migration after history rewrite rollback v0.2.3 2026-03-22 12:02:12 -04:00
Your Name
0bd21dc41a Security: ignore and untrack genesis.jsonc v0.2.2 2026-03-22 11:21:43 -04:00
Your Name
d0416f7760 v0.2.1 - v0.2.1 migration: remove template/soul system context paths, adopt trigger-composed admin DM flow, update genesis defaults to default_admin_dm with kind0/kind3 bootstrap, purge legacy config/context template files, scrub genesis.jsonc from tracking/history and force-push rewritten refs 2026-03-22 11:18:36 -04:00
Your Name
1ab2034b2d v0.2.0 - Release v0.2.0: trigger-scoped skill architecture breaking changes v0.2.1 2026-03-22 10:19:11 -04:00
Your Name
14a4f6f079 v0.1.21 - Fix segfault in nostr_http_request by copying CURLINFO_CONTENT_TYPE before curl cleanup and update debug deploy script to deploy *_debug binary for symbolized coredumps v0.2.0 2026-03-21 19:59:50 -04:00
Your Name
5efe932a5f v0.1.20 - Complete Blossom hardening and validation: HTTPS-only Blossom tools, config-driven upload/download limits, overwrite protection, CA bundle unification via nostr_http, and comprehensive live+mock nostr_http/blossom test coverage v0.1.21 2026-03-21 19:26:02 -04:00
Your Name
09531a7ebe v0.1.19 - Prevent ignored spent token events from reloading into wallet balance after restart v0.1.20 2026-03-21 09:30:18 -04:00
Your Name
0403e50506 v0.1.18 - Auto-clean spent Cashu proofs in check_proofs, publish deletions, and add spent token events to kind-10000 ignore list v0.1.19 2026-03-21 09:00:51 -04:00
Your Name
f4f87f84bc v0.1.17 - Fix Cashu v4 token field encoding (i bytes, s text, c bytes) and rebuild nostr_core_lib integration v0.1.18 2026-03-21 08:46:24 -04:00
Your Name
6f4bcb4707 v0.1.16 - Rebuild with updated nostr_core_lib CashuB byte-string encoding fix and integrate refreshed static library v0.1.17 2026-03-21 08:21:20 -04:00
Your Name
4a3abacf20 v0.1.15 - Fix CashuB token byte-string encoding compatibility and rebuild after nostr_core_lib update v0.1.16 2026-03-21 08:10:06 -04:00
Your Name
6c50ab898c v0.1.14 - Use wallet state for default mint resolution instead of config mint_count guards v0.1.15 2026-03-21 07:00:46 -04:00
Your Name
2d1b1dc0cf v0.1.13 - Expose cashu_wallet_mints_get in tool schema so configured mints can be queried v0.1.14 2026-03-21 06:41:12 -04:00
Your Name
c18ddb8fea v0.1.12 - Add /tool -h help shorthand and enrich core tool parameter descriptions v0.1.13 2026-03-21 06:16:57 -04:00
Your Name
d161b68d02 v0.1.11 - Implement encrypted kind-10000 nostr block list tools and global relay event filtering v0.1.12 2026-03-21 05:45:31 -04:00
Your Name
94a6c47710 v0.1.10 - Fix check_proofs to derive Y from secret and validate stale nofee token deletion flow v0.1.11 2026-03-20 19:44:49 -04:00
Your Name
947a8c9688 v0.1.9 - Retry push after prior remote failure for check_proofs Y derivation fix v0.1.10 2026-03-20 19:34:06 -04:00
Your Name
dd6080c53e v0.1.8 - Fix check_proofs to derive and submit Y from proof secret for mint checkstate v0.1.9 2026-03-20 19:33:57 -04:00
Your Name
a2b884d447 v0.1.7 - Improve Cashu receive diagnostics: preserve mint error JSON on non-2xx, add step-level DEBUG_WARN logging in cashu_wallet_receive_token, and return structured error details in wallet tool responses v0.1.8 2026-03-20 09:45:39 -04:00
Your Name
14549cd581 v0.1.6 - Security: ignore genesis.jsonc, add safe genesis.jsonc.example, purge genesis history, and restore local ignored genesis file v0.1.7 2026-03-20 07:54:51 -04:00
Your Name
6c40a157f0 v0.1.5 - Security: ignore genesis.jsonc, add safe genesis.jsonc.example, purge genesis history, and restore local ignored genesis file v0.1.6 2026-03-20 07:54:38 -04:00
Your Name
897faf5f71 security: ignore genesis.jsonc, add safe genesis example, purge tracked genesis history v0.1.5 2026-03-20 07:34:11 -04:00
Your Name
afed0812a3 v0.1.4 - Rename cashu wallet module API functions to remove _json suffix and keep tool-facing names consistent 2026-03-19 20:43:13 -04:00
Your Name
c88b20430a v0.1.3 - Make cashu wallet initialization unconditional and add lazy wallet readiness for first-run DM tool usage v0.1.4 2026-03-19 19:26:12 -04:00
Your Name
8cfc50acf6 v0.1.2 - Implement cashu_wallet_receive_token tool flow and integrate Cashu receive/swap handling v0.1.3 2026-03-19 18:55:38 -04:00
Your Name
e9fb1fa0b8 v0.1.1 - Fix cron trigger firing with validation, shorthand normalization, immediate polling, and status/log diagnostics v0.1.2 2026-03-19 17:16:06 -04:00
Your Name
9505ee16bf v0.1.0 - Release dual-architecture static binaries (x86_64 + arm64) v0.1.1 2026-03-19 07:56:55 -04:00
Your Name
d49e4ec4cb v0.0.89 - Fix and validate fully static ARM64 Docker builds for didactyl and c-relay with reliable cross-arch context and toolchain handling v0.1.0 2026-03-19 07:40:57 -04:00
Your Name
47bb5d76bc v0.0.88 - Add full static ARM64 build support for didactyl and c-relay with dynamic nostr lib resolution and --platform override v0.0.89 2026-03-18 19:34:33 -04:00
Your Name
90948989ac v0.0.87 - Fix config_store d_tag use-after-free causing llm_config replacement failures v0.0.88 2026-03-18 17:54:53 -04:00
Your Name
b1a767f9b5 v0.0.86 - Return masked api_key field in model_get/model_set responses v0.0.87 2026-03-18 17:42:16 -04:00
Your Name
650df7bc41 v0.0.85 - Skip llm_config republish on startup when config was recalled from Nostr v0.0.86 2026-03-18 17:34:11 -04:00
Your Name
9d06f18769 v0.0.84 - Remove duplicated read-only tool payload fields and make slash output prefer content v0.0.85 2026-03-18 16:48:04 -04:00
Your Name
527016c078 v0.0.83 - Add my_kind0_profile cache-miss fallback to query kind-0 from relays and cache result v0.0.84 2026-03-18 16:32:14 -04:00
Your Name
c221104bc0 v0.0.82 - Move model/task persistence to kind 30078, add finish_reason stall diagnostics, and remove local config/tasks file coupling v0.0.83 2026-03-18 15:58:33 -04:00
Your Name
253aa4b5fc v0.0.81 - Add loop progress controls and admin limit diagnostics for DM, HTTP API, and triggers v0.0.82 2026-03-18 14:16:10 -04:00
Your Name
82362e4f3f v0.0.80 - Fix wizard/runtime config persistence and add --admin CLI override for agent_config updates v0.0.81 2026-03-18 11:21:57 -04:00
Your Name
7675109afc v0.0.79 - Enhance existing-agent wizard with full config recovery review edit flow and new-agent fallback v0.0.80 2026-03-18 10:14:10 -04:00
Your Name
42fc14a5b3 v0.0.78 - Seed default skill into self-skill cache during startup reconcile v0.0.79 2026-03-18 09:46:08 -04:00