refactor(session): remove synthetic log-only turns

This commit is contained in:
_Kerman
2026-07-28 14:41:51 +08:00
parent 4c6fb8b957
commit cee0666a4d
83 files changed
+355 -819

No files matched your search

+1 -1
View File
@@ -114,7 +114,7 @@ interface SessionTitleProviderRequest {
```
```ts type-equiv
/** Provider output before service-owned normalization and durable acceptance. */
/** Provider output before service-owned normalization and log acceptance. */
interface SessionTitleProviderResult {
/** Proposed title text. */
readonly title: string