Uh oh!
There was an error while loading. Please reload this page.
Scale tabular row orchestration exports - #1145
Conversation
…e-manifest-pr Phase 1: add authorized mixed-source manifest contracts
…d-source-consistency Phase 2: honor explicit mixed-source Chat selections
…-csv-artifacts Fix CSV artifacts for non-tabular documents
…lyze Phase 3: mixed-source combined Analyze
…rmat-compare Phase 4: cross-format Compare orchestration
…tinuity Phase 5: preserve mixed-source context across follow-up turns
…dening Harden mixed-source orchestration and CSV exports
…tion Add universal CSV generation across response paths
Promote current-turn structured function results into a format-neutral CSV, DOCX, and PDF artifact pipeline across chat, agents, document actions, and workflows. Preserve durable CSV handling and coverage-aware tabular exports.\n\nRefs #1071
Increase bounded search, metadata, directory, workflow, assigned-knowledge, and mixed-source candidate retrieval limits while preserving authorization and existing maximum constraints. Update affected functional coverage and release notes.
…tion Add generated file export framework
…ar-row-orchestration-scale # Conflicts: # application/single_app/config.py # docs/explanation/release_notes.md
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Paul Lizer (paullizer)
commented
Aug 4, 2026
CodeQL remediation update for alert 30 / plan item 10: removed the duplicate local \json\ import from \chat_stream_api, relying on the existing module-level import. Bumped app version to \ |
Paul Lizer (paullizer)
commented
Aug 4, 2026
Resolved the PR branch conflicts by merging latest \Development\ into \ix/1031-tabular-row-orchestration-scale\ and pushed merge commit \ |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Release notes referenced issues as bare `microsoft#1289` or `microsoft#1145`. Those render as plain text on the docs site, where kramdown does not autolink them, so the references were unusable for readers. - Linkify all 165 references inside `(Ref: ...)` blocks as absolute Markdown links. Each number was classified against the GitHub API first, so the 11 pull request references point at `/pull/` rather than `/issues/`. - Backfill three entries whose shipping PR named an issue the note omitted. Four further candidates were rejected because their PR bundled two unrelated fixes and naming its issue would have credited the wrong bullet. - Move v0.229.063 and older into `archive_release_notes.md`, cutting the current page from 4,781 to 3,797 lines. The move is byte-faithful and verified by reconstructing the original file from the two halves. - Link the archive from the bottom of the release notes and from the docs sidebar under Deep reference. Scoping the rewrite to `(Ref: ...)` blocks is deliberate: the notes also contain prose such as "**Issue #1 - DOM Manipulation Error**", which is a list number rather than a GitHub reference. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Summary
Validation
git -c core.whitespace=blank-at-eol,blank-at-eof,space-before-tab,cr-at-eol diff --check origin/Development...HEADpython -m py_compilefor changed Python filesnode --checkfor changed JavaScript filespython scripts/check_swagger_routes.py application/single_app/app.py application/single_app/route_backend_chats.py application/single_app/route_backend_collaboration.py application/single_app/route_backend_conversations.py application/single_app/route_backend_data_management.pypython functional_tests/route_tests/test_route_blueprint_policy_inventory.pypython functional_tests/route_tests/test_route_unauthenticated_policy_contract.pypython functional_tests/route_tests/test_route_policy_test_coverage.pypython functional_tests/test_tabular_row_orchestration_scale.pypython scripts/check_xss_sinks.py --base-sha origin/Development --head-sha HEAD <changed application files>python scripts/check_broken_access_control.py --base-sha origin/Development --head-sha HEAD <changed Python application files>Notes
Developmentfix/1031-tabular-row-orchestration-scale