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
Merge branch 'feature/idp-cli-doc-status' into 'develop'
Feat: Extend the new idp-cli status command to check job COMPLETED/FAILURE status
See merge request genaiic-reusable-assets/engagement-artifacts/genaiic-idp-accelerator!401
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ SPDX-License-Identifier: MIT-0
15
15
-**Persistent Chat Memory**: DynamoDB-backed conversation history with automatic loading of last 20 turns, turn-based message grouping, and intelligent context management with sliding window optimization
16
16
-**Real-Time Streaming**: AppSync GraphQL subscriptions enable incremental response streaming with proper async task cleanup and thinking tag removal for clean display
17
17
-**Code Intelligence Agent**: New specialized agent for code-related assistance with DeepWiki MCP server integration, security guardrails to prevent sensitive data exposure, and user-controlled opt-in toggle (default: enabled)
18
-
-**Sub-Agent Streaming**: Real-time lifecycle events (start, stream, end, error) with async generator tools, structured data detection for tables/charts, and tool usage tracking
19
18
-**Rich Chat Interface**: Modern UI with CloudScape Design System featuring real-time message streaming, multi-agent support (Analytics, Code Intelligence, Error Analyzer, General), Markdown rendering with syntax highlighting, structured data visualization (charts via Chart.js, sortable tables), expandable tool usage sections, sample prompts, and auto-scroll behavior
20
19
-**Privacy & Security**: Explicit user consent for Code Intelligence third-party services, session isolation with unique session IDs, error boundary protection, input validation
21
20
@@ -29,6 +28,20 @@ SPDX-License-Identifier: MIT-0
29
28
-**Backward Compatible**: Legacy format remains supported through automatic migration - no manual configuration updates required
30
29
-**Comprehensive Documentation**: New migration guide with format comparison, field mapping table, and best practices
31
30
31
+
-**IDP CLI Single Document Status Support with Programmatic Output**
32
+
- Enhanced `status` command to support checking individual document status via new `--document-id` option as alternative to `--batch-id`
33
+
- Added programmatic output capabilities with exit codes (0=success, 1=failure, 2=processing) for scripting and automation
34
+
- JSON format output (`--format json`) provides structured data for parsing in CI/CD pipelines and scripts
35
+
- Live monitoring support with `--wait` flag works for both batch and single document status checks
36
+
- Mutual exclusion validation ensures only one of `--batch-id` or `--document-id` is specified
37
+
-**Error Analyzer CloudWatch Tool Enhancements**
38
+
- Enhanced CloudWatch log filtering with request ID-based filtering for more targeted error analysis
39
+
- Improved XRay tool tracing and logging capabilities for better diagnostic accuracy
40
+
- Enhanced error context correlation between CloudWatch logs and X-Ray traces
41
+
- Consolidated and renamed tools
42
+
- Provided tools access to agent
43
+
- Updated system prompt
44
+
32
45
-**Error Analyzer CloudWatch Tool Enhancements**
33
46
- Enhanced CloudWatch log filtering with request ID-based filtering for more targeted error analysis
34
47
- Improved XRay tool tracing and logging capabilities for better diagnostic accuracy
0 commit comments