mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 09:37:28 +00:00
* ✨ feat: add cross-platform message tool for AI bot channel operations Implement a unified message tool (`lobe-message`) that provides AI with messaging capabilities across Discord, Telegram, Slack, Google Chat, and IRC through a single interface with platform-specific extensions. Core APIs: sendMessage, readMessages, editMessage, deleteMessage, searchMessages, reactToMessage, getReactions, pin/unpin management, channel/member info, thread operations, and polls. Architecture follows the established builtin-tool pattern: - Package: @lobechat/builtin-tool-message (manifest, types, executor, ExecutionRuntime, client components) - Registry: registered in builtin-tools (renders, inspectors, interventions, streamings) - Server runtime: stub service ready for platform adapter integration https://claude.ai/code/session_011sHc6R7V4cSYKere9RY1QM * feat: implement platform specific message service * chore: add wechat platform * chore: update wechat api service * chore: update protocol implementation * chore: optimize platform api test * fix: lark domain error * feat: support bot message cli * chore: refactor adapter to service * chore: optimize bot status fetch * fix: bot status * fix: channel nav ignore * feat: message tool support bot manage * feat: add lobe-message runtime * feat: support direct message * feat: add history limit * chore: update const limit * feat: optimize server id message history limit * chore: optimize system role & inject platform environment info * chore: update readMessages vibe * fix: form body width 50% * chore: optimize tool prompt * chore: update i18n files * chore: optimize read message system role and update bot message lh * updage readMessage api rate limit * chore: comatible for readMessages * fix: feishu readMessage implementation error * fix: test case * chore: update i18n files * fix: lint error * chore: add timeout for conversaction case * fix: message test case * fix: vite gzip error --------- Co-authored-by: Claude <noreply@anthropic.com>
53 lines
2.7 KiB
JSON
53 lines
2.7 KiB
JSON
{
|
|
"chat.avatar": "Awatar",
|
|
"chat.placeholder": "...",
|
|
"common.cancel": "Anuluj",
|
|
"common.confirm": "Potwierdź",
|
|
"common.delete": "Usuń",
|
|
"common.edit": "Edytuj",
|
|
"editableMessage.addProps": "Dodaj właściwości",
|
|
"editableMessage.delete": "Usuń",
|
|
"editableMessage.input": "Wejście",
|
|
"editableMessage.inputPlaceholder": "Wprowadź przykładową treść wejściową",
|
|
"editableMessage.output": "Wyjście",
|
|
"editableMessage.outputPlaceholder": "Wprowadź przykładową treść wyjściową",
|
|
"editableMessage.system": "System",
|
|
"emojiPicker.delete": "Usuń",
|
|
"emojiPicker.draggerDesc": "Kliknij lub przeciągnij obraz tutaj, aby go przesłać",
|
|
"emojiPicker.emoji": "Emoji",
|
|
"emojiPicker.fileTypeError": "Można przesyłać tylko pliki graficzne!",
|
|
"emojiPicker.upload": "Prześlij",
|
|
"emojiPicker.uploadBtn": "Przytnij i prześlij",
|
|
"form.other": "Lub wpisz bezpośrednio",
|
|
"form.otherBack": "Powrót do opcji",
|
|
"form.reset": "Resetuj",
|
|
"form.skip": "Pomiń",
|
|
"form.submit": "Zatwierdź",
|
|
"form.unsavedChanges": "Niezapisane zmiany",
|
|
"form.unsavedWarning": "Masz niezapisane zmiany. Czy na pewno chcesz opuścić stronę?",
|
|
"hotkey.conflict": "Ten skrót klawiszowy koliduje z istniejącym.",
|
|
"hotkey.invalidCombination": "Skrót musi zawierać klawisz modyfikujący (Ctrl, Alt, Shift) i tylko jeden zwykły klawisz.",
|
|
"hotkey.placeholder": "Naciśnij klawisze, aby nagrać skrót",
|
|
"hotkey.reset": "Przywróć domyślne",
|
|
"messageModal.cancel": "Anuluj",
|
|
"messageModal.confirm": "Potwierdź",
|
|
"messageModal.edit": "Edytuj",
|
|
"sideNav.collapse": "Zwiń pasek boczny",
|
|
"sideNav.demoActiveLabel": "Aktywny",
|
|
"sideNav.demoFeatureAutoCollapseDesc": "Przeciągnij poniżej progu, aby inteligentnie zwinąć",
|
|
"sideNav.demoFeatureAutoCollapseTitle": "Automatyczne zwijanie",
|
|
"sideNav.demoFeaturePerformanceDesc": "Brak animacji dla lepszej wydajności",
|
|
"sideNav.demoFeaturePerformanceTitle": "Wydajność",
|
|
"sideNav.demoFeatureResizeDesc": "Przeciągnij, aby dostosować szerokość panelu",
|
|
"sideNav.demoFeatureResizeTitle": "Elastyczne skalowanie",
|
|
"sideNav.demoFeatureSmartHandleDesc": "Najedź, aby pokazać przycisk przełączania",
|
|
"sideNav.demoFeatureSmartHandleTitle": "Inteligentny uchwyt",
|
|
"sideNav.demoFeaturesTitle": "Funkcje",
|
|
"sideNav.demoHint": "Spróbuj przeciągnąć krawędź panelu i użyć przycisku przełączania ->",
|
|
"sideNav.demoSubtitle": "Panel boczny w stylu przestrzeni roboczej z możliwością zmiany rozmiaru przez przeciąganie",
|
|
"sideNav.demoTitle": "Demo DraggableSideNav",
|
|
"sideNav.expand": "Rozwiń pasek boczny",
|
|
"tokenTag.overload": "Przeciążenie",
|
|
"tokenTag.remained": "Pozostało",
|
|
"tokenTag.used": "Użyto"
|
|
}
|