@elizaos/agent 2.0.0-alpha.441 → 2.0.0-alpha.501
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/apps/app-companion/src/components/companion/CompanionAppView.d.ts.map +1 -1
- package/apps/app-companion/src/components/companion/CompanionAppView.js +6 -2
- package/apps/app-companion/src/components/companion/CompanionHeader.d.ts +3 -1
- package/apps/app-companion/src/components/companion/CompanionHeader.d.ts.map +1 -1
- package/apps/app-companion/src/components/companion/CompanionHeader.js +8 -2
- package/apps/app-companion/src/components/companion/CompanionPerformanceSettings.d.ts +2 -0
- package/apps/app-companion/src/components/companion/CompanionPerformanceSettings.d.ts.map +1 -0
- package/apps/app-companion/src/components/companion/CompanionPerformanceSettings.js +33 -0
- package/apps/app-companion/src/components/companion/CompanionSettingsPanel.d.ts +2 -0
- package/apps/app-companion/src/components/companion/CompanionSettingsPanel.d.ts.map +1 -0
- package/apps/app-companion/src/components/companion/CompanionSettingsPanel.js +7 -0
- package/apps/app-companion/src/components/companion/CompanionShell.d.ts.map +1 -1
- package/apps/app-companion/src/components/companion/CompanionShell.js +1 -1
- package/apps/app-companion/src/components/companion/CompanionView.d.ts.map +1 -1
- package/apps/app-companion/src/components/companion/CompanionView.js +6 -2
- package/apps/app-companion/src/types/render-modes.d.ts +4 -0
- package/apps/app-companion/src/types/render-modes.d.ts.map +1 -0
- package/apps/app-companion/src/types/render-modes.js +6 -0
- package/apps/app-elizamaker/src/drop-routes.d.ts.map +1 -1
- package/apps/app-elizamaker/src/drop-service.d.ts +1 -1
- package/apps/app-elizamaker/src/drop-service.d.ts.map +1 -1
- package/apps/app-elizamaker/src/og-tracker.d.ts.map +1 -1
- package/apps/app-elizamaker/src/og-tracker.js +1 -1
- package/apps/app-elizamaker/src/twitter-verify.js +1 -1
- package/apps/app-lifeops/src/actions/website-blocker.d.ts.map +1 -1
- package/apps/app-lifeops/src/actions/website-blocker.js +18 -16
- package/apps/app-lifeops/src/api/client-lifeops.d.ts +37 -75
- package/apps/app-lifeops/src/api/client-lifeops.d.ts.map +1 -1
- package/apps/app-lifeops/src/api/client-lifeops.js +119 -0
- package/apps/app-lifeops/src/inbox/channel-deep-links.d.ts +2 -4
- package/apps/app-lifeops/src/inbox/channel-deep-links.d.ts.map +1 -1
- package/apps/app-lifeops/src/inbox/channel-deep-links.js +8 -38
- package/apps/app-lifeops/src/inbox/message-fetcher.d.ts +1 -1
- package/apps/app-lifeops/src/inbox/message-fetcher.d.ts.map +1 -1
- package/apps/app-lifeops/src/inbox/message-fetcher.js +180 -77
- package/apps/app-lifeops/src/inbox/types.d.ts +1 -1
- package/apps/app-lifeops/src/inbox/types.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/browser-extension-store.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/browser-readiness.d.ts +16 -0
- package/apps/app-lifeops/src/lifeops/browser-readiness.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/browser-readiness.js +74 -0
- package/apps/app-lifeops/src/lifeops/browser-session-lifecycle.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/browser-session-lifecycle.js +1 -1
- package/apps/app-lifeops/src/lifeops/checkin/checkin-service.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/defaults.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/defaults.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/discord-desktop-cdp.d.ts +16 -0
- package/apps/app-lifeops/src/lifeops/discord-desktop-cdp.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/discord-desktop-cdp.js +217 -1
- package/apps/app-lifeops/src/lifeops/email-unsubscribe-gmail.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/email-unsubscribe-gmail.js +8 -3
- package/apps/app-lifeops/src/lifeops/feature-flags.types.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/goal-semantic-evaluator.js +1 -1
- package/apps/app-lifeops/src/lifeops/google-calendar.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/google-calendar.js +24 -31
- package/apps/app-lifeops/src/lifeops/google-drive.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/google-drive.js +7 -1
- package/apps/app-lifeops/src/lifeops/google-fetch.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/google-fetch.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/google-fetch.js +4 -6
- package/apps/app-lifeops/src/lifeops/google-gmail.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/google-gmail.js +50 -34
- package/apps/app-lifeops/src/lifeops/health-bridge.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/health-bridge.js +53 -10
- package/apps/app-lifeops/src/lifeops/health-connectors.d.ts +23 -0
- package/apps/app-lifeops/src/lifeops/health-connectors.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/health-connectors.js +962 -0
- package/apps/app-lifeops/src/lifeops/health-oauth.d.ts +62 -0
- package/apps/app-lifeops/src/lifeops/health-oauth.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/health-oauth.js +496 -0
- package/apps/app-lifeops/src/lifeops/payment-csv-import.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/payment-csv-import.js +1 -5
- package/apps/app-lifeops/src/lifeops/payment-recurrence.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/payment-recurrence.js +2 -1
- package/apps/app-lifeops/src/lifeops/payment-types.d.ts +8 -7
- package/apps/app-lifeops/src/lifeops/payment-types.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/priority-scoring.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/repository.d.ts +46 -10
- package/apps/app-lifeops/src/lifeops/repository.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/repository.js +683 -65
- package/apps/app-lifeops/src/lifeops/schedule-insight.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/schedule-insight.js +2 -3
- package/apps/app-lifeops/src/lifeops/schema.d.ts +6403 -3831
- package/apps/app-lifeops/src/lifeops/schema.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/schema.js +105 -18
- package/apps/app-lifeops/src/lifeops/seed-routines.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/seed-routines.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/seed-routines.js +7 -2
- package/apps/app-lifeops/src/lifeops/service-constants.d.ts +15 -0
- package/apps/app-lifeops/src/lifeops/service-constants.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-constants.js +21 -3
- package/apps/app-lifeops/src/lifeops/service-helpers-browser.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/service-helpers-browser.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-helpers-browser.js +1 -1
- package/apps/app-lifeops/src/lifeops/service-helpers-misc.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-helpers-misc.js +5 -5
- package/apps/app-lifeops/src/lifeops/service-helpers-occurrence.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-helpers-occurrence.js +1 -1
- package/apps/app-lifeops/src/lifeops/service-helpers-reminder.d.ts +48 -1
- package/apps/app-lifeops/src/lifeops/service-helpers-reminder.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-helpers-reminder.js +191 -17
- package/apps/app-lifeops/src/lifeops/service-mixin-browser.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-browser.js +10 -7
- package/apps/app-lifeops/src/lifeops/service-mixin-calendar.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-calendar.js +4 -11
- package/apps/app-lifeops/src/lifeops/service-mixin-core.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-core.js +5 -2
- package/apps/app-lifeops/src/lifeops/service-mixin-definitions.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-definitions.js +7 -6
- package/apps/app-lifeops/src/lifeops/service-mixin-discord.js +237 -32
- package/apps/app-lifeops/src/lifeops/service-mixin-drive.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-drive.js +6 -5
- package/apps/app-lifeops/src/lifeops/service-mixin-gmail.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-gmail.js +86 -31
- package/apps/app-lifeops/src/lifeops/service-mixin-goals.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-goals.js +14 -15
- package/apps/app-lifeops/src/lifeops/service-mixin-google.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-google.js +71 -51
- package/apps/app-lifeops/src/lifeops/service-mixin-health.js +528 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-imessage.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-imessage.js +94 -6
- package/apps/app-lifeops/src/lifeops/service-mixin-inbox.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-inbox.js +9 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-payments.d.ts +3 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-payments.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-payments.js +93 -26
- package/apps/app-lifeops/src/lifeops/service-mixin-reminders.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-reminders.js +331 -167
- package/apps/app-lifeops/src/lifeops/service-mixin-scheduling.js +5 -10
- package/apps/app-lifeops/src/lifeops/service-mixin-screentime.js +372 -10
- package/apps/app-lifeops/src/lifeops/service-mixin-signal.js +179 -43
- package/apps/app-lifeops/src/lifeops/service-mixin-sleep.js +31 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-status.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-status.js +82 -13
- package/apps/app-lifeops/src/lifeops/service-mixin-subscriptions.js +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-telegram.js +59 -12
- package/apps/app-lifeops/src/lifeops/service-mixin-whatsapp.js +165 -22
- package/apps/app-lifeops/src/lifeops/service-mixin-workflows.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-workflows.js +3 -0
- package/apps/app-lifeops/src/lifeops/service-normalize-calendar.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize-calendar.js +4 -4
- package/apps/app-lifeops/src/lifeops/service-normalize-gmail.d.ts +3 -1
- package/apps/app-lifeops/src/lifeops/service-normalize-gmail.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize-gmail.js +5 -3
- package/apps/app-lifeops/src/lifeops/service-normalize-health.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize-health.js +4 -3
- package/apps/app-lifeops/src/lifeops/service-normalize-task.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize-task.js +10 -1
- package/apps/app-lifeops/src/lifeops/service-normalize.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize.js +3 -3
- package/apps/app-lifeops/src/lifeops/service-types.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/service-types.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service.d.ts +92 -166
- package/apps/app-lifeops/src/lifeops/service.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service.js +2 -2
- package/apps/app-lifeops/src/lifeops/signal-auth.d.ts +7 -0
- package/apps/app-lifeops/src/lifeops/signal-auth.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/signal-auth.js +50 -6
- package/apps/app-lifeops/src/lifeops/signal-local-client.d.ts +7 -0
- package/apps/app-lifeops/src/lifeops/signal-local-client.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/signal-local-client.js +95 -4
- package/apps/app-lifeops/src/lifeops/sleep-cycle.d.ts +7 -1
- package/apps/app-lifeops/src/lifeops/sleep-cycle.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/sleep-cycle.js +16 -6
- package/apps/app-lifeops/src/lifeops/sleep-episode-store.d.ts +2 -1
- package/apps/app-lifeops/src/lifeops/sleep-episode-store.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/sleep-episode-store.js +7 -3
- package/apps/app-lifeops/src/lifeops/social-taxonomy.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/social-taxonomy.js +68 -16
- package/apps/app-lifeops/src/lifeops/subscriptions-playbooks.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/subscriptions-playbooks.js +24 -14
- package/apps/app-lifeops/src/lifeops/subscriptions-types.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/telegram-auth.d.ts +8 -1
- package/apps/app-lifeops/src/lifeops/telegram-auth.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/telegram-auth.js +44 -5
- package/apps/app-lifeops/src/lifeops/telegram-local-client.d.ts +1 -0
- package/apps/app-lifeops/src/lifeops/telegram-local-client.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/telegram-local-client.js +141 -7
- package/apps/app-lifeops/src/lifeops/twilio.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/twilio.js +3 -1
- package/apps/app-lifeops/src/lifeops/whatsapp-client.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/whatsapp-client.js +7 -4
- package/apps/app-lifeops/src/lifeops/x-poster.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/x-poster.js +3 -1
- package/apps/app-lifeops/src/lifeops/x-reader.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/x-reader.js +10 -3
- package/apps/app-lifeops/src/providers/website-blocker.js +2 -2
- package/apps/app-lifeops/src/public.d.ts +2 -2
- package/apps/app-lifeops/src/public.d.ts.map +1 -1
- package/apps/app-lifeops/src/public.js +2 -2
- package/apps/app-lifeops/src/routes/lifeops-routes.d.ts.map +1 -1
- package/apps/app-lifeops/src/routes/lifeops-routes.js +327 -92
- package/apps/app-lifeops/src/routes/plugin.d.ts.map +1 -1
- package/apps/app-lifeops/src/routes/plugin.js +79 -50
- package/apps/app-lifeops/src/routes/sleep-routes.d.ts.map +1 -1
- package/apps/app-lifeops/src/website-blocker/access.d.ts +1 -1
- package/apps/app-lifeops/src/website-blocker/access.d.ts.map +1 -1
- package/apps/app-lifeops/src/website-blocker/access.js +13 -9
- package/apps/app-lifeops/src/website-blocker/engine.d.ts.map +1 -1
- package/apps/app-lifeops/src/website-blocker/engine.js +23 -2
- package/apps/app-lifeops/src/website-blocker/public.d.ts +4 -4
- package/apps/app-lifeops/src/website-blocker/public.d.ts.map +1 -1
- package/apps/app-lifeops/src/website-blocker/public.js +2 -2
- package/apps/app-lifeops/src/website-blocker/roles.d.ts +2 -4
- package/apps/app-lifeops/src/website-blocker/roles.d.ts.map +1 -1
- package/apps/app-lifeops/src/website-blocker/roles.js +1 -4
- package/apps/app-steward/src/actions/check-balance.d.ts.map +1 -1
- package/apps/app-steward/src/actions/wallet-action-shared.d.ts.map +1 -1
- package/apps/app-steward/src/actions/wallet-action-shared.js +1 -1
- package/apps/app-steward/src/api/wallet-evm-balance.d.ts.map +1 -1
- package/apps/app-steward/src/browser-workspace-wallet.d.ts +15 -1
- package/apps/app-steward/src/browser-workspace-wallet.d.ts.map +1 -1
- package/apps/app-steward/src/browser-workspace-wallet.js +7 -1
- package/apps/app-steward/src/index.d.ts +4 -4
- package/apps/app-steward/src/index.d.ts.map +1 -1
- package/apps/app-steward/src/index.js +4 -4
- package/apps/app-steward/src/routes/steward-bridge.d.ts.map +1 -1
- package/apps/app-steward/src/routes/steward-bridge.js +1 -1
- package/apps/app-steward/src/routes/wallet-browser-compat-routes.d.ts.map +1 -1
- package/apps/app-steward/src/routes/wallet-browser-compat-routes.js +88 -1
- package/apps/app-training/src/backends/atropos.d.ts.map +1 -1
- package/apps/app-training/src/backends/atropos.js +2 -2
- package/apps/app-training/src/backends/native.d.ts +1 -1
- package/apps/app-training/src/backends/native.d.ts.map +1 -1
- package/apps/app-training/src/backends/tinker.d.ts.map +1 -1
- package/apps/app-training/src/core/index.d.ts +5 -5
- package/apps/app-training/src/core/index.d.ts.map +1 -1
- package/apps/app-training/src/core/index.js +4 -4
- package/apps/app-training/src/core/privacy-filter.d.ts.map +1 -1
- package/apps/app-training/src/core/training-orchestrator.d.ts.map +1 -1
- package/apps/app-training/src/optimizers/bootstrap-fewshot.d.ts.map +1 -1
- package/apps/app-training/src/optimizers/bootstrap-fewshot.js +7 -3
- package/apps/app-training/src/optimizers/index.d.ts +4 -4
- package/apps/app-training/src/optimizers/index.d.ts.map +1 -1
- package/apps/app-training/src/optimizers/index.js +2 -2
- package/apps/app-training/src/optimizers/instruction-search.d.ts.map +1 -1
- package/apps/app-training/src/optimizers/instruction-search.js +6 -1
- package/apps/app-training/src/optimizers/prompt-evolution.d.ts.map +1 -1
- package/apps/app-training/src/optimizers/prompt-evolution.js +6 -1
- package/apps/app-training/src/optimizers/scoring.d.ts +5 -7
- package/apps/app-training/src/optimizers/scoring.d.ts.map +1 -1
- package/apps/app-training/src/optimizers/types.d.ts.map +1 -1
- package/apps/app-training/src/routes/index.d.ts +1 -1
- package/apps/app-training/src/routes/index.d.ts.map +1 -1
- package/apps/app-training/src/routes/index.js +1 -1
- package/apps/app-training/src/services/index.d.ts +3 -3
- package/apps/app-training/src/services/index.d.ts.map +1 -1
- package/apps/app-training/src/services/index.js +2 -2
- package/apps/app-training/src/services/training-trigger.d.ts.map +1 -1
- package/package.json +4 -4
- package/packages/agent/src/actions/browser-session.d.ts.map +1 -1
- package/packages/agent/src/actions/browser-session.js +73 -5
- package/packages/agent/src/actions/extract-page.d.ts.map +1 -1
- package/packages/agent/src/actions/extract-page.js +11 -3
- package/packages/agent/src/actions/launchpad-launch.d.ts +16 -0
- package/packages/agent/src/actions/launchpad-launch.d.ts.map +1 -0
- package/packages/agent/src/actions/launchpad-launch.js +207 -0
- package/packages/agent/src/actions/logs.d.ts.map +1 -1
- package/packages/agent/src/actions/logs.js +19 -2
- package/packages/agent/src/actions/manage-tasks.d.ts.map +1 -1
- package/packages/agent/src/actions/manage-tasks.js +55 -0
- package/packages/agent/src/actions/page-action-groups.d.ts +17 -0
- package/packages/agent/src/actions/page-action-groups.d.ts.map +1 -0
- package/packages/agent/src/actions/page-action-groups.js +171 -0
- package/packages/agent/src/actions/scratchpad.d.ts.map +1 -1
- package/packages/agent/src/actions/scratchpad.js +17 -2
- package/packages/agent/src/actions/web-search.d.ts.map +1 -1
- package/packages/agent/src/actions/web-search.js +10 -2
- package/packages/agent/src/api/accounts-routes.d.ts.map +1 -1
- package/packages/agent/src/api/accounts-routes.js +8 -10
- package/packages/agent/src/api/chat-augmentation.d.ts.map +1 -1
- package/packages/agent/src/api/chat-augmentation.js +18 -6
- package/packages/agent/src/api/cloud-relay-routes.d.ts.map +1 -1
- package/packages/agent/src/api/cloud-relay-routes.js +3 -2
- package/packages/agent/src/api/cloud-routes.d.ts +3 -0
- package/packages/agent/src/api/cloud-routes.d.ts.map +1 -1
- package/packages/agent/src/api/cloud-routes.js +54 -1
- package/packages/agent/src/api/cloud-status-routes.d.ts.map +1 -1
- package/packages/agent/src/api/cloud-status-routes.js +25 -15
- package/packages/agent/src/api/connector-routes.d.ts +8 -0
- package/packages/agent/src/api/connector-routes.d.ts.map +1 -1
- package/packages/agent/src/api/connector-routes.js +25 -1
- package/packages/agent/src/api/experience-routes.d.ts.map +1 -1
- package/packages/agent/src/api/experience-routes.js +57 -0
- package/packages/agent/src/api/index.d.ts +1 -1
- package/packages/agent/src/api/index.d.ts.map +1 -1
- package/packages/agent/src/api/index.js +5 -5
- package/packages/agent/src/api/provider-switch-config.d.ts +4 -1
- package/packages/agent/src/api/provider-switch-config.d.ts.map +1 -1
- package/packages/agent/src/api/provider-switch-config.js +8 -1
- package/packages/agent/src/api/provider-switch-routes.d.ts +7 -1
- package/packages/agent/src/api/provider-switch-routes.d.ts.map +1 -1
- package/packages/agent/src/api/provider-switch-routes.js +62 -27
- package/packages/agent/src/api/runtime-plugin-routes.d.ts +5 -0
- package/packages/agent/src/api/runtime-plugin-routes.d.ts.map +1 -1
- package/packages/agent/src/api/runtime-plugin-routes.js +13 -0
- package/packages/agent/src/api/server-helpers-auth.d.ts.map +1 -1
- package/packages/agent/src/api/server-helpers-auth.js +7 -0
- package/packages/agent/src/api/server.d.ts.map +1 -1
- package/packages/agent/src/api/server.js +73 -11
- package/packages/agent/src/api/subscription-routes.d.ts.map +1 -1
- package/packages/agent/src/api/subscription-routes.js +6 -2
- package/packages/agent/src/auth/credentials.d.ts.map +1 -1
- package/packages/agent/src/auth/credentials.js +6 -2
- package/packages/agent/src/autonomy/index.d.ts.map +1 -1
- package/packages/agent/src/autonomy/index.js +5 -3
- package/packages/agent/src/bin.js +25 -0
- package/packages/agent/src/cli/index.d.ts.map +1 -1
- package/packages/agent/src/cli/index.js +17 -1
- package/packages/agent/src/cloud/cloud-manager.d.ts +1 -0
- package/packages/agent/src/cloud/cloud-manager.d.ts.map +1 -1
- package/packages/agent/src/cloud/cloud-manager.js +9 -0
- package/packages/agent/src/providers/page-scoped-context.d.ts.map +1 -1
- package/packages/agent/src/providers/page-scoped-context.js +48 -8
- package/packages/agent/src/runtime/aosp-llama-adapter.d.ts +193 -0
- package/packages/agent/src/runtime/aosp-llama-adapter.d.ts.map +1 -0
- package/packages/agent/src/runtime/aosp-llama-adapter.js +938 -0
- package/packages/agent/src/runtime/aosp-local-inference-bootstrap.d.ts +42 -0
- package/packages/agent/src/runtime/aosp-local-inference-bootstrap.d.ts.map +1 -0
- package/packages/agent/src/runtime/aosp-local-inference-bootstrap.js +299 -0
- package/packages/agent/src/runtime/core-plugins.d.ts +20 -0
- package/packages/agent/src/runtime/core-plugins.d.ts.map +1 -1
- package/packages/agent/src/runtime/core-plugins.js +22 -2
- package/packages/agent/src/runtime/discord-local-plugin.d.ts.map +1 -1
- package/packages/agent/src/runtime/discord-local-plugin.js +36 -0
- package/packages/agent/src/runtime/eliza-plugin.d.ts.map +1 -1
- package/packages/agent/src/runtime/eliza-plugin.js +9 -0
- package/packages/agent/src/runtime/eliza.d.ts.map +1 -1
- package/packages/agent/src/runtime/eliza.js +18 -8
- package/packages/agent/src/runtime/first-time-setup.d.ts +1 -0
- package/packages/agent/src/runtime/first-time-setup.d.ts.map +1 -1
- package/packages/agent/src/runtime/first-time-setup.js +1 -0
- package/packages/agent/src/runtime/operations/classifier.d.ts +36 -0
- package/packages/agent/src/runtime/operations/classifier.d.ts.map +1 -0
- package/packages/agent/src/runtime/operations/classifier.js +72 -0
- package/packages/agent/src/runtime/operations/cold-strategy.d.ts +19 -0
- package/packages/agent/src/runtime/operations/cold-strategy.d.ts.map +1 -0
- package/packages/agent/src/runtime/operations/cold-strategy.js +83 -0
- package/packages/agent/src/runtime/operations/health-checks.d.ts +24 -0
- package/packages/agent/src/runtime/operations/health-checks.d.ts.map +1 -0
- package/packages/agent/src/runtime/operations/health-checks.js +186 -0
- package/packages/agent/src/runtime/operations/health.d.ts +32 -0
- package/packages/agent/src/runtime/operations/health.d.ts.map +1 -0
- package/packages/agent/src/runtime/operations/health.js +151 -0
- package/packages/agent/src/runtime/operations/index.d.ts +16 -0
- package/packages/agent/src/runtime/operations/index.d.ts.map +1 -0
- package/packages/agent/src/runtime/operations/index.js +14 -0
- package/packages/agent/src/runtime/operations/manager.d.ts +68 -0
- package/packages/agent/src/runtime/operations/manager.d.ts.map +1 -0
- package/packages/agent/src/runtime/operations/manager.js +182 -0
- package/packages/agent/src/runtime/operations/reload-hot.d.ts +40 -0
- package/packages/agent/src/runtime/operations/reload-hot.d.ts.map +1 -0
- package/packages/agent/src/runtime/operations/reload-hot.js +176 -0
- package/packages/agent/src/runtime/operations/repository.d.ts +44 -0
- package/packages/agent/src/runtime/operations/repository.d.ts.map +1 -0
- package/packages/agent/src/runtime/operations/repository.js +233 -0
- package/packages/agent/src/runtime/operations/types.d.ts +201 -0
- package/packages/agent/src/runtime/operations/types.d.ts.map +1 -0
- package/packages/agent/src/runtime/operations/types.js +30 -0
- package/packages/agent/src/runtime/plugin-collector.d.ts.map +1 -1
- package/packages/agent/src/runtime/plugin-collector.js +47 -7
- package/packages/agent/src/runtime/plugin-role-gating.d.ts.map +1 -1
- package/packages/agent/src/runtime/plugin-role-gating.js +42 -9
- package/packages/agent/src/runtime/restart.d.ts +14 -38
- package/packages/agent/src/runtime/restart.d.ts.map +1 -1
- package/packages/agent/src/runtime/restart.js +14 -39
- package/packages/agent/src/services/browser-workspace-desktop.d.ts.map +1 -1
- package/packages/agent/src/services/browser-workspace-desktop.js +107 -0
- package/packages/agent/src/services/browser-workspace-types.d.ts +7 -1
- package/packages/agent/src/services/browser-workspace-types.d.ts.map +1 -1
- package/packages/agent/src/services/browser-workspace.d.ts.map +1 -1
- package/packages/agent/src/services/browser-workspace.js +7 -0
- package/packages/agent/src/services/index.d.ts +1 -0
- package/packages/agent/src/services/index.d.ts.map +1 -1
- package/packages/agent/src/services/index.js +1 -0
- package/packages/agent/src/services/launchpads/image-generator.d.ts +22 -0
- package/packages/agent/src/services/launchpads/image-generator.d.ts.map +1 -0
- package/packages/agent/src/services/launchpads/image-generator.js +46 -0
- package/packages/agent/src/services/launchpads/launchpad-engine.d.ts +32 -0
- package/packages/agent/src/services/launchpads/launchpad-engine.d.ts.map +1 -0
- package/packages/agent/src/services/launchpads/launchpad-engine.js +191 -0
- package/packages/agent/src/services/launchpads/launchpad-types.d.ts +116 -0
- package/packages/agent/src/services/launchpads/launchpad-types.d.ts.map +1 -0
- package/packages/agent/src/services/launchpads/launchpad-types.js +19 -0
- package/packages/agent/src/services/launchpads/metadata-generator.d.ts +24 -0
- package/packages/agent/src/services/launchpads/metadata-generator.d.ts.map +1 -0
- package/packages/agent/src/services/launchpads/metadata-generator.js +96 -0
- package/packages/agent/src/services/launchpads/profiles/flap-sh.d.ts +25 -0
- package/packages/agent/src/services/launchpads/profiles/flap-sh.d.ts.map +1 -0
- package/packages/agent/src/services/launchpads/profiles/flap-sh.js +80 -0
- package/packages/agent/src/services/launchpads/profiles/four-meme.d.ts +11 -0
- package/packages/agent/src/services/launchpads/profiles/four-meme.d.ts.map +1 -0
- package/packages/agent/src/services/launchpads/profiles/four-meme.js +70 -0
- package/packages/agent/src/services/registry-client.js +1 -1
- package/packages/agent/src/services/research-task-executor.d.ts.map +1 -1
- package/packages/agent/src/services/research-task-executor.js +3 -1
- package/packages/app-core/src/App.d.ts.map +1 -1
- package/packages/app-core/src/App.js +6 -8
- package/packages/app-core/src/api/auth/sessions.js +1 -1
- package/packages/app-core/src/api/auth/tokens.d.ts +3 -0
- package/packages/app-core/src/api/auth/tokens.d.ts.map +1 -0
- package/packages/app-core/src/api/auth/tokens.js +13 -0
- package/packages/app-core/src/api/auth.d.ts +1 -3
- package/packages/app-core/src/api/auth.d.ts.map +1 -1
- package/packages/app-core/src/api/auth.js +2 -16
- package/packages/app-core/src/api/client-agent.d.ts +14 -3
- package/packages/app-core/src/api/client-agent.d.ts.map +1 -1
- package/packages/app-core/src/api/client-agent.js +74 -1
- package/packages/app-core/src/api/client-base.d.ts.map +1 -1
- package/packages/app-core/src/api/client-base.js +34 -2
- package/packages/app-core/src/api/client-cloud.d.ts +5 -1
- package/packages/app-core/src/api/client-cloud.d.ts.map +1 -1
- package/packages/app-core/src/api/client-cloud.js +9 -2
- package/packages/app-core/src/api/client-types-chat.d.ts +8 -0
- package/packages/app-core/src/api/client-types-chat.d.ts.map +1 -1
- package/packages/app-core/src/api/client-types-cloud.d.ts +2 -0
- package/packages/app-core/src/api/client-types-cloud.d.ts.map +1 -1
- package/packages/app-core/src/api/client-types-config.d.ts +1 -1
- package/packages/app-core/src/api/client-types-config.d.ts.map +1 -1
- package/packages/app-core/src/api/client-types-core.d.ts +1 -1
- package/packages/app-core/src/api/client-types-core.d.ts.map +1 -1
- package/packages/app-core/src/api/client-types-experience.d.ts +50 -0
- package/packages/app-core/src/api/client-types-experience.d.ts.map +1 -1
- package/packages/app-core/src/api/client-wallet.d.ts +7 -1
- package/packages/app-core/src/api/client-wallet.d.ts.map +1 -1
- package/packages/app-core/src/api/client-wallet.js +6 -0
- package/packages/app-core/src/components/accounts/AccountCard.d.ts.map +1 -1
- package/packages/app-core/src/components/accounts/AccountCard.js +5 -3
- package/packages/app-core/src/components/accounts/AccountList.d.ts.map +1 -1
- package/packages/app-core/src/components/accounts/AccountList.js +1 -9
- package/packages/app-core/src/components/accounts/AddAccountDialog.d.ts.map +1 -1
- package/packages/app-core/src/components/accounts/AddAccountDialog.js +2 -27
- package/packages/app-core/src/components/accounts/RotationStrategyPicker.d.ts.map +1 -1
- package/packages/app-core/src/components/accounts/RotationStrategyPicker.js +0 -5
- package/packages/app-core/src/components/apps/AppsCatalogGrid.js +1 -1
- package/packages/app-core/src/components/apps/app-identity.d.ts +8 -0
- package/packages/app-core/src/components/apps/app-identity.d.ts.map +1 -1
- package/packages/app-core/src/components/apps/app-identity.js +23 -2
- package/packages/app-core/src/components/apps/catalog-loader.d.ts.map +1 -1
- package/packages/app-core/src/components/apps/catalog-loader.js +10 -1
- package/packages/app-core/src/components/apps/helpers.d.ts +5 -2
- package/packages/app-core/src/components/apps/helpers.d.ts.map +1 -1
- package/packages/app-core/src/components/apps/helpers.js +14 -3
- package/packages/app-core/src/components/apps/overlay-app-registry.d.ts.map +1 -1
- package/packages/app-core/src/components/apps/overlay-app-registry.js +13 -2
- package/packages/app-core/src/components/character/CharacterExperienceWorkspace.d.ts.map +1 -1
- package/packages/app-core/src/components/character/CharacterExperienceWorkspace.js +220 -3
- package/packages/app-core/src/components/character/character-hub-helpers.d.ts.map +1 -1
- package/packages/app-core/src/components/character/character-hub-helpers.js +4 -0
- package/packages/app-core/src/components/character/character-hub-types.d.ts +4 -0
- package/packages/app-core/src/components/character/character-hub-types.d.ts.map +1 -1
- package/packages/app-core/src/components/chat/AppsSection.d.ts.map +1 -1
- package/packages/app-core/src/components/chat/AppsSection.js +24 -1
- package/packages/app-core/src/components/chat/TasksEventsPanel.d.ts.map +1 -1
- package/packages/app-core/src/components/chat/TasksEventsPanel.js +1 -1
- package/packages/app-core/src/components/connectors/ConnectorModeSelector.d.ts +35 -0
- package/packages/app-core/src/components/connectors/ConnectorModeSelector.d.ts.map +1 -0
- package/packages/app-core/src/components/connectors/ConnectorModeSelector.js +150 -0
- package/packages/app-core/src/components/conversations/ConversationsSidebar.d.ts.map +1 -1
- package/packages/app-core/src/components/conversations/ConversationsSidebar.js +8 -6
- package/packages/app-core/src/components/custom-actions/custom-action-form.d.ts +1 -1
- package/packages/app-core/src/components/custom-actions/custom-action-form.d.ts.map +1 -1
- package/packages/app-core/src/components/custom-actions/custom-action-form.js +1 -1
- package/packages/app-core/src/components/local-inference/LocalInferencePanel.d.ts.map +1 -1
- package/packages/app-core/src/components/local-inference/LocalInferencePanel.js +1 -3
- package/packages/app-core/src/components/local-inference/ProvidersList.d.ts +0 -13
- package/packages/app-core/src/components/local-inference/ProvidersList.d.ts.map +1 -1
- package/packages/app-core/src/components/local-inference/ProvidersList.js +10 -21
- package/packages/app-core/src/components/local-inference/RoutingMatrix.d.ts +0 -11
- package/packages/app-core/src/components/local-inference/RoutingMatrix.d.ts.map +1 -1
- package/packages/app-core/src/components/local-inference/RoutingMatrix.js +21 -18
- package/packages/app-core/src/components/local-inference/SlotAssignments.d.ts.map +1 -1
- package/packages/app-core/src/components/local-inference/SlotAssignments.js +11 -11
- package/packages/app-core/src/components/onboarding/BootstrapStep.d.ts +5 -2
- package/packages/app-core/src/components/onboarding/BootstrapStep.d.ts.map +1 -1
- package/packages/app-core/src/components/onboarding/BootstrapStep.js +54 -6
- package/packages/app-core/src/components/pages/AppDetailsView.d.ts +4 -6
- package/packages/app-core/src/components/pages/AppDetailsView.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/AppDetailsView.js +109 -54
- package/packages/app-core/src/components/pages/AppsView.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/AppsView.js +33 -53
- package/packages/app-core/src/components/pages/AutomationsView.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/AutomationsView.js +6 -22
- package/packages/app-core/src/components/pages/BrowserWorkspaceView.d.ts +14 -0
- package/packages/app-core/src/components/pages/BrowserWorkspaceView.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/BrowserWorkspaceView.js +462 -45
- package/packages/app-core/src/components/pages/ChatView.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/ChatView.js +1 -1
- package/packages/app-core/src/components/pages/ConfigPageView.js +2 -2
- package/packages/app-core/src/components/pages/InventoryView.js +4 -4
- package/packages/app-core/src/components/pages/KnowledgeView.js +1 -1
- package/packages/app-core/src/components/pages/LogsView.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/LogsView.js +0 -4
- package/packages/app-core/src/components/pages/SecretsView.js +1 -1
- package/packages/app-core/src/components/pages/SettingsView.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/SettingsView.js +76 -176
- package/packages/app-core/src/components/pages/WorkflowGraphViewer.js +1 -1
- package/packages/app-core/src/components/pages/page-scoped-conversations.d.ts +1 -1
- package/packages/app-core/src/components/pages/page-scoped-conversations.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/page-scoped-conversations.js +62 -7
- package/packages/app-core/src/components/pages/plugin-list-utils.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/plugin-list-utils.js +0 -1
- package/packages/app-core/src/components/pages/plugin-view-connectors.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/plugin-view-connectors.js +12 -4
- package/packages/app-core/src/components/pages/useBrowserWorkspaceWalletBridge.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/useBrowserWorkspaceWalletBridge.js +41 -0
- package/packages/app-core/src/components/settings/AppearanceSettingsSection.d.ts.map +1 -1
- package/packages/app-core/src/components/settings/AppearanceSettingsSection.js +3 -42
- package/packages/app-core/src/components/settings/ProviderSwitcher.d.ts.map +1 -1
- package/packages/app-core/src/components/settings/ProviderSwitcher.js +74 -39
- package/packages/app-core/src/components/settings/SubscriptionStatus.d.ts.map +1 -1
- package/packages/app-core/src/components/settings/SubscriptionStatus.js +2 -2
- package/packages/app-core/src/components/settings/permission-controls.d.ts.map +1 -1
- package/packages/app-core/src/components/settings/permission-controls.js +41 -7
- package/packages/app-core/src/components/shell/BugReportModal.js +2 -2
- package/packages/app-core/src/components/shell/CommandPalette.d.ts.map +1 -1
- package/packages/app-core/src/components/shell/CommandPalette.js +3 -3
- package/packages/app-core/src/components/shell/Header.js +2 -2
- package/packages/app-core/src/components/shell/RuntimeGate.d.ts.map +1 -1
- package/packages/app-core/src/components/shell/RuntimeGate.js +309 -57
- package/packages/app-core/src/components/shell/StartupShell.js +2 -2
- package/packages/app-core/src/components/workspace/AppWorkspaceChrome.js +2 -2
- package/packages/app-core/src/config/boot-config-store.d.ts +35 -6
- package/packages/app-core/src/config/boot-config-store.d.ts.map +1 -1
- package/packages/app-core/src/hooks/useAccounts.d.ts +1 -1
- package/packages/app-core/src/hooks/useAccounts.d.ts.map +1 -1
- package/packages/app-core/src/hooks/voice-chat-playback.d.ts.map +1 -1
- package/packages/app-core/src/hooks/voice-chat-playback.js +2 -2
- package/packages/app-core/src/i18n/locales/en.json +229 -210
- package/packages/app-core/src/i18n/locales/es.json +255 -236
- package/packages/app-core/src/i18n/locales/ko.json +255 -236
- package/packages/app-core/src/i18n/locales/pt.json +255 -236
- package/packages/app-core/src/i18n/locales/tl.json +254 -235
- package/packages/app-core/src/i18n/locales/vi.json +255 -236
- package/packages/app-core/src/i18n/locales/zh-CN.json +255 -236
- package/packages/app-core/src/onboarding/mobile-runtime-mode.d.ts +1 -1
- package/packages/app-core/src/onboarding/mobile-runtime-mode.d.ts.map +1 -1
- package/packages/app-core/src/onboarding/mobile-runtime-mode.js +3 -0
- package/packages/app-core/src/onboarding/probe-local-agent.d.ts +44 -0
- package/packages/app-core/src/onboarding/probe-local-agent.d.ts.map +1 -0
- package/packages/app-core/src/onboarding/probe-local-agent.js +126 -0
- package/packages/app-core/src/onboarding-config.d.ts +1 -0
- package/packages/app-core/src/onboarding-config.d.ts.map +1 -1
- package/packages/app-core/src/onboarding-config.js +3 -0
- package/packages/app-core/src/platform/init.d.ts +8 -0
- package/packages/app-core/src/platform/init.d.ts.map +1 -1
- package/packages/app-core/src/platform/init.js +10 -0
- package/packages/app-core/src/services/account-pool.d.ts +98 -0
- package/packages/app-core/src/services/account-pool.d.ts.map +1 -0
- package/packages/app-core/src/services/account-pool.js +506 -0
- package/packages/app-core/src/services/account-usage.d.ts +75 -0
- package/packages/app-core/src/services/account-usage.d.ts.map +1 -0
- package/packages/app-core/src/services/account-usage.js +179 -0
- package/packages/app-core/src/services/local-inference/active-model.d.ts +14 -0
- package/packages/app-core/src/services/local-inference/active-model.d.ts.map +1 -1
- package/packages/app-core/src/services/local-inference/device-bridge.d.ts +7 -0
- package/packages/app-core/src/services/local-inference/device-bridge.d.ts.map +1 -1
- package/packages/app-core/src/services/local-inference/device-bridge.js +108 -3
- package/packages/app-core/src/services/local-inference/paths.d.ts +9 -2
- package/packages/app-core/src/services/local-inference/paths.d.ts.map +1 -1
- package/packages/app-core/src/services/local-inference/paths.js +10 -3
- package/packages/app-core/src/services/local-inference/providers.d.ts +1 -1
- package/packages/app-core/src/services/local-inference/providers.d.ts.map +1 -1
- package/packages/app-core/src/services/local-inference/providers.js +46 -0
- package/packages/app-core/src/services/local-inference/routing-preferences.d.ts +3 -1
- package/packages/app-core/src/services/local-inference/routing-preferences.d.ts.map +1 -1
- package/packages/app-core/src/services/local-inference/routing-preferences.js +1 -0
- package/packages/app-core/src/services/local-inference/types.d.ts +1 -1
- package/packages/app-core/src/services/local-inference/types.d.ts.map +1 -1
- package/packages/app-core/src/shell/AppWindowRenderer.d.ts.map +1 -1
- package/packages/app-core/src/shell/AppWindowRenderer.js +14 -26
- package/packages/app-core/src/state/AppContext.d.ts +1 -1
- package/packages/app-core/src/state/AppContext.d.ts.map +1 -1
- package/packages/app-core/src/state/AppContext.js +1 -1
- package/packages/app-core/src/state/connector-deeplink.d.ts +30 -0
- package/packages/app-core/src/state/connector-deeplink.d.ts.map +1 -0
- package/packages/app-core/src/state/connector-deeplink.js +46 -0
- package/packages/app-core/src/state/index.d.ts +1 -0
- package/packages/app-core/src/state/index.d.ts.map +1 -1
- package/packages/app-core/src/state/index.js +1 -0
- package/packages/app-core/src/state/useCloudState.d.ts.map +1 -1
- package/packages/app-core/src/state/useCloudState.js +4 -1
- package/packages/app-core/src/state/useMiscUiState.js +1 -1
- package/packages/app-core/src/utils/asset-url.d.ts.map +1 -1
- package/packages/app-core/src/utils/asset-url.js +14 -1
- package/packages/app-core/src/utils/browser-tabs-renderer-registry.d.ts +56 -0
- package/packages/app-core/src/utils/browser-tabs-renderer-registry.d.ts.map +1 -0
- package/packages/app-core/src/utils/browser-tabs-renderer-registry.js +738 -0
- package/packages/app-core/src/utils/errors.d.ts +13 -0
- package/packages/app-core/src/utils/errors.d.ts.map +1 -0
- package/packages/app-core/src/utils/errors.js +25 -0
- package/packages/shared/src/connector-cred-types.d.ts +27 -0
- package/packages/shared/src/connector-cred-types.d.ts.map +1 -0
- package/packages/shared/src/connector-cred-types.js +63 -0
- package/packages/shared/src/contracts/apps.d.ts.map +1 -1
- package/packages/shared/src/contracts/apps.js +10 -0
- package/packages/shared/src/contracts/lifeops-extensions.d.ts +145 -0
- package/packages/shared/src/contracts/lifeops-extensions.d.ts.map +1 -1
- package/packages/shared/src/contracts/lifeops-extensions.js +6 -0
- package/packages/shared/src/contracts/lifeops.d.ts +265 -25
- package/packages/shared/src/contracts/lifeops.d.ts.map +1 -1
- package/packages/shared/src/contracts/lifeops.js +56 -0
- package/packages/shared/src/contracts/service-routing.d.ts +1 -0
- package/packages/shared/src/contracts/service-routing.d.ts.map +1 -1
- package/packages/shared/src/contracts/service-routing.js +3 -0
- package/packages/shared/src/index.d.ts +1 -0
- package/packages/shared/src/index.d.ts.map +1 -1
- package/packages/shared/src/index.js +1 -0
- package/packages/shared/src/runtime-env.d.ts +2 -0
- package/packages/shared/src/runtime-env.d.ts.map +1 -1
- package/packages/shared/src/runtime-env.js +20 -0
- package/packages/shared/src/spoken-text.js +2 -2
- package/packages/typescript/src/action-docs.d.ts +4 -0
- package/packages/typescript/src/action-docs.d.ts.map +1 -1
- package/packages/typescript/src/action-docs.js +29 -5
- package/packages/typescript/src/actions.d.ts.map +1 -1
- package/packages/typescript/src/actions.js +19 -3
- package/packages/typescript/src/features/advanced-capabilities/actions/removeContact.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/actions/removeContact.js +23 -4
- package/packages/typescript/src/features/advanced-capabilities/actions/scheduleFollowUp.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/actions/scheduleFollowUp.js +2 -0
- package/packages/typescript/src/features/advanced-capabilities/actions/searchContacts.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/actions/searchContacts.js +2 -0
- package/packages/typescript/src/features/advanced-capabilities/actions/updateContact.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/actions/updateContact.js +23 -3
- package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read-attachment.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read-attachment.js +9 -1
- package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read-file.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read-file.js +4 -0
- package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/save-attachment-to-clipboard.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/save-attachment-to-clipboard.js +8 -1
- package/packages/typescript/src/features/advanced-capabilities/clipboard/types.d.ts +1 -1
- package/packages/typescript/src/features/advanced-capabilities/clipboard/types.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/evaluators/factExtractor.js +2 -2
- package/packages/typescript/src/features/advanced-capabilities/experience/actions/record-experience.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/experience/actions/record-experience.js +1 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/actions/search-experiences.d.ts +3 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/actions/search-experiences.d.ts.map +1 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/actions/search-experiences.js +110 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/evaluators/experienceEvaluator.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/experience/evaluators/experienceEvaluator.js +5 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/index.d.ts +1 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/index.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/experience/index.js +1 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/providers/experienceProvider.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/experience/providers/experienceProvider.js +16 -6
- package/packages/typescript/src/features/advanced-capabilities/experience/service.d.ts +21 -1
- package/packages/typescript/src/features/advanced-capabilities/experience/service.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/experience/service.js +391 -8
- package/packages/typescript/src/features/advanced-capabilities/experience/types.d.ts +44 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/types.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceFormatter.d.ts +24 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceFormatter.d.ts.map +1 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceFormatter.js +152 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceText.d.ts +1 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceText.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceText.js +53 -1
- package/packages/typescript/src/features/advanced-capabilities/index.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/index.js +4 -2
- package/packages/typescript/src/features/advanced-capabilities/personality/index.d.ts +1 -2
- package/packages/typescript/src/features/advanced-capabilities/personality/index.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/personality/index.js +1 -2
- package/packages/typescript/src/features/advanced-planning/actions/chain-example.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-planning/actions/chain-example.js +4 -7
- package/packages/typescript/src/features/basic-capabilities/actions/reply.d.ts.map +1 -1
- package/packages/typescript/src/features/basic-capabilities/actions/reply.js +1 -0
- package/packages/typescript/src/features/basic-capabilities/index.d.ts +1 -1
- package/packages/typescript/src/features/basic-capabilities/index.d.ts.map +1 -1
- package/packages/typescript/src/features/basic-capabilities/providers/actions.d.ts.map +1 -1
- package/packages/typescript/src/features/basic-capabilities/providers/actions.js +40 -2
- package/packages/typescript/src/features/index.js +1 -1
- package/packages/typescript/src/features/knowledge/actions.d.ts.map +1 -1
- package/packages/typescript/src/features/knowledge/actions.js +42 -16
- package/packages/typescript/src/features/plugin-manager/actions/coreStatusAction.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/actions/coreStatusAction.js +23 -5
- package/packages/typescript/src/features/plugin-manager/actions/listEjectedPluginsAction.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/actions/listEjectedPluginsAction.js +31 -6
- package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/core-status.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/create.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/create.js +21 -5
- package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/eject.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/eject.js +3 -1
- package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/install.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/actions/plugin.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/actions/plugin.js +4 -1
- package/packages/typescript/src/features/plugin-manager/actions/searchPluginAction.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/actions/searchPluginAction.js +44 -11
- package/packages/typescript/src/features/plugin-manager/index.d.ts +2 -2
- package/packages/typescript/src/features/plugin-manager/index.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/index.js +3 -3
- package/packages/typescript/src/features/plugin-manager/security.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/services/pluginManagerService.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/services/pluginManagerService.js +0 -1
- package/packages/typescript/src/features/plugin-manager/services/pluginRegistryService.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/services/pluginRegistryService.js +1 -2
- package/packages/typescript/src/features/secrets/actions/manage-secret.d.ts.map +1 -1
- package/packages/typescript/src/features/secrets/actions/manage-secret.js +13 -2
- package/packages/typescript/src/features/secrets/actions/request-secret.d.ts.map +1 -1
- package/packages/typescript/src/features/secrets/actions/request-secret.js +23 -5
- package/packages/typescript/src/features/secrets/actions/set-secret.d.ts.map +1 -1
- package/packages/typescript/src/features/secrets/actions/set-secret.js +22 -4
- package/packages/typescript/src/features/secrets/index.d.ts +22 -0
- package/packages/typescript/src/features/secrets/index.d.ts.map +1 -0
- package/packages/typescript/src/features/secrets/index.js +24 -0
- package/packages/typescript/src/features/secrets/onboarding/action.d.ts.map +1 -1
- package/packages/typescript/src/features/secrets/onboarding/action.js +1 -0
- package/packages/typescript/src/features/secrets/plugin.d.ts +70 -0
- package/packages/typescript/src/features/secrets/plugin.d.ts.map +1 -0
- package/packages/typescript/src/features/secrets/plugin.js +87 -0
- package/packages/typescript/src/features/secrets/services/index.d.ts +7 -0
- package/packages/typescript/src/features/secrets/services/index.d.ts.map +1 -0
- package/packages/typescript/src/features/secrets/services/index.js +5 -0
- package/packages/typescript/src/features/secrets/types.d.ts +1 -1
- package/packages/typescript/src/features/secrets/types.js +1 -1
- package/packages/typescript/src/features/trust/actions/evaluateTrust.d.ts.map +1 -1
- package/packages/typescript/src/features/trust/actions/evaluateTrust.js +5 -0
- package/packages/typescript/src/features/trust/actions/recordTrustInteraction.d.ts.map +1 -1
- package/packages/typescript/src/features/trust/actions/recordTrustInteraction.js +5 -0
- package/packages/typescript/src/features/trust/actions/requestElevation.d.ts.map +1 -1
- package/packages/typescript/src/features/trust/actions/requestElevation.js +5 -0
- package/packages/typescript/src/features/trust/actions/roles.d.ts.map +1 -1
- package/packages/typescript/src/features/trust/actions/roles.js +4 -0
- package/packages/typescript/src/features/trust/actions/settings.d.ts.map +1 -1
- package/packages/typescript/src/features/trust/actions/settings.js +17 -4
- package/packages/typescript/src/features/trust/index.js +4 -4
- package/packages/typescript/src/features/trust/providers/settings.js +1 -1
- package/packages/typescript/src/features/trust/services/SecurityStore.d.ts +1 -1
- package/packages/typescript/src/features/trust/services/SecurityStore.js +1 -1
- package/packages/typescript/src/features/trust/services/db.js +1 -1
- package/packages/typescript/src/generated/action-docs.d.ts +93 -15
- package/packages/typescript/src/generated/action-docs.d.ts.map +1 -1
- package/packages/typescript/src/generated/action-docs.js +93 -16
- package/packages/typescript/src/index.node.d.ts +3 -0
- package/packages/typescript/src/index.node.d.ts.map +1 -1
- package/packages/typescript/src/index.node.js +4 -0
- package/packages/typescript/src/lifeops-passive-connectors.d.ts +7 -0
- package/packages/typescript/src/lifeops-passive-connectors.d.ts.map +1 -0
- package/packages/typescript/src/lifeops-passive-connectors.js +39 -0
- package/packages/typescript/src/runtime.d.ts +1 -0
- package/packages/typescript/src/runtime.d.ts.map +1 -1
- package/packages/typescript/src/runtime.js +199 -9
- package/packages/typescript/src/services/message.d.ts +7 -0
- package/packages/typescript/src/services/message.d.ts.map +1 -1
- package/packages/typescript/src/services/message.js +222 -25
- package/packages/typescript/src/types/components.d.ts +5 -0
- package/packages/typescript/src/types/components.d.ts.map +1 -1
- package/packages/typescript/src/types/memory.d.ts +2 -1
- package/packages/typescript/src/types/memory.d.ts.map +1 -1
- package/packages/typescript/src/utils/context-catalog.d.ts.map +1 -1
- package/packages/typescript/src/utils/context-catalog.js +124 -14
- package/packages/typescript/src/utils/context-routing.d.ts.map +1 -1
- package/packages/typescript/src/utils/context-routing.js +42 -0
- package/packages/typescript/src/utils/prompt-compression.d.ts +6 -0
- package/packages/typescript/src/utils/prompt-compression.d.ts.map +1 -0
- package/packages/typescript/src/utils/prompt-compression.js +14 -0
- package/packages/typescript/src/utils.d.ts +1 -0
- package/packages/typescript/src/utils.d.ts.map +1 -1
- package/packages/typescript/src/utils.js +2 -1
- package/packages/ui/src/components/composites/chat/chat-composer-shell.js +1 -1
- package/packages/ui/src/components/composites/sidebar/sidebar-root.js +3 -3
- package/packages/ui/src/components/ui/dialog.js +1 -1
- package/packages/ui/src/components/ui/drawer-sheet.js +1 -1
- package/packages/ui/src/components/ui/themed-select.js +2 -2
- package/packages/ui/src/components/ui/tooltip-extended.js +1 -1
- package/packages/ui/src/components/ui/tooltip.js +1 -1
- package/packages/ui/src/layouts/page-layout/page-layout-mobile-drawer.js +1 -1
- package/packages/ui/src/layouts/workspace-layout/workspace-layout.js +2 -2
- package/plugins/plugin-browser-bridge/src/actions.d.ts +44 -0
- package/plugins/plugin-browser-bridge/src/actions.d.ts.map +1 -0
- package/plugins/plugin-browser-bridge/src/actions.js +234 -0
- package/plugins/plugin-browser-bridge/src/contracts.d.ts +272 -0
- package/plugins/plugin-browser-bridge/src/contracts.d.ts.map +1 -0
- package/plugins/plugin-browser-bridge/src/contracts.js +48 -0
- package/plugins/plugin-browser-bridge/src/index.d.ts +19 -0
- package/plugins/plugin-browser-bridge/src/index.d.ts.map +1 -0
- package/plugins/plugin-browser-bridge/src/index.js +18 -0
- package/plugins/plugin-browser-bridge/src/packaging.d.ts +27 -0
- package/plugins/plugin-browser-bridge/src/packaging.d.ts.map +1 -0
- package/plugins/plugin-browser-bridge/src/packaging.js +503 -0
- package/plugins/plugin-browser-bridge/src/plugin.d.ts +10 -0
- package/plugins/plugin-browser-bridge/src/plugin.d.ts.map +1 -0
- package/plugins/plugin-browser-bridge/src/plugin.js +140 -0
- package/plugins/plugin-browser-bridge/src/routes.d.ts +37 -0
- package/plugins/plugin-browser-bridge/src/routes.d.ts.map +1 -0
- package/plugins/plugin-browser-bridge/src/routes.js +496 -0
- package/plugins/plugin-browser-bridge/src/schema.d.ts +2250 -0
- package/plugins/plugin-browser-bridge/src/schema.d.ts.map +1 -0
- package/plugins/plugin-browser-bridge/src/schema.js +111 -0
- package/plugins/plugin-browser-bridge/src/service.d.ts +28 -0
- package/plugins/plugin-browser-bridge/src/service.d.ts.map +1 -0
- package/plugins/plugin-browser-bridge/src/service.js +1 -0
- package/apps/app-lifeops/src/components/AppBlockerSettingsCard.d.ts +0 -3
- package/apps/app-lifeops/src/components/AppBlockerSettingsCard.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/AppBlockerSettingsCard.js +0 -189
- package/apps/app-lifeops/src/components/BrowserBridgeSetupPanel.d.ts +0 -2
- package/apps/app-lifeops/src/components/BrowserBridgeSetupPanel.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/BrowserBridgeSetupPanel.js +0 -1065
- package/apps/app-lifeops/src/components/BrowserBridgeStatusChip.d.ts +0 -7
- package/apps/app-lifeops/src/components/BrowserBridgeStatusChip.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/BrowserBridgeStatusChip.js +0 -71
- package/apps/app-lifeops/src/components/DataSourcesStrip.d.ts +0 -14
- package/apps/app-lifeops/src/components/DataSourcesStrip.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/DataSourcesStrip.js +0 -36
- package/apps/app-lifeops/src/components/EventEditorDrawer.d.ts +0 -23
- package/apps/app-lifeops/src/components/EventEditorDrawer.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/EventEditorDrawer.js +0 -514
- package/apps/app-lifeops/src/components/LifeOpsActivitySignalsEffect.d.ts +0 -2
- package/apps/app-lifeops/src/components/LifeOpsActivitySignalsEffect.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsActivitySignalsEffect.js +0 -10
- package/apps/app-lifeops/src/components/LifeOpsCalendarSection.d.ts +0 -15
- package/apps/app-lifeops/src/components/LifeOpsCalendarSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsCalendarSection.js +0 -515
- package/apps/app-lifeops/src/components/LifeOpsChatAdapter.d.ts +0 -34
- package/apps/app-lifeops/src/components/LifeOpsChatAdapter.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsChatAdapter.js +0 -175
- package/apps/app-lifeops/src/components/LifeOpsFeatureTogglesSection.d.ts +0 -2
- package/apps/app-lifeops/src/components/LifeOpsFeatureTogglesSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsFeatureTogglesSection.js +0 -99
- package/apps/app-lifeops/src/components/LifeOpsHabitVisuals.d.ts +0 -37
- package/apps/app-lifeops/src/components/LifeOpsHabitVisuals.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsHabitVisuals.js +0 -88
- package/apps/app-lifeops/src/components/LifeOpsInboxSection.d.ts +0 -13
- package/apps/app-lifeops/src/components/LifeOpsInboxSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsInboxSection.js +0 -491
- package/apps/app-lifeops/src/components/LifeOpsLinkBankButton.d.ts +0 -12
- package/apps/app-lifeops/src/components/LifeOpsLinkBankButton.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsLinkBankButton.js +0 -92
- package/apps/app-lifeops/src/components/LifeOpsLinkPaypalButton.d.ts +0 -12
- package/apps/app-lifeops/src/components/LifeOpsLinkPaypalButton.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsLinkPaypalButton.js +0 -160
- package/apps/app-lifeops/src/components/LifeOpsMoneySection.d.ts +0 -3
- package/apps/app-lifeops/src/components/LifeOpsMoneySection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsMoneySection.js +0 -373
- package/apps/app-lifeops/src/components/LifeOpsNavRail.d.ts +0 -9
- package/apps/app-lifeops/src/components/LifeOpsNavRail.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsNavRail.js +0 -93
- package/apps/app-lifeops/src/components/LifeOpsOperationalPanels.d.ts +0 -4
- package/apps/app-lifeops/src/components/LifeOpsOperationalPanels.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsOperationalPanels.js +0 -274
- package/apps/app-lifeops/src/components/LifeOpsOverviewSection.d.ts +0 -7
- package/apps/app-lifeops/src/components/LifeOpsOverviewSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsOverviewSection.js +0 -670
- package/apps/app-lifeops/src/components/LifeOpsPageSections.d.ts +0 -42
- package/apps/app-lifeops/src/components/LifeOpsPageSections.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsPageSections.js +0 -166
- package/apps/app-lifeops/src/components/LifeOpsPageView.d.ts +0 -2
- package/apps/app-lifeops/src/components/LifeOpsPageView.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsPageView.js +0 -566
- package/apps/app-lifeops/src/components/LifeOpsRemindersSection.d.ts +0 -2
- package/apps/app-lifeops/src/components/LifeOpsRemindersSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsRemindersSection.js +0 -749
- package/apps/app-lifeops/src/components/LifeOpsResizableSidebar.d.ts +0 -27
- package/apps/app-lifeops/src/components/LifeOpsResizableSidebar.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsResizableSidebar.js +0 -106
- package/apps/app-lifeops/src/components/LifeOpsScreenTimeSection.d.ts +0 -2
- package/apps/app-lifeops/src/components/LifeOpsScreenTimeSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsScreenTimeSection.js +0 -373
- package/apps/app-lifeops/src/components/LifeOpsSectionContent.d.ts +0 -10
- package/apps/app-lifeops/src/components/LifeOpsSectionContent.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsSectionContent.js +0 -30
- package/apps/app-lifeops/src/components/LifeOpsSelectionContext.d.ts +0 -21
- package/apps/app-lifeops/src/components/LifeOpsSelectionContext.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsSelectionContext.js +0 -30
- package/apps/app-lifeops/src/components/LifeOpsSettingsSection.d.ts +0 -20
- package/apps/app-lifeops/src/components/LifeOpsSettingsSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsSettingsSection.js +0 -598
- package/apps/app-lifeops/src/components/LifeOpsSetupGate.d.ts +0 -13
- package/apps/app-lifeops/src/components/LifeOpsSetupGate.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsSetupGate.js +0 -134
- package/apps/app-lifeops/src/components/LifeOpsSleepSection.d.ts +0 -10
- package/apps/app-lifeops/src/components/LifeOpsSleepSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsSleepSection.js +0 -425
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceShell.d.ts +0 -11
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceShell.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceShell.js +0 -49
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceView.d.ts +0 -2
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceView.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceView.js +0 -1041
- package/apps/app-lifeops/src/components/MessagingConnectorCards.d.ts +0 -7
- package/apps/app-lifeops/src/components/MessagingConnectorCards.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/MessagingConnectorCards.js +0 -643
- package/apps/app-lifeops/src/components/MissingSourceCard.d.ts +0 -9
- package/apps/app-lifeops/src/components/MissingSourceCard.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/MissingSourceCard.js +0 -5
- package/apps/app-lifeops/src/components/MobileSignalsSetupCard.d.ts +0 -2
- package/apps/app-lifeops/src/components/MobileSignalsSetupCard.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/MobileSignalsSetupCard.js +0 -163
- package/apps/app-lifeops/src/components/SleepInspectionPanel.d.ts +0 -8
- package/apps/app-lifeops/src/components/SleepInspectionPanel.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/SleepInspectionPanel.js +0 -59
- package/apps/app-lifeops/src/components/WebsiteBlockerSettingsCard.d.ts +0 -3
- package/apps/app-lifeops/src/components/WebsiteBlockerSettingsCard.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/WebsiteBlockerSettingsCard.js +0 -75
- package/apps/app-lifeops/src/components/WhatsAppQrOverlay.d.ts +0 -8
- package/apps/app-lifeops/src/components/WhatsAppQrOverlay.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/WhatsAppQrOverlay.js +0 -48
- package/apps/app-lifeops/src/components/lifeops-labels.d.ts +0 -2
- package/apps/app-lifeops/src/components/lifeops-labels.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/lifeops-labels.js +0 -5
- package/apps/app-lifeops/src/events/index.d.ts +0 -34
- package/apps/app-lifeops/src/events/index.d.ts.map +0 -1
- package/apps/app-lifeops/src/events/index.js +0 -23
- package/apps/app-lifeops/src/hooks/useCalendarWeek.d.ts +0 -28
- package/apps/app-lifeops/src/hooks/useCalendarWeek.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useCalendarWeek.js +0 -93
- package/apps/app-lifeops/src/hooks/useDiscordConnector.d.ts +0 -14
- package/apps/app-lifeops/src/hooks/useDiscordConnector.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useDiscordConnector.js +0 -126
- package/apps/app-lifeops/src/hooks/useGoogleLifeOpsConnector.d.ts +0 -29
- package/apps/app-lifeops/src/hooks/useGoogleLifeOpsConnector.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useGoogleLifeOpsConnector.js +0 -481
- package/apps/app-lifeops/src/hooks/useIMessageConnector.d.ts +0 -10
- package/apps/app-lifeops/src/hooks/useIMessageConnector.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useIMessageConnector.js +0 -50
- package/apps/app-lifeops/src/hooks/useInbox.d.ts +0 -34
- package/apps/app-lifeops/src/hooks/useInbox.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useInbox.js +0 -98
- package/apps/app-lifeops/src/hooks/useLifeOpsActivitySignals.d.ts +0 -2
- package/apps/app-lifeops/src/hooks/useLifeOpsActivitySignals.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useLifeOpsActivitySignals.js +0 -383
- package/apps/app-lifeops/src/hooks/useLifeOpsAppState.d.ts +0 -9
- package/apps/app-lifeops/src/hooks/useLifeOpsAppState.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useLifeOpsAppState.js +0 -83
- package/apps/app-lifeops/src/hooks/useLifeOpsCapabilitiesStatus.d.ts +0 -8
- package/apps/app-lifeops/src/hooks/useLifeOpsCapabilitiesStatus.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useLifeOpsCapabilitiesStatus.js +0 -60
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleInspection.d.ts +0 -18
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleInspection.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleInspection.js +0 -66
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleState.d.ts +0 -14
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleState.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleState.js +0 -79
- package/apps/app-lifeops/src/hooks/useLifeOpsSection.d.ts +0 -18
- package/apps/app-lifeops/src/hooks/useLifeOpsSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useLifeOpsSection.js +0 -78
- package/apps/app-lifeops/src/hooks/useLifeOpsXConnector.d.ts +0 -14
- package/apps/app-lifeops/src/hooks/useLifeOpsXConnector.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useLifeOpsXConnector.js +0 -160
- package/apps/app-lifeops/src/hooks/useSignalConnector.d.ts +0 -16
- package/apps/app-lifeops/src/hooks/useSignalConnector.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useSignalConnector.js +0 -198
- package/apps/app-lifeops/src/hooks/useTelegramConnector.d.ts +0 -21
- package/apps/app-lifeops/src/hooks/useTelegramConnector.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useTelegramConnector.js +0 -177
- package/apps/app-lifeops/src/hooks/useWhatsAppConnector.d.ts +0 -8
- package/apps/app-lifeops/src/hooks/useWhatsAppConnector.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useWhatsAppConnector.js +0 -58
- package/apps/app-lifeops/src/hooks/useWhatsAppPairing.d.ts +0 -12
- package/apps/app-lifeops/src/hooks/useWhatsAppPairing.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useWhatsAppPairing.js +0 -159
- package/apps/app-lifeops/src/lifeops-route.d.ts +0 -74
- package/apps/app-lifeops/src/lifeops-route.d.ts.map +0 -1
- package/apps/app-lifeops/src/lifeops-route.js +0 -204
- package/apps/app-lifeops/src/platform/lifeops-github.d.ts +0 -15
- package/apps/app-lifeops/src/platform/lifeops-github.d.ts.map +0 -1
- package/apps/app-lifeops/src/platform/lifeops-github.js +0 -135
- package/apps/app-lifeops/src/types/app-blocker-settings-card.d.ts +0 -2
- package/apps/app-lifeops/src/types/app-blocker-settings-card.d.ts.map +0 -1
- package/apps/app-lifeops/src/types/app-blocker-settings-card.js +0 -1
- package/apps/app-lifeops/src/types/index.d.ts +0 -3
- package/apps/app-lifeops/src/types/index.d.ts.map +0 -1
- package/apps/app-lifeops/src/types/index.js +0 -1
- package/apps/app-lifeops/src/types/website-blocker-settings-card.d.ts +0 -2
- package/apps/app-lifeops/src/types/website-blocker-settings-card.d.ts.map +0 -1
- package/apps/app-lifeops/src/types/website-blocker-settings-card.js +0 -1
- package/apps/app-lifeops/src/ui.d.ts +0 -11
- package/apps/app-lifeops/src/ui.d.ts.map +0 -1
- package/apps/app-lifeops/src/ui.js +0 -9
- package/apps/app-lifeops/src/utils/lifeops-url.d.ts +0 -5
- package/apps/app-lifeops/src/utils/lifeops-url.d.ts.map +0 -1
- package/apps/app-lifeops/src/utils/lifeops-url.js +0 -35
- package/packages/native-plugins/mobile-signals/src/definitions.d.ts +0 -162
- package/packages/native-plugins/mobile-signals/src/definitions.d.ts.map +0 -1
- package/packages/native-plugins/mobile-signals/src/definitions.js +0 -1
- package/packages/native-plugins/mobile-signals/src/index.d.ts +0 -4
- package/packages/native-plugins/mobile-signals/src/index.d.ts.map +0 -1
- package/packages/native-plugins/mobile-signals/src/index.js +0 -6
- package/packages/native-plugins/mobile-signals/src/web.d.ts +0 -29
- package/packages/native-plugins/mobile-signals/src/web.d.ts.map +0 -1
- package/packages/native-plugins/mobile-signals/src/web.js +0 -269
|
@@ -91,10 +91,11 @@
|
|
|
91
91
|
"agentactivitybox.RunningTool": "Running {{tool}}",
|
|
92
92
|
"agentactivitybox.WaitingForInput": "Waiting for input",
|
|
93
93
|
"apikeyconfig.error": "Error: {{message}}",
|
|
94
|
-
"apikeyconfig.fetching": "Fetching...",
|
|
95
94
|
"apikeyconfig.fetchModels": "Fetch Models",
|
|
95
|
+
"apikeyconfig.fetching": "Fetching...",
|
|
96
96
|
"apikeyconfig.loadedModels": "Loaded {{count}} models",
|
|
97
97
|
"appdetails.LaunchFailed": "Could not launch {{name}}: {{message}}",
|
|
98
|
+
"appdetails.LaunchedNoViewer": "This app launched without a viewer URL.",
|
|
98
99
|
"appsview.ActiveOnly": "Active Only",
|
|
99
100
|
"appsview.AppWindowNormal": "App Window Normal",
|
|
100
101
|
"appsview.AppWindowPinFailed": "App Window Pin Failed",
|
|
@@ -110,9 +111,9 @@
|
|
|
110
111
|
"appsview.GameRunning": "Game running",
|
|
111
112
|
"appsview.HelperText": "Choose an app tile to inspect launch details, current session state, and available viewer actions.",
|
|
112
113
|
"appsview.IframeAuthMissing": "{{name}} requires iframe auth, but no auth payload is configured.",
|
|
113
|
-
"appsview.LaunchedNoViewer": "{{name}} launched, but no viewer or URL is configured.",
|
|
114
114
|
"appsview.LaunchFailed": "Failed to launch {{name}}: {{message}}",
|
|
115
115
|
"appsview.LaunchType": "Launch type",
|
|
116
|
+
"appsview.LaunchedNoViewer": "{{name}} launched, but no viewer or URL is configured.",
|
|
116
117
|
"appsview.LoadError": "Failed to load apps: {{message}}",
|
|
117
118
|
"appsview.Loading": "Loading...",
|
|
118
119
|
"appsview.NetworkError": "network error",
|
|
@@ -122,10 +123,10 @@
|
|
|
122
123
|
"appsview.NoRunningApps": "No app runs are active right now.",
|
|
123
124
|
"appsview.NoRunningAppsHint": "Launch a game from the catalog and it will appear here as a reattachable run.",
|
|
124
125
|
"appsview.Open": "Open {{name}}",
|
|
125
|
-
"appsview.OpenedInDesktopWindow": "Opened In Desktop Window",
|
|
126
|
-
"appsview.OpenedInNewTab": "{{name}} opened in a new tab.",
|
|
127
126
|
"appsview.OpenInTab": "Open in Tab",
|
|
128
127
|
"appsview.OpenWindowFailed": "Could not open {{name}} in a window.",
|
|
128
|
+
"appsview.OpenedInDesktopWindow": "Opened In Desktop Window",
|
|
129
|
+
"appsview.OpenedInNewTab": "{{name}} opened in a new tab.",
|
|
129
130
|
"appsview.PopupBlocked": "Popup blocked. Allow popups and try again.",
|
|
130
131
|
"appsview.PopupBlockedOpen": "Popup blocked while opening {{name}}. Allow popups and try again.",
|
|
131
132
|
"appsview.Repository": "Repository",
|
|
@@ -142,6 +143,7 @@
|
|
|
142
143
|
"appsview.URL": "URL",
|
|
143
144
|
"appsview.Viewer": "Viewer",
|
|
144
145
|
"appwindow.LaunchedNoViewer": "This app launched without a viewer URL. Open it from the apps catalog.",
|
|
146
|
+
"appwindow.RetryingLaunch": "Retrying launch...",
|
|
145
147
|
"aria.advancedNavigation": "Advanced navigation",
|
|
146
148
|
"aria.agentVoiceOff": "Agent voice off",
|
|
147
149
|
"aria.agentVoiceOn": "Agent voice on",
|
|
@@ -214,9 +216,9 @@
|
|
|
214
216
|
"automations.n8n.errorStartSidecar": "Failed to start local n8n: {{message}}",
|
|
215
217
|
"automations.n8n.errorUpdateWorkflow": "Failed to update workflow: {{message}}",
|
|
216
218
|
"automations.n8n.newWorkflow": "New workflow",
|
|
217
|
-
"automations.n8n.nodeCount": "{{count}} nodes",
|
|
218
219
|
"automations.n8n.noWorkflowsHint": "Ask the assistant to build one for you.",
|
|
219
220
|
"automations.n8n.noWorkflowsTitle": "No automations yet",
|
|
221
|
+
"automations.n8n.nodeCount": "{{count}} nodes",
|
|
220
222
|
"automations.n8n.pillAriaCloudDegraded": "Cloud service issue detected",
|
|
221
223
|
"automations.n8n.pillAriaCloudHealthy": "Cloud service healthy",
|
|
222
224
|
"automations.n8n.pillAriaLocalReady": "Local service ready",
|
|
@@ -252,6 +254,7 @@
|
|
|
252
254
|
"automations.taskUpdateFailed": "Failed to update task.",
|
|
253
255
|
"automations.templateCustom.desc": "Describe your own workflow in chat.",
|
|
254
256
|
"automations.templateCustom.title": "Custom",
|
|
257
|
+
"automations.templateUseButton": "Use template",
|
|
255
258
|
"automations.templates.calendarSlack.desc": "Post your day's agenda to Slack each morning.",
|
|
256
259
|
"automations.templates.calendarSlack.prompt": "Every weekday at 8am, read today's events from my Google Calendar and post a formatted agenda to my #daily-standup channel in Slack.",
|
|
257
260
|
"automations.templates.calendarSlack.title": "Calendar to Slack",
|
|
@@ -272,20 +275,19 @@
|
|
|
272
275
|
"automations.templates.slackDiscord.title": "Slack ↔ Discord Bridge",
|
|
273
276
|
"automations.templatesModalSubtitle": "Pick a workflow to customize, or start blank.",
|
|
274
277
|
"automations.templatesModalTitle": "Start with a template",
|
|
275
|
-
"automations.templateUseButton": "Use template",
|
|
276
278
|
"automations.whatShouldThisTaskDo": "What should this task do?",
|
|
277
279
|
"automations.workflow.draftTitle": "Draft Title",
|
|
278
280
|
"automations.workflow.workflowKicker": "Workflow Kicker",
|
|
279
281
|
"automations.zeroState.browseTemplates": "Browse templates →",
|
|
280
282
|
"automations.zeroState.subtitle": "I can build workflows for you, run prompts on a schedule, or keep a checklist of tasks.",
|
|
281
283
|
"automations.zeroState.title": "What would you like your agent to do?",
|
|
282
|
-
"avatarselector.dropVrm": "drop .vrm",
|
|
283
284
|
"avatarselector.GitLfsPointer": "This .vrm is a Git LFS pointer, not the real model file. Download the actual VRM file first.",
|
|
284
285
|
"avatarselector.InvalidAvatarFile": "Invalid avatar file",
|
|
285
286
|
"avatarselector.InvalidVrmBinary": "Invalid VRM file. Pick a real .vrm binary.",
|
|
286
287
|
"avatarselector.ReadSelectedFile": "Couldn't read that file. Try a different .vrm.",
|
|
287
288
|
"avatarselector.SelectVrmFile": "Please pick a .vrm file.",
|
|
288
289
|
"avatarselector.UploadCustomVrm": "Upload custom .vrm (click or drag)",
|
|
290
|
+
"avatarselector.dropVrm": "drop .vrm",
|
|
289
291
|
"babylon.tellTheAgentWhatToDoWhatToAvoidOrWhatToExplain": "Tell the agent what to do, what to avoid, or what to explain.",
|
|
290
292
|
"browserworkspace.ActionFailed": "Browser action failed.",
|
|
291
293
|
"browserworkspace.AddressPlaceholder": "Enter a URL",
|
|
@@ -308,8 +310,8 @@
|
|
|
308
310
|
"browserworkspace.BrowserBridgeRefreshSuccess": "Refreshed Agent Browser Bridge connection status.",
|
|
309
311
|
"browserworkspace.BrowserBridgeTitle": "Agent Browser Bridge",
|
|
310
312
|
"browserworkspace.BrowserBridgeUseRealBrowser": "Use your real browser here",
|
|
311
|
-
"browserworkspace.ChatPlaceholderConnected": "
|
|
312
|
-
"browserworkspace.ChatPlaceholderInstallBridge": "
|
|
313
|
+
"browserworkspace.ChatPlaceholderConnected": "Tell me what to do in the browser…",
|
|
314
|
+
"browserworkspace.ChatPlaceholderInstallBridge": "Tell me what to do in the browser…",
|
|
313
315
|
"browserworkspace.Checking": "Checking",
|
|
314
316
|
"browserworkspace.ChromeBuild": "Chrome Build",
|
|
315
317
|
"browserworkspace.CloseTab": "Close tab",
|
|
@@ -350,8 +352,8 @@
|
|
|
350
352
|
"browserworkspace.OpenExtensionFolder": "Open extension folder",
|
|
351
353
|
"browserworkspace.OpenExternal": "Open external",
|
|
352
354
|
"browserworkspace.OpenInitialBrowseFailed": "Failed to open the requested browser tab.",
|
|
353
|
-
"browserworkspace.OpenInitialHomeFailed": "Open Initial Home Failed",
|
|
354
355
|
"browserworkspace.OpenLiveSession": "Open live session",
|
|
356
|
+
"browserworkspace.OpenNewTab": "Open new tab",
|
|
355
357
|
"browserworkspace.OpenTabs": "Open tabs",
|
|
356
358
|
"browserworkspace.RealSessionDescription": "This is a real browser session, not a raw iframe embed. Use chat or browser actions to navigate and interact with sites like Google and Discord.",
|
|
357
359
|
"browserworkspace.RefreshBrowserBridge": "Refresh Browser Bridge",
|
|
@@ -366,22 +368,16 @@
|
|
|
366
368
|
"browserworkspace.UserTabs": "User Tabs",
|
|
367
369
|
"browserworkspace.Visible": "Visible",
|
|
368
370
|
"browserworkspace.WebWorkspace": "Web iframe workspace",
|
|
371
|
+
"browserworkspace.Working": "Working: {{action}}",
|
|
369
372
|
"bugreportmodal.22X": "22.x",
|
|
370
373
|
"bugreportmodal.ActualBehavior": "Actual Behavior",
|
|
371
374
|
"bugreportmodal.AddLogs": "Add logs",
|
|
372
375
|
"bugreportmodal.AnthropicOpenAI": "Anthropic / OpenAI / Ollama",
|
|
373
|
-
"bugreportmodal.attachLogs": "Attach startup logs",
|
|
374
|
-
"bugreportmodal.attachSystemInfo": "Attach system info",
|
|
375
376
|
"bugreportmodal.BugReportSubmitted": "Bug Report Submitted",
|
|
376
|
-
"bugreportmodal.copied": "Copied!",
|
|
377
|
-
"bugreportmodal.copiedDiagnostics": "Diagnostics Copied!",
|
|
378
|
-
"bugreportmodal.copyAndOpenGitHub": "Copy & Open GitHub",
|
|
379
|
-
"bugreportmodal.copyDiagnostics": "Copy Diagnostics",
|
|
380
377
|
"bugreportmodal.DescribeTheActual": "Describe the actual result.",
|
|
381
378
|
"bugreportmodal.DescribeTheExpecte": "Describe the expected result.",
|
|
382
379
|
"bugreportmodal.DescribeTheIssueY": "Describe the issue you encountered.",
|
|
383
380
|
"bugreportmodal.DescriptionHint": "Describe what happened and why it was unexpected.",
|
|
384
|
-
"bugreportmodal.descriptionRequired": "Description is required.",
|
|
385
381
|
"bugreportmodal.DiagnosticsSharedSuccessfully": "Diagnostics were shared successfully.",
|
|
386
382
|
"bugreportmodal.Environment": "Environment",
|
|
387
383
|
"bugreportmodal.ExpectedBehavior": "Expected Behavior",
|
|
@@ -389,21 +385,28 @@
|
|
|
389
385
|
"bugreportmodal.LogsHint": "Paste only the relevant errors, traces, or console output.",
|
|
390
386
|
"bugreportmodal.ModelProvider": "Model Provider",
|
|
391
387
|
"bugreportmodal.NodeVersion": "Node Version",
|
|
392
|
-
"bugreportmodal.openLogsFolder": "Open Logs Folder",
|
|
393
388
|
"bugreportmodal.Other": "Other",
|
|
394
389
|
"bugreportmodal.PasteRelevantError": "Paste relevant error output or logs",
|
|
395
390
|
"bugreportmodal.ReportABug": "Report a Bug",
|
|
396
391
|
"bugreportmodal.ReportCopiedToClipboard": "Report copied to clipboard.",
|
|
397
392
|
"bugreportmodal.ReproductionPrompt": "Help us reproduce the issue with concrete steps and environment details.",
|
|
398
|
-
"bugreportmodal.saveBundle": "Save Report Bundle",
|
|
399
|
-
"bugreportmodal.savingBundle": "Saving Bundle...",
|
|
400
393
|
"bugreportmodal.Select": "Select...",
|
|
401
394
|
"bugreportmodal.StepsHint": "Include the shortest reliable path that reproduces the bug.",
|
|
402
|
-
"bugreportmodal.stepsPlaceholder": "1. Go to...\n2. Click on...\n3. See error...",
|
|
403
395
|
"bugreportmodal.StepsToReproduce": "Steps to Reproduce",
|
|
404
|
-
"bugreportmodal.submitting": "Submitting...",
|
|
405
396
|
"bugreportmodal.Times": "X",
|
|
406
397
|
"bugreportmodal.YourBugReportHas": "Your bug report has been submitted successfully.",
|
|
398
|
+
"bugreportmodal.attachLogs": "Attach startup logs",
|
|
399
|
+
"bugreportmodal.attachSystemInfo": "Attach system info",
|
|
400
|
+
"bugreportmodal.copied": "Copied!",
|
|
401
|
+
"bugreportmodal.copiedDiagnostics": "Diagnostics Copied!",
|
|
402
|
+
"bugreportmodal.copyAndOpenGitHub": "Copy & Open GitHub",
|
|
403
|
+
"bugreportmodal.copyDiagnostics": "Copy Diagnostics",
|
|
404
|
+
"bugreportmodal.descriptionRequired": "Description is required.",
|
|
405
|
+
"bugreportmodal.openLogsFolder": "Open Logs Folder",
|
|
406
|
+
"bugreportmodal.saveBundle": "Save Report Bundle",
|
|
407
|
+
"bugreportmodal.savingBundle": "Saving Bundle...",
|
|
408
|
+
"bugreportmodal.stepsPlaceholder": "1. Go to...\n2. Click on...\n3. See error...",
|
|
409
|
+
"bugreportmodal.submitting": "Submitting...",
|
|
407
410
|
"character.characterHubSections": "Character hub sections",
|
|
408
411
|
"character.characterOverview": "Character overview",
|
|
409
412
|
"character.domainFilter": "Domain filter",
|
|
@@ -462,10 +465,10 @@
|
|
|
462
465
|
"charactereditor.SwitchSectionPrompt": "Switch Section Prompt",
|
|
463
466
|
"charactereditor.SystemPrompt": "Things I Should Always Remember",
|
|
464
467
|
"charactereditor.SystemPromptPlaceholder": "Write in first person...",
|
|
465
|
-
"charactereditor.TabbedEditorGroupLabel": "Character editor — tabbed sections",
|
|
466
468
|
"charactereditor.TabExamples": "Examples",
|
|
467
469
|
"charactereditor.TabPersonality": "Personality",
|
|
468
470
|
"charactereditor.TabStyles": "Styles",
|
|
471
|
+
"charactereditor.TabbedEditorGroupLabel": "Character editor — tabbed sections",
|
|
469
472
|
"charactereditor.UnsavedChangesBody": "Unsaved Changes Body",
|
|
470
473
|
"charactereditor.UnsavedChangesTitle": "Unsaved Changes Title",
|
|
471
474
|
"characterroster.LoadingPresets": "Loading character presets...",
|
|
@@ -496,24 +499,25 @@
|
|
|
496
499
|
"chat.stopSpeaking": "Stop speaking",
|
|
497
500
|
"chat.taskDescriptionPlaceholder": "Describe what to build...",
|
|
498
501
|
"chat.toolCallChip.ACTIVATE_N8N_WORKFLOW": "Activating workflow…",
|
|
499
|
-
"chat.toolCallChip.buildingWorkflow": "Building workflow…",
|
|
500
502
|
"chat.toolCallChip.DEACTIVATE_N8N_WORKFLOW": "Deactivating workflow…",
|
|
501
|
-
"chat.toolCallChip.default": "Working…",
|
|
502
503
|
"chat.toolCallChip.DELETE_N8N_WORKFLOW": "Deleting workflow…",
|
|
504
|
+
"chat.toolCallChip.buildingWorkflow": "Building workflow…",
|
|
505
|
+
"chat.toolCallChip.default": "Working…",
|
|
503
506
|
"chat.uncached": "uncached",
|
|
504
507
|
"chat.voiceInput": "Voice input",
|
|
505
508
|
"chatmessage.ResponseInterrupte": "(Response interrupted)",
|
|
506
509
|
"chatmessage.SaveAndResend": "Save and resend",
|
|
507
|
-
"chatsidebar.launchApp": "Launch {{name}}",
|
|
508
510
|
"chatsidebar.OpenView": "Open View",
|
|
509
|
-
"
|
|
510
|
-
"chatview.
|
|
511
|
+
"chatsidebar.launchApp": "Launch {{name}}",
|
|
512
|
+
"chatview.NoMessagesYet": "No messages yet.",
|
|
511
513
|
"chatview.RemoveImage": "Remove image",
|
|
512
514
|
"chatview.SilenceEndFirstTo": "Silence end→first token:",
|
|
515
|
+
"chatview.msEndVoiceStart": "ms · end→voice start:",
|
|
516
|
+
"chatview.msFirst": "ms\n · first sentence:",
|
|
513
517
|
"cloudonboarding.ClickToOpenLogin": "Open login page",
|
|
514
518
|
"cloudonboarding.ConnectButton": "Connect to Eliza Cloud",
|
|
515
|
-
"cloudonboarding.ConnectedSetupAgent": "Connected! Setting up your agent...",
|
|
516
519
|
"cloudonboarding.ConnectToElizaCloud": "Sign in to get started",
|
|
520
|
+
"cloudonboarding.ConnectedSetupAgent": "Connected! Setting up your agent...",
|
|
517
521
|
"cloudonboarding.WaitingForLogin": "Waiting for login...",
|
|
518
522
|
"cloudsourcecontrols.Offline": "Offline",
|
|
519
523
|
"codingagentcontrolchip.ActiveSessions": "{{count}} active coding session(s)",
|
|
@@ -540,8 +544,8 @@
|
|
|
540
544
|
"codingagentsettingssection.FastModel": "Fast Model",
|
|
541
545
|
"codingagentsettingssection.Fixed": "Fixed",
|
|
542
546
|
"codingagentsettingssection.GoogleApiKeyDesc": "For Gemini CLI and Aider (Google provider).",
|
|
543
|
-
"codingagentsettingssection.Installed": "Installed",
|
|
544
547
|
"codingagentsettingssection.InstallWith": "Install with",
|
|
548
|
+
"codingagentsettingssection.Installed": "Installed",
|
|
545
549
|
"codingagentsettingssection.LlmProvider": "LLM Provider",
|
|
546
550
|
"codingagentsettingssection.LlmProviderApiKeys": "API Keys",
|
|
547
551
|
"codingagentsettingssection.LlmProviderDescApiKeys": "Provide your own API keys for each provider (Anthropic, OpenAI, Google).",
|
|
@@ -551,8 +555,8 @@
|
|
|
551
555
|
"codingagentsettingssection.LoadingCodingAgent": "Loading task-agent configuration...",
|
|
552
556
|
"codingagentsettingssection.ModelsFetched": "Models fetched from provider API. These are preferences — the CLI may override based on availability.",
|
|
553
557
|
"codingagentsettingssection.NoSupportedCLIs": "No supported task-agent CLIs detected. Install at least one of: Claude Code, Gemini CLI, Codex, Aider, or Pi.",
|
|
554
|
-
"codingagentsettingssection.OpenaiApiKeyDesc": "For Codex and Aider (OpenAI provider).",
|
|
555
558
|
"codingagentsettingssection.OpenSignInPage": "Open sign-in page →",
|
|
559
|
+
"codingagentsettingssection.OpenaiApiKeyDesc": "For Codex and Aider (OpenAI provider).",
|
|
556
560
|
"codingagentsettingssection.PowerfulModel": "Powerful Model",
|
|
557
561
|
"codingagentsettingssection.PresetAutonomous": "Autonomous",
|
|
558
562
|
"codingagentsettingssection.PresetAutonomousDesc": "All tools auto-approved",
|
|
@@ -579,9 +583,9 @@
|
|
|
579
583
|
"codingagenttaskspanel.inline": "inline",
|
|
580
584
|
"codingagenttaskspanel.kind.coding": "coding",
|
|
581
585
|
"codingagenttaskspanel.kind.unknown": "unknown",
|
|
582
|
-
"codingagenttaskspanel.loadingTasks": "Loading tasks…",
|
|
583
586
|
"codingagenttaskspanel.loadTaskDetailFailed": "Failed to load task detail: {{error}}",
|
|
584
587
|
"codingagenttaskspanel.loadThreadsFailed": "Failed to load task threads: {{error}}",
|
|
588
|
+
"codingagenttaskspanel.loadingTasks": "Loading tasks…",
|
|
585
589
|
"codingagenttaskspanel.messages": "Messages",
|
|
586
590
|
"codingagenttaskspanel.noSessionsRecorded": "No sessions recorded.",
|
|
587
591
|
"codingagenttaskspanel.noWorkRunning": "No orchestrator work running",
|
|
@@ -696,8 +700,8 @@
|
|
|
696
700
|
"common.offline": "offline",
|
|
697
701
|
"common.on": "ON",
|
|
698
702
|
"common.open": "Open",
|
|
699
|
-
"common.openai": "OpenAI",
|
|
700
703
|
"common.openApps": "Open apps",
|
|
704
|
+
"common.openai": "OpenAI",
|
|
701
705
|
"common.parameters": "Parameters",
|
|
702
706
|
"common.pause": "Pause",
|
|
703
707
|
"common.paused": "Paused",
|
|
@@ -780,22 +784,22 @@
|
|
|
780
784
|
"config-field.MoveDown": "Move down",
|
|
781
785
|
"config-field.MoveUp": "Move up",
|
|
782
786
|
"config-field.NoMatches": "No matches",
|
|
783
|
-
"config-field.None": "None",
|
|
784
787
|
"config-field.NoOptionsDefined": "No options defined",
|
|
788
|
+
"config-field.None": "None",
|
|
785
789
|
"config-field.NothingToPreview": "Nothing to preview",
|
|
786
|
-
"config-field.options": "options",
|
|
787
790
|
"config-field.RemoveRow": "Remove row",
|
|
788
791
|
"config-field.Times": "×",
|
|
789
|
-
"config-
|
|
792
|
+
"config-field.options": "options",
|
|
790
793
|
"config-renderer.Rarr": "→",
|
|
794
|
+
"config-renderer.attention": "attention",
|
|
791
795
|
"config-renderer.requiredFieldsConf": "required fields configured",
|
|
792
796
|
"config-renderer.total": "total",
|
|
793
797
|
"configpageview.AnkrApiKey": "Ankr API Key",
|
|
794
798
|
"configpageview.ApiKeyPlaceholder": "Enter API key",
|
|
795
799
|
"configpageview.ApiKeySetPlaceholder": "Already set — leave blank to keep",
|
|
796
|
-
"configpageview.BirdeyeApiKey": "Birdeye API Key",
|
|
797
800
|
"configpageview.BSC": "BSC",
|
|
798
801
|
"configpageview.BSCDesc": "BNB Smart Chain",
|
|
802
|
+
"configpageview.BirdeyeApiKey": "Birdeye API Key",
|
|
799
803
|
"configpageview.CloudLoginRequiredSvgTitle": "Eliza Cloud login required",
|
|
800
804
|
"configpageview.CloudModeDesc": "Managed RPC for all chains. No API keys needed.",
|
|
801
805
|
"configpageview.CloudModeSvgTitle": "Eliza Cloud managed RPC",
|
|
@@ -808,9 +812,9 @@
|
|
|
808
812
|
"configpageview.CustomModeSvgTitle": "Custom RPC configuration",
|
|
809
813
|
"configpageview.CustomModeTitle": "Custom RPC",
|
|
810
814
|
"configpageview.CustomRpcProviders": "Custom RPC Providers",
|
|
811
|
-
"configpageview.ElizaCloudKeyInvalid": "Eliza Cloud key invalid",
|
|
812
815
|
"configpageview.EVM": "EVM",
|
|
813
816
|
"configpageview.EVMDesc": "Ethereum, Base, Arbitrum",
|
|
817
|
+
"configpageview.ElizaCloudKeyInvalid": "Eliza Cloud key invalid",
|
|
814
818
|
"configpageview.FixInCloudSettings": "Fix in Cloud settings",
|
|
815
819
|
"configpageview.HeliusApiKey": "Helius API Key",
|
|
816
820
|
"configpageview.InfuraApiKey": "Infura API Key",
|
|
@@ -832,9 +836,9 @@
|
|
|
832
836
|
"configpageview.WalletNetwork": "Wallet Network",
|
|
833
837
|
"configpageview.WalletNetworkDesc": "Mainnet for live funds, Testnet for practice",
|
|
834
838
|
"configpageview.WalletProvidersAnd": "Wallet providers and secrets.",
|
|
835
|
-
"connectionfailedbanner.attemptsRealTime": "attempts. Real-time updates are paused.",
|
|
836
839
|
"connectionfailedbanner.ConnectionLostAfte": "Connection lost after",
|
|
837
840
|
"connectionfailedbanner.ReconnectingAtt": "Reconnecting... (attempt",
|
|
841
|
+
"connectionfailedbanner.attemptsRealTime": "attempts. Real-time updates are paused.",
|
|
838
842
|
"connectionlostoverlay.AttemptsExhausted": "Realtime reconnect attempts exhausted: {{attempts}}.",
|
|
839
843
|
"connectionlostoverlay.ConnectionLost": "Connection Lost",
|
|
840
844
|
"connectionlostoverlay.ConnectionLostBody": "{{appName}} can’t talk to the local backend anymore. Restart the app or retry the connection once the server is back.",
|
|
@@ -874,6 +878,7 @@
|
|
|
874
878
|
"conversations.minutesAgo": "{{count}}m ago",
|
|
875
879
|
"conversations.newChat": "+ New Chat",
|
|
876
880
|
"conversations.newTerminal": "New Terminal",
|
|
881
|
+
"conversations.newTerminalFailed": "Failed to start terminal: {{message}}",
|
|
877
882
|
"conversations.noMatchingChats": "No chats match your search",
|
|
878
883
|
"conversations.none": "No conversations yet",
|
|
879
884
|
"conversations.noneApp": "No chats yet",
|
|
@@ -896,27 +901,27 @@
|
|
|
896
901
|
"customactioneditor.AliasesOptional": "Aliases (optional)",
|
|
897
902
|
"customactioneditor.AvailableParams": "// Available: params.paramName, fetch()\\nreturn { result: params.input };",
|
|
898
903
|
"customactioneditor.BodyTemplateOptio": "Body Template (optional)",
|
|
899
|
-
"customactioneditor.CommandTemplate": "Command Template",
|
|
900
904
|
"customactioneditor.CommaSeparatedAlte": "Comma-separated alternatives the agent can match against.",
|
|
905
|
+
"customactioneditor.CommandTemplate": "Command Template",
|
|
901
906
|
"customactioneditor.DescribeWhatYouWa": "Describe what you want this action to do",
|
|
902
907
|
"customactioneditor.Duration": "Duration:",
|
|
903
|
-
"customactioneditor.echoMessage": "echo {{message}} > /tmp/output.txt",
|
|
904
|
-
"customactioneditor.eGCheckIfAWebs": "e.g. Check if a website is up and return status",
|
|
905
908
|
"customactioneditor.Error": "Error:",
|
|
906
|
-
"customactioneditor.forParameterSubsti": "for parameter substitution",
|
|
907
909
|
"customactioneditor.HandlerType": "Handler Type",
|
|
908
910
|
"customactioneditor.HeaderName": "Header-Name",
|
|
909
911
|
"customactioneditor.HeadersOptional": "Headers (optional)",
|
|
910
|
-
"customactioneditor.httpsApiExample": "https://api.example.com/{{param}}",
|
|
911
912
|
"customactioneditor.JavaScriptCode": "JavaScript Code",
|
|
912
913
|
"customactioneditor.MYACTION": "MY_ACTION",
|
|
913
|
-
"customactioneditor.paramName": "paramName",
|
|
914
914
|
"customactioneditor.SYNONYMONESYNONYM": "SYNONYM_ONE, SYNONYM_TWO",
|
|
915
915
|
"customactioneditor.Test": "Test",
|
|
916
916
|
"customactioneditor.TestAction": "Test Action",
|
|
917
917
|
"customactioneditor.TheAgentWillGener": "The agent will generate the action config for you to review and\n edit.",
|
|
918
|
-
"customactioneditor.valueOrParam": "value or {{param}}",
|
|
919
918
|
"customactioneditor.WhatDoesThisActio": "What does this action do?",
|
|
919
|
+
"customactioneditor.eGCheckIfAWebs": "e.g. Check if a website is up and return status",
|
|
920
|
+
"customactioneditor.echoMessage": "echo {{message}} > /tmp/output.txt",
|
|
921
|
+
"customactioneditor.forParameterSubsti": "for parameter substitution",
|
|
922
|
+
"customactioneditor.httpsApiExample": "https://api.example.com/{{param}}",
|
|
923
|
+
"customactioneditor.paramName": "paramName",
|
|
924
|
+
"customactioneditor.valueOrParam": "value or {{param}}",
|
|
920
925
|
"customactionspanel.ActionSummary": "{{actionCount}} total · {{enabledCount}} enabled",
|
|
921
926
|
"customactionspanel.AliasCountOne": "{{count}} alias",
|
|
922
927
|
"customactionspanel.AliasCountOther": "{{count}} aliases",
|
|
@@ -952,44 +957,44 @@
|
|
|
952
957
|
"customactionsview.NoActionsMatchFiltersDescription": "Try a different filter or clear search",
|
|
953
958
|
"customactionsview.NoActionsMatchFiltersTitle": "No actions match your current filters.",
|
|
954
959
|
"customactionsview.NoDescriptionYet": "No description yet",
|
|
955
|
-
"customactionsview.parameter": "parameter",
|
|
956
960
|
"customactionsview.ParameterCountOne": "{{count}} parameter",
|
|
957
961
|
"customactionsview.ParameterCountOther": "{{count}} parameters",
|
|
958
962
|
"customactionsview.SearchActionsByNa": "Search actions by name or description...",
|
|
959
963
|
"customactionsview.SearchAndManage": "Search and Manage",
|
|
964
|
+
"customactionsview.parameter": "parameter",
|
|
960
965
|
"databaseview.CellValue": "Cell Value",
|
|
961
966
|
"databaseview.ChooseATableFrom": "Choose a table from the sidebar",
|
|
962
|
-
"databaseview.columns": "columns",
|
|
963
967
|
"databaseview.DatabaseNotAvailab": "Database not available",
|
|
964
968
|
"databaseview.EditorModes": "Database editor modes",
|
|
965
969
|
"databaseview.EmptyTableDescription": "No rows yet",
|
|
966
970
|
"databaseview.FailedToLoadTable": "Failed to load table: {{message}}",
|
|
967
971
|
"databaseview.FailedToLoadTables": "Failed to load tables: {{message}}",
|
|
968
972
|
"databaseview.FilterTables": "Filter tables...",
|
|
969
|
-
"databaseview.hideSidebar": "Hide sidebar",
|
|
970
973
|
"databaseview.NULL": "NULL",
|
|
971
974
|
"databaseview.QueryFailed": "Query failed: {{message}}",
|
|
972
975
|
"databaseview.QueryReturnedNoRo": "Query returned no rows",
|
|
973
976
|
"databaseview.QueryWorkspaceInfo": "Write ad-hoc queries and inspect results without leaving the database workspace.",
|
|
974
977
|
"databaseview.RecentQueries": "Recent Queries",
|
|
975
|
-
"databaseview.row": "row",
|
|
976
978
|
"databaseview.RowCountLabel": "{{count}} rows",
|
|
977
979
|
"databaseview.RowCountSummary": "{{count}} {{rowLabel}}{{range}}",
|
|
978
|
-
"databaseview.runQuery": "Run Query",
|
|
979
|
-
"databaseview.SelectATable": "Select a table",
|
|
980
980
|
"databaseview.SELECTFROMMemori": "SELECT * FROM memories LIMIT 100;",
|
|
981
|
-
"databaseview.ShowingRange": " · showing {{start}}-{{end}}",
|
|
982
|
-
"databaseview.showSidebar": "Show sidebar",
|
|
983
981
|
"databaseview.SQLEditor": "SQL Editor",
|
|
984
982
|
"databaseview.SQLWorkspace": "SQL Workspace",
|
|
985
983
|
"databaseview.SQLWorkspaceDescription": "Run queries and inspect results",
|
|
984
|
+
"databaseview.SelectATable": "Select a table",
|
|
985
|
+
"databaseview.ShowingRange": " · showing {{start}}-{{end}}",
|
|
986
986
|
"databaseview.TableBrowser": "Table Browser",
|
|
987
987
|
"databaseview.TableEditor": "Table Editor",
|
|
988
988
|
"databaseview.TableIsEmpty": "Table is empty",
|
|
989
|
-
"databaseview.tables": "tables",
|
|
990
|
-
"databaseview.Tables": "Tables",
|
|
991
989
|
"databaseview.TableWorkspaceDescription": "Browse rows and columns",
|
|
990
|
+
"databaseview.Tables": "Tables",
|
|
992
991
|
"databaseview.TheDatabaseViewer": "The database viewer is only available when the local agent runtime is running.",
|
|
992
|
+
"databaseview.columns": "columns",
|
|
993
|
+
"databaseview.hideSidebar": "Hide sidebar",
|
|
994
|
+
"databaseview.row": "row",
|
|
995
|
+
"databaseview.runQuery": "Run Query",
|
|
996
|
+
"databaseview.showSidebar": "Show sidebar",
|
|
997
|
+
"databaseview.tables": "tables",
|
|
993
998
|
"desktopworkspacesection.AgentRestartRequested": "Agent restart requested.",
|
|
994
999
|
"desktopworkspacesection.ClearClipboard": "Clear Clipboard",
|
|
995
1000
|
"desktopworkspacesection.ClipboardAndPaths": "Clipboard + Paths",
|
|
@@ -1024,18 +1029,18 @@
|
|
|
1024
1029
|
"desktopworkspacesection.NotificationSent": "Notification sent.",
|
|
1025
1030
|
"desktopworkspacesection.OpenDesktopSettingsWindow": "Open Desktop Settings Window",
|
|
1026
1031
|
"desktopworkspacesection.OpenDialogResult": "Open dialog result",
|
|
1027
|
-
"desktopworkspacesection.OpenedDetachedDesktopSettingsWindow": "Opened detached desktop settings window.",
|
|
1028
|
-
"desktopworkspacesection.OpenedSavedPath": "Opened saved path.",
|
|
1029
1032
|
"desktopworkspacesection.OpenFilesDialog": "Open Files Dialog",
|
|
1030
1033
|
"desktopworkspacesection.OpenFolderDialog": "Open Folder Dialog",
|
|
1031
1034
|
"desktopworkspacesection.OpenSavedPath": "Open Saved Path",
|
|
1035
|
+
"desktopworkspacesection.OpenedDetachedDesktopSettingsWindow": "Opened detached desktop settings window.",
|
|
1036
|
+
"desktopworkspacesection.OpenedSavedPath": "Opened saved path.",
|
|
1032
1037
|
"desktopworkspacesection.PlainText": "plain-text",
|
|
1033
1038
|
"desktopworkspacesection.ReadClipboard": "Read Clipboard",
|
|
1034
1039
|
"desktopworkspacesection.RefreshDiagnostics": "Refresh Diagnostics",
|
|
1035
1040
|
"desktopworkspacesection.Relaunch": "Relaunch",
|
|
1036
1041
|
"desktopworkspacesection.RestoreWindow": "Restore Window",
|
|
1037
|
-
"desktopworkspacesection.RevealedSavedPath": "Revealed saved path.",
|
|
1038
1042
|
"desktopworkspacesection.RevealSavedPath": "Reveal Saved Path",
|
|
1043
|
+
"desktopworkspacesection.RevealedSavedPath": "Revealed saved path.",
|
|
1039
1044
|
"desktopworkspacesection.SaveDialogCompleted": "Save dialog completed.",
|
|
1040
1045
|
"desktopworkspacesection.SaveDialogResult": "Save dialog result",
|
|
1041
1046
|
"desktopworkspacesection.SaveFile": "Save file",
|
|
@@ -1043,15 +1048,15 @@
|
|
|
1043
1048
|
"desktopworkspacesection.SelectFiles": "Select files",
|
|
1044
1049
|
"desktopworkspacesection.SelectFolder": "Select folder",
|
|
1045
1050
|
"desktopworkspacesection.SendTestNotification": "Send Test Notification",
|
|
1051
|
+
"desktopworkspacesection.SurfaceOpened": "Opened {{surface}}.",
|
|
1052
|
+
"desktopworkspacesection.UnmaximizeWindow": "Unmaximize Window",
|
|
1053
|
+
"desktopworkspacesection.WindowControls": "Window Controls",
|
|
1054
|
+
"desktopworkspacesection.WindowControlsDescription": "Main window controls",
|
|
1046
1055
|
"desktopworkspacesection.surface.chat.label": "Chat Window",
|
|
1047
1056
|
"desktopworkspacesection.surface.cloud.label": "Cloud Window",
|
|
1048
1057
|
"desktopworkspacesection.surface.connectors.label": "Connectors Window",
|
|
1049
1058
|
"desktopworkspacesection.surface.plugins.label": "Plugins Window",
|
|
1050
1059
|
"desktopworkspacesection.surface.triggers.label": "Heartbeats Window",
|
|
1051
|
-
"desktopworkspacesection.SurfaceOpened": "Opened {{surface}}.",
|
|
1052
|
-
"desktopworkspacesection.UnmaximizeWindow": "Unmaximize Window",
|
|
1053
|
-
"desktopworkspacesection.WindowControls": "Window Controls",
|
|
1054
|
-
"desktopworkspacesection.WindowControlsDescription": "Main window controls",
|
|
1055
1060
|
"detachedshell.SetupInProgress": "Setup in progress",
|
|
1056
1061
|
"detachedshell.SetupInProgressDesc": "Complete onboarding in the main window first. This window will become available once your agent is ready.",
|
|
1057
1062
|
"detachedshell.SkipToContent": "Skip to content",
|
|
@@ -1060,11 +1065,10 @@
|
|
|
1060
1065
|
"elizaclouddashboard.AccountIdSessionNoUserId": "No user ID shown — cloud still works.",
|
|
1061
1066
|
"elizaclouddashboard.AdminLock": "Admin lock",
|
|
1062
1067
|
"elizaclouddashboard.AdvancedDashboard": "Advanced External Dashboard",
|
|
1063
|
-
"elizaclouddashboard.agentDetails": "Agent Details",
|
|
1064
1068
|
"elizaclouddashboard.AgentName": "Agent Name",
|
|
1065
|
-
"elizaclouddashboard.Agents": "Agents",
|
|
1066
1069
|
"elizaclouddashboard.AgentWalletDetected": "Wallet empty",
|
|
1067
1070
|
"elizaclouddashboard.AgentWalletFunded": "Wallet ready",
|
|
1071
|
+
"elizaclouddashboard.Agents": "Agents",
|
|
1068
1072
|
"elizaclouddashboard.AutoTopUp": "Auto Top-Up",
|
|
1069
1073
|
"elizaclouddashboard.AutoTopUpAmountRange": "Auto top-up amount must be between ${{min}} and ${{max}}.",
|
|
1070
1074
|
"elizaclouddashboard.AutoTopUpNeedsPaymentMethod": "Add a card first",
|
|
@@ -1084,7 +1088,6 @@
|
|
|
1084
1088
|
"elizaclouddashboard.ConnectDiscord": "Connect Discord",
|
|
1085
1089
|
"elizaclouddashboard.ConnectElizaCloud": "Connect Eliza Cloud",
|
|
1086
1090
|
"elizaclouddashboard.ConnectGitHub": "Connect GitHub",
|
|
1087
|
-
"elizaclouddashboard.created": "Created:",
|
|
1088
1091
|
"elizaclouddashboard.CreditsCritical": "Critical",
|
|
1089
1092
|
"elizaclouddashboard.CreditsHealthy": "Healthy",
|
|
1090
1093
|
"elizaclouddashboard.CreditsLabel": "credits",
|
|
@@ -1098,8 +1101,8 @@
|
|
|
1098
1101
|
"elizaclouddashboard.DiscordActions": "Action Toggles",
|
|
1099
1102
|
"elizaclouddashboard.DiscordAdminLockCopy": "The Discord account that finishes setup must own the server. That account becomes the only Discord connector admin for role-gated actions on this agent.",
|
|
1100
1103
|
"elizaclouddashboard.DiscordChunkLimit": "Text chunk limit",
|
|
1101
|
-
"elizaclouddashboard.DiscordDisconnected": "Managed Discord disconnected from this agent.",
|
|
1102
1104
|
"elizaclouddashboard.DiscordDisconnectFailed": "Failed to disconnect managed Discord.",
|
|
1105
|
+
"elizaclouddashboard.DiscordDisconnected": "Managed Discord disconnected from this agent.",
|
|
1103
1106
|
"elizaclouddashboard.DiscordDmEnabled": "DMs enabled",
|
|
1104
1107
|
"elizaclouddashboard.DiscordDmPolicy": "DM Policy",
|
|
1105
1108
|
"elizaclouddashboard.DiscordDmPolicyLabel": "Policy",
|
|
@@ -1119,8 +1122,8 @@
|
|
|
1119
1122
|
"elizaclouddashboard.DiscordSaveSettings": "Save Discord Settings",
|
|
1120
1123
|
"elizaclouddashboard.DiscordSettings": "Discord Settings",
|
|
1121
1124
|
"elizaclouddashboard.DiscordSettingsLoadError": "Could not load Discord settings. The cloud endpoint may not be available yet.",
|
|
1122
|
-
"elizaclouddashboard.DiscordSettingsSaved": "Discord settings saved.",
|
|
1123
1125
|
"elizaclouddashboard.DiscordSettingsSaveFailed": "Failed to save Discord settings.",
|
|
1126
|
+
"elizaclouddashboard.DiscordSettingsSaved": "Discord settings saved.",
|
|
1124
1127
|
"elizaclouddashboard.DiscordSetupContinuesInBrowser": "Finish Discord setup in your browser, then return here.",
|
|
1125
1128
|
"elizaclouddashboard.DiscordSetupFailed": "Failed to start Discord setup.",
|
|
1126
1129
|
"elizaclouddashboard.ElizaCloudNotConnected": "Eliza Cloud is not connected.",
|
|
@@ -1143,17 +1146,16 @@
|
|
|
1143
1146
|
"elizaclouddashboard.LaunchConnectionMissing": "Eliza Cloud did not return a launch connection.",
|
|
1144
1147
|
"elizaclouddashboard.LearnMore": "Learn more",
|
|
1145
1148
|
"elizaclouddashboard.LiveLogs": "Live Logs",
|
|
1149
|
+
"elizaclouddashboard.ManageInstance": "Manage your Eliza Cloud instance and resources.",
|
|
1150
|
+
"elizaclouddashboard.ManagedDiscordConnectFailed": "Managed Discord setup did not complete.",
|
|
1146
1151
|
"elizaclouddashboard.ManagedDiscordConnectedNotice": "Managed Discord connected to {{guild}}.{{statusNote}}",
|
|
1147
1152
|
"elizaclouddashboard.ManagedDiscordConnectedNoticeFallback": "Managed Discord connected.{{statusNote}}",
|
|
1148
|
-
"elizaclouddashboard.ManagedDiscordConnectFailed": "Managed Discord setup did not complete.",
|
|
1149
1153
|
"elizaclouddashboard.ManagedDiscordRestartedSuffix": " The agent restarted and is ready.",
|
|
1150
1154
|
"elizaclouddashboard.ManagedGithubConnectedNotice": "GitHub account connected to this agent.",
|
|
1151
1155
|
"elizaclouddashboard.ManagedGithubLinkFailed": "Failed to link GitHub to agent.",
|
|
1152
|
-
"elizaclouddashboard.ManageInstance": "Manage your Eliza Cloud instance and resources.",
|
|
1153
1156
|
"elizaclouddashboard.MinAmountPlaceholder": "Min ${{amount}}",
|
|
1154
1157
|
"elizaclouddashboard.NewToElizaCloud": "New to Eliza Cloud?",
|
|
1155
1158
|
"elizaclouddashboard.NoAgentWalletDetected": "No wallet",
|
|
1156
|
-
"elizaclouddashboard.node": "Node:",
|
|
1157
1159
|
"elizaclouddashboard.NoGitHubLinkedYet": "No account linked yet",
|
|
1158
1160
|
"elizaclouddashboard.NoHeartbeatYet": "No heartbeat yet",
|
|
1159
1161
|
"elizaclouddashboard.NoLogsAvailableDeploying": "No logs available. Deploying...",
|
|
@@ -1177,8 +1179,6 @@
|
|
|
1177
1179
|
"elizaclouddashboard.ScaleYourAgents": "Eliza Cloud has every service you need for your agent so you don't need a bunch of API keys. Free credits to get started.",
|
|
1178
1180
|
"elizaclouddashboard.Secure": "Secure",
|
|
1179
1181
|
"elizaclouddashboard.SharedAppId": "Shared app ID: {{id}}",
|
|
1180
|
-
"elizaclouddashboard.statusProvisioning": "Provisioning",
|
|
1181
|
-
"elizaclouddashboard.statusStopped": "Stopped",
|
|
1182
1182
|
"elizaclouddashboard.StewardPolicyRejected": "Steward policy rejected: {{reason}}",
|
|
1183
1183
|
"elizaclouddashboard.StewardPolicyRejectedTransfer": "Steward policy rejected the transfer: {{reason}}",
|
|
1184
1184
|
"elizaclouddashboard.SubmittedPayment": "Submitted {{currency}} payment: {{hash}}{{note}}",
|
|
@@ -1187,29 +1187,32 @@
|
|
|
1187
1187
|
"elizaclouddashboard.TopUpCredits": "Top Up Credits",
|
|
1188
1188
|
"elizaclouddashboard.TransactionPendingApproval": "Transaction pending Steward policy approval.",
|
|
1189
1189
|
"elizaclouddashboard.TransferAwaitingApproval": "Transfer is waiting for Steward policy approval.",
|
|
1190
|
-
"elizaclouddashboard.unnamedAgent": "Unnamed Agent",
|
|
1191
1190
|
"elizaclouddashboard.UnsignedPaymentRequest": "Cloud returned an unsigned payment request. Sign it from the wallet flow to complete payment.",
|
|
1192
1191
|
"elizaclouddashboard.ViaStewardVault": " (via Steward vault)",
|
|
1193
1192
|
"elizaclouddashboard.WhoeverLinksBecomesAdmin": "Whoever completes setup becomes admin",
|
|
1193
|
+
"elizaclouddashboard.agentDetails": "Agent Details",
|
|
1194
|
+
"elizaclouddashboard.created": "Created:",
|
|
1195
|
+
"elizaclouddashboard.node": "Node:",
|
|
1196
|
+
"elizaclouddashboard.statusProvisioning": "Provisioning",
|
|
1197
|
+
"elizaclouddashboard.statusStopped": "Stopped",
|
|
1198
|
+
"elizaclouddashboard.unnamedAgent": "Unnamed Agent",
|
|
1194
1199
|
"emotepicker.Emotes": "Emotes",
|
|
1195
1200
|
"emotepicker.NoEmotesFound": "No emotes found",
|
|
1196
1201
|
"emotepicker.SearchEmotes": "Search emotes...",
|
|
1197
|
-
"finetuningview.ActivatedModelMessage": "Activated model {{id}} as {{providerModel}}.",
|
|
1198
1202
|
"finetuningview.ActivateModel": "Activate Model",
|
|
1203
|
+
"finetuningview.ActivatedModelMessage": "Activated model {{id}} as {{providerModel}}.",
|
|
1199
1204
|
"finetuningview.Activating": "Activating...",
|
|
1200
1205
|
"finetuningview.ActiveIndicator": "· active",
|
|
1201
1206
|
"finetuningview.ActiveJob": "Active job:",
|
|
1202
1207
|
"finetuningview.AdapterPath": "Adapter path:",
|
|
1203
1208
|
"finetuningview.Agent": "Agent:",
|
|
1204
1209
|
"finetuningview.AutoBuildDatasetF": "Auto-build dataset from trajectories",
|
|
1205
|
-
"finetuningview.backend": "backend:",
|
|
1206
1210
|
"finetuningview.BaseModelForOllam": "Base model for Ollama (optional)",
|
|
1207
1211
|
"finetuningview.BaseModelOptional": "Base model (optional)",
|
|
1208
1212
|
"finetuningview.BatchSizeOptional": "Batch size (optional)",
|
|
1209
|
-
"finetuningview.benchmark": "benchmark:",
|
|
1210
1213
|
"finetuningview.BenchmarkAction": "Benchmark",
|
|
1211
|
-
"finetuningview.Benchmarking": "Benchmarking...",
|
|
1212
1214
|
"finetuningview.BenchmarkStatusMessage": "Benchmark {{status}} for {{id}}.",
|
|
1215
|
+
"finetuningview.Benchmarking": "Benchmarking...",
|
|
1213
1216
|
"finetuningview.BuildDataset": "Build Dataset",
|
|
1214
1217
|
"finetuningview.BuildDatasetsFrom": "Build datasets from real trajectories, run training jobs, then\n import and activate models.",
|
|
1215
1218
|
"finetuningview.Building": "Building...",
|
|
@@ -1218,8 +1221,6 @@
|
|
|
1218
1221
|
"finetuningview.CancelledJobMessage": "Cancelled job {{id}}.",
|
|
1219
1222
|
"finetuningview.Cancelling": "Cancelling...",
|
|
1220
1223
|
"finetuningview.ChooseATrajectory": "Choose a trajectory to inspect.",
|
|
1221
|
-
"finetuningview.cpu": "cpu",
|
|
1222
|
-
"finetuningview.cuda": "cuda",
|
|
1223
1224
|
"finetuningview.DataReview": "Data Review",
|
|
1224
1225
|
"finetuningview.Dataset": "Dataset:",
|
|
1225
1226
|
"finetuningview.DatasetBuild": "Dataset Build",
|
|
@@ -1236,8 +1237,8 @@
|
|
|
1236
1237
|
"finetuningview.FailedToRunSmokeTest": "Failed to run smoke test.",
|
|
1237
1238
|
"finetuningview.FailedToStartTrainingJob": "Failed to start training job.",
|
|
1238
1239
|
"finetuningview.FineTuning": "Fine-Tuning",
|
|
1239
|
-
"finetuningview.ImportedModelToOllamaMessage": "Imported model {{id}} to Ollama{{ollamaModel}}.",
|
|
1240
1240
|
"finetuningview.ImportToOllama": "Import To Ollama",
|
|
1241
|
+
"finetuningview.ImportedModelToOllamaMessage": "Imported model {{id}} to Ollama{{ollamaModel}}.",
|
|
1241
1242
|
"finetuningview.IterationsOptional": "Iterations (optional)",
|
|
1242
1243
|
"finetuningview.LatestTrajectories": "Latest trajectories",
|
|
1243
1244
|
"finetuningview.LearningRateOptio": "Learning rate (optional)",
|
|
@@ -1246,7 +1247,6 @@
|
|
|
1246
1247
|
"finetuningview.LoadingFineTuning": "Loading fine-tuning workspace...",
|
|
1247
1248
|
"finetuningview.LoadingTrajectoryD": "Loading trajectory detail...",
|
|
1248
1249
|
"finetuningview.MinLLMCallsPerTr": "Min LLM calls per trajectory",
|
|
1249
|
-
"finetuningview.mlx": "mlx",
|
|
1250
1250
|
"finetuningview.Model": "Model:",
|
|
1251
1251
|
"finetuningview.ModelActions": "Model actions",
|
|
1252
1252
|
"finetuningview.ModelOps": "Model Ops",
|
|
@@ -1271,31 +1271,37 @@
|
|
|
1271
1271
|
"finetuningview.RestartAgentTitle": "Restart Agent",
|
|
1272
1272
|
"finetuningview.Reward": "· Reward:",
|
|
1273
1273
|
"finetuningview.Reward1": "Reward:",
|
|
1274
|
-
"finetuningview.RunningJobs": "Running Jobs:",
|
|
1275
1274
|
"finetuningview.RunSmokePrompt": "Run Smoke Prompt",
|
|
1275
|
+
"finetuningview.RunningJobs": "Running Jobs:",
|
|
1276
1276
|
"finetuningview.Runtime": "Runtime:",
|
|
1277
1277
|
"finetuningview.RuntimeNotStarted": "Agent runtime is not started.",
|
|
1278
|
-
"finetuningview.samples": "samples ·",
|
|
1279
1278
|
"finetuningview.SelectAJobToInsp": "Select a job to inspect logs.",
|
|
1280
1279
|
"finetuningview.SelectAModelToIm": "Select a model to import or activate.",
|
|
1281
1280
|
"finetuningview.SelectedJobLogs": "Selected job logs",
|
|
1282
1281
|
"finetuningview.SelectedTrajectory": "Selected trajectory",
|
|
1283
1282
|
"finetuningview.SmokeTestCompleted": "Smoke test completed.",
|
|
1283
|
+
"finetuningview.StartTrainingJob": "Start Training Job",
|
|
1284
1284
|
"finetuningview.StartedTrainingJobMessage": "Started training job {{id}}.",
|
|
1285
1285
|
"finetuningview.Starting": "Starting...",
|
|
1286
|
-
"finetuningview.StartTrainingJob": "Start Training Job",
|
|
1287
1286
|
"finetuningview.Status1": "Status:",
|
|
1288
1287
|
"finetuningview.Streaming": "Streaming",
|
|
1289
1288
|
"finetuningview.TrainedModels": "Trained Models",
|
|
1290
1289
|
"finetuningview.Training": "Training",
|
|
1291
1290
|
"finetuningview.TrainingJobs": "Training Jobs",
|
|
1292
|
-
"finetuningview.trajectories": "trajectories",
|
|
1293
1291
|
"finetuningview.Trajectory": "Trajectory:",
|
|
1292
|
+
"finetuningview.backend": "backend:",
|
|
1293
|
+
"finetuningview.benchmark": "benchmark:",
|
|
1294
|
+
"finetuningview.cpu": "cpu",
|
|
1295
|
+
"finetuningview.cuda": "cuda",
|
|
1296
|
+
"finetuningview.mlx": "mlx",
|
|
1297
|
+
"finetuningview.samples": "samples ·",
|
|
1298
|
+
"finetuningview.trajectories": "trajectories",
|
|
1294
1299
|
"finetuningview.trajectoryRowsAvai": "trajectory rows available.",
|
|
1295
1300
|
"flaminaguide.CharacterImpactLabel": "How it affects the character:",
|
|
1296
1301
|
"flaminaguide.FinishSetupLater": "Finish setup later",
|
|
1297
1302
|
"flaminaguide.FinishSetupLaterDescription": "These items can be completed any time",
|
|
1298
1303
|
"flaminaguide.IfYouSkipLabel": "If you skip:",
|
|
1304
|
+
"flaminaguide.WhenToUseLabel": "When to use it:",
|
|
1299
1305
|
"flaminaguide.permissions.characterImpact": "Local system visibility and control",
|
|
1300
1306
|
"flaminaguide.permissions.description": "Local system access controls",
|
|
1301
1307
|
"flaminaguide.permissions.recommended": "Grant only what you need now",
|
|
@@ -1327,7 +1333,6 @@
|
|
|
1327
1333
|
"flaminaguide.voice.skipEffect": "Identity saves; voice deferred",
|
|
1328
1334
|
"flaminaguide.voice.title": "Voice and presentation",
|
|
1329
1335
|
"flaminaguide.voice.whenToUse": "Configure for voice-first interactions",
|
|
1330
|
-
"flaminaguide.WhenToUseLabel": "When to use it:",
|
|
1331
1336
|
"format.duration.days": "{{value}}d",
|
|
1332
1337
|
"format.duration.hours": "{{value}}h",
|
|
1333
1338
|
"format.duration.minutes": "{{value}}m",
|
|
@@ -1356,17 +1361,17 @@
|
|
|
1356
1361
|
"gameview.CommandSentToAppSession": "Command sent to app session.",
|
|
1357
1362
|
"gameview.FailedToSend": "Failed to send: {{message}}",
|
|
1358
1363
|
"gameview.FailedToStop": "Failed to stop: {{message}}",
|
|
1359
|
-
"gameview.FocusedNativeGameWindow": "Focused native game window.",
|
|
1360
1364
|
"gameview.FocusWindow": "Focus Window",
|
|
1365
|
+
"gameview.FocusedNativeGameWindow": "Focused native game window.",
|
|
1361
1366
|
"gameview.GameWindowNoLongerOpen": "Game Window No Longer Open",
|
|
1362
1367
|
"gameview.GameWindowNotReadyYet": "Game window not ready yet.",
|
|
1363
1368
|
"gameview.GpuDiagnosticsWindowHidden": "GPU diagnostics window hidden.",
|
|
1364
1369
|
"gameview.GpuDiagnosticsWindowReady": "GPU diagnostics window ready.",
|
|
1365
1370
|
"gameview.GpuDiagnosticsWindowShown": "GPU diagnostics window shown.",
|
|
1371
|
+
"gameview.HidNativeGameWindow": "Hid native game window.",
|
|
1366
1372
|
"gameview.HideDashboard": "Hide dashboard",
|
|
1367
1373
|
"gameview.HideGpuWindow": "Hide GPU Window",
|
|
1368
1374
|
"gameview.HideWindow": "Hide Window",
|
|
1369
|
-
"gameview.HidNativeGameWindow": "Hid native game window.",
|
|
1370
1375
|
"gameview.KeepOnTop": "Keep On Top",
|
|
1371
1376
|
"gameview.LaunchGpuDiagnostics": "Launch GPU Diagnostics",
|
|
1372
1377
|
"gameview.NativeGameActionFailed": "Native game action failed.",
|
|
@@ -1374,7 +1379,6 @@
|
|
|
1374
1379
|
"gameview.NativeGameWindowNormal": "Native Game Window Normal",
|
|
1375
1380
|
"gameview.NativeGameWindowPinned": "Native Game Window Pinned",
|
|
1376
1381
|
"gameview.NormalWindow": "Normal Window",
|
|
1377
|
-
"gameview.postMessageAuth": "postMessage auth",
|
|
1378
1382
|
"gameview.Recommendations": "Recommendations",
|
|
1379
1383
|
"gameview.RefreshNativeState": "Refresh Native State",
|
|
1380
1384
|
"gameview.RunSteeringUnsupported": "This run does not expose a steering channel yet.",
|
|
@@ -1383,29 +1387,34 @@
|
|
|
1383
1387
|
"gameview.SessionControlUnsupported": "This run does not expose session controls.",
|
|
1384
1388
|
"gameview.ShowDashboard": "Show dashboard",
|
|
1385
1389
|
"gameview.ShowGpuWindow": "Show GPU Window",
|
|
1386
|
-
"gameview.ShownNativeGameWindow": "Shown native game window.",
|
|
1387
1390
|
"gameview.ShowWindow": "Show Window",
|
|
1391
|
+
"gameview.ShownNativeGameWindow": "Shown native game window.",
|
|
1388
1392
|
"gameview.SnapshotUnavailable": "Snapshot unavailable.",
|
|
1389
1393
|
"gameview.SnapshotWindow": "Snapshot Window",
|
|
1390
1394
|
"gameview.UpdatingSession": "Updating session…",
|
|
1391
|
-
"gameview.ViewerAttached": "Viewer attached.",
|
|
1392
1395
|
"gameview.ViewerAttachFailed": "Failed to attach viewer: {{message}}",
|
|
1396
|
+
"gameview.ViewerAttached": "Viewer attached.",
|
|
1393
1397
|
"gameview.ViewerAuthSent": "Viewer auth sent.",
|
|
1394
|
-
"gameview.ViewerDetached": "Viewer detached.",
|
|
1395
1398
|
"gameview.ViewerDetachFailed": "Failed to detach viewer: {{message}}",
|
|
1399
|
+
"gameview.ViewerDetached": "Viewer detached.",
|
|
1396
1400
|
"gameview.ViewerUnavailable": "No viewer or launch URL is available for this run.",
|
|
1397
1401
|
"gameview.WaitingForNativeGameWindow": "Waiting for native game window.",
|
|
1402
|
+
"gameview.postMessageAuth": "postMessage auth",
|
|
1398
1403
|
"gameviewoverlay.CloseOverlay": "Close overlay",
|
|
1399
1404
|
"gameviewoverlay.ExpandBackToApps": "Expand back to Apps tab",
|
|
1400
|
-
"header.characterMode": "Character Edit",
|
|
1401
1405
|
"header.CloudCreditsBalanc": "Cloud credits balance",
|
|
1406
|
+
"header.MobileNavigationDescription": "Navigate between sections",
|
|
1407
|
+
"header.characterMode": "Character Edit",
|
|
1402
1408
|
"header.companionMode": "Companion Mode",
|
|
1403
1409
|
"header.elizaCloudAuthRejected": "Cloud key invalid",
|
|
1404
|
-
"header.MobileNavigationDescription": "Navigate between sections",
|
|
1405
1410
|
"header.nativeMode": "Native Mode",
|
|
1406
1411
|
"heartbeat.interruptAndRunNow": "Interrupt and run now",
|
|
1407
1412
|
"heartbeat.messageReceived": "Message received",
|
|
1408
1413
|
"heartbeat.repeatingInterval": "Repeating interval",
|
|
1414
|
+
"heartbeatsview.EveryIntervalUnit": "Every {{interval}} {{unit}}",
|
|
1415
|
+
"heartbeatsview.SaveAsTemplate": "Save as template",
|
|
1416
|
+
"heartbeatsview.TemplateLoadedNotice": "Template \"{{name}}\" loaded. Customize and create.",
|
|
1417
|
+
"heartbeatsview.Templates": "Templates",
|
|
1409
1418
|
"heartbeatsview.createFirstHeartbeat": "Create your first Heartbeat",
|
|
1410
1419
|
"heartbeatsview.createHeartbeat": "Create Heartbeat",
|
|
1411
1420
|
"heartbeatsview.cronFieldDay": "day",
|
|
@@ -1426,7 +1435,6 @@
|
|
|
1426
1435
|
"heartbeatsview.emDash": "—",
|
|
1427
1436
|
"heartbeatsview.emptyStateDescription": "Create or select a heartbeat",
|
|
1428
1437
|
"heartbeatsview.every": "Every",
|
|
1429
|
-
"heartbeatsview.EveryIntervalUnit": "Every {{interval}} {{unit}}",
|
|
1430
1438
|
"heartbeatsview.interval": "Interval",
|
|
1431
1439
|
"heartbeatsview.maxRuns": "Max Runs",
|
|
1432
1440
|
"heartbeatsview.newHeartbeat": "New Heartbeat",
|
|
@@ -1439,7 +1447,6 @@
|
|
|
1439
1447
|
"heartbeatsview.onceAt": "Once at {{time}}",
|
|
1440
1448
|
"heartbeatsview.runCountPlural": "{{count}} runs",
|
|
1441
1449
|
"heartbeatsview.runStats": "Run Stats",
|
|
1442
|
-
"heartbeatsview.SaveAsTemplate": "Save as template",
|
|
1443
1450
|
"heartbeatsview.saveChanges": "Save Changes",
|
|
1444
1451
|
"heartbeatsview.searchHeartbeats": "Search heartbeats",
|
|
1445
1452
|
"heartbeatsview.selectAHeartbeat": "Select a Heartbeat",
|
|
@@ -1451,8 +1458,6 @@
|
|
|
1451
1458
|
"heartbeatsview.template.journal.name": "Daily journal prompt",
|
|
1452
1459
|
"heartbeatsview.template.trending.instructions": "Scan for trending topics on crypto Twitter and tech news. Give a 3-bullet summary of what's worth paying attention to.",
|
|
1453
1460
|
"heartbeatsview.template.trending.name": "Trending topics digest",
|
|
1454
|
-
"heartbeatsview.TemplateLoadedNotice": "Template \"{{name}}\" loaded. Customize and create.",
|
|
1455
|
-
"heartbeatsview.Templates": "Templates",
|
|
1456
1461
|
"heartbeatsview.unlimited": "Unlimited",
|
|
1457
1462
|
"heartbeatsview.validationCronFiveFields": "Cron expression must have exactly 5 fields (minute hour day month weekday).",
|
|
1458
1463
|
"heartbeatsview.validationCronInvalidField": "Invalid cron {{field}} field: \"{{value}}\"",
|
|
@@ -1464,7 +1469,6 @@
|
|
|
1464
1469
|
"heartbeatsview.validationScheduledTimeInvalid": "Scheduled time must be a valid ISO date-time.",
|
|
1465
1470
|
"heartbeatsview.validationScheduledTimeRequired": "Scheduled time is required for one-time heartbeats.",
|
|
1466
1471
|
"inboxview.AgentSendWarning": "Agent Send Warning",
|
|
1467
|
-
"inboxview.avatarAlt": "{{title}} avatar",
|
|
1468
1472
|
"inboxview.EmptyRoom": "No messages in this chat yet.",
|
|
1469
1473
|
"inboxview.Loading": "Loading messages…",
|
|
1470
1474
|
"inboxview.ReadOnlyReplyHint": "Read-only view. Reply from the {{source}} app — the connector plugin handles outbound messages.",
|
|
@@ -1473,6 +1477,7 @@
|
|
|
1473
1477
|
"inboxview.SendFailed": "Failed to send message.",
|
|
1474
1478
|
"inboxview.Sending": "Sending…",
|
|
1475
1479
|
"inboxview.TotalCountShort": "messages",
|
|
1480
|
+
"inboxview.avatarAlt": "{{title}} avatar",
|
|
1476
1481
|
"inference.cheapest": "Cheapest",
|
|
1477
1482
|
"inference.embeddingModelTextEmbedding": "Embedding model (TEXT_EMBEDDING)",
|
|
1478
1483
|
"inference.fastest": "Fastest",
|
|
@@ -1505,7 +1510,6 @@
|
|
|
1505
1510
|
"inventoryview.ChainHidden": "{{chain}} — hidden",
|
|
1506
1511
|
"inventoryview.ChainHiddenClickToShow": "{{chain}} — hidden (click to show)",
|
|
1507
1512
|
"inventoryview.ChainInlineError": "{{chain}}: {{message}}",
|
|
1508
|
-
"inventoryview.chainLowercase": "chain",
|
|
1509
1513
|
"inventoryview.ChainNoWalletConfigured": "{{chain}} — no wallet configured",
|
|
1510
1514
|
"inventoryview.ChainShownClickToHide": "{{chain}} — shown (click to hide)",
|
|
1511
1515
|
"inventoryview.ChainVisible": "{{chain}} — visible",
|
|
@@ -1520,6 +1524,7 @@
|
|
|
1520
1524
|
"inventoryview.StewardVaultConnected": "Steward vault connected",
|
|
1521
1525
|
"inventoryview.ThisChainLowercase": "this chain",
|
|
1522
1526
|
"inventoryview.VisibleAssets": "{{count}} visible assets",
|
|
1527
|
+
"inventoryview.chainLowercase": "chain",
|
|
1523
1528
|
"knowledge.ui.searchPlaceholder": "Search knowledge...",
|
|
1524
1529
|
"knowledgeview.AddFromURL": "Add from URL",
|
|
1525
1530
|
"knowledgeview.Batch": "batch",
|
|
@@ -1530,9 +1535,9 @@
|
|
|
1530
1535
|
"knowledgeview.Document": "document",
|
|
1531
1536
|
"knowledgeview.DocumentCountMany": "Document Count Many",
|
|
1532
1537
|
"knowledgeview.DocumentCountOne": "Document Count One",
|
|
1538
|
+
"knowledgeview.DocumentUpdated": "Document Updated",
|
|
1533
1539
|
"knowledgeview.Documents": "Documents",
|
|
1534
1540
|
"knowledgeview.DocumentsCount": "{{count}} docs",
|
|
1535
|
-
"knowledgeview.DocumentUpdated": "Document Updated",
|
|
1536
1541
|
"knowledgeview.DropFilesHereToUpload": "Drop files here to upload",
|
|
1537
1542
|
"knowledgeview.DropFilesOrFoldersToUpload": "Drop files or folders to upload",
|
|
1538
1543
|
"knowledgeview.Editable": "Editable",
|
|
@@ -1551,7 +1556,6 @@
|
|
|
1551
1556
|
"knowledgeview.Fragments1": "Fragments (",
|
|
1552
1557
|
"knowledgeview.FragmentsLabel": "Fragments",
|
|
1553
1558
|
"knowledgeview.FromUrl": "From URL",
|
|
1554
|
-
"knowledgeview.httpsExampleCom": "https://example.com/document.pdf or YouTube URL",
|
|
1555
1559
|
"knowledgeview.ImageCouldNotBeCompressed": "Image could not be compressed below {{limit}} for processing.",
|
|
1556
1560
|
"knowledgeview.IncludeAIImageDes": "Process Images",
|
|
1557
1561
|
"knowledgeview.KnowledgeServiceIs": "Knowledge service is loading...",
|
|
@@ -1585,17 +1589,19 @@
|
|
|
1585
1589
|
"knowledgeview.UnknownImportError": "Unknown import error",
|
|
1586
1590
|
"knowledgeview.UnknownSearchError": "Unknown search error",
|
|
1587
1591
|
"knowledgeview.UnknownUploadError": "Unknown upload error",
|
|
1588
|
-
"knowledgeview.Uploaded": "Uploaded",
|
|
1589
1592
|
"knowledgeview.UploadFailed": "Upload failed",
|
|
1590
1593
|
"knowledgeview.UploadFilesOrImpo": "Upload files or import from URL to get started",
|
|
1591
|
-
"knowledgeview.UploadingBatchStartingWith": "Uploading batch starting with {{label}}",
|
|
1592
|
-
"knowledgeview.UploadingProgress": "Uploading {{current}}/{{total}}{{filename}}",
|
|
1593
1594
|
"knowledgeview.UploadLargeFiles": "Upload Large Files",
|
|
1594
1595
|
"knowledgeview.UploadLargeFilesDetail": "Uploading can take longer and may increase embedding or vision costs.",
|
|
1595
1596
|
"knowledgeview.UploadPayloadExceedsLimit": "Upload payload is {{size}}, which exceeds the current limit ({{limit}}).",
|
|
1596
1597
|
"knowledgeview.UploadSupportedTypes": "Docs, PDFs, JSON, CSV, and supported images.",
|
|
1597
1598
|
"knowledgeview.UploadTooLarge": "Upload too large. Try splitting this file.",
|
|
1599
|
+
"knowledgeview.Uploaded": "Uploaded",
|
|
1600
|
+
"knowledgeview.UploadingBatchStartingWith": "Uploading batch starting with {{label}}",
|
|
1601
|
+
"knowledgeview.UploadingProgress": "Uploading {{current}}/{{total}}{{filename}}",
|
|
1598
1602
|
"knowledgeview.YouTube": "YouTube",
|
|
1603
|
+
"knowledgeview.httpsExampleCom": "https://example.com/document.pdf or YouTube URL",
|
|
1604
|
+
"lifeopsoverview.OpenView": "Open LifeOps view",
|
|
1599
1605
|
"lifeopsoverview.agentOpsHeading": "Agent ops",
|
|
1600
1606
|
"lifeopsoverview.cadence.daily": "Daily",
|
|
1601
1607
|
"lifeopsoverview.cadence.everyHours": "Every {{count}}h",
|
|
@@ -1642,7 +1648,6 @@
|
|
|
1642
1648
|
"lifeopsoverview.noReminderAttemptsYet": "No reminder attempts yet",
|
|
1643
1649
|
"lifeopsoverview.noUpcomingEvents": "No upcoming events",
|
|
1644
1650
|
"lifeopsoverview.now": "Now",
|
|
1645
|
-
"lifeopsoverview.OpenView": "Open LifeOps view",
|
|
1646
1651
|
"lifeopsoverview.originalIntent": "Original intent:",
|
|
1647
1652
|
"lifeopsoverview.performance": "Performance:",
|
|
1648
1653
|
"lifeopsoverview.progressSignal": "Progress signal:",
|
|
@@ -1684,14 +1689,14 @@
|
|
|
1684
1689
|
"lifeopspage.calendarDescription": "See today and the week ahead. Create events without leaving the app.",
|
|
1685
1690
|
"lifeopspage.cloudRequired": "Cloud required",
|
|
1686
1691
|
"lifeopspage.disable": "Disable LifeOps",
|
|
1687
|
-
"lifeopspage.disabled": "LifeOps disabled.",
|
|
1688
1692
|
"lifeopspage.disableHint": "You can disable LifeOps at any time.",
|
|
1693
|
+
"lifeopspage.disabled": "LifeOps disabled.",
|
|
1689
1694
|
"lifeopspage.disconnectAgentGithubFailed": "Failed to disconnect agent GitHub.",
|
|
1690
1695
|
"lifeopspage.disconnectGithubFailed": "Failed to disconnect GitHub.",
|
|
1691
1696
|
"lifeopspage.enable": "Enable LifeOps",
|
|
1692
|
-
"lifeopspage.enabled": "LifeOps enabled.",
|
|
1693
1697
|
"lifeopspage.enableDescription": "Enable LifeOps to let the agent triage email, manage your calendar, and keep your goals and reminders on track. You pick which accounts and permissions to connect after turning it on.",
|
|
1694
1698
|
"lifeopspage.enableTitle": "Your personal assistant for calendar, email, and routines",
|
|
1699
|
+
"lifeopspage.enabled": "LifeOps enabled.",
|
|
1695
1700
|
"lifeopspage.enabling": "Enabling…",
|
|
1696
1701
|
"lifeopspage.finishGithubAuth": "Finish GitHub authorization in your browser, then return here.",
|
|
1697
1702
|
"lifeopspage.githubConnectedCloud": "LifeOps GitHub connected through Eliza Cloud.",
|
|
@@ -1735,16 +1740,16 @@
|
|
|
1735
1740
|
"lifeopsworkspace.calendarLockedHint": "Connect Google for both User and Agent in Setup above to see today's events and create new ones here.",
|
|
1736
1741
|
"lifeopsworkspace.calendarWindow": "Calendar window",
|
|
1737
1742
|
"lifeopsworkspace.confirmationRequired": "Confirmation required",
|
|
1738
|
-
"lifeopsworkspace.createdEvent": "Created {{title}}",
|
|
1739
1743
|
"lifeopsworkspace.createEvent": "Create event",
|
|
1740
1744
|
"lifeopsworkspace.createEventFailed": "Could not create the event.",
|
|
1741
1745
|
"lifeopsworkspace.createEventValidation": "Enter a title, date, time, and duration.",
|
|
1746
|
+
"lifeopsworkspace.createdEvent": "Created {{title}}",
|
|
1742
1747
|
"lifeopsworkspace.creating": "Creating…",
|
|
1743
|
-
"lifeopsworkspace.draftedReply": "Drafted {{subject}}",
|
|
1744
|
-
"lifeopsworkspace.drafting": "Drafting...",
|
|
1745
1748
|
"lifeopsworkspace.draftReply": "Draft reply",
|
|
1746
1749
|
"lifeopsworkspace.draftReplyFailed": "Could not draft the reply.",
|
|
1747
1750
|
"lifeopsworkspace.draftToneAria": "{{side}} draft tone",
|
|
1751
|
+
"lifeopsworkspace.draftedReply": "Drafted {{subject}}",
|
|
1752
|
+
"lifeopsworkspace.drafting": "Drafting...",
|
|
1748
1753
|
"lifeopsworkspace.durationMinutes": "Duration in minutes",
|
|
1749
1754
|
"lifeopsworkspace.email": "Email",
|
|
1750
1755
|
"lifeopsworkspace.emailLockedHint": "Connect Google for both User and Agent in Setup above to triage replies and draft responses here.",
|
|
@@ -1763,8 +1768,8 @@
|
|
|
1763
1768
|
"lifeopsworkspace.newEvent": "New event",
|
|
1764
1769
|
"lifeopsworkspace.nothingScheduled": "Nothing scheduled. Use New event below to add one.",
|
|
1765
1770
|
"lifeopsworkspace.readyToSend": "Ready to send",
|
|
1766
|
-
"lifeopsworkspace.sending": "Sending...",
|
|
1767
1771
|
"lifeopsworkspace.sendReplyFailed": "Could not send the reply.",
|
|
1772
|
+
"lifeopsworkspace.sending": "Sending...",
|
|
1768
1773
|
"lifeopsworkspace.sentReply": "Sent {{subject}}",
|
|
1769
1774
|
"lifeopsworkspace.warm": "Warm",
|
|
1770
1775
|
"lifeopsworkspace.week": "Week",
|
|
@@ -1809,9 +1814,9 @@
|
|
|
1809
1814
|
"mediagalleryview.ScanningForMedia": "Scanning for media...",
|
|
1810
1815
|
"mediagalleryview.SearchActive": "Search active",
|
|
1811
1816
|
"mediagalleryview.SearchMedia": "Search media...",
|
|
1817
|
+
"mediasettingssection.APISourceForCategory": "{{category}} API source:",
|
|
1812
1818
|
"mediasettingssection.AnthropicApiKey": "Anthropic API Key",
|
|
1813
1819
|
"mediasettingssection.ApiKeySetLeaveBlank": "API key set — leave blank to keep",
|
|
1814
|
-
"mediasettingssection.APISourceForCategory": "{{category}} API source:",
|
|
1815
1820
|
"mediasettingssection.AudioMusic": "Audio / Music",
|
|
1816
1821
|
"mediasettingssection.Camera": "Camera",
|
|
1817
1822
|
"mediasettingssection.CameraPermissionRequestSent": "Camera permission request sent.",
|
|
@@ -1841,6 +1846,9 @@
|
|
|
1841
1846
|
"mediasettingssection.FluxPro": "Flux Pro",
|
|
1842
1847
|
"mediasettingssection.FluxProV11": "Flux Pro v1.1",
|
|
1843
1848
|
"mediasettingssection.FluxSchnell": "Flux Schnell",
|
|
1849
|
+
"mediasettingssection.GPT4Turbo": "GPT-4 Turbo",
|
|
1850
|
+
"mediasettingssection.GPT4o": "GPT-4o",
|
|
1851
|
+
"mediasettingssection.GPT4oMini": "GPT-4o Mini",
|
|
1844
1852
|
"mediasettingssection.Gemini15Flash": "Gemini 1.5 Flash",
|
|
1845
1853
|
"mediasettingssection.Gemini15Pro": "Gemini 1.5 Pro",
|
|
1846
1854
|
"mediasettingssection.Gemini20Flash": "Gemini 2.0 Flash",
|
|
@@ -1848,9 +1856,6 @@
|
|
|
1848
1856
|
"mediasettingssection.GenerateGroupRegionLabel": "Media generation by category",
|
|
1849
1857
|
"mediasettingssection.GenerateGroupTitle": "Generation",
|
|
1850
1858
|
"mediasettingssection.GoogleApiKey": "Google API Key",
|
|
1851
|
-
"mediasettingssection.GPT4o": "GPT-4o",
|
|
1852
|
-
"mediasettingssection.GPT4oMini": "GPT-4o Mini",
|
|
1853
|
-
"mediasettingssection.GPT4Turbo": "GPT-4 Turbo",
|
|
1854
1859
|
"mediasettingssection.GrokImagineXAI": "Grok Imagine (xAI)",
|
|
1855
1860
|
"mediasettingssection.GrokVideoXAI": "Grok Video (xAI)",
|
|
1856
1861
|
"mediasettingssection.GrokXAI": "Grok (xAI)",
|
|
@@ -1864,9 +1869,9 @@
|
|
|
1864
1869
|
"mediasettingssection.KlingImageV3": "Kling Image v3",
|
|
1865
1870
|
"mediasettingssection.KlingO3": "Kling O3",
|
|
1866
1871
|
"mediasettingssection.KlingO3Pro": "Kling O3 Pro",
|
|
1872
|
+
"mediasettingssection.LTX219B": "LTX-2 19B",
|
|
1867
1873
|
"mediasettingssection.LastSavedPath": "Last saved path: {{path}}",
|
|
1868
1874
|
"mediasettingssection.LoadingMediaConfig": "Loading media configuration...",
|
|
1869
|
-
"mediasettingssection.LTX219B": "LTX-2 19B",
|
|
1870
1875
|
"mediasettingssection.LumaDreamMachine": "Luma Dream Machine",
|
|
1871
1876
|
"mediasettingssection.MaxDurationSecond": "Max Duration (seconds)",
|
|
1872
1877
|
"mediasettingssection.MediaApiSourceCategory.image": "Image",
|
|
@@ -1885,13 +1890,13 @@
|
|
|
1885
1890
|
"mediasettingssection.NoSavedCapturePathYet": "No saved capture path yet.",
|
|
1886
1891
|
"mediasettingssection.NoScreenSources": "No screen sources",
|
|
1887
1892
|
"mediasettingssection.OpenAIApiKey": "OpenAI API Key",
|
|
1888
|
-
"mediasettingssection.OpenedSavedCapture": "Opened saved capture.",
|
|
1889
|
-
"mediasettingssection.OpenedScreenRecordingSettings": "Opened screen recording settings.",
|
|
1890
1893
|
"mediasettingssection.OpenSavedCapture": "Open Saved Capture",
|
|
1891
1894
|
"mediasettingssection.OpenScreenPermissionSettings": "Open Screen Permission Settings",
|
|
1895
|
+
"mediasettingssection.OpenedSavedCapture": "Opened saved capture.",
|
|
1896
|
+
"mediasettingssection.OpenedScreenRecordingSettings": "Opened screen recording settings.",
|
|
1892
1897
|
"mediasettingssection.OtherModels": "Other Models",
|
|
1893
|
-
"mediasettingssection.Paused": "paused",
|
|
1894
1898
|
"mediasettingssection.PauseRecording": "Pause Recording",
|
|
1899
|
+
"mediasettingssection.Paused": "paused",
|
|
1895
1900
|
"mediasettingssection.Permission": "Permission",
|
|
1896
1901
|
"mediasettingssection.PermissionStatus.denied": "Denied",
|
|
1897
1902
|
"mediasettingssection.PermissionStatus.granted": "Granted",
|
|
@@ -1899,9 +1904,9 @@
|
|
|
1899
1904
|
"mediasettingssection.PermissionStatus.not-determined": "Not set",
|
|
1900
1905
|
"mediasettingssection.PermissionStatus.restricted": "Restricted",
|
|
1901
1906
|
"mediasettingssection.PhotoCaptureCompleted": "Photo capture completed.",
|
|
1902
|
-
"mediasettingssection.PhotoCapturedInMemory": "Photo captured in memory.",
|
|
1903
1907
|
"mediasettingssection.PhotoCaptureRequested": "Photo capture requested.",
|
|
1904
1908
|
"mediasettingssection.PhotoCaptureUnavailable": "Photo capture unavailable.",
|
|
1909
|
+
"mediasettingssection.PhotoCapturedInMemory": "Photo captured in memory.",
|
|
1905
1910
|
"mediasettingssection.PixverseV45": "Pixverse v4.5",
|
|
1906
1911
|
"mediasettingssection.Provider": "Provider:",
|
|
1907
1912
|
"mediasettingssection.ProviderHintAnthropicVision": "Claude Vision",
|
|
@@ -1927,9 +1932,9 @@
|
|
|
1927
1932
|
"mediasettingssection.ScreenRecordingStarted": "Screen recording started.",
|
|
1928
1933
|
"mediasettingssection.ScreenRecordingStopped": "Screen recording stopped.",
|
|
1929
1934
|
"mediasettingssection.ScreenRecordingUnavailable": "Screen recording unavailable.",
|
|
1935
|
+
"mediasettingssection.ScreenSourceSwitched": "Screen source switched.",
|
|
1930
1936
|
"mediasettingssection.ScreenshotCapturedAndSaved": "Screenshot captured and saved.",
|
|
1931
1937
|
"mediasettingssection.ScreenshotUnavailable": "Screenshot unavailable.",
|
|
1932
|
-
"mediasettingssection.ScreenSourceSwitched": "Screen source switched.",
|
|
1933
1938
|
"mediasettingssection.SelectCameraFirst": "Select a camera device first.",
|
|
1934
1939
|
"mediasettingssection.SelectScreenSourceFirst": "Select a screen source first.",
|
|
1935
1940
|
"mediasettingssection.Sora2": "Sora 2",
|
|
@@ -1968,8 +1973,8 @@
|
|
|
1968
1973
|
"messagecontent.FeaturesTabLabel": "Plugins > Features",
|
|
1969
1974
|
"messagecontent.HideJson": "Hide JSON",
|
|
1970
1975
|
"messagecontent.InteractiveUI": "Interactive UI",
|
|
1971
|
-
"messagecontent.LoadingConfiguration": "Loading {{pluginId}} configuration...",
|
|
1972
1976
|
"messagecontent.LoadPluginInfoFailed": "Couldn't load plugin info.",
|
|
1977
|
+
"messagecontent.LoadingConfiguration": "Loading {{pluginId}} configuration...",
|
|
1973
1978
|
"messagecontent.NoConfigurablePara": "No configurable parameters.",
|
|
1974
1979
|
"messagecontent.PluginConfigurationTitle": "{{name}} Configuration",
|
|
1975
1980
|
"messagecontent.PluginEnabledInlineNotice": "{{name}} is enabled.",
|
|
@@ -2196,8 +2201,6 @@
|
|
|
2196
2201
|
"pairingview.PairingRequired": "Pairing Required",
|
|
2197
2202
|
"pairingview.PairingSetupDocs": "Pairing setup docs",
|
|
2198
2203
|
"permissionssection.AllowAll": "Allow All",
|
|
2199
|
-
"permissionssection.badge.notAsked": "Not Asked",
|
|
2200
|
-
"permissionssection.badge.offInSettings": "Off in Settings",
|
|
2201
2204
|
"permissionssection.BrowserPermissions": "Browser Permissions",
|
|
2202
2205
|
"permissionssection.CapabilitiesDescription": "Turn higher-level capabilities on only after the required runtime permissions are available.",
|
|
2203
2206
|
"permissionssection.CapabilitiesRequire": "Capabilities require the system permissions listed above.",
|
|
@@ -2206,11 +2209,11 @@
|
|
|
2206
2209
|
"permissionssection.DisableShellAccess": "Disable shell access",
|
|
2207
2210
|
"permissionssection.EnableShellAccess": "Enable shell access",
|
|
2208
2211
|
"permissionssection.Grant": "Grant",
|
|
2209
|
-
"permissionssection.GrantingPermissions": "Granting...",
|
|
2210
2212
|
"permissionssection.GrantPermissions": "Grant Permissions",
|
|
2211
2213
|
"permissionssection.GrantPermissionsNote": "Grant permissions to enable features like voice input and computer control.",
|
|
2212
2214
|
"permissionssection.GrantPermissionsTo": "Grant permissions to unlock desktop features.",
|
|
2213
2215
|
"permissionssection.GrantRequiredPermissionsFirst": "Grant required permissions first",
|
|
2216
|
+
"permissionssection.GrantingPermissions": "Granting...",
|
|
2214
2217
|
"permissionssection.LoadingPermissions": "Loading permissions...",
|
|
2215
2218
|
"permissionssection.LocalRuntime": "Local runtime",
|
|
2216
2219
|
"permissionssection.MacGrantAccessNote": "macOS requires Accessibility permission for computer control. Open System Settings → Privacy & Security to grant access.",
|
|
@@ -2231,6 +2234,8 @@
|
|
|
2231
2234
|
"permissionssection.UnableToLoadPermi": "Unable to load permissions.",
|
|
2232
2235
|
"permissionssection.WebOnboardingDesc": "Allow browser access so your camera, mic, and screen can stream to your agent.",
|
|
2233
2236
|
"permissionssection.WebStreamingDesc": "Grant browser access to your camera, microphone, and screen to stream to your agent.",
|
|
2237
|
+
"permissionssection.badge.notAsked": "Not Asked",
|
|
2238
|
+
"permissionssection.badge.offInSettings": "Off in Settings",
|
|
2234
2239
|
"pluginsview.23FieldDemos": "field demos",
|
|
2235
2240
|
"pluginsview.AllowAllChats": "Allow all chats",
|
|
2236
2241
|
"pluginsview.AllowSpecificChatsOnly": "Allow only specific chats",
|
|
@@ -2249,12 +2254,11 @@
|
|
|
2249
2254
|
"pluginsview.ConnectionTestPassed": "OK ({{durationMs}}ms)",
|
|
2250
2255
|
"pluginsview.ConnectionTestPassedDialog": "✓ OK ({{durationMs}}ms)",
|
|
2251
2256
|
"pluginsview.DEMO": "DEMO",
|
|
2252
|
-
"pluginsview.dependsOn": "depends on",
|
|
2253
2257
|
"pluginsview.DiscordDeveloperPortal": "Get your API token here",
|
|
2254
2258
|
"pluginsview.DiscordInviteBot": "Invite your agent",
|
|
2255
2259
|
"pluginsview.DiscordLocalAuthorize": "Authorize Discord desktop",
|
|
2256
|
-
"pluginsview.DiscordLocalAuthorized": "Discord desktop is authorized.",
|
|
2257
2260
|
"pluginsview.DiscordLocalAuthorizePrompt": "Authorize {{appName}} against the local Discord desktop app to read notifications, subscribe to channels, and send replies through macOS UI automation.",
|
|
2261
|
+
"pluginsview.DiscordLocalAuthorized": "Discord desktop is authorized.",
|
|
2258
2262
|
"pluginsview.DiscordLocalAuthorizing": "Authorizing…",
|
|
2259
2263
|
"pluginsview.DiscordLocalChannels": "Subscribed channels",
|
|
2260
2264
|
"pluginsview.DiscordLocalIpcPath": "Discord IPC socket",
|
|
@@ -2267,7 +2271,6 @@
|
|
|
2267
2271
|
"pluginsview.DiscordLocalSubscriptionsSaved": "Channel subscriptions saved.",
|
|
2268
2272
|
"pluginsview.DiscordLocalUnavailable": "Save the local Discord client ID and client secret above, enable the connector, and keep the Discord desktop app running on this device.",
|
|
2269
2273
|
"pluginsview.DragToReorder": "Drag to reorder",
|
|
2270
|
-
"pluginsview.found": "found",
|
|
2271
2274
|
"pluginsview.IMessageConnected": "iMessage is connected. Messages are being read from the local database.",
|
|
2272
2275
|
"pluginsview.IMessageNotConnected": "iMessage is not connected. Set the CLI path above and ensure Full Disk Access is granted to your terminal.",
|
|
2273
2276
|
"pluginsview.IMessageOpenFullDiskAccess": "IMessage Open Full Disk Access",
|
|
@@ -2291,48 +2294,47 @@
|
|
|
2291
2294
|
"pluginsview.NoConfigurationNeeded": "No configuration needed.",
|
|
2292
2295
|
"pluginsview.NoConnectorsAvailable": "No connectors available.",
|
|
2293
2296
|
"pluginsview.NoDescriptionAvailable": "No description available",
|
|
2294
|
-
"pluginsview.NoneAvailableDesc": "No {{label}} are available right now.",
|
|
2295
|
-
"pluginsview.NoneAvailableTitle": "No {{label}} available",
|
|
2296
2297
|
"pluginsview.NoPluginsMatchCategory": "No plugins match the selected category.",
|
|
2297
2298
|
"pluginsview.NoPluginsMatchFilters": "No {{label}} match your filters.",
|
|
2298
2299
|
"pluginsview.NoResultsFound": "No {{label}} found",
|
|
2299
|
-
"pluginsview.
|
|
2300
|
+
"pluginsview.NoneAvailableDesc": "No {{label}} are available right now.",
|
|
2301
|
+
"pluginsview.NoneAvailableTitle": "No {{label}} available",
|
|
2300
2302
|
"pluginsview.NotInstalled": "Not installed",
|
|
2301
2303
|
"pluginsview.NotLoaded": "Not loaded",
|
|
2304
|
+
"pluginsview.NothingToShow": "Nothing to show",
|
|
2302
2305
|
"pluginsview.Official": "Official",
|
|
2303
2306
|
"pluginsview.OpenElizaCloud": "Open Eliza Cloud",
|
|
2304
2307
|
"pluginsview.PackageBrokenMis": "Package broken / missing",
|
|
2305
2308
|
"pluginsview.PluginCatalog": "Plugin Catalog",
|
|
2306
2309
|
"pluginsview.PluginDialogDescription": "Review plugin metadata, adjust settings, and save changes for {{plugin}}.",
|
|
2310
|
+
"pluginsview.PluginInstallFailed": "Failed to install {{plugin}}: {{message}}",
|
|
2311
|
+
"pluginsview.PluginInstallPreparing": "Enabling plugin installs for {{plugin}} and restarting the agent...",
|
|
2312
|
+
"pluginsview.PluginInstallRecovering": "Finishing plugin install setup for {{plugin}} and restarting the agent...",
|
|
2307
2313
|
"pluginsview.PluginInstalledActivated": "{{plugin}} installed and activated without a full agent restart.",
|
|
2308
2314
|
"pluginsview.PluginInstalledRestartComplete": "{{plugin}} installed and activated.",
|
|
2309
2315
|
"pluginsview.PluginInstalledRestartFailed": "{{plugin}} installed, but the agent did not come back online (status: {{status}}).",
|
|
2310
2316
|
"pluginsview.PluginInstalledRestarting": "{{plugin}} installed. Restarting the agent and waiting for activation...",
|
|
2311
|
-
"pluginsview.PluginInstallFailed": "Failed to install {{plugin}}: {{message}}",
|
|
2312
|
-
"pluginsview.PluginInstallPreparing": "Enabling plugin installs for {{plugin}} and restarting the agent...",
|
|
2313
|
-
"pluginsview.PluginInstallRecovering": "Finishing plugin install setup for {{plugin}} and restarting the agent...",
|
|
2314
2317
|
"pluginsview.PluginTypes": "Plugin types",
|
|
2318
|
+
"pluginsview.PluginUninstallFailed": "Failed to uninstall {{plugin}}: {{message}}",
|
|
2319
|
+
"pluginsview.PluginUninstallPreparing": "Preparing uninstall for {{plugin}} and restarting the agent...",
|
|
2320
|
+
"pluginsview.PluginUninstallRecovering": "Finishing uninstall setup for {{plugin}} and restarting the agent...",
|
|
2315
2321
|
"pluginsview.PluginUninstalledActivated": "{{plugin}} uninstalled without a full agent restart.",
|
|
2316
2322
|
"pluginsview.PluginUninstalledRestartComplete": "{{plugin}} uninstalled and fully unloaded.",
|
|
2317
2323
|
"pluginsview.PluginUninstalledRestartFailed": "{{plugin}} uninstalled, but the agent did not come back online (status: {{status}}).",
|
|
2318
2324
|
"pluginsview.PluginUninstalledRestarting": "{{plugin}} uninstalled. Restarting the agent and waiting for cleanup...",
|
|
2319
|
-
"pluginsview.
|
|
2320
|
-
"pluginsview.
|
|
2321
|
-
"pluginsview.
|
|
2325
|
+
"pluginsview.PluginUpdateFailed": "Failed to update {{plugin}}: {{message}}",
|
|
2326
|
+
"pluginsview.PluginUpdatePreparing": "Preparing updates for {{plugin}} and restarting the agent...",
|
|
2327
|
+
"pluginsview.PluginUpdateRecovering": "Finishing update setup for {{plugin}} and restarting the agent...",
|
|
2322
2328
|
"pluginsview.PluginUpdatedActivated": "{{plugin}} updated without a full agent restart.",
|
|
2323
2329
|
"pluginsview.PluginUpdatedRestartComplete": "{{plugin}} updated and activated.",
|
|
2324
2330
|
"pluginsview.PluginUpdatedRestartFailed": "{{plugin}} updated, but the agent did not come back online (status: {{status}}).",
|
|
2325
2331
|
"pluginsview.PluginUpdatedRestarting": "{{plugin}} updated. Restarting the agent and waiting for activation...",
|
|
2326
|
-
"pluginsview.PluginUpdateFailed": "Failed to update {{plugin}}: {{message}}",
|
|
2327
|
-
"pluginsview.PluginUpdatePreparing": "Preparing updates for {{plugin}} and restarting the agent...",
|
|
2328
|
-
"pluginsview.PluginUpdateRecovering": "Finishing update setup for {{plugin}} and restarting the agent...",
|
|
2329
2332
|
"pluginsview.ResetOrder": "Reset Order",
|
|
2330
2333
|
"pluginsview.ResetToDefaultSor": "Reset to default sort order",
|
|
2331
|
-
"pluginsview.restarting": "restarting",
|
|
2332
2334
|
"pluginsview.SaveChannelSubscriptions": "Save channel subscriptions",
|
|
2335
|
+
"pluginsview.SaveSettings": "Save Settings",
|
|
2333
2336
|
"pluginsview.SavedWithBang": "Saved!",
|
|
2334
2337
|
"pluginsview.SavedWithCheck": "✓ Saved",
|
|
2335
|
-
"pluginsview.SaveSettings": "Save Settings",
|
|
2336
2338
|
"pluginsview.SelectA": "Select a",
|
|
2337
2339
|
"pluginsview.SetupGuide": "Setup guide",
|
|
2338
2340
|
"pluginsview.TelegramAccountProvisioningExplain": "Telegram first asks {{appName}} to provision app credentials through my.telegram.org. Enter the code Telegram sent you there, then {{appName}} will request the normal account login code.",
|
|
@@ -2346,12 +2348,15 @@
|
|
|
2346
2348
|
"pluginsview.TelegramStep2": "Send /newbot and follow the prompts to create your bot",
|
|
2347
2349
|
"pluginsview.TelegramStep3": "Copy the bot token and paste it below",
|
|
2348
2350
|
"pluginsview.TestConnection": "Test Connection",
|
|
2349
|
-
"pluginsview.toC": "to configure",
|
|
2350
2351
|
"pluginsview.Uninstalling": "Uninstalling...",
|
|
2351
2352
|
"pluginsview.Update": "Update",
|
|
2352
2353
|
"pluginsview.UseManagedDiscord": "Use managed Discord",
|
|
2353
2354
|
"pluginsview.VisibleCount": "{{count}} shown",
|
|
2354
2355
|
"pluginsview.X2807": "⠇",
|
|
2356
|
+
"pluginsview.dependsOn": "depends on",
|
|
2357
|
+
"pluginsview.found": "found",
|
|
2358
|
+
"pluginsview.restarting": "restarting",
|
|
2359
|
+
"pluginsview.toC": "to configure",
|
|
2355
2360
|
"policy.addressControls": "Address Controls",
|
|
2356
2361
|
"policy.autoApprove": "Auto-Approve",
|
|
2357
2362
|
"policy.disablePolicy": "Disable Policy",
|
|
@@ -2372,8 +2377,8 @@
|
|
|
2372
2377
|
"providerswitcher.disconnecting": "Disconnecting...",
|
|
2373
2378
|
"providerswitcher.largeModelDescription": "Powerful model for complex reasoning",
|
|
2374
2379
|
"providerswitcher.largeModelLabel": "Large Model",
|
|
2375
|
-
"providerswitcher.loggedIntoElizaCloud": "Logged into Eliza Cloud",
|
|
2376
2380
|
"providerswitcher.logInToElizaCloud": "Log in to Eliza Cloud",
|
|
2381
|
+
"providerswitcher.loggedIntoElizaCloud": "Logged into Eliza Cloud",
|
|
2377
2382
|
"providerswitcher.model": "Model",
|
|
2378
2383
|
"providerswitcher.noAiProvidersAvailable": "No AI providers available. Enable one from the",
|
|
2379
2384
|
"providerswitcher.opensABrowserWindow": "Opens a browser window to complete login.",
|
|
@@ -2399,9 +2404,9 @@
|
|
|
2399
2404
|
"relationships.searchPeopleAliasesHandles": "Search people, aliases, handles",
|
|
2400
2405
|
"relationships.searchPeopleAliasesHandles2": "Search people, aliases, handles",
|
|
2401
2406
|
"releasecenter.AppBundle": "App bundle",
|
|
2402
|
-
"releasecenter.ApplyDownloadedUpdate": "Apply Downloaded Update",
|
|
2403
2407
|
"releasecenter.AppReleaseService": "App Release Service",
|
|
2404
2408
|
"releasecenter.AppVersionPill": "App: {{version}}",
|
|
2409
|
+
"releasecenter.ApplyDownloadedUpdate": "Apply Downloaded Update",
|
|
2405
2410
|
"releasecenter.Architecture": "Architecture",
|
|
2406
2411
|
"releasecenter.AvailableRenderers": "Available renderers",
|
|
2407
2412
|
"releasecenter.BrowserViewId": "BrowserView ID",
|
|
@@ -2482,9 +2487,9 @@
|
|
|
2482
2487
|
"releasecenterview.WebReadOnly": "This web session is read-only for release management. Open {{appName}} in the desktop shell to check for updates, apply downloaded builds, or manage the detached release notes window.",
|
|
2483
2488
|
"restartbanner.Later": "Later",
|
|
2484
2489
|
"restartbanner.MultipleReasonsPending": "{{count}} changes pending - restart to apply.",
|
|
2485
|
-
"restartbanner.Restarting": "Restarting...",
|
|
2486
2490
|
"restartbanner.RestartNow": "Restart Now",
|
|
2487
2491
|
"restartbanner.RestartRequired": "Restart required to apply changes.",
|
|
2492
|
+
"restartbanner.Restarting": "Restarting...",
|
|
2488
2493
|
"restartbanner.SingleReasonPending": "{{reason}} - restart to apply.",
|
|
2489
2494
|
"runtime.failed": "FAILED",
|
|
2490
2495
|
"runtime.starting": "STARTING",
|
|
@@ -2493,6 +2498,7 @@
|
|
|
2493
2498
|
"runtimegate.cloudDesc": "Hosted agent with managed LLMs and connectors. Fastest start.",
|
|
2494
2499
|
"runtimegate.cloudEyebrow": "Eliza Cloud",
|
|
2495
2500
|
"runtimegate.cloudLoginEyebrow": "Sign in to Eliza Cloud",
|
|
2501
|
+
"runtimegate.cloudOptionLabel": "CLOUD",
|
|
2496
2502
|
"runtimegate.cloudTitle": "Run in Eliza Cloud",
|
|
2497
2503
|
"runtimegate.connecting": "Connecting...",
|
|
2498
2504
|
"runtimegate.creating": "Creating agent...",
|
|
@@ -2500,16 +2506,29 @@
|
|
|
2500
2506
|
"runtimegate.failedLoadAgents": "Failed to load agents",
|
|
2501
2507
|
"runtimegate.loadingAgents": "Loading your agent...",
|
|
2502
2508
|
"runtimegate.localDesc": "Keep the agent on this machine. You'll pick a provider after start.",
|
|
2509
|
+
"runtimegate.localDescAndroid": "Runs the full Eliza agent on this device. No cloud needed.",
|
|
2503
2510
|
"runtimegate.localEyebrow": "This device",
|
|
2511
|
+
"runtimegate.localEyebrowOnDevice": "On device",
|
|
2512
|
+
"runtimegate.localOnlyHint": "This build runs your agent on this device.",
|
|
2513
|
+
"runtimegate.localOptionLabel": "LOCAL",
|
|
2514
|
+
"runtimegate.localProbing": "Checking for on-device agent…",
|
|
2504
2515
|
"runtimegate.localTitle": "Run a local agent",
|
|
2516
|
+
"runtimegate.localTitleAndroid": "Local agent (Beta)",
|
|
2517
|
+
"runtimegate.optionAvailable": "Available",
|
|
2518
|
+
"runtimegate.optionSelected": "Selected",
|
|
2505
2519
|
"runtimegate.provisioning": "Provisioning...",
|
|
2506
2520
|
"runtimegate.remoteConnectEyebrow": "Connect to a remote agent",
|
|
2507
2521
|
"runtimegate.remoteDesc": "Point at an agent you're already running (e.g. on your Mac).",
|
|
2508
2522
|
"runtimegate.remoteEyebrow": "Remote agent",
|
|
2523
|
+
"runtimegate.remoteOptionLabel": "REMOTE",
|
|
2509
2524
|
"runtimegate.remoteTitle": "Connect to an existing agent",
|
|
2510
2525
|
"runtimegate.remoteTokenPlaceholder": "Access token (optional)",
|
|
2511
2526
|
"runtimegate.remoteUrlPlaceholder": "https://your-agent.example.com",
|
|
2512
2527
|
"runtimegate.retry": "Retry",
|
|
2528
|
+
"runtimegate.selectCloud": "Select Cloud",
|
|
2529
|
+
"runtimegate.selectLocal": "Start Local Agent",
|
|
2530
|
+
"runtimegate.selectRemote": "Select Remote",
|
|
2531
|
+
"runtimegate.selectedHint": "{{target}} selected",
|
|
2513
2532
|
"runtimegate.signIn": "Sign in with Eliza Cloud",
|
|
2514
2533
|
"runtimegate.startingProvisioning": "Starting provisioning...",
|
|
2515
2534
|
"runtimegate.subtitle": "Where should your agent run?",
|
|
@@ -2517,24 +2536,26 @@
|
|
|
2517
2536
|
"runtimegate.unknownError": "Unknown error",
|
|
2518
2537
|
"runtimegate.waitingForAuth": "Waiting for auth...",
|
|
2519
2538
|
"runtimegate.yourAgents": "Your cloud agents",
|
|
2539
|
+
"runtimeview.AgentRuntimeIsNot": "Agent runtime is not running. Start the runtime and refresh.",
|
|
2540
|
+
"runtimeview.ExpandTop": "Expand Top",
|
|
2541
|
+
"runtimeview.Services": "Services (",
|
|
2542
|
+
"runtimeview.Summary": "Summary",
|
|
2520
2543
|
"runtimeview.actions": "actions:",
|
|
2521
2544
|
"runtimeview.actionsDescription": "Review registered actions and their load order in the active runtime.",
|
|
2522
2545
|
"runtimeview.agent": "agent:",
|
|
2523
|
-
"runtimeview.AgentRuntimeIsNot": "Agent runtime is not running. Start the runtime and refresh.",
|
|
2524
2546
|
"runtimeview.arrayCap": "array cap",
|
|
2525
2547
|
"runtimeview.available": "available",
|
|
2526
2548
|
"runtimeview.depth": "depth",
|
|
2527
2549
|
"runtimeview.evaluators": "evaluators:",
|
|
2528
2550
|
"runtimeview.evaluatorsDescription": "Review evaluator registration and ordering for agent decision loops.",
|
|
2529
|
-
"runtimeview.ExpandTop": "Expand Top",
|
|
2530
2551
|
"runtimeview.filterSections": "Filter sections",
|
|
2531
2552
|
"runtimeview.lastUpdated": "Last updated:",
|
|
2532
2553
|
"runtimeview.loadingDescription": "Refresh the inspector after the desktop runtime boots to pull the current object tree and registration data.",
|
|
2533
2554
|
"runtimeview.loadingSnapshot": "Loading snapshot...",
|
|
2534
2555
|
"runtimeview.model": "model:",
|
|
2535
|
-
"runtimeview.none": "none",
|
|
2536
2556
|
"runtimeview.noSectionData": "No data was returned for this section in the current snapshot.",
|
|
2537
2557
|
"runtimeview.noSnapshotAvailable": "No snapshot available. Start the agent runtime.",
|
|
2558
|
+
"runtimeview.none": "none",
|
|
2538
2559
|
"runtimeview.objectCap": "object cap",
|
|
2539
2560
|
"runtimeview.path": "Path",
|
|
2540
2561
|
"runtimeview.plugins": "plugins:",
|
|
@@ -2545,21 +2566,19 @@
|
|
|
2545
2566
|
"runtimeview.runtimeDescription": "Inspect the full serialized runtime object and expand into the raw state tree.",
|
|
2546
2567
|
"runtimeview.runtimePendingDescription": "The runtime inspector becomes available after the desktop agent finishes loading its core services.",
|
|
2547
2568
|
"runtimeview.sectionLabel": "Runtime Section",
|
|
2548
|
-
"runtimeview.sections": "Sections",
|
|
2549
2569
|
"runtimeview.sectionUnavailable": "Section unavailable",
|
|
2570
|
+
"runtimeview.sections": "Sections",
|
|
2550
2571
|
"runtimeview.services": "services:",
|
|
2551
|
-
"runtimeview.Services": "Services (",
|
|
2552
2572
|
"runtimeview.servicesDescription": "Inspect grouped services and their instantiated implementations.",
|
|
2553
2573
|
"runtimeview.state": "state:",
|
|
2554
|
-
"runtimeview.Summary": "Summary",
|
|
2555
2574
|
"runtimeview.summaryDescription": "Start here to confirm runtime availability, check the active model, and scan the current registration totals before opening a specific section.",
|
|
2556
2575
|
"runtimeview.tabServices": "Services",
|
|
2557
2576
|
"runtimeview.types": "types)",
|
|
2558
2577
|
"savecommandmodal.CommandName": "Command name",
|
|
2578
|
+
"savecommandmodal.SaveAsCommand": "Save as /Command",
|
|
2559
2579
|
"savecommandmodal.myCommand": "my-command",
|
|
2560
2580
|
"savecommandmodal.nameFormat": "Use lowercase letters, numbers, and hyphens only",
|
|
2561
2581
|
"savecommandmodal.nameRequired": "Name is required",
|
|
2562
|
-
"savecommandmodal.SaveAsCommand": "Save as /Command",
|
|
2563
2582
|
"scratchpadview.Counting": "Counting",
|
|
2564
2583
|
"scratchpadview.DeleteFailed": "Failed to delete scratchpad topic.",
|
|
2565
2584
|
"scratchpadview.DeleteTopic": "Delete scratchpad topic",
|
|
@@ -2581,8 +2600,8 @@
|
|
|
2581
2600
|
"scratchpadview.TopicCreated": "Scratchpad topic created.",
|
|
2582
2601
|
"scratchpadview.TopicDeleted": "Scratchpad topic deleted.",
|
|
2583
2602
|
"scratchpadview.TopicLimitReached": "Scratchpad topic limit reached.",
|
|
2584
|
-
"scratchpadview.Topics": "Topics",
|
|
2585
2603
|
"scratchpadview.TopicUpdated": "Scratchpad topic updated.",
|
|
2604
|
+
"scratchpadview.Topics": "Topics",
|
|
2586
2605
|
"scratchpadview.UpdatedAt": "Updated {{date}}",
|
|
2587
2606
|
"secretsview.AddSecret": "+ Add Secret",
|
|
2588
2607
|
"secretsview.AddSecretsToVault": "Add Secrets to Vault",
|
|
@@ -2599,8 +2618,8 @@
|
|
|
2599
2618
|
"settings.appearance.deactivate": "Deactivate current pack",
|
|
2600
2619
|
"settings.appearance.light": "Light",
|
|
2601
2620
|
"settings.appearance.load": "Load",
|
|
2602
|
-
"settings.appearance.loadedPacks": "Loaded content packs",
|
|
2603
2621
|
"settings.appearance.loadFromFolder": "Load from folder",
|
|
2622
|
+
"settings.appearance.loadedPacks": "Loaded content packs",
|
|
2604
2623
|
"settings.appearance.mode": "Mode",
|
|
2605
2624
|
"settings.appearance.packUrlPlaceholder": "https://example.com/packs/my-pack/",
|
|
2606
2625
|
"settings.appearance.theme": "Theme",
|
|
@@ -2769,62 +2788,62 @@
|
|
|
2769
2788
|
"skillsview.AcknowledgeAmpEn": "Acknowledge & Enable",
|
|
2770
2789
|
"skillsview.BriefDescriptionOf": "Brief description of what this skill does (optional)",
|
|
2771
2790
|
"skillsview.BrowseMarketplace": "Browse Marketplace",
|
|
2772
|
-
"skillsview.copying": "Copying",
|
|
2773
|
-
"skillsview.copySkillMd": "Copy Skill Md",
|
|
2774
2791
|
"skillsview.CreateNewSkill": "Create New Skill",
|
|
2792
|
+
"skillsview.Disable": "Disable",
|
|
2793
|
+
"skillsview.EditSource": "Edit Source",
|
|
2794
|
+
"skillsview.Enable": "Enable",
|
|
2795
|
+
"skillsview.LoadingScanReport": "Loading scan report...",
|
|
2796
|
+
"skillsview.LoadingSkillSource": "Loading skill source...",
|
|
2797
|
+
"skillsview.NewSkill": "New Skill",
|
|
2798
|
+
"skillsview.NoSkillsFound": "No skills found",
|
|
2799
|
+
"skillsview.RefreshSkillsList": "Refresh Skills List",
|
|
2800
|
+
"skillsview.ReviewFindings": "Review Findings",
|
|
2801
|
+
"skillsview.SKILLMd": "SKILL.md",
|
|
2802
|
+
"skillsview.ScanReport": "Scan Report",
|
|
2803
|
+
"skillsview.SearchSkills": "Search skills...",
|
|
2804
|
+
"skillsview.SelectATalentToConf": "Select a talent to configure",
|
|
2805
|
+
"skillsview.SkillName": "Skill Name",
|
|
2806
|
+
"skillsview.SkillSourceEditorDescription": "Open the skill source editor to inspect or modify `SKILL.md`, or review findings here when a skill needs attention.",
|
|
2807
|
+
"skillsview.Talents": "Talents",
|
|
2808
|
+
"skillsview.VisibleCount": "{{count}} visible",
|
|
2809
|
+
"skillsview.copySkillMd": "Copy Skill Md",
|
|
2810
|
+
"skillsview.copying": "Copying",
|
|
2775
2811
|
"skillsview.createSkill": "Create Skill",
|
|
2776
2812
|
"skillsview.creating": "Creating...",
|
|
2777
2813
|
"skillsview.critical": "critical",
|
|
2778
2814
|
"skillsview.details": "Details",
|
|
2779
|
-
"skillsview.Disable": "Disable",
|
|
2780
2815
|
"skillsview.discard": "Discard",
|
|
2781
|
-
"skillsview.editSkillSourceDescription": "Edit the Markdown source for this skill and save your changes.",
|
|
2782
|
-
"skillsview.EditSource": "Edit Source",
|
|
2783
2816
|
"skillsview.eGMyAwesomeSkil": "e.g. my-awesome-skill",
|
|
2784
|
-
"skillsview.
|
|
2817
|
+
"skillsview.editSkillSourceDescription": "Edit the Markdown source for this skill and save your changes.",
|
|
2785
2818
|
"skillsview.failedToLoadSkillSource": "Failed to load skill source",
|
|
2786
2819
|
"skillsview.failedToSave": "Failed to save",
|
|
2787
2820
|
"skillsview.filterSkills": "Filter skills...",
|
|
2788
2821
|
"skillsview.githubRepositoryDesc": "Paste a full GitHub repository URL to install a skill directly.",
|
|
2789
2822
|
"skillsview.githubRepositoryUrl": "GitHub Repository URL",
|
|
2790
2823
|
"skillsview.githubUrlTab": "GitHub URL",
|
|
2791
|
-
"skillsview.installed": "installed",
|
|
2792
2824
|
"skillsview.installSkillDescription": "Add skills from the marketplace or a GitHub repository.",
|
|
2793
2825
|
"skillsview.installSkillSource": "Install skill source",
|
|
2794
2826
|
"skillsview.installSkillTitle": "Install Skill",
|
|
2795
|
-
"skillsview.
|
|
2796
|
-
"skillsview.LoadingSkillSource": "Loading skill source...",
|
|
2827
|
+
"skillsview.installed": "installed",
|
|
2797
2828
|
"skillsview.marketplaceTab": "Marketplace",
|
|
2798
|
-
"skillsview.NewSkill": "New Skill",
|
|
2799
2829
|
"skillsview.noDescription": "No description",
|
|
2800
2830
|
"skillsview.noDescriptionProvided": "No description provided.",
|
|
2801
2831
|
"skillsview.noMatchingSkills": "No matching skills",
|
|
2802
|
-
"skillsview.NoSkillsFound": "No skills found",
|
|
2803
2832
|
"skillsview.noSkillsInstalled": "No Skills Installed",
|
|
2804
2833
|
"skillsview.noSkillsInstalledDesc": "Install skills from the marketplace or create your own.",
|
|
2805
2834
|
"skillsview.noSkillsMatchFilter": "No skills match \"{{filter}}\"",
|
|
2806
|
-
"skillsview.RefreshSkillsList": "Refresh Skills List",
|
|
2807
2835
|
"skillsview.removing": "Removing...",
|
|
2808
2836
|
"skillsview.result": "result",
|
|
2809
|
-
"skillsview.ReviewFindings": "Review Findings",
|
|
2810
|
-
"skillsview.ScanReport": "Scan Report",
|
|
2811
2837
|
"skillsview.score": "score:",
|
|
2812
2838
|
"skillsview.searchAboveToDiscoverSkills": "Search above to discover skills.",
|
|
2813
2839
|
"skillsview.searchByKeyword": "Search skills by keyword...",
|
|
2814
|
-
"skillsview.SearchSkills": "Search skills...",
|
|
2815
|
-
"skillsview.SelectATalentToConf": "Select a talent to configure",
|
|
2816
2840
|
"skillsview.skillBuilder": "Skill Builder",
|
|
2817
|
-
"skillsview.SKILLMd": "SKILL.md",
|
|
2818
|
-
"skillsview.SkillName": "Skill Name",
|
|
2819
|
-
"skillsview.SkillSourceEditorDescription": "Open the skill source editor to inspect or modify `SKILL.md`, or review findings here when a skill needs attention.",
|
|
2820
2841
|
"skillsview.statusBlocked": "Blocked",
|
|
2821
2842
|
"skillsview.statusNotInstalled": "Status Not Installed",
|
|
2822
2843
|
"skillsview.statusWarning": "Warning",
|
|
2823
|
-
"skillsview.Talents": "Talents",
|
|
2824
2844
|
"skillsview.toSave": "to save",
|
|
2825
2845
|
"skillsview.unsaved": "unsaved",
|
|
2826
2846
|
"skillsview.updating": "Updating",
|
|
2827
|
-
"skillsview.VisibleCount": "{{count}} visible",
|
|
2828
2847
|
"skillsview.warnings": "warnings",
|
|
2829
2848
|
"startupfailureview.AgentError": "Agent Error",
|
|
2830
2849
|
"startupfailureview.AgentTimeout": "Agent Timeout",
|
|
@@ -2837,9 +2856,9 @@
|
|
|
2837
2856
|
"startupfailureview.Unknown": "Unknown Error",
|
|
2838
2857
|
"startupshell.AgentName": "Agent name",
|
|
2839
2858
|
"startupshell.CloudLogin": "Sign in to Eliza Cloud",
|
|
2840
|
-
"startupshell.ConnectingBackend": "Connecting to backend…",
|
|
2841
2859
|
"startupshell.ConnectToRemote": "Connect to Remote Agent",
|
|
2842
2860
|
"startupshell.ConnectToRemoteDesc": "Connect to a server running on your network",
|
|
2861
|
+
"startupshell.ConnectingBackend": "Connecting to backend…",
|
|
2843
2862
|
"startupshell.ContentPacks": "Content Packs",
|
|
2844
2863
|
"startupshell.CreateAgentLabel": "New local agent",
|
|
2845
2864
|
"startupshell.CreateLocalAgent": "Create Local Agent",
|
|
@@ -2849,10 +2868,10 @@
|
|
|
2849
2868
|
"startupshell.EnterPackUrl": "Enter the URL of a content pack folder (must contain pack.json):",
|
|
2850
2869
|
"startupshell.GetStarted": "Press Start",
|
|
2851
2870
|
"startupshell.InitializingAgent": "Initializing agent…",
|
|
2852
|
-
"startupshell.Loading": "Loading…",
|
|
2853
|
-
"startupshell.LoadingAgents": "Loading agents...",
|
|
2854
2871
|
"startupshell.LoadPack": "Load content pack",
|
|
2855
2872
|
"startupshell.LoadPackHint": "VRMs, backgrounds, themes",
|
|
2873
|
+
"startupshell.Loading": "Loading…",
|
|
2874
|
+
"startupshell.LoadingAgents": "Loading agents...",
|
|
2856
2875
|
"startupshell.LocalNetworkAgent": "LAN agent",
|
|
2857
2876
|
"startupshell.ManageCloudAgents": "Manage Cloud Agents",
|
|
2858
2877
|
"startupshell.ManageCloudAgentsDesc": "Host agents on Eliza Cloud infrastructure",
|
|
@@ -2875,17 +2894,17 @@
|
|
|
2875
2894
|
"statusbar.PopOutStreamView": "Pop out stream view",
|
|
2876
2895
|
"statusbar.StopStream": "Stop Stream",
|
|
2877
2896
|
"streamsettings.Use": "Use",
|
|
2878
|
-
"streamview.{{appName}}CouldNotRea": "Could not reach the",
|
|
2879
2897
|
"streamview.CouldNotRea": "Could Not Rea",
|
|
2880
2898
|
"streamview.EnableTheStreaming": "Enable the streaming plugin to go live",
|
|
2881
2899
|
"streamview.GoLiveHint": "Press Go Live to start streaming.",
|
|
2882
2900
|
"streamview.IfThePluginIsAlr": "If the plugin is already installed, restart the desktop app or\n API server and try again.",
|
|
2883
|
-
"streamview.pluginThenReload": "plugin, then reload the Stream tab.",
|
|
2884
|
-
"streamview.streamingBase": "streaming-base",
|
|
2885
|
-
"streamview.StreamingUnavailabl": "Streaming unavailable",
|
|
2886
2901
|
"streamview.StreamIsLive": "Stream is Live",
|
|
2887
2902
|
"streamview.StreamLiveStatus": "Uptime: {{uptime}} · {{frameCount}} frames",
|
|
2888
2903
|
"streamview.StreamReady": "Stream Ready",
|
|
2904
|
+
"streamview.StreamingUnavailabl": "Streaming unavailable",
|
|
2905
|
+
"streamview.pluginThenReload": "plugin, then reload the Stream tab.",
|
|
2906
|
+
"streamview.streamingBase": "streaming-base",
|
|
2907
|
+
"streamview.{{appName}}CouldNotRea": "Could not reach the",
|
|
2889
2908
|
"subscriptionstatus.AfterLoggingInCo": "After logging in to Claude, copy the authorization code and\n paste it below.",
|
|
2890
2909
|
"subscriptionstatus.AfterLoggingInYo": "After logging in, you'll be redirected to a page that won't load\n (starts with",
|
|
2891
2910
|
"subscriptionstatus.CallbackCodeTooLong": "Callback code is too long.",
|
|
@@ -2907,18 +2926,18 @@
|
|
|
2907
2926
|
"subscriptionstatus.ExpectedCallbackUrl": "Expected a localhost:1455/auth/callback URL.",
|
|
2908
2927
|
"subscriptionstatus.FailedToSaveSetupToken": "Failed to save setup token.",
|
|
2909
2928
|
"subscriptionstatus.FailedToSaveTokenError": "Failed to save token: {{message}}",
|
|
2910
|
-
"subscriptionstatus.httpLocalhost145": "http://localhost:1455/auth/callback?code=...",
|
|
2911
2929
|
"subscriptionstatus.InvalidCallbackUrl": "Invalid callback URL.",
|
|
2912
|
-
"subscriptionstatus.localhost1455": "localhost:1455",
|
|
2913
2930
|
"subscriptionstatus.PasteCallbackUrlFromLocalhost": "Paste the callback URL from the localhost:1455 page.",
|
|
2914
2931
|
"subscriptionstatus.PasteTheAuthorizat": "Paste the authorization code here...",
|
|
2915
2932
|
"subscriptionstatus.RequiresChatGPTPlu": "Requires ChatGPT Plus ($20/mo) or Pro ($200/mo).",
|
|
2916
2933
|
"subscriptionstatus.RequiresClaudePro": "Requires Claude Pro ($20/mo) or Max ($100/mo).",
|
|
2917
2934
|
"subscriptionstatus.SaveToken": "Save Token",
|
|
2918
2935
|
"subscriptionstatus.SavingAmpRestart": "Saving & restarting...",
|
|
2919
|
-
"subscriptionstatus.skAntOat01": "sk-ant-oat01-...",
|
|
2920
2936
|
"subscriptionstatus.YourChatGPTSubscri": "Your ChatGPT subscription is linked. Disconnect to switch\n accounts.",
|
|
2921
2937
|
"subscriptionstatus.YourClaudeSubscrip": "Your Claude subscription is linked. Disconnect to switch accounts.",
|
|
2938
|
+
"subscriptionstatus.httpLocalhost145": "http://localhost:1455/auth/callback?code=...",
|
|
2939
|
+
"subscriptionstatus.localhost1455": "localhost:1455",
|
|
2940
|
+
"subscriptionstatus.skAntOat01": "sk-ant-oat01-...",
|
|
2922
2941
|
"taskseventspanel.Activity": "Activity",
|
|
2923
2942
|
"taskseventspanel.OpenView": "Open Tasks view",
|
|
2924
2943
|
"taskseventspanel.Tasks": "Tasks",
|
|
@@ -2928,10 +2947,10 @@
|
|
|
2928
2947
|
"terminal.starting": "Starting",
|
|
2929
2948
|
"todo.noOpenTodos": "No open todos",
|
|
2930
2949
|
"tokenstable.nativeGas": "native gas",
|
|
2950
|
+
"trajectoriesview.CSVSummaryOnly": "CSV (summary only)",
|
|
2931
2951
|
"trajectoriesview.ClearAll": "Clear all",
|
|
2932
2952
|
"trajectoriesview.ClearAllPrompt": "Delete all trajectories?",
|
|
2933
2953
|
"trajectoriesview.Clearing": "Clearing...",
|
|
2934
|
-
"trajectoriesview.CSVSummaryOnly": "CSV (summary only)",
|
|
2935
2954
|
"trajectoriesview.DeleteCurrent": "Delete current",
|
|
2936
2955
|
"trajectoriesview.DeleteCurrentPrompt": "Delete this trajectory?",
|
|
2937
2956
|
"trajectoriesview.Deleting": "Deleting...",
|
|
@@ -2950,15 +2969,14 @@
|
|
|
2950
2969
|
"trajectoriesview.ShowingRange": "Showing {{start}}-{{end}} of {{total}}",
|
|
2951
2970
|
"trajectoriesview.TrajectoriesCleared": "Trajectories cleared.",
|
|
2952
2971
|
"trajectoriesview.TrajectoryDeleted": "Trajectory deleted.",
|
|
2953
|
-
"trajectoriesview.ZeroEntries": "0 entries",
|
|
2954
2972
|
"trajectoriesview.ZIPFolders": "ZIP (folders)",
|
|
2973
|
+
"trajectoriesview.ZeroEntries": "0 entries",
|
|
2955
2974
|
"trajectorydetailview.Copy": "Copy",
|
|
2956
2975
|
"trajectorydetailview.CopyToClipboard": "Copy to clipboard",
|
|
2957
2976
|
"trajectorydetailview.Cost": "Cost",
|
|
2958
2977
|
"trajectorydetailview.Data": "Data",
|
|
2959
2978
|
"trajectorydetailview.DecisionType": "Decision Type:",
|
|
2960
2979
|
"trajectorydetailview.InputUser": "Input (User)",
|
|
2961
|
-
"trajectorydetailview.lines": "lines",
|
|
2962
2980
|
"trajectorydetailview.LlmCalls": "{{count}} LLM calls",
|
|
2963
2981
|
"trajectorydetailview.LoadingDescription": "Pulling prompt, response, token, and metadata detail for the selected run.",
|
|
2964
2982
|
"trajectorydetailview.LoadingTrajectory": "Loading trajectory...",
|
|
@@ -2985,6 +3003,7 @@
|
|
|
2985
3003
|
"trajectorydetailview.TrajectoryNotFound": "Trajectory not found.",
|
|
2986
3004
|
"trajectorydetailview.UnableToLoad": "Unable to load trajectory",
|
|
2987
3005
|
"trajectorydetailview.Unavailable": "Trajectory unavailable",
|
|
3006
|
+
"trajectorydetailview.lines": "lines",
|
|
2988
3007
|
"triggers.cronError": "Invalid cron:",
|
|
2989
3008
|
"triggers.cronExample.every15min": "Every 15 min",
|
|
2990
3009
|
"triggers.cronExample.monthly": "Monthly 1st",
|
|
@@ -3003,23 +3022,23 @@
|
|
|
3003
3022
|
"triggers.workflowUnavailable": "No workflows available. Create one in the Workflows tab first.",
|
|
3004
3023
|
"triggersview.CronExpression5F": "Cron Expression (5-field)",
|
|
3005
3024
|
"triggersview.CronSchedule": "Cron Schedule",
|
|
3006
|
-
"triggersview.eGDailyDigestH": "e.g. Daily Digest, Heartbeat Check",
|
|
3007
3025
|
"triggersview.InjectAmpWakeIm": "Inject and Wake Immediately",
|
|
3008
3026
|
"triggersview.Instructions": "Instructions",
|
|
3009
3027
|
"triggersview.LastRun": "Last run",
|
|
3010
3028
|
"triggersview.MaxRunsOptional": "Max Runs (optional)",
|
|
3011
|
-
"triggersview.minuteHourDayMont": "minute hour day month weekday — e.g. \"0 9 * * 1-5\" = weekdays at\n 9am",
|
|
3012
3029
|
"triggersview.NoRunsRecordedYet": "No runs recorded yet.",
|
|
3013
3030
|
"triggersview.OneTime": "One-time",
|
|
3014
3031
|
"triggersview.QueueForNextCycle": "Queue for next cycle",
|
|
3015
3032
|
"triggersview.RepeatingInterval": "Repeating Interval",
|
|
3016
3033
|
"triggersview.RunHistory": "Run History",
|
|
3017
3034
|
"triggersview.RunNow": "Run now",
|
|
3018
|
-
"triggersview.ScheduledTimeISO": "Scheduled Time (ISO)",
|
|
3019
3035
|
"triggersview.ScheduleType": "Schedule Type",
|
|
3036
|
+
"triggersview.ScheduledTimeISO": "Scheduled Time (ISO)",
|
|
3020
3037
|
"triggersview.StartEnabled": "Start enabled",
|
|
3021
3038
|
"triggersview.WakeMode": "Wake Mode",
|
|
3022
3039
|
"triggersview.WhatShouldTheAgen": "What should the agent do when this trigger fires?",
|
|
3040
|
+
"triggersview.eGDailyDigestH": "e.g. Daily Digest, Heartbeat Check",
|
|
3041
|
+
"triggersview.minuteHourDayMont": "minute hour day month weekday — e.g. \"0 9 * * 1-5\" = weekdays at\n 9am",
|
|
3023
3042
|
"ui-renderer.Larr": "←",
|
|
3024
3043
|
"ui-renderer.Rarr": "→",
|
|
3025
3044
|
"ui-renderer.UnknownComponent": "Unknown component:",
|
|
@@ -3027,7 +3046,6 @@
|
|
|
3027
3046
|
"vectorbrowserview.3D": "3D",
|
|
3028
3047
|
"vectorbrowserview.Content": "Content",
|
|
3029
3048
|
"vectorbrowserview.DatabaseConnectionError": "Cannot connect to database. Make sure the agent is running.",
|
|
3030
|
-
"vectorbrowserview.dimensions": "dimensions",
|
|
3031
3049
|
"vectorbrowserview.DimensionsEmbeddings": "{dimensions}D embeddings",
|
|
3032
3050
|
"vectorbrowserview.Embedding": "Embedding",
|
|
3033
3051
|
"vectorbrowserview.Entity": "Entity",
|
|
@@ -3041,7 +3059,6 @@
|
|
|
3041
3059
|
"vectorbrowserview.Loading": "loading...",
|
|
3042
3060
|
"vectorbrowserview.LoadingEmbeddings": "Loading embeddings...",
|
|
3043
3061
|
"vectorbrowserview.LoadingMemories": "Loading memories...",
|
|
3044
|
-
"vectorbrowserview.memories": "memories",
|
|
3045
3062
|
"vectorbrowserview.MemoryCount": "{{count}} memories",
|
|
3046
3063
|
"vectorbrowserview.MemoryDetail": "Memory Detail",
|
|
3047
3064
|
"vectorbrowserview.MemorySelectionHint": "Select a memory from the sidebar to inspect its content, metadata, and embedding values.",
|
|
@@ -3049,9 +3066,9 @@
|
|
|
3049
3066
|
"vectorbrowserview.NeedAtLeast2Memo": "Need at least 2 memories with embedding data. Found",
|
|
3050
3067
|
"vectorbrowserview.NoMemoryRecordsDetected": "No memory records detected in the database.",
|
|
3051
3068
|
"vectorbrowserview.NoRecordsMatchSearchQuery": "No records match your search query.",
|
|
3069
|
+
"vectorbrowserview.NoTimestamp": "No timestamp",
|
|
3052
3070
|
"vectorbrowserview.NotEnoughEmbedding": "Not enough embeddings for graph view",
|
|
3053
3071
|
"vectorbrowserview.NotEnoughEmbedding1": "Not enough embeddings for visualization",
|
|
3054
|
-
"vectorbrowserview.NoTimestamp": "No timestamp",
|
|
3055
3072
|
"vectorbrowserview.Page": "Page",
|
|
3056
3073
|
"vectorbrowserview.RawRecord": "Raw Record",
|
|
3057
3074
|
"vectorbrowserview.RendererUnavailable": "3D view unavailable in this environment.",
|
|
@@ -3061,16 +3078,18 @@
|
|
|
3061
3078
|
"vectorbrowserview.SearchContent": "Search content...",
|
|
3062
3079
|
"vectorbrowserview.SelectPointHint": "Select a point from the viewer to inspect its full record on the right.",
|
|
3063
3080
|
"vectorbrowserview.StartTheAgentToB": "Start the agent to browse vectors.",
|
|
3064
|
-
"vectorbrowserview.unique": "unique",
|
|
3065
3081
|
"vectorbrowserview.Unique": "Unique",
|
|
3082
|
+
"vectorbrowserview.dimensions": "dimensions",
|
|
3083
|
+
"vectorbrowserview.memories": "memories",
|
|
3084
|
+
"vectorbrowserview.unique": "unique",
|
|
3066
3085
|
"vectorbrowserview.vectorsProjectedTo": "vectors projected to 2D via PCA — click a point\n to view details",
|
|
3067
3086
|
"vectorbrowserview.vectorsProjectedTo1": "vectors projected to 2D",
|
|
3068
3087
|
"vincent.connect": "Connect Vincent",
|
|
3069
3088
|
"vincent.connectDescription": "Connect your Vincent account to enable DeFi vault management.",
|
|
3070
|
-
"vincent.connected": "Vincent Connected",
|
|
3071
|
-
"vincent.connectedSince": "Connected since",
|
|
3072
3089
|
"vincent.connectPrompt": "Connect your Vincent account to get started",
|
|
3073
3090
|
"vincent.connectPromptDetail": "Once connected, you'll see your vault health, trading strategy, P&L analytics, and transaction history here.",
|
|
3091
|
+
"vincent.connected": "Vincent Connected",
|
|
3092
|
+
"vincent.connectedSince": "Connected since",
|
|
3074
3093
|
"vincent.disconnected": "Vincent disconnected",
|
|
3075
3094
|
"vincent.loginTimeout": "Login timed out. Close the auth window and try again.",
|
|
3076
3095
|
"voice.gender.female": "Female",
|
|
@@ -3099,20 +3118,16 @@
|
|
|
3099
3118
|
"voice.provider.elevenlabs.hint": "High quality, realistic voices",
|
|
3100
3119
|
"voice.refreshTalkMode": "Refresh Talk Mode",
|
|
3101
3120
|
"voice.startStopTalkMode": "Start/Stop Talk Mode",
|
|
3121
|
+
"voiceconfigview.APISource": "API Source",
|
|
3102
3122
|
"voiceconfigview.ActionFailed": "Talk mode action failed.",
|
|
3103
3123
|
"voiceconfigview.AddTrigger": "Add trigger…",
|
|
3104
|
-
"voiceconfigview.APISource": "API Source",
|
|
3105
3124
|
"voiceconfigview.DesktopTalkMode": "Desktop Talk Mode",
|
|
3106
3125
|
"voiceconfigview.DesktopTalkModeDesktopOnly": "Desktop talk mode controls are only available inside the Electrobun runtime.",
|
|
3107
3126
|
"voiceconfigview.DisableWakeWord": "Disable wake word",
|
|
3108
3127
|
"voiceconfigview.EdgeTTSUsesMicros": "Edge TTS uses Microsoft voices built into the platform.",
|
|
3109
|
-
"voiceconfigview.elevenlabsIo": "elevenlabs.io",
|
|
3110
3128
|
"voiceconfigview.EnableWakeWord": "Enable wake word",
|
|
3111
3129
|
"voiceconfigview.FastPathDefaultE": "Fast-path default ElevenLabs model: ",
|
|
3112
3130
|
"voiceconfigview.GetYourKeyAt": "Get your key at",
|
|
3113
|
-
"voiceconfigview.hintAccurate": "(accurate)",
|
|
3114
|
-
"voiceconfigview.hintFaster": "(faster)",
|
|
3115
|
-
"voiceconfigview.hintRecommended": "(recommended)",
|
|
3116
3131
|
"voiceconfigview.LoadingVoiceConfig": "Loading voice configuration...",
|
|
3117
3132
|
"voiceconfigview.LowerMoreSensiti": "Lower = more sensitive (shorter gap required after wake word)",
|
|
3118
3133
|
"voiceconfigview.Microphone": "Microphone",
|
|
@@ -3124,27 +3139,31 @@
|
|
|
3124
3139
|
"voiceconfigview.RequiresApiKey": "Requires API key",
|
|
3125
3140
|
"voiceconfigview.ServedViaElizaCloud": "served via Eliza Cloud",
|
|
3126
3141
|
"voiceconfigview.SimpleVoiceUsesYo": "Simple Voice uses your system defaults and does not require an external API key.",
|
|
3127
|
-
"voiceconfigview.Speaking": "Speaking",
|
|
3128
3142
|
"voiceconfigview.SpeakTestPhrase": "Speak Test Phrase",
|
|
3143
|
+
"voiceconfigview.Speaking": "Speaking",
|
|
3129
3144
|
"voiceconfigview.SpeechRequested": "Speech requested.",
|
|
3130
3145
|
"voiceconfigview.StartTalkMode": "Start Talk Mode",
|
|
3131
3146
|
"voiceconfigview.State": "State",
|
|
3132
|
-
"voiceconfigview.StoppedCurrentSpeechOutput": "Stopped current speech output.",
|
|
3133
3147
|
"voiceconfigview.StopSpeaking": "Stop Speaking",
|
|
3134
3148
|
"voiceconfigview.StopTalkMode": "Stop Talk Mode",
|
|
3149
|
+
"voiceconfigview.StoppedCurrentSpeechOutput": "Stopped current speech output.",
|
|
3150
|
+
"voiceconfigview.TTSProvider": "TTS Provider",
|
|
3135
3151
|
"voiceconfigview.TalkModeDescription": "Native voice loop controls, speech output, and whisper diagnostics.",
|
|
3136
3152
|
"voiceconfigview.TalkModeStarted": "Talk mode started.",
|
|
3137
3153
|
"voiceconfigview.TalkModeStateRefreshed": "Talk mode state refreshed.",
|
|
3138
3154
|
"voiceconfigview.TalkModeStatusUnavailable": "Talk mode status unavailable.",
|
|
3139
3155
|
"voiceconfigview.TalkModeStopped": "Talk mode stopped.",
|
|
3140
3156
|
"voiceconfigview.TalkModeUnavailable": "Talk mode unavailable.",
|
|
3141
|
-
"voiceconfigview.testPhrase": "Hello from {{appName}} desktop talk mode.",
|
|
3142
3157
|
"voiceconfigview.TestVoice": "Test {{name}}",
|
|
3143
3158
|
"voiceconfigview.Triggers": "Triggers",
|
|
3144
|
-
"voiceconfigview.TTSProvider": "TTS Provider",
|
|
3145
3159
|
"voiceconfigview.WakeSensitivity": "Wake sensitivity",
|
|
3146
3160
|
"voiceconfigview.WakeWord": "Wake Word",
|
|
3147
3161
|
"voiceconfigview.Whisper": "Whisper",
|
|
3162
|
+
"voiceconfigview.elevenlabsIo": "elevenlabs.io",
|
|
3163
|
+
"voiceconfigview.hintAccurate": "(accurate)",
|
|
3164
|
+
"voiceconfigview.hintFaster": "(faster)",
|
|
3165
|
+
"voiceconfigview.hintRecommended": "(recommended)",
|
|
3166
|
+
"voiceconfigview.testPhrase": "Hello from {{appName}} desktop talk mode.",
|
|
3148
3167
|
"wallet.addressCopied": "Address copied.",
|
|
3149
3168
|
"wallet.advancedSetup": "Advanced wallet setup",
|
|
3150
3169
|
"wallet.copyEvmAddress": "Copy EVM address",
|
|
@@ -3177,7 +3196,6 @@
|
|
|
3177
3196
|
"wallet.sortDescending": "Descending",
|
|
3178
3197
|
"wallet.table.token": "Token",
|
|
3179
3198
|
"wallet.tokenRemovedManual": "Token removed from watchlist.",
|
|
3180
|
-
"whatsappqroverlay.andSelect": "and select",
|
|
3181
3199
|
"whatsappqroverlay.ConnectWhatsApp": "Connect WhatsApp",
|
|
3182
3200
|
"whatsappqroverlay.GeneratingQR": "Generating QR...",
|
|
3183
3201
|
"whatsappqroverlay.LinkADevice": "Link a Device",
|
|
@@ -3191,6 +3209,7 @@
|
|
|
3191
3209
|
"whatsappqroverlay.Tap": "Tap",
|
|
3192
3210
|
"whatsappqroverlay.TryAgain": "Try Again",
|
|
3193
3211
|
"whatsappqroverlay.UsesAnUnofficialW": "Uses an unofficial WhatsApp API. Use a dedicated phone number.",
|
|
3212
|
+
"whatsappqroverlay.andSelect": "and select",
|
|
3194
3213
|
"workflowGraph.ariaLabel": "Workflow graph with {{nodeCount}} nodes and {{edgeCount}} connections",
|
|
3195
3214
|
"workflowGraph.buildingWorkflow": "Building workflow...",
|
|
3196
3215
|
"workflowGraph.builtToast": "Workflow built",
|