You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,9 @@ SPDX-License-Identifier: MIT-0
19
19
-**IDP CLI - Command Line Interface for Batch Document Processing**
20
20
- Added CLI tool (`idp_cli/`) for programmatic batch document processing and stack management
21
21
-**Key Features**: Deploy/update/delete CloudFormation stacks, process and reprocess documents from local directories or S3 URIs, live progress monitoring with rich terminal UI, download processing results locally, validate manifests before processing, generate manifests from directories with automatic baseline matching
22
-
-**Stack Lifecycle Management**: Complete stack management including deletion with safety confirmations, bucket analysis, and automatic cleanup options
23
22
-**Selective Reprocessing**: New `rerun-inference` command to reprocess documents from specific pipeline steps (classification or extraction) while leveraging existing OCR data for cost/time optimization
24
23
-**Evaluation Framework**: Workflow for accuracy testing including initial processing, manual validation, baseline creation, and automated evaluation with detailed metrics
25
24
-**Analytics Integration**: Query aggregated results via Athena SQL or use Agent Analytics in Web UI for visual analysis
26
-
-**Manifest Formats**: Support for CSV and JSON manifests with auto-generated document IDs from filenames and optional baseline references for evaluation
-**Documentation**: README with Quick Start, Commands Reference, Evaluation Workflow, and troubleshooting guides
29
27
@@ -52,10 +50,7 @@ SPDX-License-Identifier: MIT-0
52
50
- Fixed InvalidClientTokenId validation error by ensuring CloudFormation client uses the correct region when validating templates (commercial vs GovCloud)
53
51
-**Enhanced Processing Flow Visualization for Disabled Steps**
54
52
- Fixed UX issue where disabled processing steps (when `summarization.enabled: false` or `assessment.enabled: false` in configuration) appeared visually identical to active steps in the "View Processing Flow" display
55
-
- Added visual indicators to clearly distinguish disabled steps from active steps
56
-
- Added informational alert in Step Details panel explaining that disabled steps execute but perform no processing
57
53
-**Key Benefit**: Users can now immediately see which steps are actually processing data vs. steps that execute but skip processing based on configuration settings, preventing confusion about whether summarization or assessment ran
58
-
- Updated components: `StepFunctionFlowViewer.jsx`, `FlowDiagram.jsx`, `StepDetails.jsx`, and associated CSS files
59
54
- Limitation: the new visual indicators are driven from the current config, which may have been altered since the document was processed. We will address this in a later release. See Issue #86.
0 commit comments