Skip to content

Commit e469351

Browse files
author
Bob Strahan
committed
feat: Add Edit Sections feature and bump version to 0.3.17-rc1
1 parent 6cc765b commit e469351

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ SPDX-License-Identifier: MIT-0
66
## [Unreleased]
77

88
### Added
9+
10+
- **Edit Sections Feature for Modifying Class/Type and Reprocessing Extraction**
11+
- Added Edit Sections interface for Pattern-2 and Pattern-3 workflows with reprocessing optimization
12+
- **Key Features**: Section management (create, update, delete), classification updates, page reassignment with overlap detection, real-time validation
13+
- **Selective Reprocessing**: Only modified sections are reprocessed while preserving existing data for unmodified sections
14+
- **Processing Pipeline**: All functions (OCR/Classification/Extraction/Assessment) automatically skip redundant operations based on data presence
15+
- **Pattern Compatibility**: Full functionality for Pattern-2/Pattern-3, informative modal for Pattern-1 explaining BDA not yet supported
16+
917
- **Analytics Agent Schema Optimization for Improved Performance**
1018
- **Embedded Database Overview**: Complete table listing and guidance embedded directly in system prompt (no tool call needed)
1119
- **On-Demand Detailed Schemas**: `get_table_info(['specific_tables'])` loads detailed column information only for tables actually needed by the query
@@ -17,12 +25,6 @@ SPDX-License-Identifier: MIT-0
1725
- Fix missing data in Glue tables when using a document class that contains a dash (-).
1826

1927

20-
### Fixed
21-
- **Edit Sections Mode Performance and Architecture Optimizations**
22-
- Fixed ProcessChanges mutation to send only modified sections instead of all sections, dramatically reducing payload size and improving performance
23-
- Refactored process_changes_resolver to use Document class and service architecture, eliminating race conditions from manual DynamoDB writes
24-
- Enhanced DynamoDB service with robust data format handling for metering field, resolving JSON parsing errors when data is stored as native objects vs strings
25-
2628
## [0.3.16]
2729

2830
### Added

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.17-wip1
1+
0.3.17-rc1

0 commit comments

Comments
 (0)