openmates 0.12.0-alpha.17 → 0.12.0-alpha.18

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.
@@ -26291,6 +26291,9 @@ Only output the final Markdown table. Do NOT include explanations, notes, or any
26291
26291
  anonymous_free_usage: {
26292
26292
  feature_notice: {
26293
26293
  text: "You are using free anonymous credits. File uploads, memories, chat sync, and some other features require creating an account."
26294
+ },
26295
+ daily_credits_exhausted: {
26296
+ text: "You used up your free daily credits. Sign up & buy credits to make full use of OpenMates."
26294
26297
  }
26295
26298
  },
26296
26299
  interactive_question_failed: {
@@ -27965,6 +27968,44 @@ Only output the final Markdown table. Do NOT include explanations, notes, or any
27965
27968
  account_created_second_login_info: {
27966
27969
  text: "If you signed up with a passkey, add password plus 2FA as a backup. If you signed up with password plus 2FA, add a passkey for faster secure login."
27967
27970
  },
27971
+ existing_account: {
27972
+ subject: {
27973
+ text: "An OpenMates account already exists for this email"
27974
+ },
27975
+ title: {
27976
+ text: "An account with your email already exists"
27977
+ },
27978
+ intro: {
27979
+ text: "Someone tried to create a new OpenMates account with this email address, but this email is already connected to an existing account."
27980
+ },
27981
+ saved_logins_title: {
27982
+ text: "Check your saved logins"
27983
+ },
27984
+ saved_logins_body: {
27985
+ text: "Your browser, password manager, or device may already have the login saved. Look for OpenMates in saved passwords or passkeys before creating a new account."
27986
+ },
27987
+ login_methods_title: {
27988
+ text: "Try your login methods"
27989
+ },
27990
+ login_methods_body: {
27991
+ text: "You can log in with a passkey, or with your password plus 2FA. If you set up backup codes, keep them ready for the 2FA step."
27992
+ },
27993
+ login_button: {
27994
+ text: "Log in to OpenMates"
27995
+ },
27996
+ recovery_key_title: {
27997
+ text: "Have your recovery key?"
27998
+ },
27999
+ recovery_key_body: {
28000
+ text: "If you do not remember your password or passkey but still have your recovery key, use recovery key login. It preserves your encrypted chats and account data."
28001
+ },
28002
+ recovery_button: {
28003
+ text: "Open login and use recovery key"
28004
+ },
28005
+ reset_warning: {
28006
+ text: "If you lost every login method and your recovery key, account reset is the last resort. Because OpenMates encrypts your data, resetting the account can permanently delete encrypted chats, memories, app settings, embeds, passkeys, and API keys."
28007
+ }
28008
+ },
27968
28009
  password_security_reminder: {
27969
28010
  subject: {
27970
28011
  text: "Action needed to secure your OpenMates account"
@@ -37693,7 +37734,7 @@ As of mid-2026, the severe supply shocks from the 2024\u20132025 avian flu have
37693
37734
  text: "Incognito"
37694
37735
  },
37695
37736
  learning_mode: {
37696
- text: "Learning Mode"
37737
+ text: "Learning"
37697
37738
  },
37698
37739
  learning_mode_active: {
37699
37740
  text: "Active for all chats on this account"
@@ -37725,6 +37766,57 @@ As of mid-2026, the severe supply shocks from the 2024\u20132025 avian flu have
37725
37766
  learning_mode_invalid_age_group: {
37726
37767
  text: "Invalid age group. Use under_10, 10_12, 13_15, 16_18, or adult."
37727
37768
  },
37769
+ learning_mode_enable_description: {
37770
+ text: "Choose the learner age group and set a passcode. Learning Mode will apply to every chat on this account."
37771
+ },
37772
+ learning_mode_disable_description: {
37773
+ text: "Enter the Learning Mode passcode to turn it off for this account."
37774
+ },
37775
+ learning_mode_active_detail: {
37776
+ text: "Learning Mode is active for every chat on this account. Answers stay teaching-first and selected tools are restricted."
37777
+ },
37778
+ learning_mode_inactive_detail: {
37779
+ text: "When enabled, OpenMates guides the learner step by step instead of giving complete answers."
37780
+ },
37781
+ learning_mode_age_group_label: {
37782
+ text: "Learner age group"
37783
+ },
37784
+ learning_mode_age_under_10: {
37785
+ text: "Under 10"
37786
+ },
37787
+ learning_mode_age_10_12: {
37788
+ text: "10 to 12"
37789
+ },
37790
+ learning_mode_age_13_15: {
37791
+ text: "13 to 15"
37792
+ },
37793
+ learning_mode_age_16_18: {
37794
+ text: "16 to 18"
37795
+ },
37796
+ learning_mode_age_adult: {
37797
+ text: "Adult"
37798
+ },
37799
+ learning_mode_enable_passcode_label: {
37800
+ text: "Set passcode"
37801
+ },
37802
+ learning_mode_disable_passcode_label: {
37803
+ text: "Enter passcode"
37804
+ },
37805
+ learning_mode_enable_passcode_placeholder: {
37806
+ text: "Create a passcode"
37807
+ },
37808
+ learning_mode_disable_passcode_placeholder: {
37809
+ text: "Learning Mode passcode"
37810
+ },
37811
+ learning_mode_passcode_required: {
37812
+ text: "Enter a passcode to continue."
37813
+ },
37814
+ learning_mode_enable_button: {
37815
+ text: "Start Learning Mode"
37816
+ },
37817
+ learning_mode_disable_button: {
37818
+ text: "Turn off Learning Mode"
37819
+ },
37728
37820
  incognito_explainer_description: {
37729
37821
  text: "Incognito mode applies only to new chats you create. New chats created while incognito mode is active are not synced across devices, not stored on the server, and not cached. These chats exist only in your current browser session. Existing chats remain unchanged."
37730
37822
  },
package/dist/cli.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getExtForLang,
4
4
  serializeToYaml
5
- } from "./chunk-OSMG5HH3.js";
5
+ } from "./chunk-L5U4RDFT.js";
6
6
  import "./chunk-AXNRPVLE.js";
7
7
  export {
8
8
  getExtForLang,
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  deriveAppUrl,
10
10
  getExtForLang,
11
11
  serializeToYaml
12
- } from "./chunk-OSMG5HH3.js";
12
+ } from "./chunk-L5U4RDFT.js";
13
13
  import "./chunk-AXNRPVLE.js";
14
14
  export {
15
15
  ASSISTANT_FEEDBACK_REPORT_TITLE,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openmates",
3
- "version": "0.12.0-alpha.17",
3
+ "version": "0.12.0-alpha.18",
4
4
  "description": "OpenMates CLI and SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",