openclaw - 💡(How to fix) Fix [Feature]: 输入文本错别字检测

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

在聊天输入中自动检测并提示常见的错别字、语法错误

示例:

"非好常好" → 提示可能是"非常好"("好"字多余) "请帮我查一下" → 无错误

Root Cause

在聊天输入中自动检测并提示常见的错别字、语法错误

示例:

"非好常好" → 提示可能是"非常好"("好"字多余) "请帮我查一下" → 无错误

RAW_BUFFERClick to expand / collapse

Summary

在聊天输入中自动检测并提示常见的错别字、语法错误

示例:

"非好常好" → 提示可能是"非常好"("好"字多余) "请帮我查一下" → 无错误

Problem to solve

在聊天输入中当存在错别字,或语法错误时,可能造成OpenClaw费解甚至理解错误,从而引发上下文加长、反馈错误等。希望能自动检测文字、语法错误,并高亮提示以便及时纠正。提升答准率和对话效率。

Proposed solution

  • 可配置是否启用
  • 常见错别字词库(如"蓝瘦香菇"→"难受想哭")
  • 语法检测(如"的""地""得"混淆)
  • 只提示,不自动修改

Alternatives considered

No response

Impact

Affected: input correctness and reply efficiency Severity: medium Frequency: always Consequence: errors, extra mannual work.

Evidence/examples

No response

Additional information

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix [Feature]: 输入文本错别字检测