Skip to content

Releases: danielmiessler/Fabric

v1.4.328

18 Nov 15:24

Choose a tag to compare

Changes

PR #1836 by ksylvan: docs: clarify --raw flag behavior for OpenAI and Anthropic providers

  • Update --raw flag description across all documentation files
  • Clarify flag only affects OpenAI-compatible providers behavior
  • Document Anthropic models use smart parameter selection
  • Remove outdated reference to system/user role changes
  • Update help text in CLI flags definition

v1.4.327

16 Nov 21:19

Choose a tag to compare

Changes

PR #1831 by ksylvan: Remove get_youtube_rss pattern

  • Chore: remove get_youtube_rss pattern from multiple files
  • Remove get_youtube_rss from pattern_explanations.md
  • Delete get_youtube_rss entry in pattern_descriptions.json
  • Delete get_youtube_rss entry in pattern_extracts.json
  • Remove get_youtube_rss from suggest_pattern/system.md

PR #1832 by ksylvan: Improve channel management in Gemini provider

  • Fix: improve channel management in Gemini streaming method
  • Add deferred channel close at function start
  • Return error immediately instead of breaking loop
  • Remove redundant channel close statements from loop
  • Ensure channel closes on all exit paths consistently

v1.4.326

16 Nov 19:43

Choose a tag to compare

Changes

PR #1830 by ksylvan: Ensure final newline in model generated outputs

  • Feat: ensure newline in CreateOutputFile and improve tests
  • Add newline to CreateOutputFile if missing
  • Use t.Cleanup for file removal in tests
  • Add test for message with trailing newline
  • Introduce printedStream flag in Chatter.Send

Direct commits

  • Chore: update README with recent features and extensions

  • Add v1.4.322 release with concept maps

  • Introduce WELLNESS category with psychological analysis

  • Upgrade to Claude Sonnet 4.5

  • Add Portuguese language variants with BCP 47 support

  • Migrate to openai-go/azure SDK for Azure

  • Add Extensions section to README navigation

v1.4.325

15 Nov 05:33

Choose a tag to compare

Changes

PR #1828 by ksylvan: Fix empty string detection in chatter and AI clients

  • Chore: improve message handling by trimming whitespace in content checks
  • Remove default space in BuildSession message content
  • Trim whitespace in anthropic message content check
  • Trim whitespace in gemini message content check

v1.4.324

14 Nov 07:56

Choose a tag to compare

Changes

PR #1827 by ksylvan: Make YouTube API key optional in setup

  • Make YouTube API key optional in setup process
  • Change API key setup question to optional configuration
  • Add test for optional API key behavior
  • Ensure plugin configuration works without API key

v1.4.323

12 Nov 01:31

Choose a tag to compare

Changes

PR #1802 by nickarino: fix: improve template extension handling for {{input}} and add examples

  • Fix: improve template extension handling for {{input}} and add examples

PR #1823 by ksylvan: Add missing patterns and renumber pattern explanations list

  • Add apply_ul_tags pattern for content categorization
  • Add extract_mcp_servers pattern for MCP server identification
  • Add generate_code_rules pattern for AI coding guardrails
  • Add t_check_dunning_kruger pattern for competence assessment
  • Renumber all patterns from 37-226 to 37-230

Direct commits

  • Chore: incoming 1823 changelog entry

v1.4.322

05 Nov 02:05

Choose a tag to compare

Changes

PR #1814 by ksylvan: Add Concept Map in html

  • Add create_conceptmap for interactive HTML concept maps using Vis.js
  • Add fix_typos for proofreading and correcting text errors
  • Introduce model_as_sherlock_freud for psychological modeling and behavior analysis
  • Implement predict_person_actions for behavioral response predictions
  • Add recommend_yoga_practice for personalized yoga guidance
  • Credit goes to @FELIPEGUEDESBR for the pattern

PR #1816 by ksylvan: Update anthropic-sdk-go to v1.16.0 and update models

  • Upgraded anthropic-sdk-go from v1.13.0 to v1.16.0
  • Removed outdated model ModelClaude3_5SonnetLatest
  • Added new model ModelClaudeSonnet4_5_20250929
  • Updated anthropic beta map to include the new model
  • Updated dependencies in go.sum file

v1.4.321

03 Nov 05:33

Choose a tag to compare

Changes

PR #1803 by dependabot[bot][bot]: chore(deps-dev): bump vite from 5.4.20 to 5.4.21 in /web in the npm_and_yarn group across 1 directory

  • Updated Vite development dependency from version 5.4.20 to 5.4.21 in the web directory

PR #1805 by OmriH-Elister: Added several new patterns

  • Added new WELLNESS category with four patterns including personalized yoga practice recommendations and wellness guidance
  • Added model_as_sherlock_freud pattern for psychological detective analysis combining Sherlock Holmes deduction with Freudian psychology
  • Added predict_person_actions pattern for behavioral response predictions based on personality analysis
  • Added fix_typos pattern for automated proofreading and typo corrections
  • Updated ANALYSIS and SELF categories to include new wellness-related patterns and classifications

PR #1808 by sluosapher: Updated create_newsletter_entry pattern to generate more factual titles

  • Updated the title generation style; added an output example.

v1.4.320

28 Oct 14:41

Choose a tag to compare

Changes

PR #1780 by marcas756: feat: add extract_characters pattern

  • Define character extraction goals and steps with canonical naming and deduplication rules
  • Outline interaction mapping and narrative importance analysis
  • Provide comprehensive output schema with proper formatting guidelines
  • Include positive and negative examples for pattern clarity
  • Enforce restrictions on speculative motivations and non-actor inclusion

PR #1794 by starfish456: Enhance web app docs

  • Remove duplicate content from the main readme and link to the web app readme
  • Update table of contents with proper nesting and fix minor formatting issues

PR #1810 by tonymet: improve subtitle lang, retry, debugging & error handling

  • Improve subtitle lang, retry, debugging & error handling

Direct commits

  • Docs: clean up README - remove duplicate image and add collapsible updates section

  • Remove duplicate fabric-summarize.png screenshot

  • Wrap Updates section in HTML details/summary accordion to save space
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    Co-Authored-By: Claude [email protected]

  • Updated CSE pattern.

v1.4.319

30 Sep 14:05

Choose a tag to compare

Changes

PR #1783 by ksylvan: Update anthropic-sdk-go and add claude-sonnet-4-5

  • Feat: update anthropic-sdk-go to v1.13.0 and add new model
  • Upgrade anthropic-sdk-go to version 1.13.0
  • Add ModelClaudeSonnet4_5 to supported models list