Skip to content

fix: land ten small reliability fixes#100399

Merged
steipete merged 15 commits into
mainfrom
codex/land-small-fixes-batch-4-final
Jul 5, 2026
Merged

fix: land ten small reliability fixes#100399
steipete merged 15 commits into
mainfrom
codex/land-small-fixes-batch-4-final

Conversation

@steipete

@steipete steipete commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

What Problem This Solves

Ten small, independently reported reliability defects were ready for maintainer cleanup but split across contributor branches. The original LSP patch also swallowed spawn failures and waited for timeout, while the Codex relay patch was described more broadly than its actual diagnostic cleanup.

Source PRs: #100311, #100293, #100273, #100313, #100308, #100014, #99904, #99916, #100300, #99922.

Why This Change Was Made

This takeover preserves the contributor implementations and credit, then adds maintainer fixups:

User Impact

Cron rejects sub-millisecond schedules, skill proposals retain their terminal newline, blank optional integer tool arguments behave as absent, persistence and memory close failures become visible, UTF-16 slicing matches native semantics, malformed plugin packages fail verification, Android cancellations propagate, LSP startup fails quickly, and native hook relay records are written only after the server is listening.

Evidence

@openclaw-barnacle openclaw-barnacle Bot added app: android App: android app: ios App: ios gateway Gateway runtime extensions: memory-core Extension: memory-core cli CLI command changes scripts Repository scripts agents Agent runtime and tooling size: M maintainer Maintainer-authored PR labels Jul 5, 2026
@steipete
steipete force-pushed the codex/land-small-fixes-batch-4-final branch from 312e3f0 to d289884 Compare July 5, 2026 17:47
@openclaw-barnacle openclaw-barnacle Bot removed the app: ios App: ios label Jul 5, 2026

@chatgpt-codex-connector chatgpt-codex-connector 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 312e3f0359

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +101 to +102
} catch (err: CancellationException) {
throw err

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.

P2 Badge Clear camera HUD when cancellation is rethrown

When a camera invoke is cancelled after showCameraHud("Taking photo…", ..., null), this new rethrow skips both the success/error HUD updates, and NodeRuntime.showCameraHud only auto-clears entries when an autoHideMs is supplied. A timeout or disconnect during camera.snap can therefore leave the indefinite “Taking photo…” overlay visible; handleClip has the same pattern for “Recording…”. Clear or replace the HUD on cancellation before rethrowing so the invoke still does not send a stale result.

Useful? React with 👍 / 👎.

@clawsweeper

clawsweeper Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Codex review: needs changes before merge. Reviewed July 5, 2026, 2:07 PM ET / 18:07 UTC.

Summary
The PR combines ten reliability fixes across cron duration parsing, skill proposal Markdown, optional integer tool parameters, gateway and memory diagnostics, UTF-16 slicing, plugin npm verification, Android cancellation, LSP spawn handling, native hook relay registry writes, tests, and changelog entries.

PR surface: Source +47, Tests +214, Docs +7, Other +58. Total +326 across 25 files.

Reproducibility: yes. for the review finding by source inspection: CameraHandler shows indefinite progress HUDs, the new cancellation catches rethrow before success/error HUD replacement, and NodeRuntime only auto-clears HUDs with a non-null timeout. I did not run an Android UI reproduction in this read-only review.

Review metrics: 2 noteworthy metrics.

  • Published Helper Semantics: 1 exported helper behavior changed. sliceUtf16Safe is in a shared normalization package, so changed reversed-bound behavior should be an intentional compatibility decision.
  • Release-Owned Notes: 1 changelog file changed. Repository policy makes CHANGELOG.md release-owned, so these entries need maintainer acceptance rather than routine repair-lane handling.

Stored data model
Persistent data-model change detected: serialized state: src/agents/tools/skill-workshop-tool.test.ts, vector/embedding metadata: extensions/memory-core/src/memory/manager-async-state.ts, vector/embedding metadata: extensions/memory-core/src/memory/manager.async-search.test.ts, vector/embedding metadata: extensions/memory-core/src/memory/manager.ts. Confirm migration or upgrade compatibility proof before merge.

Root-cause cluster
Relationship: canonical
Canonical: #100399
Summary: This PR is the maintainer-labelled batch takeover for the listed source PRs, while the broader native hook relay issue remains only partially overlapped.

Members:

Proposal only: this assessment does not dispatch repair, suppress jobs, mutate sibling items, close, or merge anything.

Merge readiness
Overall: 🦐 gold shrimp
Proof: 🐚 platinum hermit ✨ media proof bonus
Patch quality: 🦐 gold shrimp
Result: needs maintainer review before merge.

Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch.

Rank-up moves:

  • Clear or replace the Android camera progress HUD on CancellationException while preserving cancellation propagation and no-result behavior.
  • [P2] Have the maintainer owner explicitly accept or remove the release-owned changelog entries before merge.

Mantis proof suggestion
A live Telegram message send with blank optional reply/thread params would materially prove the user-visible delivery part of this batch. A maintainer can ask Mantis to capture proof by posting this exact PR comment:

@openclaw-mantis telegram live: verify a Telegram message tool call with blank replyTo/threadId routing params still delivers and does not raise a ToolInputError.

Risk before merge

  • [P1] The exported sliceUtf16Safe semantics and stricter plugin package verifier are compatibility-sensitive even though the PR argues the old behavior was not relied on by production callers.
  • [P1] CHANGELOG.md is release-owned by repository policy; these Unreleased entries should land only if the maintainer takeover is intentionally carrying release-note edits.

Maintainer options:

  1. Accept The Compatibility Semantics
    Maintainers can accept the reversed-bound UTF-16 helper change and stricter plugin npm verifier as intentional bug fixes after the Android HUD blocker is repaired.
  2. Preserve Public Helper Behavior
    If downstream compatibility is more important than native slice parity, keep the old helper behavior or introduce a new explicit helper instead of changing the exported function in place.
  3. Split The Batch
    If the compatibility and release-owned pieces need separate review, pause this batch and land only the low-risk reliability fixes in a narrower PR.

Next step before merge

  • [P2] A focused automated repair can address the Android HUD cancellation blocker without choosing the broader compatibility or release-note direction.

Maintainer decision needed

  • Question: After the Android HUD cancellation defect is fixed, should this maintainer-labelled takeover intentionally land the exported sliceUtf16Safe behavior change and the release-owned CHANGELOG.md entries?
  • Rationale: The code fixes are mostly narrow, but exported helper semantics and release-owned changelog edits are maintainer-sensitive surfaces that automation should not silently bless.
  • Likely owner: steipete — He authored the maintainer-labelled takeover and hardening commits that coordinate the contributor source PRs.
  • Options:
    • Accept After HUD Fix (recommended): Fix the Android HUD cancellation regression, then land the batch as an intentional maintainer cleanup including the helper/verifier semantics and release-note entries.
    • Split Release Notes Out: Remove the CHANGELOG.md edits from this PR and keep release-note context in the PR body or squash message for release generation.
    • Preserve Helper Compatibility: Keep old sliceUtf16Safe reversed-bound behavior or add a new explicit helper if maintainers do not want this public semantic change in the batch.

Security
Cleared: Cleared: the diff touches process-spawn error handling, native relay registry timing, Android cancellation, and npm package verification without adding dependencies, workflow permissions, secrets handling, executable downloads, or broader trust.

Review findings

  • [P2] Clear the camera HUD before rethrowing cancellation — apps/android/app/src/main/java/ai/openclaw/app/node/CameraHandler.kt:89-90
Review details

Best possible solution:

Land the batch only after preserving cancellation propagation while clearing the Android camera progress HUD, then have the maintainer owner explicitly accept the compatibility-sensitive helper/verifier behavior and release-note handling.

Do we have a high-confidence way to reproduce the issue?

Yes for the review finding by source inspection: CameraHandler shows indefinite progress HUDs, the new cancellation catches rethrow before success/error HUD replacement, and NodeRuntime only auto-clears HUDs with a non-null timeout. I did not run an Android UI reproduction in this read-only review.

Is this the best way to solve the issue?

No, not as submitted: most fixes are narrow, but cancellation must still clear or replace the camera HUD before rethrowing. A small Android-side fix is safer than weakening cancellation propagation or reverting the no-stale-result behavior.

Full review comments:

  • [P2] Clear the camera HUD before rethrowing cancellation — apps/android/app/src/main/java/ai/openclaw/app/node/CameraHandler.kt:89-90
    When cancellation happens after showCameraHud("Taking photo...", ..., null) or showCameraHud("Recording...", ..., null), these new rethrows skip both the error and success HUD updates. NodeRuntime.showCameraHud only auto-clears entries when autoHideMs is set, so a timeout or disconnect can leave the camera progress overlay visible until another HUD update; clear or replace it before rethrowing while still avoiding a stale node.invoke.result.
    Confidence: 0.91

Overall correctness: patch is incorrect
Overall confidence: 0.87

AGENTS.md: found and applied where relevant.

Codex review notes: model internal, reasoning high; reviewed against c757675f348d.

Label changes

Label changes:

  • add P1: The batch targets reliability failures in agent/channel delivery, native hook relay availability, Android invoke cancellation, and package verification that can affect real workflows.
  • add merge-risk: 🚨 compatibility: The PR changes exported helper semantics and a stricter package verification gate, which can affect downstream callers or release/package workflows beyond what green CI proves.
  • add proof: sufficient: Contributor real behavior proof is sufficient. The PR body provides linked Blacksmith/Testbox validation and live npm package verification, and related source PR context includes terminal proof for several user paths; the Android HUD issue is a correctness finding rather than a proof-gate failure.
  • add rating: 🦐 gold shrimp: Overall readiness is 🦐 gold shrimp; proof is 🐚 platinum hermit and patch quality is 🦐 gold shrimp.
  • add status: ⏳ waiting on author: ClawSweeper has contributor-facing work open and is waiting for author action. Sufficient (linked_artifact): The PR body provides linked Blacksmith/Testbox validation and live npm package verification, and related source PR context includes terminal proof for several user paths; the Android HUD issue is a correctness finding rather than a proof-gate failure.
  • add mantis: telegram-visible-proof: Mantis should capture Telegram visible proof. The shared tool-parameter change affects Telegram message delivery when blank optional routing fields are emitted, which is visible in a short Telegram transport proof.

Label justifications:

  • P1: The batch targets reliability failures in agent/channel delivery, native hook relay availability, Android invoke cancellation, and package verification that can affect real workflows.
  • merge-risk: 🚨 compatibility: The PR changes exported helper semantics and a stricter package verification gate, which can affect downstream callers or release/package workflows beyond what green CI proves.
  • rating: 🦐 gold shrimp: Overall readiness is 🦐 gold shrimp; proof is 🐚 platinum hermit and patch quality is 🦐 gold shrimp.
  • status: ⏳ waiting on author: ClawSweeper has contributor-facing work open and is waiting for author action. Sufficient (linked_artifact): The PR body provides linked Blacksmith/Testbox validation and live npm package verification, and related source PR context includes terminal proof for several user paths; the Android HUD issue is a correctness finding rather than a proof-gate failure.
  • proof: sufficient: Contributor real behavior proof is sufficient. The PR body provides linked Blacksmith/Testbox validation and live npm package verification, and related source PR context includes terminal proof for several user paths; the Android HUD issue is a correctness finding rather than a proof-gate failure.
  • mantis: telegram-visible-proof: Mantis should capture Telegram visible proof. The shared tool-parameter change affects Telegram message delivery when blank optional routing fields are emitted, which is visible in a short Telegram transport proof.
Evidence reviewed

PR surface:

Source +47, Tests +214, Docs +7, Other +58. Total +326 across 25 files.

View PR surface stats
Area Files Added Removed Net
Source 10 67 20 +47
Tests 9 225 11 +214
Docs 1 7 0 +7
Config 0 0 0 0
Generated 0 0 0 0
Other 5 60 2 +58
Total 25 359 33 +326

Acceptance criteria:

  • [P1] Blacksmith/Testbox Android focused validation for GatewaySessionInvokeTest and any added CameraHandler cancellation HUD test.
  • [P1] Repository diff sanity: git diff --check.
  • [P1] Relevant Android CI lanes such as android-test-play after the repair.

What I checked:

  • Android cancellation can leave progress HUD stuck: On the PR head, handleSnap shows an indefinite Taking photo... HUD, then the new CancellationException catch rethrows before any success/error HUD update; handleClip has the same Recording... pattern. (apps/android/app/src/main/java/ai/openclaw/app/node/CameraHandler.kt:89, 71ef3db25ddf)
  • HUD auto-clear only happens for autoHideMs: NodeRuntime only clears camera HUD state from the delayed branch when autoHideMs is non-null and positive, so the progress HUD calls with null do not self-clear. (apps/android/app/src/main/java/ai/openclaw/app/NodeRuntime.kt:3435, 71ef3db25ddf)
  • Current Android regression test misses HUD state: The added GatewaySessionInvokeTest proves no node.invoke.result is sent after cancellation, but it does not observe or assert the camera HUD cleanup path. (apps/android/app/src/test/java/ai/openclaw/app/gateway/GatewaySessionInvokeTest.kt:766, 71ef3db25ddf)
  • Codex hook contract inspected: Codex hook commands spawn through the configured shell, receive JSON on stdin, and report spawn/output errors into hook results; this supports the native hook relay diagnostic review and did not reveal a separate Codex contract issue. (../codex/codex-rs/hooks/src/engine/command_runner.rs:41)
  • Repository policy affected review: Root and scoped AGENTS.md files were read; the review applied the full-code-path review bar, Codex dependency inspection gate, protected maintainer label handling, Android scoped policy, and release-owned changelog guidance. (AGENTS.md:1, c757675f348d)
  • Related takeover history: The current PR supersedes two closed earlier takeover attempts with the same body and source PR list, while the source PRs remain open as contributors' original implementations.

Likely related people:

  • steipete: Authored the maintainer-labelled takeover and the hardening commits that add Android invoke cancellation proof, LSP spawn-failure buffering, and release-note context. (role: PR takeover and hardening owner; confidence: medium; commits: 3b6d2b992cd7, d57ddb73099b, 71ef3db25ddf; files: apps/android/app/src/test/java/ai/openclaw/app/gateway/GatewaySessionInvokeTest.kt, src/agents/agent-bundle-lsp-runtime.ts, CHANGELOG.md)
  • xialonglee: Authored the branch commits that add CancellationException propagation in CameraHandler and GatewaySession plus the Android i18n line update. (role: Android cancellation contributor; confidence: high; commits: 41b7d42b7f26, 1804cfcc92ce, f55f27d23ac7; files: apps/android/app/src/main/java/ai/openclaw/app/node/CameraHandler.kt, apps/android/app/src/main/java/ai/openclaw/app/gateway/GatewaySession.kt, apps/.i18n/native-source.json)
  • Deepak Jain: Current-main blame for CameraHandler HUD calls and NodeRuntime HUD auto-hide behavior points to the main snapshot commit, so this is a weak routing signal for the existing HUD implementation. (role: current Android HUD path snapshot author; confidence: low; commits: 8a698108e096; files: apps/android/app/src/main/java/ai/openclaw/app/node/CameraHandler.kt, apps/android/app/src/main/java/ai/openclaw/app/NodeRuntime.kt)
  • nankingjing: Authored the branch commit that removes the pre-listen bridge record write and guards renew writes on server listening state. (role: native hook relay contributor; confidence: high; commits: 530862f3564f; files: src/agents/harness/native-hook-relay.ts)
What the crustacean ranks mean
  • 🦀 challenger crab: rare, exceptional readiness with strong proof, clean implementation, and convincing validation.
  • 🦞 diamond lobster: very strong readiness with only minor maintainer review expected.
  • 🐚 platinum hermit: good normal PR, likely mergeable with ordinary maintainer review.
  • 🦐 gold shrimp: useful signal, but proof or patch confidence is still limited.
  • 🦪 silver shellfish: thin signal; proof, validation, or implementation needs work.
  • 🧂 unranked krab: not merge-ready because proof is missing/unusable or there are serious correctness or safety concerns.
  • 🌊 off-meta tidepool: rating does not apply to this item.

Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics.

How this review workflow works
  • ClawSweeper keeps one durable marker-backed review comment per issue or PR.
  • Re-runs edit this comment so the latest verdict, findings, and automation markers stay together instead of adding duplicate bot comments.
  • A fresh review can be triggered by eligible @clawsweeper re-review comments, exact-item GitHub events, scheduled/background review runs, or manual workflow dispatch.
  • PR/issue authors and users with repository write access can comment @clawsweeper re-review or @clawsweeper re-run on an open PR or issue to request a fresh review only.
  • Maintainers can also comment @clawsweeper review to request a fresh review only.
  • Fresh-review commands do not start repair, autofix, rebase, CI repair, or automerge.
  • Maintainer-only repair and merge flows require explicit commands such as @clawsweeper autofix, @clawsweeper automerge, @clawsweeper fix ci, or @clawsweeper address review.
  • Maintainers can comment @clawsweeper explain to ask for more context, or @clawsweeper stop to stop active automation.

qingminglong and others added 15 commits July 5, 2026 14:00
Preserve proposal_content exactly at the agent tool boundary and make
renderProposalMarkdown defensively emit a terminal newline.

Add focused regressions for the tool write path and markdown renderer.
Optional positive-integer tool params (e.g. Telegram replyTo/threadId)
threw ToolInputError when a tool-calling model populated them with an
empty-string or whitespace-only default. Those defaults carry no value,
so readPositiveIntegerParam/readNonNegativeIntegerParam now treat a
blank string as unset (undefined) instead of throwing, while still
rejecting genuinely invalid present values (0, "42.5", "-3"). This
prevents silent message-delivery failures when models emit empty
routing-param defaults. Adds unit tests covering blank vs invalid.
The gateway session-lifecycle "start" event persistence
(persistGatewaySessionLifecycleEvent, which surfaces write failures via
requireWriteSuccess) was fired as void ...catch(() => undefined), swallowing
the rejection with zero logging. A failed start-marker write silently dropped
the run's start record from restart-recovery accounting, with no
operator-visible trace.

The sibling terminal-phase catch already logs this since #97839; the start
path was the unfixed sibling. Mirror that fix: log the swallowed start-phase
persistence failure with the same redacted message shape via formatForLog,
keeping the fire-and-forget semantics unchanged. Adds a focused regression
test asserting the log fires on start-persist rejection.
…g native .slice

sliceUtf16Safe silently swapped reversed bounds (to < from) instead of
returning "" like String.prototype.slice, creating a subtle footgun for
callers with dynamic start/end pairs.

Caller scan across src/, extensions/, and packages/ confirmed no production
code relies on the old swap behavior — all callers use (text, 0, N) or
(text, -N) forms only.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
…blocks

Catch (err: Throwable) swallows kotlinx.coroutines.CancellationException,
breaking structured concurrency when the coroutine scope is cancelled
during camera operations (handleList/handleSnap/handleClip).

Add CancellationException rethrow before each Throwable catch to match
the existing pattern used in GatewaySession and TalkModeManager.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
… and registration

Remove synchronous bridge record write after server.listen() that races
before the TCP server binds, and guard renew handler with server.listening
check to prevent stale relay registrations.

Closes #98650
@steipete
steipete force-pushed the codex/land-small-fixes-batch-4-final branch from d289884 to 71ef3db Compare July 5, 2026 18:00
@clawsweeper clawsweeper Bot added the proof: sufficient ClawSweeper judged the real behavior proof convincing. label Jul 5, 2026
@clawsweeper clawsweeper Bot added the merge-risk: 🚨 compatibility 🚨 May break existing users, config, migrations, defaults, or upgrade paths. label Jul 5, 2026
@steipete
steipete merged commit b22c36f into main Jul 5, 2026
141 of 151 checks passed
@steipete
steipete deleted the codex/land-small-fixes-batch-4-final branch July 5, 2026 18:12
@steipete

steipete commented Jul 5, 2026

Copy link
Copy Markdown
Contributor Author

Merged via squash.

github-actions Bot pushed a commit to Desicool/openclaw that referenced this pull request Jul 6, 2026
* fix(cron): reject sub-millisecond durations

* fix(skill-workshop): preserve proposal terminal newline

Preserve proposal_content exactly at the agent tool boundary and make
renderProposalMarkdown defensively emit a terminal newline.

Add focused regressions for the tool write path and markdown renderer.

* fix(skill-workshop): reject blank raw proposal content

* fix: treat empty-string optional integer tool params as unset

Optional positive-integer tool params (e.g. Telegram replyTo/threadId)
threw ToolInputError when a tool-calling model populated them with an
empty-string or whitespace-only default. Those defaults carry no value,
so readPositiveIntegerParam/readNonNegativeIntegerParam now treat a
blank string as unset (undefined) instead of throwing, while still
rejecting genuinely invalid present values (0, "42.5", "-3"). This
prevents silent message-delivery failures when models emit empty
routing-param defaults. Adds unit tests covering blank vs invalid.

* fix(gateway): log start session persistence failures

The gateway session-lifecycle "start" event persistence
(persistGatewaySessionLifecycleEvent, which surfaces write failures via
requireWriteSuccess) was fired as void ...catch(() => undefined), swallowing
the rejection with zero logging. A failed start-marker write silently dropped
the run's start record from restart-recovery accounting, with no
operator-visible trace.

The sibling terminal-phase catch already logs this since openclaw#97839; the start
path was the unfixed sibling. Mirror that fix: log the swallowed start-phase
persistence failure with the same redacted message shape via formatForLog,
keeping the fire-and-forget semantics unchanged. Adds a focused regression
test asserting the log fires on start-persist rejection.

* fix(memory): report close-time pending work failures

* fix(shared): return "" from sliceUtf16Safe when end <= start, matching native .slice

sliceUtf16Safe silently swapped reversed bounds (to < from) instead of
returning "" like String.prototype.slice, creating a subtle footgun for
callers with dynamic start/end pairs.

Caller scan across src/, extensions/, and packages/ confirmed no production
code relies on the old swap behavior — all callers use (text, 0, N) or
(text, -N) forms only.

Co-Authored-By: Claude Opus 4.6 <[email protected]>

* fix(plugins): require plugin manifest in npm verifier

* fix(android): propagate CancellationException in CameraHandler catch blocks

Catch (err: Throwable) swallows kotlinx.coroutines.CancellationException,
breaking structured concurrency when the coroutine scope is cancelled
during camera operations (handleList/handleSnap/handleClip).

Add CancellationException rethrow before each Throwable catch to match
the existing pattern used in GatewaySession and TalkModeManager.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>

* fix(android): propagate CancellationException past GatewaySession invoke boundary

* chore: sync native i18n inventory after gateway session line shift

* fix(agents): prevent native hook relay bridge race condition on renew and registration

Remove synchronous bridge record write after server.listen() that races
before the TCP server binds, and guard renew handler with server.listening
check to prevent stale relay registrations.

Closes openclaw#98650

* fix: harden small reliability fixes

Co-authored-by: cxbAsDev <[email protected]>

* docs(agents): explain buffered LSP spawn failures

* docs(agents): clarify LSP spawn timeout invariant

---------

Co-authored-by: qingminlong <[email protected]>
Co-authored-by: anyech <[email protected]>
Co-authored-by: snotty <[email protected]>
Co-authored-by: masatohoshino <[email protected]>
Co-authored-by: lin-hongkuan <[email protected]>
Co-authored-by: simon-w <[email protected]>
Co-authored-by: Claude Opus 4.6 <[email protected]>
Co-authored-by: 宇宙熊Yzx <[email protected]>
Co-authored-by: xialonglee <[email protected]>
Co-authored-by: nankingjing <[email protected]>
Co-authored-by: cxbAsDev <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agents Agent runtime and tooling app: android App: android cli CLI command changes extensions: memory-core Extension: memory-core gateway Gateway runtime maintainer Maintainer-authored PR mantis: telegram-visible-proof Mantis should capture Telegram visible proof. merge-risk: 🚨 compatibility 🚨 May break existing users, config, migrations, defaults, or upgrade paths. P1 High-priority user-facing bug, regression, or broken workflow. proof: sufficient ClawSweeper judged the real behavior proof convincing. rating: 🦐 gold shrimp Decent PR readiness signal, but merge confidence is limited. scripts Repository scripts size: M status: ⏳ waiting on author ClawSweeper has contributor-facing work open and is waiting for author action.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Codex harness: "native hook relay unavailable" — bridge record written but every tool fail-closes (2026.6.11, isolated multi-agent gateway)

10 participants