Skip to content

docs(about): refresh product capabilities - #8153

Merged
cv merged 14 commits into
mainfrom
codex/refresh-about-docs
Aug 4, 2026
Merged

docs(about): refresh product capabilities#8153
cv merged 14 commits into
mainfrom
codex/refresh-about-docs

Conversation

@miyoungc

@miyoungc miyoungc commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator

Summary

Refreshes the About section, homepage, README, and platform support claims so they describe the supported OpenClaw, Hermes, and Deep Agents Code offerings.
The final PR excludes the NVIDIA Template Library adaptation so that work can move to a separate PR.

Changes

  • Expands the Overview with managed inference, managed integrations, snapshots, lifecycle operations, agent-specific CLI aliases, and current product boundaries.
  • Expands the architecture overview with the host CLI, agent integration layer, readiness reporting, sandbox lifecycle, state, inference routing, managed integrations, and protection layers.
  • Clarifies the responsibilities of NemoClaw, OpenShell, and each supported agent runtime across the three Ecosystem pages.
  • Updates the homepage and README with the current product description and agent-specific CLI paths.
  • Adds managed Model Context Protocol (MCP) servers, host readiness reporting, Deep Agents Code trace export, and experimental Google Chat to the launch-facing platform matrix and generated Platform Support page. These matrix claims require engineering-owner review before merge.
  • Keeps the existing About page structures. NVIDIA Template Library conformance is outside this PR.

Type of Change

  • Code change (feature, bug fix, or refactor)
  • Code change with doc updates
  • Doc only (prose changes, no code sample modifications)
  • Doc only (includes code sample changes)

Quality Gates

  • Tests added or updated for changed behavior
  • Existing tests cover changed behavior — justification: Platform generation, starter-prompt, and headless-server documentation tests cover the changed generated claims and About-page contract.
  • Tests not applicable — justification:
  • Docs updated for user-facing behavior changes
  • Docs not applicable — justification:
  • Sensitive paths changed (security, policy, credentials, preflight, onboarding, inference, runner, sandbox, or messaging)
  • Sensitive-path review completed or maintainer-approved waiver recorded — reviewer/approval link/justification:
  • Non-success, skipped, or missing CI check accepted by maintainer — check name, approval link, and follow-up issue:

Documentation Writer Review

  • Documentation writer subagent reviewed the completed changes
  • Result: blocked
  • Evidence: README.md; ci/platform-matrix.json; docs/index.mdx; docs/about/overview.mdx; docs/about/how-it-works.mdx; docs/about/ecosystem.mdx; docs/about/ecosystem-hermes.mdx; docs/about/ecosystem-deepagents.mdx; docs/reference/platform-support.mdx; and all six generated About guide variants. Technical accuracy, writing quality, generated variants, aliases, and product boundaries passed review. npm run docs and platform-generation consistency checks passed. Merge remains blocked until an engineering owner accepts these launch-facing classifications: managed MCP servers as tested, host readiness reporting as tested, Deep Agents trace export as caveated, and Google Chat as experimental.
  • Agent: Codex Desktop

DGX Station Hardware Evidence

  • Tested on DGX Station
  • Tested commit: Not applicable; this change does not modify scripts/prepare-dgx-station-host.sh.
  • Station profile/scenario: Not applicable.
  • Result: Not applicable.
  • Supporting evidence: Not applicable.

Verification

  • PR description includes a Signed-off-by: line and every commit appears as Verified in GitHub
  • Normal pre-commit, commit-msg, and pre-push hooks passed, or npm run validate:pr passed after refreshing origin/main when hooks were skipped or unavailable
  • Targeted behavior tests pass for the current change set, or tests are marked not applicable above — npx vitest run test/generate-platform-docs.test.ts test/check-docs-published-routes.test.ts test/check-docs-links.test.ts test/headless-server-docs.test.ts passed 75 tests.
  • Applicable broad gate passed — npm test for broad runtime/test-harness changes; npm run check for repo-wide validation/coverage changes — command/result: Not applicable to this documentation-focused change.
  • Quality Gates section completed with required justifications or waivers
  • No secrets, API keys, or credentials committed
  • npm run docs builds without warnings (doc changes only) — the build passed with no errors and two existing Fern warnings.
  • Doc pages follow the style guide (doc changes only)
  • New doc pages include SPDX header and frontmatter (new pages only) — no new pages.

Signed-off-by: Miyoung Choi miyoungc@nvidia.com

Summary by CodeRabbit

  • Documentation
    • Reorganized product overviews and architecture guidance around host CLI workflows, supported agent runtimes, OpenShell controls, and lifecycle operations.
    • Documented managed inference, MCP servers, integrations, credential handling, readiness reporting, snapshots, trace export, and runtime restrictions.
    • Expanded ecosystem comparisons and platform-support details for OpenClaw, Hermes, Deep Agents Code, and Google Chat.
    • Added clearer onboarding guidance, blueprint verification, provider validation, and early-preview limitations.

@miyoungc miyoungc added the area: docs Documentation, examples, guides, or docs build label Aug 3, 2026
@miyoungc miyoungc self-assigned this Aug 3, 2026
@copy-pr-bot

copy-pr-bot Bot commented Aug 3, 2026

Copy link
Copy Markdown

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

Documentation and support metadata now describe NemoClaw architecture, supported runtimes, managed integrations, lifecycle operations, readiness reporting, trace export, and platform-support classifications.

Changes

NemoClaw documentation and support

Layer / File(s) Summary
Project positioning and overview
README.md, docs/index.mdx, docs/about/overview.mdx
The project overview describes supported runtimes, guided onboarding, managed integrations, lifecycle operations, product scope, and related documentation.
Architecture and operational flow
docs/about/how-it-works.mdx
The architecture documentation describes host CLI coordination, OpenShell isolation, managed state, readiness, lifecycle operations, policy, inference, credentials, and agent integrations.
Ecosystem positioning and comparisons
docs/about/ecosystem*.mdx
Ecosystem pages compare NemoClaw capabilities and OpenShell integration details for Deep Agents, Hermes, and the broader agent ecosystem.
Platform and integration support claims
ci/platform-matrix.json, docs/reference/platform-support.mdx
Platform metadata documents Deep Agents Code, Managed MCP, host readiness, trace export, Google Chat, onboarding classifications, and experimental-status definitions.

Estimated code review effort: 4 (Complex) | ~45 minutes

Suggested reviewers: cv

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: refreshing About documentation to reflect updated product capabilities.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/refresh-about-docs

Comment @coderabbitai help to get the list of available commands.

@github-code-quality

github-code-quality Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Code Coverage Overview

Languages: TypeScript

TypeScript / code-coverage/plugin

The overall coverage in commit 08614f7 in the codex/refresh-about-... branch remains at 96%, unchanged from commit e31a23a in the main branch.

TypeScript / code-coverage/cli

The overall coverage in commit 08614f7 in the codex/refresh-about-... branch remains at 81%, unchanged from commit e31a23a in the main branch.

Show a code coverage summary of the most impacted files.
File main e31a23a codex/refresh-about-... 08614f7 +/-
src/lib/sandbox...rce-identity.ts 88% 88% 0%
src/lib/domain/.../connect-env.ts 89% 97% +8%

Updated August 04, 2026 07:44 UTC

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

PR Review Advisor — Informational

Advisor assessment: Informational / low confidence
Next action: No advisor follow-up needed.
Findings: 0 blockers · 0 warnings · 0 suggestions
Status: Partial review preserved 0 canonical finding(s) and 4 terminology decision(s) before the advisor stopped.

Model lanes

  • GPT-5.6 Terra (primary): Failed after a partial review · low confidence · 0 blockers · 0 warnings · 0 suggestions
  • Nemotron 3 Ultra (second opinion): Failed after a partial review · low confidence · 0 blockers · 0 warnings · 0 suggestions

Second-opinion terminology and E2E selections are advisory. They do not change the primary assessment or E2E / PR Gate.

4 semantic terminology decisions

Terminology decisions are advisory. They affect the assessment only when a separate finding identifies concrete semantic impact.

  • established — agent runtime at ci/platform-matrix.json:173: Use agent runtime for the supported software that implements agent behavior.
  • established — agent integration layer at docs/about/how-it-works.mdx:13: Use agent integration layer when the integration is specific to an agent runtime.
  • established — managed MCP at docs/about/how-it-works.mdx:170: Use managed MCP for MCP access configured and mediated by NemoClaw and OpenShell.
  • justified — host readiness reporting at ci/platform-matrix.json:214: Use host readiness reporting for the read-only host-probe capability.

E2E guidance

Advisory only. E2E / PR Gate selects and runs jobs independently.

Recommended E2E: cloud-onboard

Workflow run details

This automated review informs maintainers. Warnings and suggestions do not require a response. A maintainer decides whether to merge.

Signed-off-by: Miyoung Choi <miyoungc@nvidia.com>
Signed-off-by: Miyoung Choi <miyoungc@nvidia.com>
@miyoungc
miyoungc marked this pull request as ready for review August 3, 2026 20:20

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@ci/platform-matrix.json`:
- Around line 333-337: Update the Google Chat entry’s notes in the platform
matrix to explicitly state that it is available only when
NEMOCLAW_EXPERIMENTAL=1 or an equivalent experimental opt-in is enabled, while
preserving the existing credential and endpoint restrictions.
- Around line 173-181: Update the canonical matrix notes text to replace only
the generic `nemoclaw onboard --agent langchain-deepagents-code` example with
`$$nemoclaw onboard --agent langchain-deepagents-code`. Preserve the dedicated
`nemo-deepagents onboard` command and all surrounding text unchanged.

In `@docs/index.mdx`:
- Line 37: Split the sentence in docs/index.mdx at lines 37-37 after
“blueprint.”, and split the sentence in docs/about/overview.mdx at lines 107-107
after “collector.” so each sentence occupies its own source line and ends with a
period.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: e8084e06-edbc-4ca0-a3d6-93dd99383fc6

📥 Commits

Reviewing files that changed from the base of the PR and between 03fbf5e and cd05b11.

📒 Files selected for processing (9)
  • README.md
  • ci/platform-matrix.json
  • docs/about/ecosystem-deepagents.mdx
  • docs/about/ecosystem-hermes.mdx
  • docs/about/ecosystem.mdx
  • docs/about/how-it-works.mdx
  • docs/about/overview.mdx
  • docs/index.mdx
  • docs/reference/platform-support.mdx

Comment thread ci/platform-matrix.json
Comment thread ci/platform-matrix.json Outdated
Comment thread docs/index.mdx Outdated

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/about/how-it-works.mdx`:
- Around line 87-88: Split the definition under “Manifest-declared state” so
each sentence appears on its own line, preserving the existing wording and
ensuring both sentences end with periods.

In `@docs/about/overview.mdx`:
- Around line 4-7: Update the description frontmatter in the overview document
to replace “open-source” with the approved unhyphenated “open source” spelling,
leaving the rest of the description unchanged.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 6877030d-f2a8-4a83-88d3-5c583179dd9a

📥 Commits

Reviewing files that changed from the base of the PR and between 03fbf5e and cd05b11.

📒 Files selected for processing (9)
  • README.md
  • ci/platform-matrix.json
  • docs/about/ecosystem-deepagents.mdx
  • docs/about/ecosystem-hermes.mdx
  • docs/about/ecosystem.mdx
  • docs/about/how-it-works.mdx
  • docs/about/overview.mdx
  • docs/index.mdx
  • docs/reference/platform-support.mdx
🚧 Files skipped from review as they are similar to previous changes (6)
  • docs/index.mdx
  • docs/about/ecosystem.mdx
  • ci/platform-matrix.json
  • docs/about/ecosystem-hermes.mdx
  • docs/reference/platform-support.mdx
  • docs/about/ecosystem-deepagents.mdx

Comment thread docs/about/how-it-works.mdx Outdated
Comment thread docs/about/overview.mdx Outdated
Signed-off-by: Miyoung Choi <miyoungc@nvidia.com>
Signed-off-by: Miyoung Choi <miyoungc@nvidia.com>
@miyoungc
miyoungc marked this pull request as draft August 3, 2026 21:11
Comment thread docs/about/overview.mdx Outdated
Comment thread docs/about/overview.mdx Outdated
Comment thread docs/about/overview.mdx Outdated
Comment thread docs/about/overview.mdx Outdated
Comment thread docs/about/overview.mdx Outdated
Signed-off-by: Miyoung Choi <miyoungc@nvidia.com>
@miyoungc
miyoungc marked this pull request as ready for review August 3, 2026 22:39
@apurvvkumaria apurvvkumaria self-assigned this Aug 4, 2026
@cv
cv enabled auto-merge (squash) August 4, 2026 07:28
@cv
cv merged commit 7b4c42d into main Aug 4, 2026
50 of 52 checks passed
@cv
cv deleted the codex/refresh-about-docs branch August 4, 2026 07:52
apurvvkumaria added a commit that referenced this pull request Aug 4, 2026
<!-- markdownlint-disable MD041 -->
## Summary

Prepares the canonical v0.0.102 release documentation from the current
release-labeled scope.
The change adds a dated changelog for all 38 user-facing shipping PRs
and corrects the OpenClaw agent command reference for the behavior
delivered by #8191.

## Changes

- Add `docs/changelog/2026-08-04.mdx` with the v0.0.102 release summary,
detailed behavior changes, support boundaries, security evidence links,
and links to durable documentation.
- Update `docs/reference/commands.mdx` to describe non-JSON OpenClaw
output capture, its combined limit, marker handling, stream suppression,
recovery guidance, and exit behavior.
- [#8167](#8167) ->
`docs/changelog/2026-08-04.mdx`: Records authenticated attachment of
operator-managed llama.cpp servers.
- [#8129](#8129) ->
`docs/changelog/2026-08-04.mdx`: Records the Experimental managed vLLM
profile for two DGX Spark systems.
- [#7983](#7983) ->
`docs/changelog/2026-08-04.mdx`: Records qualification of the May 2026
GB300WS factory image.
- [#8207](#8207) ->
`docs/changelog/2026-08-04.mdx`: Records the qualified DGX Station
driver transaction.
- [#8208](#8208) ->
`docs/changelog/2026-08-04.mdx`: Records mode-bound Express resume
state.
- [#8158](#8158) ->
`docs/changelog/2026-08-04.mdx`: Records recovery of host-global
dual-Station runtime ownership.
- [#8145](#8145) ->
`docs/changelog/2026-08-04.mdx`: Records Windows-host Ollama validation
from Docker Desktop's network context.
- [#8190](#8190) ->
`docs/changelog/2026-08-04.mdx`: Records HTTP model pulls when WSL has
no local Ollama executable.
- [#8195](#8195) ->
`docs/changelog/2026-08-04.mdx`: Records reuse of a healthy
installer-managed CLI.
- [#8053](#8053) ->
`docs/changelog/2026-08-04.mdx`: Records early rejection of incompatible
OpenShell gateway versions.
- [#8098](#8098) ->
`docs/changelog/2026-08-04.mdx`: Records the bounded
package-service-to-standalone gateway recovery transition.
- [#8216](#8216) ->
`docs/changelog/2026-08-04.mdx`: Records the final dashboard port
selected during multi-sandbox onboarding.
- [#8146](#8146) ->
`docs/changelog/2026-08-04.mdx`: Records managed startup-state
restoration for stopped sandboxes.
- [#8092](#8092) ->
`docs/changelog/2026-08-04.mdx`: Records gateway watchdog recovery for
classified not-serving states.
- [#8182](#8182) ->
`docs/changelog/2026-08-04.mdx`: Records consistent managed-recovery
wait configuration.
- [#8040](#8040) ->
`docs/changelog/2026-08-04.mdx`: Records Docker sandbox rollback
authority through late validation.
- [#8130](#8130) ->
`docs/changelog/2026-08-04.mdx`: Records bounded Shields deadline
recovery and durable containment.
- [#8086](#8086) ->
`docs/changelog/2026-08-04.mdx`: Records repair of narrowly validated
permission-only configuration drift.
- [#8122](#8122) ->
`docs/changelog/2026-08-04.mdx`: Records prompt failure and guidance for
corrupt transition locks.
- [#8124](#8124) ->
`docs/changelog/2026-08-04.mdx`: Records policy restoration flags,
previews, and target revalidation.
- [#7886](#7886) ->
`docs/changelog/2026-08-04.mdx`: Records explicit destruction after
pre-delete Shields hardening failures while preserving recovery
authority.
- [#7901](#7901) ->
`docs/changelog/2026-08-04.mdx`: Records multi-port uninstall behavior
and shared-resource preservation.
- [#7984](#7984) ->
`docs/changelog/2026-08-04.mdx`: Records one classified transient remote
MCP startup retry.
- [#7954](#7954) ->
`docs/changelog/2026-08-04.mdx`: Records bounded hosted-inference probe
replies.
- [#7574](#7574) ->
`docs/changelog/2026-08-04.mdx`: Records preservation of validated
reasoning capabilities through onboarding.
- [#8089](#8089) ->
`docs/changelog/2026-08-04.mdx`: Records proxy routing for Hermes
WhatsApp pairing and media traffic.
- [#7682](#7682) ->
`docs/changelog/2026-08-04.mdx`: Records native Hermes session deletion
and identifier validation.
- [#8150](#8150) ->
`docs/changelog/2026-08-04.mdx`: Records corporate CA trust for
LangChain Deep Agents Code image builds.
- [#8156](#8156) ->
`docs/changelog/2026-08-04.mdx`: Records reviewed managed runtime
dependency remediation.
- [#8180](#8180) ->
`docs/changelog/2026-08-04.mdx`: Records reviewed MCP discovery runtime
dependency updates.
- [#8196](#8196) ->
`docs/changelog/2026-08-04.mdx`: Records private npm dependency
remediation across managed images.
- [#8203](#8203) ->
`docs/changelog/2026-08-04.mdx`: Records reviewed Hermes and LangChain
Deep Agents Code Python dependency updates.
- [#8125](#8125) ->
`docs/changelog/2026-08-04.mdx`: Records bounded diagnostics for invalid
enumerated CLI values.
- [#8193](#8193) ->
`docs/changelog/2026-08-04.mdx`: Records bounded diagnostics for
unresolved sandbox base images.
- [#8118](#8118) ->
`docs/changelog/2026-08-04.mdx`: Records bounded diagnostics for changed
gateway authority.
- [#8191](#8191) ->
`docs/changelog/2026-08-04.mdx`, `docs/reference/commands.mdx`: Records
output capture, marker handling, recovery guidance, and exit behavior
for non-JSON OpenClaw agent commands.
- [#8187](#8187) ->
`docs/changelog/2026-08-04.mdx`: Records the aligned
interactive-installation start across supported agents.
- [#8153](#8153) ->
`docs/changelog/2026-08-04.mdx`: Records current product capabilities
and support boundaries.

## Type of Change

- [ ] Code change (feature, bug fix, or refactor)
- [ ] Code change with doc updates
- [x] Doc only (prose changes, no code sample modifications)
- [ ] Doc only (includes code sample changes)

## Quality Gates

- [ ] Tests added or updated for changed behavior
- [ ] Existing tests cover changed behavior — justification:
- [x] Tests not applicable — justification: This documentation-only
release preparation does not change executable behavior. Existing
changelog and published-route tests pass.
- [x] Docs updated for user-facing behavior changes
- [ ] Docs not applicable — justification:
- [ ] Sensitive paths changed (security, policy, credentials, preflight,
onboarding, inference, runner, sandbox, or messaging)
- [ ] Sensitive-path review completed or maintainer-approved waiver
recorded — reviewer/approval link/justification:
- [ ] Non-success, skipped, or missing CI check accepted by maintainer —
check name, approval link, and follow-up issue:

## Documentation Writer Review

- [x] Documentation writer subagent reviewed the completed changes
- Result: `docs-updated`
- Evidence: Independently reviewed `docs/changelog/2026-08-04.mdx` and
`docs/reference/commands.mdx` at commit `b89913780`. All 38 user-facing
v0.0.102 PRs are represented, #8191 behavior matches the implementation,
and the writing rules, documentation style, controlled terminology,
route structure, and skip policy pass review. Targeted tests pass 36/36
and the documentation build completes with 0 errors.
- Agent: Codex Desktop independent documentation writer
<!-- docs-review-head-sha: b899137 -->
<!-- docs-review-agents-blob-sha: 3dd7c24 -->

## DGX Station Hardware Evidence

- [ ] Tested on DGX Station
- Tested commit: Not applicable
- Station profile/scenario: Not applicable
- Result: Not applicable
- Supporting evidence: Not applicable

## Verification

- [x] PR description includes a `Signed-off-by:` line and every commit
appears as `Verified` in GitHub
- [x] Normal `pre-commit`, `commit-msg`, and `pre-push` hooks passed, or
`npm run validate:pr` passed after refreshing `origin/main` when hooks
were skipped or unavailable
- [x] Targeted behavior tests pass for the current change set, or tests
are marked not applicable above — `npx vitest run --project integration
test/changelog-docs.test.ts test/check-docs-published-routes.test.ts`
passed 36/36.
- [x] Applicable broad gate passed — not applicable to
documentation-only changes; `npm run docs` completed successfully with 0
errors.
- [x] Quality Gates section completed with required justifications or
waivers
- [x] No secrets, API keys, or credentials committed
- [ ] `npm run docs` builds without warnings (doc changes only) —
completed with 0 errors and 2 existing Fern warnings.
- [x] Doc pages follow the [style
guide](https://github.com/NVIDIA/NemoClaw/blob/main/docs/CONTRIBUTING.md)
(doc changes only)
- [x] New doc pages include SPDX header and frontmatter (new pages only)
— the native dated changelog uses the required parser-safe MDX SPDX
comment and intentionally has no frontmatter.

---
Signed-off-by: Apurv Kumaria <akumaria@nvidia.com>


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Documentation**
- Added release notes for v0.0.102, covering authentication, hardware
setup, WSL, installer recovery, sandbox resilience, policy management,
inference reliability, CLI improvements, and unified quickstarts.
- Updated command documentation to explain how non-JSON agent output is
collected, replayed, and reported.

- **Bug Fixes**
- Improved command-output recovery guidance when output exceeds limits
or contains unsupported fallback markers.
- Preserved accurate command exit-status reporting after output
processing.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Signed-off-by: Apurv Kumaria <akumaria@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: docs Documentation, examples, guides, or docs build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants