mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 10:16:44 +00:00
feat(apps): rewind and fork a session from native chat bubbles (#110886)
* feat(apps): rewind and fork a session from native chat bubbles * docs(apps): note lease-parity contract on message fork dispatch * fix(apps): native i18n inventory sync and doc-comment style for bubble actions * fix(apps): translate native bubble action strings across locales * fix(apps): refresh generated iOS localization catalog after rebase
This commit is contained in:
@@ -423,6 +423,10 @@ import {
|
||||
SessionsCompactionListResultSchema,
|
||||
SessionsCompactionRestoreParamsSchema,
|
||||
SessionsCompactionRestoreResultSchema,
|
||||
SessionsForkParamsSchema,
|
||||
SessionsForkResultSchema,
|
||||
SessionsRewindParamsSchema,
|
||||
SessionsRewindResultSchema,
|
||||
SessionFileBrowserEntrySchema,
|
||||
SessionFileBrowserResultSchema,
|
||||
SessionCompactionCheckpointSchema,
|
||||
@@ -688,6 +692,10 @@ export const ProtocolSchemas = {
|
||||
SessionsCompactionGetResult: SessionsCompactionGetResultSchema,
|
||||
SessionsCompactionBranchResult: SessionsCompactionBranchResultSchema,
|
||||
SessionsCompactionRestoreResult: SessionsCompactionRestoreResultSchema,
|
||||
SessionsRewindParams: SessionsRewindParamsSchema,
|
||||
SessionsRewindResult: SessionsRewindResultSchema,
|
||||
SessionsForkParams: SessionsForkParamsSchema,
|
||||
SessionsForkResult: SessionsForkResultSchema,
|
||||
SessionFileBrowserEntry: SessionFileBrowserEntrySchema,
|
||||
SessionFileBrowserResult: SessionFileBrowserResultSchema,
|
||||
SessionFileKind: SessionFileKindSchema,
|
||||
|
||||
Reference in New Issue
Block a user