File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.5.3] - 2025-08-04
11+
12+ ### Added
13+ - ** Cursor.new() method** for creating fresh conversation threads while preserving authentication and configuration
14+ - ** Thread naming support** via ` name ` parameter in both ` louie() ` factory and ` new() ` method
15+ - ** Share mode validation** with clear error messages for invalid modes
16+ - ** DataFrame metadata preservation** in elements (id, df_id, block_id fields)
17+ - ** Notebook build utilities** :
18+ - ` build-notebook.sh ` for executing notebooks with environment authentication
19+ - ` validate-notebook.py ` for checking execution status and secrets
20+ - ` clean-notebook-outputs.py ` for redacting sensitive data from outputs
21+ - ** Demo video** added to documentation homepage
22+ - ** CI improvements** :
23+ - Concurrency control to cancel previous runs on new push
24+ - Light smoke test stage for faster feedback
25+
26+ ### Fixed
27+ - ** DatabricksAgent empty text elements** : ResponseProxy.elements now properly checks content/text/value fields
28+ - ** Notebook output cleaning** : Fixed to redact sensitive data instead of removing entire outputs
29+ - ** Pre-commit hook** : Now recognizes ` **** ` as legitimate redaction pattern
30+
31+ ### Changed
32+ - ** Vibes tutorial notebook** updated to use ` lui.new() ` pattern instead of deprecated ` new_thread() `
33+ - ** Pre-commit hook** improved to handle redaction patterns in security tools
34+
35+ ### Documentation
36+ - Added comprehensive examples for ` Cursor.new() ` method
37+ - Updated vibes tutorial with DataFrame ID extraction pattern
38+ - Improved notebook authentication documentation
39+
1040## [ 0.5.2] - 2025-08-03
1141
1242### Fixed
You can’t perform that action at this time.
0 commit comments