mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-15 11:55:28 +00:00
Generated titles came back in Title Case because none of the title prompts stated a capitalization style; asked for a "title" with no case rule, models default to Title Case and nothing downstream corrects it. The tool-call purpose titles already ask for sentence case, so session titles, Discord auto-thread titles, and Telegram DM topic labels were the outliers. Sets sentence case in each title prompt rather than post-processing: the titles follow the user's language, and sentence-case rules are language-specific, so a mechanical normalizer would mangle German nouns and proper nouns like OpenClaw or GitHub. |
||
|---|---|---|
| .. | ||
| src | ||
| account-inspect-api.ts | ||
| AGENTS.md | ||
| allow-from.ts | ||
| api.test.ts | ||
| api.ts | ||
| channel-config-api.test.ts | ||
| channel-config-api.ts | ||
| channel-plugin-api.ts | ||
| CLAUDE.md | ||
| config-api.ts | ||
| contract-api.ts | ||
| directory-contract-api.ts | ||
| doctor-contract-api.ts | ||
| index.ts | ||
| miniapp-api.ts | ||
| openclaw.plugin.json | ||
| package.json | ||
| runtime-api.ts | ||
| runtime-setter-api.ts | ||
| secret-contract-api.ts | ||
| security-audit-contract-api.ts | ||
| session-binding-contract-api.ts | ||
| session-key-api.ts | ||
| setup-entry.ts | ||
| setup-plugin-api.ts | ||
| tsconfig.json | ||
| update-offset-runtime-api.ts | ||