Merge pull request #1966 from langbot-app/feat/export-history

feat: support export message history
This commit is contained in:
Guanchao Wang
2026-02-17 22:33:07 +08:00
committed by GitHub
12 changed files with 794 additions and 18 deletions
@@ -389,7 +389,9 @@ const PluginInstalledComponent = forwardRef<PluginInstalledComponentRef>(
<DialogHeader className="px-6 pt-6 pb-2 border-b">
<DialogTitle>
{readmePlugin &&
`${readmePlugin.author}/${readmePlugin.name} - ${t('plugins.readme')}`}
`${readmePlugin.author}/${readmePlugin.name} - ${t(
'plugins.readme',
)}`}
</DialogTitle>
</DialogHeader>
<div className="flex-1 overflow-y-auto">