Skip to content

Release v1.4.211

Choose a tag to compare

@github-actions github-actions released this 19 Jun 21:47
· 787 commits to main since this release

Changes

PR #1533 by ksylvan: REST API and Web UI Now Support Dynamic Pattern Variables

  • Added pattern variables support to REST API chat endpoint with Variables field in PromptRequest struct
  • Implemented pattern variables UI in web interface with JSON textarea for variable input and dedicated Svelte store
  • Created new ApplyPattern route for POST /patterns/:name/apply with PatternApplyRequest struct for request body parsing
  • Refactored chat service to clean up message stream and pattern output methods with improved stream readability
  • Merged query parameters with request body variables in ApplyPattern method using StorageHandler for pattern operations