GitLab.org activity https://gitlab.com/gitlab-org 2026-03-16T18:38:32Z tag:gitlab.com,2026-03-16:5209658497 Roman Eisner commented on merge request !4897 at GitLab.org / ModelOps / AI Assisted (formerly Applied ML) / Code Suggestions / AI Gateway 2026-03-16T18:38:28Z romaneisner Roman Eisner

@junminghuang - Thanks for the MR, LGTM! I added one comment for discussion but it's definitely not blocking.

tag:gitlab.com,2026-03-16:5209658208 Roman Eisner approved merge request !4897: docs: add conversation compaction documentation at GitLab.org / ModelOps / AI Assisted (formerly Applied ML) / Co... 2026-03-16T18:38:22Z romaneisner Roman Eisner

Summary

Adds comprehensive documentation for the conversation compaction feature, which automatically summarizes older conversation history to stay within LLM token limits.

Closes #2036

What does this MR do?

  • Creates docs/context_management/compaction.md with:

    • Feature overview explaining what compaction is and why it's needed
    • Supported workflow types table showing integration status
    • Configuration guide for Legacy Chat Workflow and Flow Registry Experimental
    • Configuration parameters reference
    • How compaction works (token estimation, threshold check, summarization)
    • State management explanation for different workflow types
    • Best practices and feature flag information
  • Updates docs/flow_registry/experimental.md with:

    • Adds compaction parameter to AgentComponent optional parameters
    • Adds compaction parameter to OneOffComponent optional parameters
    • Adds YAML examples for both components with compaction enabled

How to set up and validate locally

  1. Review the documentation files for accuracy and completeness
  2. Run make lint-doc to verify documentation linting passes
tag:gitlab.com,2026-03-16:5209658196 Roman Eisner commented on merge request !4897 at GitLab.org / ModelOps / AI Assisted (formerly Applied ML) / Code Suggestions / AI Gateway 2026-03-16T18:38:22Z romaneisner Roman Eisner

Thought (non-blocking): Having more than max_recent_messages and not triggering compaction seems a bit unintuitive here, as it is a max. However I think this matches the code so I think it's OK.

tag:gitlab.com,2026-03-16:5209658021 David Hamp-Gonsalves pushed to project branch init at GitLab.org / Growth / OpenCode Commands 2026-03-16T18:38:18Z davidhampgonsalves David Hamp-Gonsalves

David Hamp-Gonsalves (c2c7c86e) at 16 Mar 18:38

add command to lint and push work-in-progress type changes

tag:gitlab.com,2026-03-16:5209657522 PROJECT_TOKEN_FOR_CI_SCRIPTS_API_USAGE commented on merge request !227096 at GitLab.org / GitLab 2026-03-16T18:38:07Z project_278964_bot_079be3103ed333565a8fbea3be7252f4 PROJECT_TOKEN_FOR_CI_SCRIPTS_API_USAGE

E2E Test Result Summary

allure-report-publisher generated test report!

e2e-test-on-cng: test report for 9509838a

expand test summary
+-------------------------------------------------------------------------------------+
|                                   suites summary                                    |
+--------------------------------+--------+--------+---------+-------+-------+--------+
|                                | passed | failed | skipped | flaky | total | result |
+--------------------------------+--------+--------+---------+-------+-------+--------+
| Security Risk Management       | 18     | 0      | 20      | 0     | 38    | ✅     |
| Plan                           | 98     | 0      | 9       | 0     | 107   | ✅     |
| Software Supply Chain Security | 64     | 0      | 27      | 0     | 91    | ✅     |
| Create                         | 124    | 0      | 33      | 0     | 157   | ✅     |
| Verify                         | 50     | 0      | 27      | 0     | 77    | ✅     |
| Tenant Scale                   | 41     | 0      | 11      | 0     | 52    | ✅     |
| Package                        | 25     | 0      | 23      | 0     | 48    | ✅     |
| Manage                         | 1      | 0      | 4       | 0     | 5     | ✅     |
| Deploy                         | 6      | 0      | 4       | 0     | 10    | ✅     |
| Monitor                        | 15     | 0      | 10      | 0     | 25    | ✅     |
| Secure                         | 2      | 0      | 3       | 0     | 5     | ✅     |
| Analytics                      | 0      | 0      | 2       | 0     | 2     | ➖     |
| Fulfillment                    | 1      | 0      | 8       | 0     | 9     | ✅     |
| Ai-powered                     | 0      | 0      | 3       | 0     | 3     | ➖     |
| Growth                         | 0      | 0      | 1       | 0     | 1     | ➖     |
+--------------------------------+--------+--------+---------+-------+-------+--------+
| Total                          | 445    | 0      | 185     | 0     | 630   | ✅     |
+--------------------------------+--------+--------+---------+-------+-------+--------+
tag:gitlab.com,2026-03-16:5209657441 Bruno Cardoso pushed new project branch bc/remove-project-id at GitLab.org / ModelOps / AI Model Validation and Research / AI Evaluation / CEF 2026-03-16T18:38:05Z bcardoso- Bruno Cardoso [email protected]

Bruno Cardoso (ff03767b) at 16 Mar 18:38

Remove unused project_id from IssueToMrResponse

... and 3 more commits

tag:gitlab.com,2026-03-16:5209657439 Thomas Randolph commented on merge request !226953 at GitLab.org / GitLab 2026-03-16T18:38:05Z thomasrandolph Thomas Randolph

Parameter coercion will not occur in this case. present? will interrupt and this is identical to not passing it at all.

tag:gitlab.com,2026-03-16:5209657372 Sandy Armstrong commented on merge request !264 at GitLab.org / editor-extensions / GitLab Extension for Visual Studio 2026-03-16T18:38:04Z sandyarmstrong Sandy Armstrong

No worries, thanks!

tag:gitlab.com,2026-03-16:5209657077 Daniele Bracciani pushed to project branch db/580757/login-integration-with-iam-service at GitLab.org / GitLab 2026-03-16T18:37:58Z daniele-gitlab Daniele Bracciani

Daniele Bracciani (100002f1) at 16 Mar 18:37

Add missing specs and remove controller specs

... and 1 more commit

tag:gitlab.com,2026-03-16:5209656369 Max Fan commented on merge request !227539 at GitLab.org / GitLab 2026-03-16T18:37:44Z mfanGitLab Max Fan [email protected]

nit: wouldn't pipeline down below return nil if it's not found anyways?

So we can just do pipeline here?

tag:gitlab.com,2026-03-16:5209655784 Michael Usachenko deleted project branch fix/correctness-hardening-2 at GitLab.org / orbit / GitLab Knowledge Graph 2026-03-16T18:37:31Z michaelusa Michael Usachenko

Michael Usachenko (bbce5076) at 16 Mar 18:37

tag:gitlab.com,2026-03-16:5209655534 Matt Kasa commented on merge request !227539 at GitLab.org / GitLab 2026-03-16T18:37:26Z mattkasa Matt Kasa

question: @kerrizor Are we ok here if partition_id is nil?

tag:gitlab.com,2026-03-16:5209655516 Michael Usachenko pushed to project branch main at GitLab.org / orbit / GitLab Knowledge Graph 2026-03-16T18:37:26Z michaelusa Michael Usachenko

Michael Usachenko (769b22b8) at 16 Mar 18:37

Merge branch 'fix/correctness-hardening-2' into 'main'

... and 1 more commit

tag:gitlab.com,2026-03-16:5209655491 Michael Usachenko accepted merge request !576: fix(tests): assert edge set instead of discarding in traversal_with_order_by + harden MustInspect at GitLab.or... 2026-03-16T18:37:26Z michaelusa Michael Usachenko

Summary

  • Replaces edges_of_type("MEMBER_OF").into_inner() in traversal_with_order_by with a full assert_edge_set covering all 9 MEMBER_OF edges from the seed data.
  • Removes MustInspect::into_inner entirely — it was a public escape hatch that let callers satisfy both the enforcement tracker and the MustInspect drop guard without actually verifying any data.
  • Replaces all 12 into_inner() calls in enforcement unit tests with real assertions (assert_node_ids, assert_edge_set, assert_edge_count).

Without into_inner, the only way to consume a MustInspect value is through Deref — you have to actually read the data or it panics on drop. The enforcement tracker and MustInspect are now complementary with no bypass: the tracker enforces "call the right methods", MustInspect enforces "look at what came back."

Depends on !574.

tag:gitlab.com,2026-03-16:5209655450 Uma Chandran pushed to project branch uc/update-agentic-classic-duo-language at GitLab.org / editor-extensions / GitLab Language Server 2026-03-16T18:37:25Z uchandran Uma Chandran

Uma Chandran (4d143c32) at 16 Mar 18:37

chore: fixes two other mentions in CLI

tag:gitlab.com,2026-03-16:5209654967 🤖 GitLab Bot 🤖 commented on incident #16068 at GitLab.org / Developer Experience / Engineering Productivity / approved-mr-pipeline-incidents 2026-03-16T18:37:14Z gitlab-bot 🤖 GitLab Bot 🤖

Duration Analysis