Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/reference/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3595,14 +3595,16 @@ Local bases are accepted only when NemoClaw builds and pins them during the curr
<AgentOnly variant="deepagents">

Set `NEMOCLAW_LANGCHAIN_DEEPAGENTS_CODE_SANDBOX_BASE_IMAGE_REF` to a LangChain Deep Agents Code sandbox-base tag or digest to override base-image resolution during onboarding.
NemoClaw requires environment overrides to use the official remote repository and resolve to an immutable repository digest, then validates the requested image against the manifest-required `deepagents-code` package version before using it. Local bases are accepted only when NemoClaw builds and pins them during the current operation.
NemoClaw requires environment overrides to use the official remote repository and resolve to an immutable repository digest, then validates the requested image against the manifest-required `deepagents-code` package version before using it.
Local bases are accepted only when NemoClaw builds and pins them during the current operation.

</AgentOnly>

<AgentOnly variant="hermes">

Set `NEMOCLAW_HERMES_SANDBOX_BASE_IMAGE_REF` to a Hermes sandbox-base tag or digest to override base-image resolution during onboarding.
NemoClaw requires environment overrides to use the official remote repository and resolve to an immutable repository digest, validates the requested image for the required MCP runtime, and keeps the final image bound to that trusted base. Local bases are accepted only when NemoClaw builds and pins them during the current operation.
NemoClaw requires environment overrides to use the official remote repository and resolve to an immutable repository digest, validates the requested image for the required MCP runtime, and keeps the final image bound to that trusted base.
Local bases are accepted only when NemoClaw builds and pins them during the current operation.

</AgentOnly>

Expand Down
2 changes: 1 addition & 1 deletion src/lib/onboard/machine/jsonl-events.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
withOnboardJsonlEventStream,
} from "./jsonl-events";

const SECRET = "sk-test-1234567890abcdefghijklmnop";
const SECRET = "sk-aaaaaaaaaaaaaaaaaaaa";
const CURRENT_SESSION_ID = "1784426400000-123e4567-e89b-42d3-a456-426614174000";
const LEGACY_SESSION_ID = "1784426400000-ab12cd34";

Expand Down
Loading