Skip to content

Releases: DriftOS/drift-client

v0.1.2

09 Dec 02:58

Choose a tag to compare

What's Changed

Enhancements

  • buildPrompt options: Added configurable options object with:
    • includeOtherTopics - toggle mentioning other discussed topics
    • includeFacts - toggle including extracted facts
    • factsFromAllBranches - include facts from all branches, not just current
    • template - custom template function for full prompt customization

Fixes

  • Updated .gitignore to prevent accidental src/*.js commits

v0.1.1

09 Dec 00:47

Choose a tag to compare

fix: only set Content-Type header when body is present

v0.1.0 - Initial Release

05 Dec 04:41

Choose a tag to compare

🚀 Initial Release

JavaScript SDK for drift-core.

Features

  • route() - Route messages to branches
  • getBranches() - List conversation branches
  • getContext() - Get messages and facts
  • extractFacts() - Extract facts from branch
  • buildPrompt() - Ready-to-use LLM prompt with context