Skip to content

v0.5.6 - Fix cursor properties to return last result

Choose a tag to compare

@lmeyerov lmeyerov released this 04 Aug 14:08
· 19 commits to main since this release

What's Changed

Fixed

  • Cursor properties: lui.df, lui.text, and lui.g now correctly return the last (most recent) result instead of the first
    • This matches user expectations where the most recent result is typically most relevant
    • Affects both Cursor and ResponseProxy classes

Added

  • Thread management documentation: Added comprehensive documentation for .url and .thread_id properties
  • Thread Management section in notebook API docs with examples for sharing analysis results

Improved

  • Security documentation: Enhanced credential storage guidelines for AI assistants
  • Cursor.url property: Enhanced docstring with examples and use cases

Full Changelog

v0.5.5...v0.5.6