Skip to content

Releases: danielmiessler/Fabric

Release v1.4.193

24 May 05:59
Compare
Choose a tag to compare

Changes

PR #1484 by ksylvan: Web UI update all packages, reorganize docs, add install scripts

  • Reorganize web documentation and add installation scripts
  • Update all package dependencies to latest versions
  • Add PDF-to-Markdown installation steps to README
  • Move legacy documentation files to web/legacy/
  • Add convenience scripts for npm and pnpm installation

PR #1481 by skibum1869: Add board meeting summary pattern template

  • Add board meeting summary pattern template
  • Update meeting summary template with word count requirement
  • Add minimum word count for context section in board summary

Direct commits

  • Add centralized environment configuration for Fabric base URL
  • Create environment config module for URL handling with server/client support
  • Configure Vite to inject FABRIC_BASE_URL client-side
  • Update proxy targets to use environment variable
  • Add TypeScript definitions for window config

Release v1.4.192

23 May 05:45
Compare
Choose a tag to compare

Changes

PR #1480 by ksylvan: Automatic setting of "raw mode" for some models

  • Added NeedsRawMode method to AI vendor interface to support model-specific raw mode detection
  • Implemented automatic raw mode detection for specific AI models including Ollama llama2/llama3 and OpenAI o1/o3/o4 models
  • Enhanced vendor interface with NeedsRawMode implementation across all AI clients
  • Added model-specific raw mode detection logic with prefix matching capabilities
  • Enabled automatic raw mode activation when vendor requirements are detected

Release v1.4.191

22 May 19:04
Compare
Choose a tag to compare

Changes

PR #1478 by ksylvan: Claude 4 Integration and README Updates

  • Add support for Anthropic Claude 4 models and update SDK to v1.2.0
  • Upgrade anthropic-sdk-go dependency to version v1.2.0
  • Integrate new Anthropic Claude 4 Opus and Sonnet models
  • Remove deprecated Claude 2.0 and 2.1 models from list
  • Adjust model type casting for anthropic-sdk-go v1.2.0 compatibility

Release v1.4.190

20 May 10:13
Compare
Choose a tag to compare

Changes

PR #1475 by ksylvan: refactor: improve raw mode handling in BuildSession

  • Refactor: improve raw mode handling in BuildSession
  • Fix system message handling with patterns in raw mode
  • Prevent duplicate inputs when using patterns
  • Add conditional logic for pattern vs non-pattern scenarios
  • Simplify message construction with clearer variable names

Release v1.4.189

19 May 21:39
Compare
Choose a tag to compare

Changes

PR #1473 by roumy: add authentification for ollama instance

  • Add authentification for ollama instance

Release v1.4.188

19 May 21:37
Compare
Choose a tag to compare

Changes

PR #1474 by ksylvan: feat: update BuildSession to handle message appending logic

  • Refactor message handling for raw mode and Anthropic client with improved logic
  • Add proper handling for empty message arrays and user/assistant message alternation
  • Implement safeguards for message sequence validation and preserve system messages
  • Fix pattern-based message handling in non-raw mode with better normalization

PR #1467 by joshuafuller: Typos, spelling, grammar and other minor updates

  • Fix spelling and grammar issues across documentation including pattern management guide, PR notes, and web README

PR #1468 by NavNab: Refactor content structure in create_hormozi_offer system.md for clarity and readability

  • Improve formatting and content structure in system.md for better flow and readability
  • Consolidate repetitive sentences and enhance overall text coherence with consistent bullet points

Direct commits

  • Add authentication for Ollama instance

Release v1.4.187

10 May 07:42
Compare
Choose a tag to compare

Changes

PR #1463 by CodeCorrupt: Add completion to the build output for Nix

  • Add completion files to the build output for Nix

Release v1.4.186

06 May 22:07
Compare
Choose a tag to compare

Changes

PR #1459 by ksylvan: chore: Repository cleanup and .gitignore Update

  • Add coverage.out to .gitignore for ignoring coverage output
  • Remove Alma.md documentation file from the repository
  • Delete rate_ai_result.txt stitch script from stitches folder
  • Remove readme.md for rate_ai_result stitch documentation

Release v1.4.185

28 Apr 19:27
Compare
Choose a tag to compare

Changes

PR #1453 by ksylvan: Fix for default model setting

  • Refactor: introduce getSortedGroupsItems for consistent sorting logic
  • Add getSortedGroupsItems to centralize sorting logic
  • Sort groups and items alphabetically, case-insensitive
  • Replace inline sorting in Print with new method
  • Update GetGroupAndItemByItemNumber to use sorted data

Release v1.4.184

25 Apr 08:28
Compare
Choose a tag to compare

Changes

PR #1447 by ksylvan: More shell completion scripts: Zsh, Bash, and Fish

  • Add shell completion support for three major shells (Zsh, Bash, and Fish)
  • Create standardized completion scripts in completions/ directory
  • Add --shell-complete-list flag for machine-readable output
  • Update Print() methods to support plain output format
  • Replace old fish completion script with improved version