Some checks failed
ClawSweeper Dispatch / dispatch (push) Has been cancelled
CodeQL / Security High (actions) (push) Has been cancelled
CodeQL / Security High (channel-runtime-boundary) (push) Has been cancelled
CodeQL / Security High (core-auth-secrets) (push) Has been cancelled
CodeQL / Security High (mcp-process-tool-boundary) (push) Has been cancelled
CodeQL / Security High (network-ssrf-boundary) (push) Has been cancelled
CodeQL / Security High (plugin-trust-boundary) (push) Has been cancelled
CodeQL / Security High (process-exec-boundary) (push) Has been cancelled
Docs Sync Publish Repo / sync-publish-repo (push) Has been cancelled
Docs / docs (push) Has been cancelled
OpenClaw Stable Main Closeout / Resolve stable release closeout inputs (push) Has been cancelled
OpenClaw Stable Main Closeout / Verify stable main closeout (push) Has been cancelled
Workflow Sanity / no-tabs (push) Has been cancelled
Workflow Sanity / actionlint (push) Has been cancelled
Workflow Sanity / generated-doc-baselines (push) Has been cancelled
CI / runner-admission (push) Has been cancelled
CI / preflight (push) Has been cancelled
CI / security-fast (push) Has been cancelled
CI / pnpm-store-warmup (push) Has been cancelled
CI / build-artifacts (push) Has been cancelled
CI / native-i18n (push) Has been cancelled
CI / ${{ matrix.check_name }} (push) Has been cancelled
CI / ${{ matrix.checkName }} (push) Has been cancelled
CI / checks-node-compat-node22 (push) Has been cancelled
CI / check-bundled-channel-config-metadata (push) Has been cancelled
CI / check-dependencies (push) Has been cancelled
CI / check-guards (push) Has been cancelled
CI / check-lint (push) Has been cancelled
CI / check-prod-types (push) Has been cancelled
CI / check-shrinkwrap (push) Has been cancelled
CI / check-test-types (push) Has been cancelled
CI / check-additional-boundaries-a (push) Has been cancelled
CI / check-additional-boundaries-bcd (push) Has been cancelled
CI / check-additional-extension-bundled (push) Has been cancelled
CI / check-additional-extension-channels (push) Has been cancelled
CI / check-additional-extension-package-boundary (push) Has been cancelled
CI / check-additional-runtime-topology-architecture (push) Has been cancelled
CI / check-session-accessor-boundary (push) Has been cancelled
CI / check-session-transcript-reader-boundary (push) Has been cancelled
CI / check-docs (push) Has been cancelled
CI / skills-python (push) Has been cancelled
CI / macos-swift (push) Has been cancelled
CI / ios-build (push) Has been cancelled
CI / ci-timings-summary (push) Has been cancelled
Native App Locale Refresh / Refresh native fa (push) Has been cancelled
Native App Locale Refresh / Refresh native fr (push) Has been cancelled
Native App Locale Refresh / Refresh native hi (push) Has been cancelled
Native App Locale Refresh / Refresh native id (push) Has been cancelled
Native App Locale Refresh / Refresh native it (push) Has been cancelled
Native App Locale Refresh / Refresh native ja-JP (push) Has been cancelled
Control UI Locale Refresh / plan (push) Has been cancelled
Control UI Locale Refresh / Refresh ${{ matrix.locale }} (push) Has been cancelled
Control UI Locale Refresh / Commit control UI locale refresh (push) Has been cancelled
Live Media Runner Image / Build live media runner image (push) Has been cancelled
Native App Locale Refresh / Refresh native ar (push) Has been cancelled
Native App Locale Refresh / Refresh native de (push) Has been cancelled
Native App Locale Refresh / Refresh native es (push) Has been cancelled
Native App Locale Refresh / Refresh native ko (push) Has been cancelled
Native App Locale Refresh / Refresh native nl (push) Has been cancelled
Native App Locale Refresh / Refresh native pl (push) Has been cancelled
Native App Locale Refresh / Refresh native pt-BR (push) Has been cancelled
Native App Locale Refresh / Refresh native ru (push) Has been cancelled
Native App Locale Refresh / Refresh native sv (push) Has been cancelled
Native App Locale Refresh / Refresh native th (push) Has been cancelled
Native App Locale Refresh / Refresh native tr (push) Has been cancelled
Native App Locale Refresh / Refresh native uk (push) Has been cancelled
Native App Locale Refresh / Refresh native vi (push) Has been cancelled
Native App Locale Refresh / Refresh native zh-CN (push) Has been cancelled
Native App Locale Refresh / Refresh native zh-TW (push) Has been cancelled
Native App Locale Refresh / Commit native locale refresh (push) Has been cancelled
Plugin Init Scaffold Validation / Validate provider scaffold (push) Has been cancelled
Plugin NPM Release / preview_plugins_npm (push) Has been cancelled
Plugin NPM Release / Validate release publish approval (push) Has been cancelled
Plugin NPM Release / preview_plugin_pack (push) Has been cancelled
Plugin NPM Release / publish_plugins_npm (push) Has been cancelled
Sandbox Common Smoke / sandbox-common-smoke (push) Has been cancelled
Website Installer Sync / static (push) Has been cancelled
Website Installer Sync / linux-docker (push) Has been cancelled
Website Installer Sync / macos-installer (push) Has been cancelled
Website Installer Sync / windows-installer (push) Has been cancelled
Website Installer Sync / sync-website (push) Has been cancelled
Adolf is a fork/vendored clone of github.com/openclaw/openclaw (v2026.6.11), free to diverge. Tree copied sans upstream .git; upstream remote added for future syncs. Node pinned to 24 (.nvmrc); engines already require >=22.19. Preserves docs/ARCHITECTURE.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LeqyaxJF2nbRXJtae2kNB2
156 lines
6.9 KiB
YAML
156 lines
6.9 KiB
YAML
name: Bug report
|
|
description: Report defects, including regressions, crashes, and behavior bugs.
|
|
title: "[Bug]: "
|
|
labels:
|
|
- bug
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for filing this report. Keep every answer concise, reproducible, and grounded in observed evidence.
|
|
Do not speculate or infer beyond the evidence. If a narrative section cannot be answered from the available evidence, respond with exactly `NOT_ENOUGH_INFO`.
|
|
|
|
If this is a plugin beta-release blocker, rename the issue title to `Beta blocker: <plugin-name> - <summary>` and apply the `beta-blocker` label after filing.
|
|
|
|
Please only report one issue per submission. Break multiple issues up into separate submissions.
|
|
- type: dropdown
|
|
id: bug_type
|
|
attributes:
|
|
label: Bug type
|
|
description: Choose the category that best matches this report.
|
|
options:
|
|
- Regression (worked before, now fails)
|
|
- Crash (process/app exits or hangs)
|
|
- Behavior bug (incorrect output/state without crash)
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: beta_blocker
|
|
attributes:
|
|
label: Beta release blocker
|
|
description: >
|
|
Choose `Yes` only if this blocks plugin compatibility during the current beta release window.
|
|
Selecting `Yes` does not apply the label automatically. You must also rename the issue title
|
|
to `Beta blocker: <plugin-name> - <summary>` for the automation to apply the `beta-blocker` label.
|
|
options:
|
|
- "No"
|
|
- "Yes"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: summary
|
|
attributes:
|
|
label: Summary
|
|
description: One-sentence statement of what is broken, based only on observed evidence. If the evidence is insufficient, respond with exactly `NOT_ENOUGH_INFO`.
|
|
placeholder: After upgrading from 2026.2.10 to 2026.2.17, Telegram thread replies stopped posting; reproduced twice and confirmed by gateway logs.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: repro
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: Provide the shortest deterministic repro path supported by direct observation. If the repro path cannot be grounded from the evidence, respond with exactly `NOT_ENOUGH_INFO`.
|
|
placeholder: |
|
|
1. Start OpenClaw 2026.2.17 with the attached config.
|
|
2. Send a Telegram thread reply in the affected chat.
|
|
3. Observe no reply and confirm the attached `reply target not found` log line.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected behavior
|
|
description: State the expected result using a concrete reference such as prior observed behavior, attached docs, or a known-good version. If no grounded reference exists, respond with exactly `NOT_ENOUGH_INFO`.
|
|
placeholder: In 2026.2.10, the agent posted replies in the same Telegram thread under the same workflow.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: actual
|
|
attributes:
|
|
label: Actual behavior
|
|
description: Describe only the observed result, including user-visible errors and cited evidence. If the observed result cannot be grounded from the evidence, respond with exactly `NOT_ENOUGH_INFO`.
|
|
placeholder: No reply is posted in the thread; the attached gateway log shows `reply target not found` at 14:23:08 UTC.
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: OpenClaw version
|
|
description: Exact version/build tested.
|
|
placeholder: <version such as 2026.2.17>
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: os
|
|
attributes:
|
|
label: Operating system
|
|
description: OS and version where this occurs.
|
|
placeholder: macOS 15.4 / Ubuntu 24.04 / Windows 11
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: install_method
|
|
attributes:
|
|
label: Install method
|
|
description: How OpenClaw was installed or launched.
|
|
placeholder: npm global / pnpm dev / docker / mac app
|
|
- type: input
|
|
id: model
|
|
attributes:
|
|
label: Model
|
|
description: Effective model under test.
|
|
placeholder: minimax/text-01 / openrouter/anthropic/claude-opus-4.1 / anthropic/claude-sonnet-4.5
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: provider_chain
|
|
attributes:
|
|
label: Provider / routing chain
|
|
description: Effective request path through gateways, proxies, providers, or model routers.
|
|
placeholder: openclaw -> cloudflare-ai-gateway -> minimax
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: provider_setup_details
|
|
attributes:
|
|
label: Additional provider/model setup details
|
|
description: Optional. Include redacted routing details, per-agent overrides, auth-profile interactions, env/config context, or anything else needed to explain the effective provider/model setup. Do not include API keys, tokens, or passwords.
|
|
placeholder: |
|
|
Default route is openclaw -> cloudflare-ai-gateway -> minimax.
|
|
Previous setup was openclaw -> cloudflare-ai-gateway -> openrouter -> minimax.
|
|
Relevant config lives in ~/.openclaw/openclaw.json under models.providers.minimax and models.providers.cloudflare-ai-gateway.
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Logs
|
|
description: Include the redacted logs or version comparisons that support the grounded answers above.
|
|
render: shell
|
|
- type: textarea
|
|
id: screenshots_evidence
|
|
attributes:
|
|
label: Screenshots, recordings, and evidence
|
|
description: Include screenshots, recordings, docs, or other evidence that support the grounded answers above.
|
|
- type: textarea
|
|
id: impact
|
|
attributes:
|
|
label: Impact and severity
|
|
description: |
|
|
Explain who is affected, how severe it is, how often it happens, and the practical consequence using only observed evidence.
|
|
If any part cannot be grounded from the evidence, respond with exactly `NOT_ENOUGH_INFO`.
|
|
Include:
|
|
- Affected users/systems/channels
|
|
- Severity (annoying, blocks workflow, data risk, etc.)
|
|
- Frequency (always/intermittent/edge case)
|
|
- Consequence (missed messages, failed onboarding, extra cost, etc.)
|
|
placeholder: |
|
|
Affected: Telegram group users on 2026.2.17
|
|
Severity: High (blocks thread replies)
|
|
Frequency: 4/4 observed attempts
|
|
Consequence: Agents do not respond in the affected threads
|
|
- type: textarea
|
|
id: additional_information
|
|
attributes:
|
|
label: Additional information
|
|
description: Add any remaining grounded context that helps triage but does not fit above. If this is a regression, include the last known good and first known bad versions when observed. If there is not enough evidence, respond with exactly `NOT_ENOUGH_INFO`.
|
|
placeholder: Last known good version 2026.2.10, first known bad version 2026.2.17, temporary workaround is sending a top-level message instead of a thread reply.
|