diff --git a/CHANGELOG.md b/CHANGELOG.md index c71428c1..7a9bf5f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v1.4.410 (2026-02-17) + +### PR [#1999](https://github.com/danielmiessler/Fabric/pull/1999) by [ghrom](https://github.com/ghrom): feat: add 3 patterns from cross-model AI dialogue research + +- Add `audit_consent` pattern for detecting manufactured consent via power asymmetry analysis, surfaced from a devil's advocate "consent theater" critique across multi-model stress testing. +- Add `detect_silent_victims` pattern to identify harmed parties who cannot speak for themselves, including future generations and unaware victims. +- Add `audit_transparency` pattern for evaluating whether decisions are explainable to affected parties across five dimensions. +- Register all three new patterns in pattern descriptions and extracts JSON files, and categorize them under ANALYSIS and CR THINKING in `suggest_pattern`. +- Update `pattern_explanations.md` with renumbered entries to reflect the newly added patterns. + +### Direct commits + +- Fix: update Buy Me a Coffee links to correct profile URL + ## v1.4.409 (2026-02-17) ### PR [#2006](https://github.com/danielmiessler/Fabric/pull/2006) by [konstantint](https://github.com/konstantint): feat: When running from a symlink, use the executable name as the pattern argument diff --git a/cmd/fabric/version.go b/cmd/fabric/version.go index d89eed0b..afdb1bb3 100644 --- a/cmd/fabric/version.go +++ b/cmd/fabric/version.go @@ -1,3 +1,3 @@ package main -var version = "v1.4.409" +var version = "v1.4.410" diff --git a/cmd/generate_changelog/changelog.db b/cmd/generate_changelog/changelog.db index d15329fe..d2ab8f43 100644 Binary files a/cmd/generate_changelog/changelog.db and b/cmd/generate_changelog/changelog.db differ diff --git a/cmd/generate_changelog/incoming/1999.txt b/cmd/generate_changelog/incoming/1999.txt deleted file mode 100644 index f577f5a7..00000000 --- a/cmd/generate_changelog/incoming/1999.txt +++ /dev/null @@ -1,7 +0,0 @@ -### PR [#1999](https://github.com/danielmiessler/Fabric/pull/1999) by [ghrom](https://github.com/ghrom): feat: add 3 patterns from cross-model AI dialogue research - -- Add `audit_consent` pattern for detecting manufactured consent via power asymmetry analysis, surfaced from a devil's advocate "consent theater" critique across multi-model stress testing. -- Add `detect_silent_victims` pattern to identify harmed parties who cannot speak for themselves, including future generations and unaware victims. -- Add `audit_transparency` pattern for evaluating whether decisions are explainable to affected parties across five dimensions. -- Register all three new patterns in pattern descriptions and extracts JSON files, and categorize them under ANALYSIS and CR THINKING in `suggest_pattern`. -- Update `pattern_explanations.md` with renumbered entries to reflect the newly added patterns. diff --git a/nix/pkgs/fabric/version.nix b/nix/pkgs/fabric/version.nix index 16a00a4b..cae67aff 100644 --- a/nix/pkgs/fabric/version.nix +++ b/nix/pkgs/fabric/version.nix @@ -1 +1 @@ -"1.4.409" +"1.4.410"