klaudius 0.32.4 → 0.33.0
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.
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import{appendFileSync as H}from"fs";import{tmpdir as ie}from"os";import{join as re}from"path";var
|
|
1
|
+
import{appendFileSync as H}from"fs";import{tmpdir as ie}from"os";import{join as re}from"path";var x=re(ie(),"klaudius-wizard-debug.log"),le=process.env.KLAUDIUS_WIZARD_DEBUG==="1",K=!1;function C(e,a){if(le)try{K||(K=!0,H(x,`
|
|
2
2
|
=== klaudius wizard debug session \u2014 ${new Date().toISOString()} ===
|
|
3
3
|
node ${process.version}, platform ${process.platform}, tty=${process.stdin.isTTY}
|
|
4
|
-
`));let t=`${Date.now()} `,n=a===void 0?"":" "+JSON.stringify(a,null,0).slice(0,400);H(
|
|
5
|
-
`)}catch{}}var L=
|
|
6
|
-
`).slice(0,8).join(" | ")}),e(a)})}import{execFileSync as ue}from"child_process";import{readFileSync as de}from"fs";import{homedir as ce}from"os";import{join as ge}from"path";function
|
|
4
|
+
`));let t=`${Date.now()} `,n=a===void 0?"":" "+JSON.stringify(a,null,0).slice(0,400);H(x,t+e+n+`
|
|
5
|
+
`)}catch{}}var L=x,F=!1;function R(){if(F)return;F=!0;let e=process.exit.bind(process);process.exit=(a=>{let t=new Error("process.exit called").stack??"(no stack)";return C("process.exit called",{code:a,stack:t.split(`
|
|
6
|
+
`).slice(0,8).join(" | ")}),e(a)})}import{execFileSync as ue}from"child_process";import{readFileSync as de}from"fs";import{homedir as ce}from"os";import{join as ge}from"path";function G(){let e=he();if(e){if(e.includes("max_20x"))return"claude-max-20x";if(e.includes("max_5x"))return"claude-max-5x";if(e.includes("pro"))return"claude-pro"}}function he(){let e=process.env.KLAUDIUS_PLAN_TIER;if(e!==void 0)return e||void 0;let a=t=>{try{let n=JSON.parse(t).claudeAiOauth;return typeof n?.rateLimitTier=="string"?n.rateLimitTier:void 0}catch{return}};try{let t=a(de(ge(ce(),".claude",".credentials.json"),"utf-8"));if(t)return t}catch{}if(process.platform==="darwin")try{return a(ue("security",["find-generic-password","-s","Claude Code-credentials","-w"],{encoding:"utf-8",timeout:3e3}))}catch{return}}function ua(e){if(!e)return;let a=e.toLowerCase();for(let[t,n]of Object.entries(v))if(n.smtpHost===a||n.altHostSets?.some(i=>i.smtpHost===a))return t}function da(e,a,t){if(e==="custom")return[];if(!Object.hasOwn(v,e))return[];let n=v[e];return[{label:`standard ${n.label}`,smtpHost:n.smtpHost,imapHost:n.imapHost},...n.altHostSets??[]].filter(o=>!(o.smtpHost===a&&o.imapHost===t))}var v={gmail:{label:"Gmail",smtpHost:"smtp.gmail.com",smtpPort:587,imapHost:"imap.gmail.com",imapPort:993,sentFolder:"[Gmail]/Sent Mail",inboxFolder:"INBOX",draftsFolder:"[Gmail]/Drafts",appPasswordHelp:`Generate at https://myaccount.google.com/apppasswords
|
|
7
7
|
(2-step verification must be enabled on your Google account first;
|
|
8
8
|
Google won't accept your normal account password from third-party apps).`},outlook:{label:"Outlook / Microsoft 365",smtpHost:"smtp-mail.outlook.com",smtpPort:587,imapHost:"outlook.office365.com",imapPort:993,sentFolder:"Sent Items",inboxFolder:"INBOX",draftsFolder:"Drafts",oauthOnly:!0,appPasswordHelp:`Outlook / Microsoft 365 mailboxes don't use passwords with Klaudius \u2014
|
|
9
9
|
Microsoft retired app-password access. Connect with the one-time
|
|
@@ -54,26 +54,28 @@ login, so the server isn't the problem. In Titan webmail, check:
|
|
|
54
54
|
\u2022 Two-Factor Authentication is turned OFF (Titan blocks third-party
|
|
55
55
|
access entirely while 2FA is on)
|
|
56
56
|
\u2022 The password is your normal Titan mailbox password (there are no
|
|
57
|
-
app passwords on Titan).`}},
|
|
57
|
+
app passwords on Titan).`}},_=`Check your provider's security settings for what SMTP/IMAP expects:
|
|
58
58
|
many providers require a generated app-specific password, while some
|
|
59
59
|
(e.g. IONOS, Titan) just use your normal mailbox password. If your
|
|
60
60
|
provider offers app passwords, prefer one \u2014 it's revocable on its own
|
|
61
|
-
and doesn't expose your account login.`;import pe from"react";import{render as me}from"ink";var ye=new Set(["claude-pro","codex-plus"]);function U(e){return e&&ye.has(e)?"off":"on"}var
|
|
62
|
-
Please share that file so we can trace what happened.`);return n}function P(e){if(!(e instanceof Error))return String(e);let a=e.cause;if(!a||!(a instanceof Error))return e.message;let t=a.code,n=a.message;return t&&n&&n!==t?`${e.message} (${t}: ${n})`:t?`${e.message} (${t})`:n?`${e.message} (${n})`:e.message}async function B(e){let a;try{let o=await fetch(`https://api.telegram.org/bot${encodeURIComponent(e.botToken)}/getUpdates`);if(a=await o.json(),!a.ok){let s=a.description??`HTTP ${o.status}`;if(/webhook/i.test(s))return{ok:!1,reason:"webhook_set",message:"This bot has a webhook set: another app already receives its messages, so Telegram won't show them to Klaudius."};if(/terminated by other getUpdates/i.test(s))return{ok:!1,reason:"conflict",message:`Telegram says another app is already polling this bot: ${s}.`};let r=a.error_code??o.status;return r===429||r>=500?{ok:!1,reason:"busy",message:`Telegram couldn't answer just now: ${s}.`}:{ok:!1,reason:"bad_token",message:`Telegram rejected the bot token: ${s}. Double-check the token from @BotFather.`}}}catch(o){return{ok:!1,reason:"network",message:`Could not reach Telegram: ${P(o)}`}}let t=a.result??[];if(t.length===0)return{ok:!1,reason:"no_messages",message:"No messages yet. Send your bot a regular text message in Telegram, then retry."};let n=t[t.length-1],i=n?.message?.chat?.id??n?.edited_message?.chat?.id??n?.channel_post?.chat?.id;return i===void 0?{ok:!1,reason:"no_messages",message:"Got an update from Telegram but couldn't find a chat ID in it. Send another text message and retry."}:{ok:!0,chatId:String(i)}}async function fe(e){try{let a=await fetch(`https://api.telegram.org/bot${encodeURIComponent(e.botToken)}/getMe`),t=await a.json();return t.ok?{ok:!0,botHandle:t.result?.username?`@${t.result.username}`:t.result?.first_name}:{ok:!1,failedAt:"token",message:`Telegram rejected the bot token: ${t.description??`HTTP ${a.status}`}. Generate a new token by messaging @BotFather \u2192 /mytoken or /newbot.`}}catch(a){return{ok:!1,failedAt:"token",message:`Could not reach Telegram: ${P(a)}`}}}async function ka(e){let a=await fe({botToken:e.botToken});if(!a.ok)return a;let t=a.botHandle;try{let n=await fetch(`https://api.telegram.org/bot${encodeURIComponent(e.botToken)}/sendMessage`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({chat_id:e.chatId,text:"\u2713 Klaudius connected. You'll get a notification here whenever outreach lands or a candidate replies. (You can ignore this setup message.)",disable_notification:!0})}),i=await n.json();if(!i.ok){let o=i.description??`HTTP ${n.status}`,s="";return/chat not found/i.test(o)?s=" The chat_id is wrong, or the bot hasn't been added to that chat yet. If it's a group, you must add the bot to the group first; then send /start to it.":(/bot was blocked/i.test(o)||/forbidden/i.test(o))&&(s=" The bot has been blocked by the chat, or never received a /start. Open Telegram, find your bot, and send /start to wake it up."),{ok:!1,failedAt:"chat",botHandle:t,message:`Telegram delivered the bot token check but couldn't send to chat_id ${e.chatId}: ${o}.${s}`}}}catch(n){return{ok:!1,failedAt:"chat",botHandle:t,message:`Could not reach Telegram for chat_id check: ${P(n)}`}}return{ok:!0,botHandle:t}}function D(e){let a=e.trim();if(a.length===0)return"Required \u2014 without this Klaudius can't deploy generated sites";if(a.startsWith("http://")||a.startsWith("https://"))return"This is the SSH destination, not a URL \u2014 e.g. deploy@yourvps:/var/www/klaudius-sites";if(/^[A-Za-z]:[\\/]/.test(a))return"That's a local Windows path \u2014 the target must be a remote SSH destination like user@host:/path";if(!/^[^\s:]+:\/?.+/.test(a))return"Should look like user@host:/path (an SSH destination)"}function z(e){let a=e.trim();if(a.length===0)return"Required \u2014 outreach links every pitch to the live site URL";if(!/^https?:\/\//.test(a))return"Must start with https:// (or http://)";if(!a.includes("{slug}"))return"Must contain {slug} \u2014 it's replaced with each client's slug";if(!(a.replace(/^https?:\/\//,"").split("/")[0]??"").includes("{slug}"))return"{slug} must be in the hostname (e.g. https://{slug}.sites.example.com) \u2014 a path like /sites/{slug} breaks static-export asset links"}var be=[{country:"the United Kingdom",code:"GB",language:"English",langCode:"en",aliases:["uk","united kingdom","great britain","britain","england","scotland","wales","northern ireland"]},{country:"Ireland",code:"IE",language:"English",langCode:"en"},{country:"France",code:"FR",language:"French",langCode:"fr"},{country:"Germany",code:"DE",language:"German",langCode:"de",aliases:["deutschland"]},{country:"Austria",code:"AT",language:"German",langCode:"de",aliases:["\xF6sterreich","osterreich"]},{country:"Switzerland",code:"CH",language:"German",langCode:"de",aliases:["schweiz","suisse","svizzera"]},{country:"Liechtenstein",code:"LI",language:"German",langCode:"de"},{country:"Luxembourg",code:"LU",language:"French",langCode:"fr",aliases:["l\xEBtzebuerg"]},{country:"the Netherlands",code:"NL",language:"Dutch",langCode:"nl",aliases:["netherlands","holland","nederland"]},{country:"Belgium",code:"BE",language:"Dutch",langCode:"nl",aliases:["belgi\xEB","belgique"]},{country:"Monaco",code:"MC",language:"French",langCode:"fr"},{country:"Andorra",code:"AD",language:"Catalan",langCode:"ca"},{country:"Italy",code:"IT",language:"Italian",langCode:"it",aliases:["italia"]},{country:"Spain",code:"ES",language:"Spanish",langCode:"es",aliases:["espa\xF1a","espana"]},{country:"Portugal",code:"PT",language:"Portuguese",langCode:"pt"},{country:"Malta",code:"MT",language:"English",langCode:"en"},{country:"San Marino",code:"SM",language:"Italian",langCode:"it"},{country:"Vatican City",code:"VA",language:"Italian",langCode:"it",aliases:["the vatican","holy see"]},{country:"Sweden",code:"SE",language:"Swedish",langCode:"sv",aliases:["sverige"]},{country:"Norway",code:"NO",language:"Norwegian",langCode:"no",aliases:["norge"]},{country:"Denmark",code:"DK",language:"Danish",langCode:"da",aliases:["danmark"]},{country:"Finland",code:"FI",language:"Finnish",langCode:"fi",aliases:["suomi"]},{country:"Iceland",code:"IS",language:"Icelandic",langCode:"is",aliases:["\xEDsland"]},{country:"Poland",code:"PL",language:"Polish",langCode:"pl",aliases:["polska"]},{country:"Czech Republic",code:"CZ",language:"Czech",langCode:"cs",aliases:["czechia","\u010Desko"]},{country:"Slovakia",code:"SK",language:"Slovak",langCode:"sk",aliases:["slovensko"]},{country:"Hungary",code:"HU",language:"Hungarian",langCode:"hu",aliases:["magyarorsz\xE1g"]},{country:"Slovenia",code:"SI",language:"Slovenian",langCode:"sl",aliases:["slovenija"]},{country:"Croatia",code:"HR",language:"Croatian",langCode:"hr",aliases:["hrvatska"]},{country:"Bosnia and Herzegovina",code:"BA",language:"Bosnian",langCode:"bs",aliases:["bosnia"]},{country:"Serbia",code:"RS",language:"Serbian",langCode:"sr",aliases:["srbija"]},{country:"Montenegro",code:"ME",language:"Montenegrin",langCode:"sr",aliases:["crna gora"]},{country:"Kosovo",code:"XK",language:"Albanian",langCode:"sq"},{country:"North Macedonia",code:"MK",language:"Macedonian",langCode:"mk",aliases:["macedonia"]},{country:"Albania",code:"AL",language:"Albanian",langCode:"sq",aliases:["shqip\xEBria"]},{country:"Bulgaria",code:"BG",language:"Bulgarian",langCode:"bg"},{country:"Romania",code:"RO",language:"Romanian",langCode:"ro",aliases:["rom\xE2nia"]},{country:"Moldova",code:"MD",language:"Romanian",langCode:"ro"},{country:"Greece",code:"GR",language:"Greek",langCode:"el",aliases:["\u03B5\u03BB\u03BB\u03AC\u03B4\u03B1"]},{country:"Cyprus",code:"CY",language:"Greek",langCode:"el"},{country:"Russia",code:"RU",language:"Russian",langCode:"ru",aliases:["\u0440\u043E\u0441\u0441\u0438\u044F"]},{country:"Ukraine",code:"UA",language:"Ukrainian",langCode:"uk",aliases:["\u0443\u043A\u0440\u0430\u0457\u043D\u0430"]},{country:"Belarus",code:"BY",language:"Belarusian",langCode:"be"},{country:"Estonia",code:"EE",language:"Estonian",langCode:"et",aliases:["eesti"]},{country:"Latvia",code:"LV",language:"Latvian",langCode:"lv",aliases:["latvija"]},{country:"Lithuania",code:"LT",language:"Lithuanian",langCode:"lt",aliases:["lietuva"]},{country:"Turkey",code:"TR",language:"Turkish",langCode:"tr",aliases:["t\xFCrkiye","turkiye"]},{country:"Armenia",code:"AM",language:"Armenian",langCode:"hy"},{country:"Azerbaijan",code:"AZ",language:"Azerbaijani",langCode:"az",aliases:["az\u0259rbaycan"]},{country:"Georgia",code:"GE",language:"Georgian",langCode:"ka",aliases:["\u10E1\u10D0\u10E5\u10D0\u10E0\u10D7\u10D5\u10D4\u10DA\u10DD"]},{country:"Israel",code:"IL",language:"Hebrew",langCode:"he"},{country:"Palestine",code:"PS",language:"Arabic",langCode:"ar"},{country:"Lebanon",code:"LB",language:"Arabic",langCode:"ar"},{country:"Syria",code:"SY",language:"Arabic",langCode:"ar"},{country:"Jordan",code:"JO",language:"Arabic",langCode:"ar"},{country:"Iraq",code:"IQ",language:"Arabic",langCode:"ar"},{country:"Iran",code:"IR",language:"Persian",langCode:"fa",aliases:["islamic republic of iran"]},{country:"Saudi Arabia",code:"SA",language:"Arabic",langCode:"ar"},{country:"Yemen",code:"YE",language:"Arabic",langCode:"ar"},{country:"Oman",code:"OM",language:"Arabic",langCode:"ar"},{country:"the United Arab Emirates",code:"AE",language:"English",langCode:"en",aliases:["uae","united arab emirates","dubai","abu dhabi"]},{country:"Qatar",code:"QA",language:"Arabic",langCode:"ar"},{country:"Bahrain",code:"BH",language:"Arabic",langCode:"ar"},{country:"Kuwait",code:"KW",language:"Arabic",langCode:"ar"},{country:"Kazakhstan",code:"KZ",language:"Kazakh",langCode:"kk"},{country:"Uzbekistan",code:"UZ",language:"Uzbek",langCode:"uz"},{country:"Kyrgyzstan",code:"KG",language:"Kyrgyz",langCode:"ky"},{country:"Turkmenistan",code:"TM",language:"Turkmen",langCode:"tk"},{country:"Tajikistan",code:"TJ",language:"Tajik",langCode:"tg"},{country:"Afghanistan",code:"AF",language:"Persian",langCode:"fa"},{country:"India",code:"IN",language:"English",langCode:"en"},{country:"Pakistan",code:"PK",language:"English",langCode:"en"},{country:"Bangladesh",code:"BD",language:"Bengali",langCode:"bn"},{country:"Sri Lanka",code:"LK",language:"English",langCode:"en"},{country:"Nepal",code:"NP",language:"Nepali",langCode:"ne"},{country:"Bhutan",code:"BT",language:"English",langCode:"en"},{country:"the Maldives",code:"MV",language:"English",langCode:"en",aliases:["maldives"]},{country:"China",code:"CN",language:"Chinese",langCode:"zh",aliases:["\u4E2D\u56FD","people's republic of china","prc"]},{country:"Hong Kong",code:"HK",language:"English",langCode:"en",aliases:["hk"]},{country:"Macao",code:"MO",language:"Chinese",langCode:"zh",aliases:["macau"]},{country:"Taiwan",code:"TW",language:"Chinese",langCode:"zh",aliases:["\u53F0\u7063","republic of china"]},{country:"Japan",code:"JP",language:"Japanese",langCode:"ja",aliases:["\u65E5\u672C"]},{country:"South Korea",code:"KR",language:"Korean",langCode:"ko",aliases:["korea","republic of korea"]},{country:"North Korea",code:"KP",language:"Korean",langCode:"ko",aliases:["dprk"]},{country:"Mongolia",code:"MN",language:"Mongolian",langCode:"mn"},{country:"Thailand",code:"TH",language:"Thai",langCode:"th"},{country:"Vietnam",code:"VN",language:"Vietnamese",langCode:"vi",aliases:["viet nam"]},{country:"Cambodia",code:"KH",language:"Khmer",langCode:"km"},{country:"Laos",code:"LA",language:"Lao",langCode:"lo"},{country:"Myanmar",code:"MM",language:"Burmese",langCode:"my",aliases:["burma"]},{country:"Malaysia",code:"MY",language:"Malay",langCode:"ms"},{country:"Singapore",code:"SG",language:"English",langCode:"en"},{country:"Brunei",code:"BN",language:"Malay",langCode:"ms",aliases:["brunei darussalam"]},{country:"Indonesia",code:"ID",language:"Indonesian",langCode:"id"},{country:"the Philippines",code:"PH",language:"English",langCode:"en",aliases:["philippines"]},{country:"Timor-Leste",code:"TL",language:"Portuguese",langCode:"pt",aliases:["east timor"]},{country:"the United States",code:"US",language:"English",langCode:"en",aliases:["us","usa","united states","united states of america","america","states"]},{country:"Canada",code:"CA",language:"English",langCode:"en"},{country:"Mexico",code:"MX",language:"Spanish",langCode:"es",aliases:["m\xE9xico"]},{country:"Guatemala",code:"GT",language:"Spanish",langCode:"es"},{country:"Belize",code:"BZ",language:"English",langCode:"en"},{country:"El Salvador",code:"SV",language:"Spanish",langCode:"es"},{country:"Honduras",code:"HN",language:"Spanish",langCode:"es"},{country:"Nicaragua",code:"NI",language:"Spanish",langCode:"es"},{country:"Costa Rica",code:"CR",language:"Spanish",langCode:"es"},{country:"Panama",code:"PA",language:"Spanish",langCode:"es",aliases:["panam\xE1"]},{country:"Cuba",code:"CU",language:"Spanish",langCode:"es"},{country:"the Dominican Republic",code:"DO",language:"Spanish",langCode:"es",aliases:["dominican republic"]},{country:"Haiti",code:"HT",language:"French",langCode:"fr"},{country:"Jamaica",code:"JM",language:"English",langCode:"en"},{country:"the Bahamas",code:"BS",language:"English",langCode:"en",aliases:["bahamas"]},{country:"Trinidad and Tobago",code:"TT",language:"English",langCode:"en"},{country:"Barbados",code:"BB",language:"English",langCode:"en"},{country:"Saint Lucia",code:"LC",language:"English",langCode:"en"},{country:"Saint Vincent and the Grenadines",code:"VC",language:"English",langCode:"en"},{country:"Grenada",code:"GD",language:"English",langCode:"en"},{country:"Dominica",code:"DM",language:"English",langCode:"en"},{country:"Saint Kitts and Nevis",code:"KN",language:"English",langCode:"en"},{country:"Antigua and Barbuda",code:"AG",language:"English",langCode:"en"},{country:"Puerto Rico",code:"PR",language:"Spanish",langCode:"es"},{country:"Brazil",code:"BR",language:"Portuguese",langCode:"pt",aliases:["brasil"]},{country:"Argentina",code:"AR",language:"Spanish",langCode:"es"},{country:"Colombia",code:"CO",language:"Spanish",langCode:"es"},{country:"Chile",code:"CL",language:"Spanish",langCode:"es"},{country:"Peru",code:"PE",language:"Spanish",langCode:"es",aliases:["per\xFA"]},{country:"Venezuela",code:"VE",language:"Spanish",langCode:"es"},{country:"Ecuador",code:"EC",language:"Spanish",langCode:"es"},{country:"Bolivia",code:"BO",language:"Spanish",langCode:"es"},{country:"Paraguay",code:"PY",language:"Spanish",langCode:"es"},{country:"Uruguay",code:"UY",language:"Spanish",langCode:"es"},{country:"Guyana",code:"GY",language:"English",langCode:"en"},{country:"Suriname",code:"SR",language:"Dutch",langCode:"nl"},{country:"Australia",code:"AU",language:"English",langCode:"en",aliases:["aus","oz"]},{country:"New Zealand",code:"NZ",language:"English",langCode:"en",aliases:["nz","aotearoa"]},{country:"Fiji",code:"FJ",language:"English",langCode:"en"},{country:"Papua New Guinea",code:"PG",language:"English",langCode:"en",aliases:["png"]},{country:"Samoa",code:"WS",language:"English",langCode:"en"},{country:"Tonga",code:"TO",language:"English",langCode:"en"},{country:"Vanuatu",code:"VU",language:"English",langCode:"en"},{country:"Solomon Islands",code:"SB",language:"English",langCode:"en"},{country:"Kiribati",code:"KI",language:"English",langCode:"en"},{country:"Tuvalu",code:"TV",language:"English",langCode:"en"},{country:"Nauru",code:"NR",language:"English",langCode:"en"},{country:"Palau",code:"PW",language:"English",langCode:"en"},{country:"the Marshall Islands",code:"MH",language:"English",langCode:"en",aliases:["marshall islands"]},{country:"Micronesia",code:"FM",language:"English",langCode:"en",aliases:["federated states of micronesia"]},{country:"Egypt",code:"EG",language:"Arabic",langCode:"ar"},{country:"Libya",code:"LY",language:"Arabic",langCode:"ar"},{country:"Tunisia",code:"TN",language:"Arabic",langCode:"ar"},{country:"Algeria",code:"DZ",language:"Arabic",langCode:"ar"},{country:"Morocco",code:"MA",language:"Arabic",langCode:"ar",aliases:["maroc"]},{country:"Sudan",code:"SD",language:"Arabic",langCode:"ar"},{country:"South Sudan",code:"SS",language:"English",langCode:"en"},{country:"Mauritania",code:"MR",language:"Arabic",langCode:"ar"},{country:"Nigeria",code:"NG",language:"English",langCode:"en"},{country:"Ghana",code:"GH",language:"English",langCode:"en"},{country:"Senegal",code:"SN",language:"French",langCode:"fr",aliases:["s\xE9n\xE9gal"]},{country:"C\xF4te d'Ivoire",code:"CI",language:"French",langCode:"fr",aliases:["ivory coast"]},{country:"Mali",code:"ML",language:"French",langCode:"fr"},{country:"Burkina Faso",code:"BF",language:"French",langCode:"fr"},{country:"Niger",code:"NE",language:"French",langCode:"fr"},{country:"Guinea",code:"GN",language:"French",langCode:"fr",aliases:["guin\xE9e"]},{country:"Guinea-Bissau",code:"GW",language:"Portuguese",langCode:"pt"},{country:"Sierra Leone",code:"SL",language:"English",langCode:"en"},{country:"Liberia",code:"LR",language:"English",langCode:"en"},{country:"the Gambia",code:"GM",language:"English",langCode:"en",aliases:["gambia"]},{country:"Cabo Verde",code:"CV",language:"Portuguese",langCode:"pt",aliases:["cape verde"]},{country:"Togo",code:"TG",language:"French",langCode:"fr"},{country:"Benin",code:"BJ",language:"French",langCode:"fr",aliases:["b\xE9nin"]},{country:"Cameroon",code:"CM",language:"French",langCode:"fr",aliases:["cameroun"]},{country:"the Central African Republic",code:"CF",language:"French",langCode:"fr",aliases:["central african republic","car"]},{country:"Chad",code:"TD",language:"French",langCode:"fr",aliases:["tchad"]},{country:"Equatorial Guinea",code:"GQ",language:"Spanish",langCode:"es"},{country:"Gabon",code:"GA",language:"French",langCode:"fr"},{country:"the Republic of the Congo",code:"CG",language:"French",langCode:"fr",aliases:["congo","republic of the congo","congo-brazzaville"]},{country:"the Democratic Republic of the Congo",code:"CD",language:"French",langCode:"fr",aliases:["dr congo","drc","democratic republic of the congo","congo-kinshasa","zaire"]},{country:"S\xE3o Tom\xE9 and Pr\xEDncipe",code:"ST",language:"Portuguese",langCode:"pt",aliases:["sao tome and principe","sao tome"]},{country:"Ethiopia",code:"ET",language:"Amharic",langCode:"am"},{country:"Eritrea",code:"ER",language:"Tigrinya",langCode:"ti"},{country:"Djibouti",code:"DJ",language:"French",langCode:"fr"},{country:"Somalia",code:"SO",language:"Somali",langCode:"so"},{country:"Kenya",code:"KE",language:"English",langCode:"en"},{country:"Uganda",code:"UG",language:"English",langCode:"en"},{country:"Tanzania",code:"TZ",language:"English",langCode:"en",aliases:["united republic of tanzania"]},{country:"Rwanda",code:"RW",language:"English",langCode:"en"},{country:"Burundi",code:"BI",language:"French",langCode:"fr"},{country:"Madagascar",code:"MG",language:"French",langCode:"fr"},{country:"Mauritius",code:"MU",language:"English",langCode:"en"},{country:"the Seychelles",code:"SC",language:"English",langCode:"en",aliases:["seychelles"]},{country:"Comoros",code:"KM",language:"French",langCode:"fr"},{country:"South Africa",code:"ZA",language:"English",langCode:"en",aliases:["sa"]},{country:"Namibia",code:"NA",language:"English",langCode:"en"},{country:"Botswana",code:"BW",language:"English",langCode:"en"},{country:"Zimbabwe",code:"ZW",language:"English",langCode:"en"},{country:"Zambia",code:"ZM",language:"English",langCode:"en"},{country:"Malawi",code:"MW",language:"English",langCode:"en"},{country:"Mozambique",code:"MZ",language:"Portuguese",langCode:"pt",aliases:["mo\xE7ambique"]},{country:"Angola",code:"AO",language:"Portuguese",langCode:"pt"},{country:"Lesotho",code:"LS",language:"English",langCode:"en"},{country:"Eswatini",code:"SZ",language:"English",langCode:"en",aliases:["swaziland"]}],we=[{language:"English",code:"en"},{language:"Italian",code:"it",aliases:["italiano"]},{language:"Spanish",code:"es",aliases:["espa\xF1ol","espanol","castellano"]},{language:"French",code:"fr",aliases:["fran\xE7ais","francais"]},{language:"German",code:"de",aliases:["deutsch"]},{language:"Portuguese",code:"pt",aliases:["portugu\xEAs","portugues"]},{language:"Dutch",code:"nl",aliases:["nederlands","flemish"]},{language:"Swedish",code:"sv",aliases:["svenska"]},{language:"Norwegian",code:"no",aliases:["norsk"]},{language:"Danish",code:"da",aliases:["dansk"]},{language:"Icelandic",code:"is",aliases:["\xEDslenska"]},{language:"Catalan",code:"ca",aliases:["catal\xE0"]},{language:"Romanian",code:"ro",aliases:["rom\xE2n\u0103","romana"]},{language:"Polish",code:"pl",aliases:["polski"]},{language:"Czech",code:"cs",aliases:["\u010De\u0161tina","cestina"]},{language:"Slovak",code:"sk",aliases:["sloven\u010Dina"]},{language:"Slovenian",code:"sl",aliases:["sloven\u0161\u010Dina"]},{language:"Croatian",code:"hr",aliases:["hrvatski"]},{language:"Bosnian",code:"bs",aliases:["bosanski"]},{language:"Serbian",code:"sr",aliases:["\u0441\u0440\u043F\u0441\u043A\u0438"]},{language:"Montenegrin",code:"sr",aliases:["crnogorski"]},{language:"Macedonian",code:"mk",aliases:["\u043C\u0430\u043A\u0435\u0434\u043E\u043D\u0441\u043A\u0438"]},{language:"Bulgarian",code:"bg",aliases:["\u0431\u044A\u043B\u0433\u0430\u0440\u0441\u043A\u0438"]},{language:"Russian",code:"ru",aliases:["\u0440\u0443\u0441\u0441\u043A\u0438\u0439"]},{language:"Ukrainian",code:"uk",aliases:["\u0443\u043A\u0440\u0430\u0457\u043D\u0441\u044C\u043A\u0430"]},{language:"Belarusian",code:"be",aliases:["\u0431\u0435\u043B\u0430\u0440\u0443\u0441\u043A\u0430\u044F"]},{language:"Latvian",code:"lv",aliases:["latvie\u0161u"]},{language:"Lithuanian",code:"lt",aliases:["lietuvi\u0173"]},{language:"Greek",code:"el",aliases:["\u03B5\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AC","ellinik\xE1"]},{language:"Albanian",code:"sq",aliases:["shqip"]},{language:"Armenian",code:"hy",aliases:["\u0570\u0561\u0575\u0565\u0580\u0565\u0576"]},{language:"Persian",code:"fa",aliases:["farsi","dari","\u0641\u0627\u0631\u0633\u06CC"]},{language:"Hindi",code:"hi",aliases:["\u0939\u093F\u0928\u094D\u0926\u0940"]},{language:"Urdu",code:"ur",aliases:["\u0627\u0631\u062F\u0648"]},{language:"Bengali",code:"bn",aliases:["bangla","\u09AC\u09BE\u0982\u09B2\u09BE"]},{language:"Nepali",code:"ne",aliases:["\u0928\u0947\u092A\u093E\u0932\u0940"]},{language:"Sinhala",code:"si",aliases:["\u0DC3\u0DD2\u0D82\u0DC4\u0DBD","sinhalese"]},{language:"Finnish",code:"fi",aliases:["suomi"]},{language:"Estonian",code:"et",aliases:["eesti"]},{language:"Hungarian",code:"hu",aliases:["magyar"]},{language:"Turkish",code:"tr",aliases:["t\xFCrk\xE7e","turkce"]},{language:"Azerbaijani",code:"az",aliases:["az\u0259rbaycan dili","azeri"]},{language:"Kazakh",code:"kk",aliases:["\u049B\u0430\u0437\u0430\u049B \u0442\u0456\u043B\u0456"]},{language:"Uzbek",code:"uz",aliases:["o'zbek"]},{language:"Kyrgyz",code:"ky",aliases:["\u043A\u044B\u0440\u0433\u044B\u0437\u0447\u0430"]},{language:"Turkmen",code:"tk",aliases:["t\xFCrkmen\xE7e"]},{language:"Arabic",code:"ar",aliases:["\u0627\u0644\u0639\u0631\u0628\u064A\u0629"]},{language:"Hebrew",code:"he",aliases:["\u05E2\u05D1\u05E8\u05D9\u05EA","ivrit"]},{language:"Amharic",code:"am",aliases:["\u12A0\u121B\u122D\u129B"]},{language:"Tigrinya",code:"ti",aliases:["\u1275\u130D\u122D\u129B"]},{language:"Chinese",code:"zh",aliases:["mandarin","\u4E2D\u6587","\u6C49\u8BED","putonghua"]},{language:"Japanese",code:"ja",aliases:["\u65E5\u672C\u8A9E","nihongo"]},{language:"Korean",code:"ko",aliases:["\uD55C\uAD6D\uC5B4"]},{language:"Thai",code:"th",aliases:["\u0E44\u0E17\u0E22"]},{language:"Vietnamese",code:"vi",aliases:["ti\u1EBFng vi\u1EC7t"]},{language:"Khmer",code:"km",aliases:["\u1781\u17D2\u1798\u17C2\u179A","cambodian"]},{language:"Lao",code:"lo",aliases:["\u0EA5\u0EB2\u0EA7"]},{language:"Burmese",code:"my",aliases:["\u1019\u103C\u1014\u103A\u1019\u102C","myanmar"]},{language:"Dzongkha",code:"dz",aliases:["\u0F62\u0FAB\u0F7C\u0F44\u0F0B\u0F41"]},{language:"Mongolian",code:"mn",aliases:["\u043C\u043E\u043D\u0433\u043E\u043B"]},{language:"Georgian",code:"ka",aliases:["\u10E5\u10D0\u10E0\u10D7\u10E3\u10DA\u10D8"]},{language:"Tajik",code:"tg",aliases:["\u0442\u043E\u04B7\u0438\u043A\u04E3"]},{language:"Malay",code:"ms",aliases:["bahasa malaysia","bahasa melayu"]},{language:"Indonesian",code:"id",aliases:["bahasa indonesia"]},{language:"Filipino",code:"fil",aliases:["tagalog","pilipino"]},{language:"Swahili",code:"sw",aliases:["kiswahili"]},{language:"Somali",code:"so",aliases:["af soomaali"]},{language:"Yoruba",code:"yo",aliases:["yor\xF9b\xE1"]},{language:"Hausa",code:"ha",aliases:["harshen hausa"]},{language:"Zulu",code:"zu",aliases:["isizulu"]},{language:"Afrikaans",code:"af"}];function C(e){return e.trim().toLowerCase()}function $(e){if(!e)return;let a=C(e);for(let t of be)if(C(t.country)===a||t.aliases?.some(n=>C(n)===a))return t}function V(e){if(!e)return;let a=C(e);for(let t of we)if(C(t.language)===a||t.aliases?.some(n=>C(n)===a))return t}var ke={\u0410:"A",\u0430:"a",\u0412:"B",\u0432:"b",\u0415:"E",\u0435:"e",\u041A:"K",\u043A:"k",\u041C:"M",\u043C:"m",\u041D:"H",\u043D:"h",\u041E:"O",\u043E:"o",\u0420:"P",\u0440:"p",\u0421:"C",\u0441:"c",\u0422:"T",\u0442:"t",\u0423:"Y",\u0443:"y",\u0425:"X",\u0445:"x",\u0406:"I",\u0456:"i",\u0405:"S",\u0455:"s",\u0408:"J",\u0458:"j",\u0417:"3",\u0437:"3",\u0427:"4",\u0431:"6",\u0391:"A",\u03B1:"a",\u0392:"B",\u03B2:"b",\u0395:"E",\u03B5:"e",\u0396:"Z",\u0397:"H",\u0399:"I",\u03B9:"i",\u039A:"K",\u03BA:"k",\u039C:"M",\u039D:"N",\u039F:"O",\u03BF:"o",\u03A1:"P",\u03C1:"p",\u03A4:"T",\u03C4:"t",\u03A5:"Y",\u03A7:"X",\u03C7:"x",\u03BD:"v","\u2010":"-","\u2011":"-","\u2012":"-","\u2013":"-","\u2014":"-","\u2015":"-","\u2212":"-","\uFF3F":"_"},Ce=/[\u200B-\u200F\u202A-\u202E\u2060\uFEFF\u00AD]/g,Se=/[\u0000-\u001F\u007F]/g;function x(e){let a=e.replace(Ce,"").replace(Se,"").trim();return{value:a,changed:a!==e,repairs:[],unrepairable:[]}}function S(e){let t=x(e).value.normalize("NFKC").replace(/\s+/g,"");t.length>=2&&(t[0]==='"'&&t.at(-1)==='"'||t[0]==="'"&&t.at(-1)==="'")&&(t=t.slice(1,-1).trim());let n=[],i=[],o="";for(let s of t){let r=s.codePointAt(0);if(r<128){o+=s;continue}let m=ke[s],u=o.length+1;m?(n.push(`position ${u}: '${s}' (${Te(r)}, U+${O(r)}) \u2192 '${m}'`),o+=m):(i.push({position:u,char:s,code:r}),o+=s)}return{value:o,changed:o!==e,repairs:n,unrepairable:i}}var ve=/^AIza[0-9A-Za-z_-]{35}$/;function Pe(e){return ve.test(e)}function W(e){let a=S(e);if(a.value.length===0)return"Required \u2014 without this Klaudius can't find candidates.";if(a.unrepairable.length>0){let t=a.unrepairable[0];return`Character ${t.position} of this key is '${t.char}' (U+${O(t.code)}), which isn't a character a Google key can contain. Copy the key with the copy button next to it in the Cloud Console \u2014 reading it off a screenshot or retyping it introduces look-alike characters.`}}function Pa(e){let a=S(e).value;if(!Pe(a))return a.startsWith("AIza")?a.length!==39?`A Google API key is normally 39 characters \u2014 this one is ${a.length}. `+(a.length>39?"It looks like two keys ran together, so paste just the one key.":"It looks truncated, so copy it again with the copy button next to it in the Cloud Console."):"This key contains characters a Google key normally doesn't. Re-copy it with the copy button in the Cloud Console.":`A Google API key normally starts with "AIza" \u2014 this one starts with "${a.slice(0,4)}". Check you copied the API key itself (Cloud Console \u2192 Credentials), not a project ID or client ID.`}var Ae=/^\d+:[A-Za-z0-9_-]{35}$/;function j(e){let a=S(e);if(a.value.length===0)return"Required \u2014 paste the token @BotFather sent you.";if(a.unrepairable.length>0){let t=a.unrepairable[0];return`Character ${t.position} of this token is '${t.char}' (U+${O(t.code)}), which a bot token can't contain. Copy the token from @BotFather's message rather than retyping it.`}}function q(e){if(!Ae.test(S(e).value))return"That doesn't look like a bot token, which is a number, a colon, then 35 letters and digits (like 1234567890:AAEhBP\u2026). Copy just the token from @BotFather's message, not the words around it."}function O(e){return e.toString(16).toUpperCase().padStart(4,"0")}function Te(e){return e>=1024&&e<=1279?"Cyrillic":e>=880&&e<=1023?"Greek":"non-Latin"}var Z=class extends Error{constructor(){super("user pressed back"),this.name="BackSignal"}},Y=class extends Error{constructor(){super("user cancelled"),this.name="CancelSignal"}},Ie="Include the country code with a + (e.g. +12025550123 for US, +447123456789 for UK)",J=e=>/^\+\d{8,15}$/.test(e)?void 0:Ie,Q=e=>/^[^@\s]+@[^@\s]+\.[^@\s]+$/.test(e)?void 0:"Enter a valid email",b=e=>a=>a.trim().length===0?`${e} is required`:void 0,Ee=/[\u2022\u2023\u2024\u2027\u00B7\u2219\u22C5\u25CF\u25CB\u25AA\u25AB\u204E\u2217\uFE61\u25E6\u2218]/,xe="That looks like the masked \u2022\u2022\u2022\u2022\u2022 value your screen shows, not the token itself. Click the reveal/copy icon next to it and paste the real value (letters and numbers).",N=e=>Ee.test(e)?xe:void 0;function Oe(e){if(/^eyJ/.test(e))try{let a=e.split(".")[1];if(!a)return;let t=JSON.parse(Buffer.from(a,"base64url").toString("utf8"));return typeof t.role=="string"?t.role:void 0}catch{return}}var M=e=>a=>N(a)??(a.trim().length===0?`${e} is required`:void 0),Me=e=>{let a=e.replace(/\s+/g,"");return a.length===0?"Personal access token is required":N(a)??(/^sbp_[A-Za-z0-9._~+\/=-]{20,}$/.test(a)?void 0:"Doesn't look like a valid token \u2014 it should be 'sbp_' followed by letters and numbers.")},Ne="one-off, no monthly fees",X="per month";function A(e){if(!e)return!0;let a=e.trim();if(a==="")return!0;let t=a.replace(/[^\d.]/g,"");if(t==="")return/^\s*free\s*$/i.test(a);let n=parseFloat(t);return!isNaN(n)&&n===0}var He={id:"ai-agent",title:"AI coding agent",isApplicable:()=>!0,execute:async(e,{prompt:a,info:t})=>(t({title:"Which AI coding agent do you use?",body:`Klaudius works with two AI coding agents in your terminal \u2014 Claude Code
|
|
61
|
+
and doesn't expose your account login.`;import pe from"react";import{render as me}from"ink";var ye=new Set(["claude-pro","claude-team-standard","codex-plus","codex-business"]),ma=new Set(["codex-plus","codex-business"]);function U(e){return e&&ye.has(e)?"off":"on"}var ya={"claude-pro":"Claude Pro","claude-max-5x":"Claude Max 5x","claude-max-20x":"Claude Max 20x","claude-team-standard":"Claude Team (Standard seat)","claude-team-premium":"Claude Team (Premium seat)","claude-other":"Claude (other plan)","codex-plus":"ChatGPT Plus","codex-pro":"ChatGPT Pro","codex-business":"ChatGPT Business (Standard seat)","codex-business-premium":"ChatGPT Business (Premium seat)","codex-other":"ChatGPT (other plan)"};async function fa(e={},a={}){if(!process.stdin.isTTY)throw new Error("Klaudius's interactive wizard requires a terminal (TTY). Run `npx klaudius@latest init` directly from your terminal \u2014 not through a pipe, file redirect, or non-interactive shell context.");let{WizardApp:t}=await import("./WizardApp-DTN7SOF5.js"),n=null;C("runWizard:start",{onlySection:a.onlySection,hasDefaults:Object.keys(e).length>0}),R(),await new Promise(o=>setImmediate(o)),await new Promise(o=>setTimeout(o,0)),C("runWizard:event loop drained, mounting Ink");let i=me(pe.createElement(t,{defaults:e,onlySection:a.onlySection,banner:a.banner,onComplete:o=>{C("runWizard:onComplete called",{keys:Object.keys(o).length}),n=o}}),{stdout:process.stdout,stderr:process.stderr,stdin:process.stdin,exitOnCtrlC:!1});C("runWizard:render returned, awaiting exit");try{await i.waitUntilExit()}finally{process.stdin.pause(),process.stdin.ref()}if(C("runWizard:waitUntilExit resolved",{resultIsNull:n===null}),!n)throw new Error(`Wizard exited without completing. Diagnostic log: ${L}
|
|
62
|
+
Please share that file so we can trace what happened.`);return n}function P(e){if(!(e instanceof Error))return String(e);let a=e.cause;if(!a||!(a instanceof Error))return e.message;let t=a.code,n=a.message;return t&&n&&n!==t?`${e.message} (${t}: ${n})`:t?`${e.message} (${t})`:n?`${e.message} (${n})`:e.message}async function B(e){let a;try{let o=await fetch(`https://api.telegram.org/bot${encodeURIComponent(e.botToken)}/getUpdates`);if(a=await o.json(),!a.ok){let s=a.description??`HTTP ${o.status}`;if(/webhook/i.test(s))return{ok:!1,reason:"webhook_set",message:"This bot has a webhook set: another app already receives its messages, so Telegram won't show them to Klaudius."};if(/terminated by other getUpdates/i.test(s))return{ok:!1,reason:"conflict",message:`Telegram says another app is already polling this bot: ${s}.`};let r=a.error_code??o.status;return r===429||r>=500?{ok:!1,reason:"busy",message:`Telegram couldn't answer just now: ${s}.`}:{ok:!1,reason:"bad_token",message:`Telegram rejected the bot token: ${s}. Double-check the token from @BotFather.`}}}catch(o){return{ok:!1,reason:"network",message:`Could not reach Telegram: ${P(o)}`}}let t=a.result??[];if(t.length===0)return{ok:!1,reason:"no_messages",message:"No messages yet. Send your bot a regular text message in Telegram, then retry."};let n=t[t.length-1],i=n?.message?.chat?.id??n?.edited_message?.chat?.id??n?.channel_post?.chat?.id;return i===void 0?{ok:!1,reason:"no_messages",message:"Got an update from Telegram but couldn't find a chat ID in it. Send another text message and retry."}:{ok:!0,chatId:String(i)}}async function fe(e){try{let a=await fetch(`https://api.telegram.org/bot${encodeURIComponent(e.botToken)}/getMe`),t=await a.json();return t.ok?{ok:!0,botHandle:t.result?.username?`@${t.result.username}`:t.result?.first_name}:{ok:!1,failedAt:"token",message:`Telegram rejected the bot token: ${t.description??`HTTP ${a.status}`}. Generate a new token by messaging @BotFather \u2192 /mytoken or /newbot.`}}catch(a){return{ok:!1,failedAt:"token",message:`Could not reach Telegram: ${P(a)}`}}}async function ka(e){let a=await fe({botToken:e.botToken});if(!a.ok)return a;let t=a.botHandle;try{let n=await fetch(`https://api.telegram.org/bot${encodeURIComponent(e.botToken)}/sendMessage`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({chat_id:e.chatId,text:"\u2713 Klaudius connected. You'll get a notification here whenever outreach lands or a candidate replies. (You can ignore this setup message.)",disable_notification:!0})}),i=await n.json();if(!i.ok){let o=i.description??`HTTP ${n.status}`,s="";return/chat not found/i.test(o)?s=" The chat_id is wrong, or the bot hasn't been added to that chat yet. If it's a group, you must add the bot to the group first; then send /start to it.":(/bot was blocked/i.test(o)||/forbidden/i.test(o))&&(s=" The bot has been blocked by the chat, or never received a /start. Open Telegram, find your bot, and send /start to wake it up."),{ok:!1,failedAt:"chat",botHandle:t,message:`Telegram delivered the bot token check but couldn't send to chat_id ${e.chatId}: ${o}.${s}`}}}catch(n){return{ok:!1,failedAt:"chat",botHandle:t,message:`Could not reach Telegram for chat_id check: ${P(n)}`}}return{ok:!0,botHandle:t}}function D(e){let a=e.trim();if(a.length===0)return"Required \u2014 without this Klaudius can't deploy generated sites";if(a.startsWith("http://")||a.startsWith("https://"))return"This is the SSH destination, not a URL \u2014 e.g. deploy@yourvps:/var/www/klaudius-sites";if(/^[A-Za-z]:[\\/]/.test(a))return"That's a local Windows path \u2014 the target must be a remote SSH destination like user@host:/path";if(!/^[^\s:]+:\/?.+/.test(a))return"Should look like user@host:/path (an SSH destination)"}function z(e){let a=e.trim();if(a.length===0)return"Required \u2014 outreach links every pitch to the live site URL";if(!/^https?:\/\//.test(a))return"Must start with https:// (or http://)";if(!a.includes("{slug}"))return"Must contain {slug} \u2014 it's replaced with each client's slug";if(!(a.replace(/^https?:\/\//,"").split("/")[0]??"").includes("{slug}"))return"{slug} must be in the hostname (e.g. https://{slug}.sites.example.com) \u2014 a path like /sites/{slug} breaks static-export asset links"}var be=[{country:"the United Kingdom",code:"GB",language:"English",langCode:"en",aliases:["uk","united kingdom","great britain","britain","england","scotland","wales","northern ireland"]},{country:"Ireland",code:"IE",language:"English",langCode:"en"},{country:"France",code:"FR",language:"French",langCode:"fr"},{country:"Germany",code:"DE",language:"German",langCode:"de",aliases:["deutschland"]},{country:"Austria",code:"AT",language:"German",langCode:"de",aliases:["\xF6sterreich","osterreich"]},{country:"Switzerland",code:"CH",language:"German",langCode:"de",aliases:["schweiz","suisse","svizzera"]},{country:"Liechtenstein",code:"LI",language:"German",langCode:"de"},{country:"Luxembourg",code:"LU",language:"French",langCode:"fr",aliases:["l\xEBtzebuerg"]},{country:"the Netherlands",code:"NL",language:"Dutch",langCode:"nl",aliases:["netherlands","holland","nederland"]},{country:"Belgium",code:"BE",language:"Dutch",langCode:"nl",aliases:["belgi\xEB","belgique"]},{country:"Monaco",code:"MC",language:"French",langCode:"fr"},{country:"Andorra",code:"AD",language:"Catalan",langCode:"ca"},{country:"Italy",code:"IT",language:"Italian",langCode:"it",aliases:["italia"]},{country:"Spain",code:"ES",language:"Spanish",langCode:"es",aliases:["espa\xF1a","espana"]},{country:"Portugal",code:"PT",language:"Portuguese",langCode:"pt"},{country:"Malta",code:"MT",language:"English",langCode:"en"},{country:"San Marino",code:"SM",language:"Italian",langCode:"it"},{country:"Vatican City",code:"VA",language:"Italian",langCode:"it",aliases:["the vatican","holy see"]},{country:"Sweden",code:"SE",language:"Swedish",langCode:"sv",aliases:["sverige"]},{country:"Norway",code:"NO",language:"Norwegian",langCode:"no",aliases:["norge"]},{country:"Denmark",code:"DK",language:"Danish",langCode:"da",aliases:["danmark"]},{country:"Finland",code:"FI",language:"Finnish",langCode:"fi",aliases:["suomi"]},{country:"Iceland",code:"IS",language:"Icelandic",langCode:"is",aliases:["\xEDsland"]},{country:"Poland",code:"PL",language:"Polish",langCode:"pl",aliases:["polska"]},{country:"Czech Republic",code:"CZ",language:"Czech",langCode:"cs",aliases:["czechia","\u010Desko"]},{country:"Slovakia",code:"SK",language:"Slovak",langCode:"sk",aliases:["slovensko"]},{country:"Hungary",code:"HU",language:"Hungarian",langCode:"hu",aliases:["magyarorsz\xE1g"]},{country:"Slovenia",code:"SI",language:"Slovenian",langCode:"sl",aliases:["slovenija"]},{country:"Croatia",code:"HR",language:"Croatian",langCode:"hr",aliases:["hrvatska"]},{country:"Bosnia and Herzegovina",code:"BA",language:"Bosnian",langCode:"bs",aliases:["bosnia"]},{country:"Serbia",code:"RS",language:"Serbian",langCode:"sr",aliases:["srbija"]},{country:"Montenegro",code:"ME",language:"Montenegrin",langCode:"sr",aliases:["crna gora"]},{country:"Kosovo",code:"XK",language:"Albanian",langCode:"sq"},{country:"North Macedonia",code:"MK",language:"Macedonian",langCode:"mk",aliases:["macedonia"]},{country:"Albania",code:"AL",language:"Albanian",langCode:"sq",aliases:["shqip\xEBria"]},{country:"Bulgaria",code:"BG",language:"Bulgarian",langCode:"bg"},{country:"Romania",code:"RO",language:"Romanian",langCode:"ro",aliases:["rom\xE2nia"]},{country:"Moldova",code:"MD",language:"Romanian",langCode:"ro"},{country:"Greece",code:"GR",language:"Greek",langCode:"el",aliases:["\u03B5\u03BB\u03BB\u03AC\u03B4\u03B1"]},{country:"Cyprus",code:"CY",language:"Greek",langCode:"el"},{country:"Russia",code:"RU",language:"Russian",langCode:"ru",aliases:["\u0440\u043E\u0441\u0441\u0438\u044F"]},{country:"Ukraine",code:"UA",language:"Ukrainian",langCode:"uk",aliases:["\u0443\u043A\u0440\u0430\u0457\u043D\u0430"]},{country:"Belarus",code:"BY",language:"Belarusian",langCode:"be"},{country:"Estonia",code:"EE",language:"Estonian",langCode:"et",aliases:["eesti"]},{country:"Latvia",code:"LV",language:"Latvian",langCode:"lv",aliases:["latvija"]},{country:"Lithuania",code:"LT",language:"Lithuanian",langCode:"lt",aliases:["lietuva"]},{country:"Turkey",code:"TR",language:"Turkish",langCode:"tr",aliases:["t\xFCrkiye","turkiye"]},{country:"Armenia",code:"AM",language:"Armenian",langCode:"hy"},{country:"Azerbaijan",code:"AZ",language:"Azerbaijani",langCode:"az",aliases:["az\u0259rbaycan"]},{country:"Georgia",code:"GE",language:"Georgian",langCode:"ka",aliases:["\u10E1\u10D0\u10E5\u10D0\u10E0\u10D7\u10D5\u10D4\u10DA\u10DD"]},{country:"Israel",code:"IL",language:"Hebrew",langCode:"he"},{country:"Palestine",code:"PS",language:"Arabic",langCode:"ar"},{country:"Lebanon",code:"LB",language:"Arabic",langCode:"ar"},{country:"Syria",code:"SY",language:"Arabic",langCode:"ar"},{country:"Jordan",code:"JO",language:"Arabic",langCode:"ar"},{country:"Iraq",code:"IQ",language:"Arabic",langCode:"ar"},{country:"Iran",code:"IR",language:"Persian",langCode:"fa",aliases:["islamic republic of iran"]},{country:"Saudi Arabia",code:"SA",language:"Arabic",langCode:"ar"},{country:"Yemen",code:"YE",language:"Arabic",langCode:"ar"},{country:"Oman",code:"OM",language:"Arabic",langCode:"ar"},{country:"the United Arab Emirates",code:"AE",language:"English",langCode:"en",aliases:["uae","united arab emirates","dubai","abu dhabi"]},{country:"Qatar",code:"QA",language:"Arabic",langCode:"ar"},{country:"Bahrain",code:"BH",language:"Arabic",langCode:"ar"},{country:"Kuwait",code:"KW",language:"Arabic",langCode:"ar"},{country:"Kazakhstan",code:"KZ",language:"Kazakh",langCode:"kk"},{country:"Uzbekistan",code:"UZ",language:"Uzbek",langCode:"uz"},{country:"Kyrgyzstan",code:"KG",language:"Kyrgyz",langCode:"ky"},{country:"Turkmenistan",code:"TM",language:"Turkmen",langCode:"tk"},{country:"Tajikistan",code:"TJ",language:"Tajik",langCode:"tg"},{country:"Afghanistan",code:"AF",language:"Persian",langCode:"fa"},{country:"India",code:"IN",language:"English",langCode:"en"},{country:"Pakistan",code:"PK",language:"English",langCode:"en"},{country:"Bangladesh",code:"BD",language:"Bengali",langCode:"bn"},{country:"Sri Lanka",code:"LK",language:"English",langCode:"en"},{country:"Nepal",code:"NP",language:"Nepali",langCode:"ne"},{country:"Bhutan",code:"BT",language:"English",langCode:"en"},{country:"the Maldives",code:"MV",language:"English",langCode:"en",aliases:["maldives"]},{country:"China",code:"CN",language:"Chinese",langCode:"zh",aliases:["\u4E2D\u56FD","people's republic of china","prc"]},{country:"Hong Kong",code:"HK",language:"English",langCode:"en",aliases:["hk"]},{country:"Macao",code:"MO",language:"Chinese",langCode:"zh",aliases:["macau"]},{country:"Taiwan",code:"TW",language:"Chinese",langCode:"zh",aliases:["\u53F0\u7063","republic of china"]},{country:"Japan",code:"JP",language:"Japanese",langCode:"ja",aliases:["\u65E5\u672C"]},{country:"South Korea",code:"KR",language:"Korean",langCode:"ko",aliases:["korea","republic of korea"]},{country:"North Korea",code:"KP",language:"Korean",langCode:"ko",aliases:["dprk"]},{country:"Mongolia",code:"MN",language:"Mongolian",langCode:"mn"},{country:"Thailand",code:"TH",language:"Thai",langCode:"th"},{country:"Vietnam",code:"VN",language:"Vietnamese",langCode:"vi",aliases:["viet nam"]},{country:"Cambodia",code:"KH",language:"Khmer",langCode:"km"},{country:"Laos",code:"LA",language:"Lao",langCode:"lo"},{country:"Myanmar",code:"MM",language:"Burmese",langCode:"my",aliases:["burma"]},{country:"Malaysia",code:"MY",language:"Malay",langCode:"ms"},{country:"Singapore",code:"SG",language:"English",langCode:"en"},{country:"Brunei",code:"BN",language:"Malay",langCode:"ms",aliases:["brunei darussalam"]},{country:"Indonesia",code:"ID",language:"Indonesian",langCode:"id"},{country:"the Philippines",code:"PH",language:"English",langCode:"en",aliases:["philippines"]},{country:"Timor-Leste",code:"TL",language:"Portuguese",langCode:"pt",aliases:["east timor"]},{country:"the United States",code:"US",language:"English",langCode:"en",aliases:["us","usa","united states","united states of america","america","states"]},{country:"Canada",code:"CA",language:"English",langCode:"en"},{country:"Mexico",code:"MX",language:"Spanish",langCode:"es",aliases:["m\xE9xico"]},{country:"Guatemala",code:"GT",language:"Spanish",langCode:"es"},{country:"Belize",code:"BZ",language:"English",langCode:"en"},{country:"El Salvador",code:"SV",language:"Spanish",langCode:"es"},{country:"Honduras",code:"HN",language:"Spanish",langCode:"es"},{country:"Nicaragua",code:"NI",language:"Spanish",langCode:"es"},{country:"Costa Rica",code:"CR",language:"Spanish",langCode:"es"},{country:"Panama",code:"PA",language:"Spanish",langCode:"es",aliases:["panam\xE1"]},{country:"Cuba",code:"CU",language:"Spanish",langCode:"es"},{country:"the Dominican Republic",code:"DO",language:"Spanish",langCode:"es",aliases:["dominican republic"]},{country:"Haiti",code:"HT",language:"French",langCode:"fr"},{country:"Jamaica",code:"JM",language:"English",langCode:"en"},{country:"the Bahamas",code:"BS",language:"English",langCode:"en",aliases:["bahamas"]},{country:"Trinidad and Tobago",code:"TT",language:"English",langCode:"en"},{country:"Barbados",code:"BB",language:"English",langCode:"en"},{country:"Saint Lucia",code:"LC",language:"English",langCode:"en"},{country:"Saint Vincent and the Grenadines",code:"VC",language:"English",langCode:"en"},{country:"Grenada",code:"GD",language:"English",langCode:"en"},{country:"Dominica",code:"DM",language:"English",langCode:"en"},{country:"Saint Kitts and Nevis",code:"KN",language:"English",langCode:"en"},{country:"Antigua and Barbuda",code:"AG",language:"English",langCode:"en"},{country:"Puerto Rico",code:"PR",language:"Spanish",langCode:"es"},{country:"Brazil",code:"BR",language:"Portuguese",langCode:"pt",aliases:["brasil"]},{country:"Argentina",code:"AR",language:"Spanish",langCode:"es"},{country:"Colombia",code:"CO",language:"Spanish",langCode:"es"},{country:"Chile",code:"CL",language:"Spanish",langCode:"es"},{country:"Peru",code:"PE",language:"Spanish",langCode:"es",aliases:["per\xFA"]},{country:"Venezuela",code:"VE",language:"Spanish",langCode:"es"},{country:"Ecuador",code:"EC",language:"Spanish",langCode:"es"},{country:"Bolivia",code:"BO",language:"Spanish",langCode:"es"},{country:"Paraguay",code:"PY",language:"Spanish",langCode:"es"},{country:"Uruguay",code:"UY",language:"Spanish",langCode:"es"},{country:"Guyana",code:"GY",language:"English",langCode:"en"},{country:"Suriname",code:"SR",language:"Dutch",langCode:"nl"},{country:"Australia",code:"AU",language:"English",langCode:"en",aliases:["aus","oz"]},{country:"New Zealand",code:"NZ",language:"English",langCode:"en",aliases:["nz","aotearoa"]},{country:"Fiji",code:"FJ",language:"English",langCode:"en"},{country:"Papua New Guinea",code:"PG",language:"English",langCode:"en",aliases:["png"]},{country:"Samoa",code:"WS",language:"English",langCode:"en"},{country:"Tonga",code:"TO",language:"English",langCode:"en"},{country:"Vanuatu",code:"VU",language:"English",langCode:"en"},{country:"Solomon Islands",code:"SB",language:"English",langCode:"en"},{country:"Kiribati",code:"KI",language:"English",langCode:"en"},{country:"Tuvalu",code:"TV",language:"English",langCode:"en"},{country:"Nauru",code:"NR",language:"English",langCode:"en"},{country:"Palau",code:"PW",language:"English",langCode:"en"},{country:"the Marshall Islands",code:"MH",language:"English",langCode:"en",aliases:["marshall islands"]},{country:"Micronesia",code:"FM",language:"English",langCode:"en",aliases:["federated states of micronesia"]},{country:"Egypt",code:"EG",language:"Arabic",langCode:"ar"},{country:"Libya",code:"LY",language:"Arabic",langCode:"ar"},{country:"Tunisia",code:"TN",language:"Arabic",langCode:"ar"},{country:"Algeria",code:"DZ",language:"Arabic",langCode:"ar"},{country:"Morocco",code:"MA",language:"Arabic",langCode:"ar",aliases:["maroc"]},{country:"Sudan",code:"SD",language:"Arabic",langCode:"ar"},{country:"South Sudan",code:"SS",language:"English",langCode:"en"},{country:"Mauritania",code:"MR",language:"Arabic",langCode:"ar"},{country:"Nigeria",code:"NG",language:"English",langCode:"en"},{country:"Ghana",code:"GH",language:"English",langCode:"en"},{country:"Senegal",code:"SN",language:"French",langCode:"fr",aliases:["s\xE9n\xE9gal"]},{country:"C\xF4te d'Ivoire",code:"CI",language:"French",langCode:"fr",aliases:["ivory coast"]},{country:"Mali",code:"ML",language:"French",langCode:"fr"},{country:"Burkina Faso",code:"BF",language:"French",langCode:"fr"},{country:"Niger",code:"NE",language:"French",langCode:"fr"},{country:"Guinea",code:"GN",language:"French",langCode:"fr",aliases:["guin\xE9e"]},{country:"Guinea-Bissau",code:"GW",language:"Portuguese",langCode:"pt"},{country:"Sierra Leone",code:"SL",language:"English",langCode:"en"},{country:"Liberia",code:"LR",language:"English",langCode:"en"},{country:"the Gambia",code:"GM",language:"English",langCode:"en",aliases:["gambia"]},{country:"Cabo Verde",code:"CV",language:"Portuguese",langCode:"pt",aliases:["cape verde"]},{country:"Togo",code:"TG",language:"French",langCode:"fr"},{country:"Benin",code:"BJ",language:"French",langCode:"fr",aliases:["b\xE9nin"]},{country:"Cameroon",code:"CM",language:"French",langCode:"fr",aliases:["cameroun"]},{country:"the Central African Republic",code:"CF",language:"French",langCode:"fr",aliases:["central african republic","car"]},{country:"Chad",code:"TD",language:"French",langCode:"fr",aliases:["tchad"]},{country:"Equatorial Guinea",code:"GQ",language:"Spanish",langCode:"es"},{country:"Gabon",code:"GA",language:"French",langCode:"fr"},{country:"the Republic of the Congo",code:"CG",language:"French",langCode:"fr",aliases:["congo","republic of the congo","congo-brazzaville"]},{country:"the Democratic Republic of the Congo",code:"CD",language:"French",langCode:"fr",aliases:["dr congo","drc","democratic republic of the congo","congo-kinshasa","zaire"]},{country:"S\xE3o Tom\xE9 and Pr\xEDncipe",code:"ST",language:"Portuguese",langCode:"pt",aliases:["sao tome and principe","sao tome"]},{country:"Ethiopia",code:"ET",language:"Amharic",langCode:"am"},{country:"Eritrea",code:"ER",language:"Tigrinya",langCode:"ti"},{country:"Djibouti",code:"DJ",language:"French",langCode:"fr"},{country:"Somalia",code:"SO",language:"Somali",langCode:"so"},{country:"Kenya",code:"KE",language:"English",langCode:"en"},{country:"Uganda",code:"UG",language:"English",langCode:"en"},{country:"Tanzania",code:"TZ",language:"English",langCode:"en",aliases:["united republic of tanzania"]},{country:"Rwanda",code:"RW",language:"English",langCode:"en"},{country:"Burundi",code:"BI",language:"French",langCode:"fr"},{country:"Madagascar",code:"MG",language:"French",langCode:"fr"},{country:"Mauritius",code:"MU",language:"English",langCode:"en"},{country:"the Seychelles",code:"SC",language:"English",langCode:"en",aliases:["seychelles"]},{country:"Comoros",code:"KM",language:"French",langCode:"fr"},{country:"South Africa",code:"ZA",language:"English",langCode:"en",aliases:["sa"]},{country:"Namibia",code:"NA",language:"English",langCode:"en"},{country:"Botswana",code:"BW",language:"English",langCode:"en"},{country:"Zimbabwe",code:"ZW",language:"English",langCode:"en"},{country:"Zambia",code:"ZM",language:"English",langCode:"en"},{country:"Malawi",code:"MW",language:"English",langCode:"en"},{country:"Mozambique",code:"MZ",language:"Portuguese",langCode:"pt",aliases:["mo\xE7ambique"]},{country:"Angola",code:"AO",language:"Portuguese",langCode:"pt"},{country:"Lesotho",code:"LS",language:"English",langCode:"en"},{country:"Eswatini",code:"SZ",language:"English",langCode:"en",aliases:["swaziland"]}],we=[{language:"English",code:"en"},{language:"Italian",code:"it",aliases:["italiano"]},{language:"Spanish",code:"es",aliases:["espa\xF1ol","espanol","castellano"]},{language:"French",code:"fr",aliases:["fran\xE7ais","francais"]},{language:"German",code:"de",aliases:["deutsch"]},{language:"Portuguese",code:"pt",aliases:["portugu\xEAs","portugues"]},{language:"Dutch",code:"nl",aliases:["nederlands","flemish"]},{language:"Swedish",code:"sv",aliases:["svenska"]},{language:"Norwegian",code:"no",aliases:["norsk"]},{language:"Danish",code:"da",aliases:["dansk"]},{language:"Icelandic",code:"is",aliases:["\xEDslenska"]},{language:"Catalan",code:"ca",aliases:["catal\xE0"]},{language:"Romanian",code:"ro",aliases:["rom\xE2n\u0103","romana"]},{language:"Polish",code:"pl",aliases:["polski"]},{language:"Czech",code:"cs",aliases:["\u010De\u0161tina","cestina"]},{language:"Slovak",code:"sk",aliases:["sloven\u010Dina"]},{language:"Slovenian",code:"sl",aliases:["sloven\u0161\u010Dina"]},{language:"Croatian",code:"hr",aliases:["hrvatski"]},{language:"Bosnian",code:"bs",aliases:["bosanski"]},{language:"Serbian",code:"sr",aliases:["\u0441\u0440\u043F\u0441\u043A\u0438"]},{language:"Montenegrin",code:"sr",aliases:["crnogorski"]},{language:"Macedonian",code:"mk",aliases:["\u043C\u0430\u043A\u0435\u0434\u043E\u043D\u0441\u043A\u0438"]},{language:"Bulgarian",code:"bg",aliases:["\u0431\u044A\u043B\u0433\u0430\u0440\u0441\u043A\u0438"]},{language:"Russian",code:"ru",aliases:["\u0440\u0443\u0441\u0441\u043A\u0438\u0439"]},{language:"Ukrainian",code:"uk",aliases:["\u0443\u043A\u0440\u0430\u0457\u043D\u0441\u044C\u043A\u0430"]},{language:"Belarusian",code:"be",aliases:["\u0431\u0435\u043B\u0430\u0440\u0443\u0441\u043A\u0430\u044F"]},{language:"Latvian",code:"lv",aliases:["latvie\u0161u"]},{language:"Lithuanian",code:"lt",aliases:["lietuvi\u0173"]},{language:"Greek",code:"el",aliases:["\u03B5\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AC","ellinik\xE1"]},{language:"Albanian",code:"sq",aliases:["shqip"]},{language:"Armenian",code:"hy",aliases:["\u0570\u0561\u0575\u0565\u0580\u0565\u0576"]},{language:"Persian",code:"fa",aliases:["farsi","dari","\u0641\u0627\u0631\u0633\u06CC"]},{language:"Hindi",code:"hi",aliases:["\u0939\u093F\u0928\u094D\u0926\u0940"]},{language:"Urdu",code:"ur",aliases:["\u0627\u0631\u062F\u0648"]},{language:"Bengali",code:"bn",aliases:["bangla","\u09AC\u09BE\u0982\u09B2\u09BE"]},{language:"Nepali",code:"ne",aliases:["\u0928\u0947\u092A\u093E\u0932\u0940"]},{language:"Sinhala",code:"si",aliases:["\u0DC3\u0DD2\u0D82\u0DC4\u0DBD","sinhalese"]},{language:"Finnish",code:"fi",aliases:["suomi"]},{language:"Estonian",code:"et",aliases:["eesti"]},{language:"Hungarian",code:"hu",aliases:["magyar"]},{language:"Turkish",code:"tr",aliases:["t\xFCrk\xE7e","turkce"]},{language:"Azerbaijani",code:"az",aliases:["az\u0259rbaycan dili","azeri"]},{language:"Kazakh",code:"kk",aliases:["\u049B\u0430\u0437\u0430\u049B \u0442\u0456\u043B\u0456"]},{language:"Uzbek",code:"uz",aliases:["o'zbek"]},{language:"Kyrgyz",code:"ky",aliases:["\u043A\u044B\u0440\u0433\u044B\u0437\u0447\u0430"]},{language:"Turkmen",code:"tk",aliases:["t\xFCrkmen\xE7e"]},{language:"Arabic",code:"ar",aliases:["\u0627\u0644\u0639\u0631\u0628\u064A\u0629"]},{language:"Hebrew",code:"he",aliases:["\u05E2\u05D1\u05E8\u05D9\u05EA","ivrit"]},{language:"Amharic",code:"am",aliases:["\u12A0\u121B\u122D\u129B"]},{language:"Tigrinya",code:"ti",aliases:["\u1275\u130D\u122D\u129B"]},{language:"Chinese",code:"zh",aliases:["mandarin","\u4E2D\u6587","\u6C49\u8BED","putonghua"]},{language:"Japanese",code:"ja",aliases:["\u65E5\u672C\u8A9E","nihongo"]},{language:"Korean",code:"ko",aliases:["\uD55C\uAD6D\uC5B4"]},{language:"Thai",code:"th",aliases:["\u0E44\u0E17\u0E22"]},{language:"Vietnamese",code:"vi",aliases:["ti\u1EBFng vi\u1EC7t"]},{language:"Khmer",code:"km",aliases:["\u1781\u17D2\u1798\u17C2\u179A","cambodian"]},{language:"Lao",code:"lo",aliases:["\u0EA5\u0EB2\u0EA7"]},{language:"Burmese",code:"my",aliases:["\u1019\u103C\u1014\u103A\u1019\u102C","myanmar"]},{language:"Dzongkha",code:"dz",aliases:["\u0F62\u0FAB\u0F7C\u0F44\u0F0B\u0F41"]},{language:"Mongolian",code:"mn",aliases:["\u043C\u043E\u043D\u0433\u043E\u043B"]},{language:"Georgian",code:"ka",aliases:["\u10E5\u10D0\u10E0\u10D7\u10E3\u10DA\u10D8"]},{language:"Tajik",code:"tg",aliases:["\u0442\u043E\u04B7\u0438\u043A\u04E3"]},{language:"Malay",code:"ms",aliases:["bahasa malaysia","bahasa melayu"]},{language:"Indonesian",code:"id",aliases:["bahasa indonesia"]},{language:"Filipino",code:"fil",aliases:["tagalog","pilipino"]},{language:"Swahili",code:"sw",aliases:["kiswahili"]},{language:"Somali",code:"so",aliases:["af soomaali"]},{language:"Yoruba",code:"yo",aliases:["yor\xF9b\xE1"]},{language:"Hausa",code:"ha",aliases:["harshen hausa"]},{language:"Zulu",code:"zu",aliases:["isizulu"]},{language:"Afrikaans",code:"af"}];function k(e){return e.trim().toLowerCase()}function $(e){if(!e)return;let a=k(e);for(let t of be)if(k(t.country)===a||t.aliases?.some(n=>k(n)===a))return t}function V(e){if(!e)return;let a=k(e);for(let t of we)if(k(t.language)===a||t.aliases?.some(n=>k(n)===a))return t}var Ce={\u0410:"A",\u0430:"a",\u0412:"B",\u0432:"b",\u0415:"E",\u0435:"e",\u041A:"K",\u043A:"k",\u041C:"M",\u043C:"m",\u041D:"H",\u043D:"h",\u041E:"O",\u043E:"o",\u0420:"P",\u0440:"p",\u0421:"C",\u0441:"c",\u0422:"T",\u0442:"t",\u0423:"Y",\u0443:"y",\u0425:"X",\u0445:"x",\u0406:"I",\u0456:"i",\u0405:"S",\u0455:"s",\u0408:"J",\u0458:"j",\u0417:"3",\u0437:"3",\u0427:"4",\u0431:"6",\u0391:"A",\u03B1:"a",\u0392:"B",\u03B2:"b",\u0395:"E",\u03B5:"e",\u0396:"Z",\u0397:"H",\u0399:"I",\u03B9:"i",\u039A:"K",\u03BA:"k",\u039C:"M",\u039D:"N",\u039F:"O",\u03BF:"o",\u03A1:"P",\u03C1:"p",\u03A4:"T",\u03C4:"t",\u03A5:"Y",\u03A7:"X",\u03C7:"x",\u03BD:"v","\u2010":"-","\u2011":"-","\u2012":"-","\u2013":"-","\u2014":"-","\u2015":"-","\u2212":"-","\uFF3F":"_"},ke=/[\u200B-\u200F\u202A-\u202E\u2060\uFEFF\u00AD]/g,Se=/[\u0000-\u001F\u007F]/g;function E(e){let a=e.replace(ke,"").replace(Se,"").trim();return{value:a,changed:a!==e,repairs:[],unrepairable:[]}}function S(e){let t=E(e).value.normalize("NFKC").replace(/\s+/g,"");t.length>=2&&(t[0]==='"'&&t.at(-1)==='"'||t[0]==="'"&&t.at(-1)==="'")&&(t=t.slice(1,-1).trim());let n=[],i=[],o="";for(let s of t){let r=s.codePointAt(0);if(r<128){o+=s;continue}let h=Ce[s],c=o.length+1;h?(n.push(`position ${c}: '${s}' (${Te(r)}, U+${O(r)}) \u2192 '${h}'`),o+=h):(i.push({position:c,char:s,code:r}),o+=s)}return{value:o,changed:o!==e,repairs:n,unrepairable:i}}var ve=/^AIza[0-9A-Za-z_-]{35}$/;function Pe(e){return ve.test(e)}function W(e){let a=S(e);if(a.value.length===0)return"Required \u2014 without this Klaudius can't find candidates.";if(a.unrepairable.length>0){let t=a.unrepairable[0];return`Character ${t.position} of this key is '${t.char}' (U+${O(t.code)}), which isn't a character a Google key can contain. Copy the key with the copy button next to it in the Cloud Console \u2014 reading it off a screenshot or retyping it introduces look-alike characters.`}}function Aa(e){let a=S(e).value;if(!Pe(a))return a.startsWith("AIza")?a.length!==39?`A Google API key is normally 39 characters \u2014 this one is ${a.length}. `+(a.length>39?"It looks like two keys ran together, so paste just the one key.":"It looks truncated, so copy it again with the copy button next to it in the Cloud Console."):"This key contains characters a Google key normally doesn't. Re-copy it with the copy button in the Cloud Console.":`A Google API key normally starts with "AIza" \u2014 this one starts with "${a.slice(0,4)}". Check you copied the API key itself (Cloud Console \u2192 Credentials), not a project ID or client ID.`}var Ae=/^\d+:[A-Za-z0-9_-]{35}$/;function j(e){let a=S(e);if(a.value.length===0)return"Required \u2014 paste the token @BotFather sent you.";if(a.unrepairable.length>0){let t=a.unrepairable[0];return`Character ${t.position} of this token is '${t.char}' (U+${O(t.code)}), which a bot token can't contain. Copy the token from @BotFather's message rather than retyping it.`}}function q(e){if(!Ae.test(S(e).value))return"That doesn't look like a bot token, which is a number, a colon, then 35 letters and digits (like 1234567890:AAEhBP\u2026). Copy just the token from @BotFather's message, not the words around it."}function O(e){return e.toString(16).toUpperCase().padStart(4,"0")}function Te(e){return e>=1024&&e<=1279?"Cyrillic":e>=880&&e<=1023?"Greek":"non-Latin"}var Z=class extends Error{constructor(){super("user pressed back"),this.name="BackSignal"}},Y=class extends Error{constructor(){super("user cancelled"),this.name="CancelSignal"}},Ie="Include the country code with a + (e.g. +12025550123 for US, +447123456789 for UK)",J=e=>/^\+\d{8,15}$/.test(e)?void 0:Ie,Q=e=>/^[^@\s]+@[^@\s]+\.[^@\s]+$/.test(e)?void 0:"Enter a valid email",b=e=>a=>a.trim().length===0?`${e} is required`:void 0,xe=/[\u2022\u2023\u2024\u2027\u00B7\u2219\u22C5\u25CF\u25CB\u25AA\u25AB\u204E\u2217\uFE61\u25E6\u2218]/,Ee="That looks like the masked \u2022\u2022\u2022\u2022\u2022 value your screen shows, not the token itself. Click the reveal/copy icon next to it and paste the real value (letters and numbers).",N=e=>xe.test(e)?Ee:void 0;function Oe(e){if(/^eyJ/.test(e))try{let a=e.split(".")[1];if(!a)return;let t=JSON.parse(Buffer.from(a,"base64url").toString("utf8"));return typeof t.role=="string"?t.role:void 0}catch{return}}var M=e=>a=>N(a)??(a.trim().length===0?`${e} is required`:void 0),Me=e=>{let a=e.replace(/\s+/g,"");return a.length===0?"Personal access token is required":N(a)??(/^sbp_[A-Za-z0-9._~+\/=-]{20,}$/.test(a)?void 0:"Doesn't look like a valid token \u2014 it should be 'sbp_' followed by letters and numbers.")},Ne="one-off, no monthly fees",X="per month";function A(e){if(!e)return!0;let a=e.trim();if(a==="")return!0;let t=a.replace(/[^\d.]/g,"");if(t==="")return/^\s*free\s*$/i.test(a);let n=parseFloat(t);return!isNaN(n)&&n===0}var He={id:"ai-agent",title:"AI coding agent",isApplicable:()=>!0,execute:async(e,{prompt:a,info:t})=>(t({title:"Which AI coding agent do you use?",body:`Klaudius works with two AI coding agents in your terminal \u2014 Claude Code
|
|
63
63
|
(Anthropic) or Codex (OpenAI). Pick whichever you already pay for.
|
|
64
64
|
|
|
65
65
|
This choice only changes which agent runs the pipeline. Everything else \u2014
|
|
66
66
|
the businesses found, the websites built, the outreach sent \u2014 is identical
|
|
67
|
-
either way. You can switch later by re-running init in a fresh folder.`}),{aiAgent:await a({type:"select",message:"Which AI coding agent will drive Klaudius?",initialValue:e.aiAgent??"claude-code",options:[{value:"claude-code",label:"Claude Code (Anthropic)"},{value:"codex",label:"Codex (OpenAI)"}]})})},Ke={id:"ai-plan",title:"Subscription plan",isApplicable:()=>!0,execute:async(e,{prompt:a,info:t})=>{let n=e.aiAgent==="codex",i=n?"Codex":"Claude Code",o=n?"ChatGPT":"Claude";t({title:`Which ${o} plan are you on?`,body:`Klaudius tunes the pipeline to your plan's
|
|
67
|
+
either way. You can switch later by re-running init in a fresh folder.`}),{aiAgent:await a({type:"select",message:"Which AI coding agent will drive Klaudius?",initialValue:e.aiAgent??"claude-code",options:[{value:"claude-code",label:"Claude Code (Anthropic)"},{value:"codex",label:"Codex (OpenAI)"}]})})},Ke={id:"ai-plan",title:"Subscription plan",isApplicable:()=>!0,execute:async(e,{prompt:a,info:t})=>{let n=e.aiAgent==="codex",i=n?"Codex":"Claude Code",o=n?"ChatGPT":"Claude";t({title:`Which ${o} plan are you on?`,body:`Klaudius tunes the pipeline to your plan's
|
|
68
|
+
usage limits.
|
|
68
69
|
|
|
69
|
-
`+(n?`
|
|
70
|
-
|
|
70
|
+
`+(n?`Plus / Business Standard: QA off, Terra.
|
|
71
|
+
Pro / Business Premium: full pipeline.
|
|
71
72
|
|
|
72
|
-
`:`
|
|
73
|
-
Max
|
|
73
|
+
`:`Pro / Team Standard: QA pass off.
|
|
74
|
+
Max / Team Premium: full pipeline.
|
|
74
75
|
|
|
75
|
-
`)+`Not locked in
|
|
76
|
-
|
|
76
|
+
`)+`Not locked in: ask ${i} to turn the
|
|
77
|
+
QA pass on or off any time, or re-run
|
|
78
|
+
configure.`});let s=n?[{value:"codex-plus",label:"ChatGPT Plus (QA pass off, Terra model)"},{value:"codex-pro",label:"ChatGPT Pro (full pipeline)"},{value:"codex-business",label:"ChatGPT Business Standard (QA off, Terra model)"},{value:"codex-business-premium",label:"ChatGPT Business Premium (full pipeline)"}]:[{value:"claude-pro",label:"Claude Pro (QA pass off)"},{value:"claude-max-5x",label:"Claude Max 5x (full pipeline)"},{value:"claude-max-20x",label:"Claude Max 20x (full pipeline)"},{value:"claude-team-standard",label:"Claude Team Standard (QA pass off)"},{value:"claude-team-premium",label:"Claude Team Premium (full pipeline)"}],r={"claude-other":"claude-team-premium","codex-other":"codex-business-premium"},h=e.aiPlan&&r[e.aiPlan]?r[e.aiPlan]:e.aiPlan,c=s.some(g=>g.value===h)?h:void 0,l=!n&&!c?G():void 0,u=await a({type:"select",message:`Which ${o} plan will ${i} run on?`,initialValue:c??l??s[0].value,options:s}),m=(u===e.aiPlan||h!==e.aiPlan&&u===h)&&e.qaPhase!==void 0?e.qaPhase:U(u);return{aiPlan:u,qaPhase:m}}},Fe={id:"location",title:"Location & language",isApplicable:()=>!0,execute:async(e,{prompt:a,info:t})=>{t({title:"Which country are you finding businesses in?",body:`Klaudius searches for businesses in this country, writes outreach in
|
|
77
79
|
this country's language, and builds sites in this country's language.
|
|
78
80
|
This is the country your customers are in \u2014 not necessarily where
|
|
79
81
|
you live.
|
|
@@ -84,12 +86,12 @@ businesses, pick United Kingdom here.
|
|
|
84
86
|
This becomes your home market. You can add more countries any time
|
|
85
87
|
later \u2014 just tell Klaudius ("add Singapore as a market") and runs
|
|
86
88
|
will spread across all of them, with each client's site and outreach
|
|
87
|
-
in its own market's language.`});let n="__other__",i=[{value:"the United Kingdom",label:"United Kingdom"},{value:"the United States",label:"United States"},{value:"Italy",label:"Italy"},{value:"Spain",label:"Spain"},{value:"France",label:"France"},{value:"Germany",label:"Germany"},{value:"Ireland",label:"Ireland"},{value:"the Netherlands",label:"Netherlands"},{value:"Belgium",label:"Belgium"},{value:"Portugal",label:"Portugal"},{value:"Switzerland",label:"Switzerland"},{value:"Austria",label:"Austria"},{value:"Canada",label:"Canada"},{value:"Australia",label:"Australia"},{value:"New Zealand",label:"New Zealand"},{value:"Mexico",label:"Mexico"},{value:"Brazil",label:"Brazil"},{value:"Sweden",label:"Sweden"},{value:"Poland",label:"Poland"},{value:n,label:"Other (type it in)"}],o=e.country??"",s=i.some(d=>d.value===o),
|
|
89
|
+
in its own market's language.`});let n="__other__",i=[{value:"the United Kingdom",label:"United Kingdom"},{value:"the United States",label:"United States"},{value:"Italy",label:"Italy"},{value:"Spain",label:"Spain"},{value:"France",label:"France"},{value:"Germany",label:"Germany"},{value:"Ireland",label:"Ireland"},{value:"the Netherlands",label:"Netherlands"},{value:"Belgium",label:"Belgium"},{value:"Portugal",label:"Portugal"},{value:"Switzerland",label:"Switzerland"},{value:"Austria",label:"Austria"},{value:"Canada",label:"Canada"},{value:"Australia",label:"Australia"},{value:"New Zealand",label:"New Zealand"},{value:"Mexico",label:"Mexico"},{value:"Brazil",label:"Brazil"},{value:"Sweden",label:"Sweden"},{value:"Poland",label:"Poland"},{value:n,label:"Other (type it in)"}],o=e.country??"",s=i.some(d=>d.value===o),h=await a({type:"select",message:"Which country's businesses will Klaudius search for?",initialValue:s?o:o?n:"the United Kingdom",options:i}),c;h===n?c=await a({type:"text",message:"Type the country name (any common form is fine)",placeholder:"e.g. South Africa, Greece, Brazil",initialValue:s?"":o,validate:d=>d.trim().length===0?"Country is required":void 0,note:{title:"Free-form country",body:`We'll match what you type against our country lookup (covers all
|
|
88
90
|
ISO 3166 sovereign states + common territories like Hong Kong and
|
|
89
91
|
Puerto Rico). If we don't recognise the name, we'll ask you to type
|
|
90
92
|
the 2-letter ISO country code directly on the next prompt \u2014 the
|
|
91
93
|
same code Google Places uses for region biasing. Aliases like 'uk',
|
|
92
|
-
'usa', 'italia', 'maroc' all match.`}}):
|
|
94
|
+
'usa', 'italia', 'maroc' all match.`}}):c=h;let l=$(c),u;l?u=l.code:u=(await a({type:"text",message:`What's the 2-letter ISO country code for ${c}?`,placeholder:"e.g. ID for Indonesia, ZA for South Africa, JO for Jordan",initialValue:e.countryCode??"",validate:d=>{let y=d.trim().toUpperCase();if(!/^[A-Z]{2}$/.test(y))return"Must be exactly 2 letters (ISO 3166-1 alpha-2 format)"},note:{title:`ISO code for ${c}`,body:`We didn't recognise "${c}" in our country lookup, so we need the
|
|
93
95
|
2-letter ISO 3166-1 alpha-2 code directly. Google Places uses this
|
|
94
96
|
for region biasing on every search.
|
|
95
97
|
|
|
@@ -98,14 +100,14 @@ Full list: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
|
|
|
98
100
|
Quick reference for less common markets:
|
|
99
101
|
Indonesia \u2192 ID Vietnam \u2192 VN Thailand \u2192 TH Egypt \u2192 EG
|
|
100
102
|
Kenya \u2192 KE Nigeria \u2192 NG Pakistan \u2192 PK Iran \u2192 IR
|
|
101
|
-
Saudi Arabia \u2192 SA Russia \u2192 RU Ukraine \u2192 UA Israel \u2192 IL`}})).trim().toUpperCase();let
|
|
102
|
-
for ${
|
|
103
|
+
Saudi Arabia \u2192 SA Russia \u2192 RU Ukraine \u2192 UA Israel \u2192 IL`}})).trim().toUpperCase();let p=e.language??l?.language??"English",m=await a({type:"text",message:"What language should outreach + websites be written in?",placeholder:"e.g. Italian, Spanish, English",initialValue:p,validate:d=>d.trim().length===0?"Language is required":void 0,note:{title:"Outreach + website language",body:l?`Defaulting to ${p} (the usual operator-facing language
|
|
104
|
+
for ${c}). Edit this if you'd rather write in something else \u2014
|
|
103
105
|
e.g. an English-speaking operator running on Spain might pick "Spanish"
|
|
104
106
|
to localise everything, or might pick "English" to keep their own voice.
|
|
105
107
|
Klaudius will use this language for every outreach message it sends and
|
|
106
108
|
every website it builds.`:`Pick the language you want every outreach message and every built
|
|
107
109
|
website to be written in. If we don't recognise the language name
|
|
108
|
-
we'll ask for the ISO language code on the next prompt.`}}),
|
|
110
|
+
we'll ask for the ISO language code on the next prompt.`}}),g=V(m),f;return g?f=g.code:f=(await a({type:"text",message:`What's the ISO language code for ${m}?`,placeholder:"e.g. id for Indonesian, sw for Swahili, fil for Filipino",initialValue:e.languageCode??"",validate:d=>{let y=d.trim().toLowerCase();if(!/^[a-z]{2,3}$/.test(y))return"Must be 2 or 3 lowercase letters (ISO 639-1 or BCP 47 code)"},note:{title:`ISO code for ${m}`,body:`We didn't recognise "${m}" in our language lookup, so we need
|
|
109
111
|
the ISO language code directly. Google Places uses this for response
|
|
110
112
|
language, and it becomes the <html lang="..."> value on every built
|
|
111
113
|
site.
|
|
@@ -113,7 +115,7 @@ site.
|
|
|
113
115
|
Most languages have a 2-letter ISO 639-1 code. A few (Filipino \u2192
|
|
114
116
|
"fil") use the 3-letter ISO 639-3 / BCP 47 code instead.
|
|
115
117
|
|
|
116
|
-
Full list: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes`}})).trim().toLowerCase(),{country:l?l.country:
|
|
118
|
+
Full list: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes`}})).trim().toLowerCase(),{country:l?l.country:c.trim(),countryCode:u,language:g?g.language:m.trim(),languageCode:f}}},Le={id:"pipeline-modes",title:"Lead streams",isApplicable:()=>!0,execute:async(e,{prompt:a})=>{let t=new Set(["classic","rescue","booking"]),n=(e.pipelineModes??[]).filter(r=>!t.has(r)),i=await a({type:"multiselect",message:"Which lead streams should the pipeline target?",options:[{value:"classic",label:"No website - businesses with no website at all"},{value:"rescue",label:"Rescue - businesses whose existing website is dead or broken"},{value:"booking",label:"Booking - businesses whose only web presence is a booking-platform page (Fresha, Booksy, Square...)"}],initialValue:e.pipelineModes?.length?e.pipelineModes.join(","):"classic",validate:r=>n.length===0&&r.split(",").map(h=>h.trim()).filter(Boolean).length===0?"Tick at least one lead stream":void 0,note:{title:"Lead streams",body:`No website: businesses with no website at all - the original
|
|
117
119
|
stream, on by default. Rescue: businesses whose existing site is
|
|
118
120
|
verifiably broken: dead domain, hosting placeholder, security
|
|
119
121
|
errors, doesn't work on phones. Booking: salons, clinics, spas
|
|
@@ -128,12 +130,12 @@ also add a recurring monthly fee on the next prompt \u2014 combining
|
|
|
128
130
|
the two is fine (e.g. $499 upfront + $49/month).
|
|
129
131
|
|
|
130
132
|
Use the currency that matches your clients' region. Klaudius
|
|
131
|
-
uses this string verbatim throughout outreach.`}}),s=await a({type:"text",message:"What's the monthly fee? (optional \u2014 leave blank for one-off only)",placeholder:"e.g. $49, \xA339, \u20AC45 \u2014 or blank for none",initialValue:i,validate:
|
|
133
|
+
uses this string verbatim throughout outreach.`}}),s=await a({type:"text",message:"What's the monthly fee? (optional \u2014 leave blank for one-off only)",placeholder:"e.g. $49, \xA339, \u20AC45 \u2014 or blank for none",initialValue:i,validate:p=>{if(A(o)&&A(p))return"Set an upfront fee, a monthly fee, or both \u2014 they can't both be zero."},note:{title:"Monthly fee (optional)",body:`Leave blank to charge a one-off fee only. Fill it in to charge
|
|
132
134
|
a recurring monthly fee \u2014 either on its own (if upfront was 0)
|
|
133
|
-
or alongside the upfront fee.`}}),r=A(o),
|
|
135
|
+
or alongside the upfront fee.`}}),r=A(o),h=A(s),c,l,u;return r&&!h?(c=s.trim(),l=X,u=s.trim()):!r&&h?(c=o.trim(),l=Ne,u=void 0):(c=o.trim(),l=`upfront, then ${s.trim()}/month`,u=s.trim()),{pricing:c,pricingTerms:l,pricingMonthly:u}}},Ge={id:"outreach-enabled",title:"Automated outreach",isApplicable:()=>!0,execute:async(e,{prompt:a})=>({outreachEnabled:await a({type:"confirm",message:"Use Klaudius's automated outreach features?",initialValue:e.outreachEnabled??!0,note:{title:"Automated outreach features",body:`After finding candidates and building websites for them, Klaudius can
|
|
134
136
|
run outreach to them automatically (email, SMS, WhatsApp, or printed
|
|
135
137
|
postal letters).
|
|
136
|
-
If you'd rather handle outreach manually, you can skip this here.`}})})},
|
|
138
|
+
If you'd rather handle outreach manually, you can skip this here.`}})})},_e={id:"operator-name",title:"Sign-off name",isApplicable:e=>e.outreachEnabled===!0,execute:async(e,{prompt:a})=>({name:await a({type:"text",message:"What name should sign off your outreach messages?",placeholder:"e.g. Mike Smith \u2014 or your business name if you'd rather",initialValue:e.name??e.emailFromName??"",validate:b("Name"),note:{title:"Sign-off name",body:`Klaudius signs off every outreach message and follow-up with this
|
|
137
139
|
name \u2014 e.g. "Cordiali saluti, Marco" in Italian, "Best, Mike" in
|
|
138
140
|
English. Use your first name, your full name, or your business name \u2014
|
|
139
141
|
whatever you want clients to see as the sender.
|
|
@@ -163,7 +165,7 @@ your own account) carrying a QR code to the candidate's freshly built
|
|
|
163
165
|
site, where they can claim it. One letter per candidate, no letter
|
|
164
166
|
follow-ups. It's the standard lawful cold channel in countries where
|
|
165
167
|
email/WhatsApp/SMS to businesses need prior consent (Germany and
|
|
166
|
-
Austria in particular), and a premium opener anywhere else.`});let n={email:"Email",sms:"SMS (iMessage or Twilio, configured next)",whatsapp:"WhatsApp (Baileys / phone-linked device)",letter:"Letter (real printed post via Pingen or PostGrid, ~\u20AC1/$1 per letter)"},i=["email","sms","whatsapp","letter"],o=e.outreachPriority??[],s=[],r=await a({type:"select",message:"Which channel should Klaudius try FIRST for each candidate?",initialValue:o[0]??"email",options:i.map(
|
|
168
|
+
Austria in particular), and a premium opener anywhere else.`});let n={email:"Email",sms:"SMS (iMessage or Twilio, configured next)",whatsapp:"WhatsApp (Baileys / phone-linked device)",letter:"Letter (real printed post via Pingen or PostGrid, ~\u20AC1/$1 per letter)"},i=["email","sms","whatsapp","letter"],o=e.outreachPriority??[],s=[],r=await a({type:"select",message:"Which channel should Klaudius try FIRST for each candidate?",initialValue:o[0]??"email",options:i.map(h=>({value:h,label:n[h]}))});for(s.push(r);s.length<i.length;){let h=i.filter(m=>!s.includes(m)),c=s.length===1?"second":s.length===2?"third":"fourth",l=s[s.length-1],u=n[l].replace(/\s*\(.*\)$/,"").toLowerCase(),p=await a({type:"select",message:`Should Klaudius use another channel as ${c} priority (for candidates where ${u} isn't viable or fails)?`,initialValue:o[s.length]??"no",options:[...h.map(m=>({value:m,label:`Yes \u2014 also use ${n[m]}`})),{value:"no",label:"No, that's all"}]});if(p==="no")break;s.push(p)}return{outreachChannels:s,outreachPriority:s}}},Be={id:"email",title:"Email setup",isApplicable:e=>e.outreachChannels?.includes("email")===!0,execute:async(e,{prompt:a,info:t})=>{t({title:"Email setup",body:`Klaudius needs an email account to send outreach FROM. This is the
|
|
167
169
|
address candidates will see as the sender. Use a domain you control
|
|
168
170
|
(your own, your business's) \u2014 not your personal address.`});let n=await a({type:"select",message:"Who hosts the email account you'll send outreach from?",initialValue:e.emailProvider??"gmail",options:[{value:"gmail",label:"Gmail"},{value:"fastmail",label:"Fastmail"},{value:"outlook",label:"Outlook / Office 365"},{value:"zoho",label:"Zoho Mail"},{value:"ionos",label:"IONOS"},{value:"titan",label:"Titan (123 Reg, Hostinger, Name.com\u2026)"},{value:"custom",label:"Custom / other (enter SMTP/IMAP details manually)"}]}),i=n!=="custom"?v[n]:void 0;if(i?.oauthOnly){t({title:"How Outlook / Microsoft 365 connects",body:`Microsoft no longer allows password-based access to its mailboxes
|
|
169
171
|
(app passwords included \u2014 Microsoft retired them), so there's no
|
|
@@ -173,7 +175,7 @@ Instead, at the end of setup you'll sign in to Microsoft ONCE in
|
|
|
173
175
|
your browser and approve Klaudius reading and sending your mail.
|
|
174
176
|
Your password never passes through Klaudius, and you can revoke
|
|
175
177
|
the access any time at https://account.microsoft.com (or, for
|
|
176
|
-
work accounts, https://myapps.microsoft.com).`});let d=await a({type:"text",message:"Outlook / Microsoft 365 address to send outreach from",placeholder:"you@yourbusiness.com",initialValue:e.emailAddress??"",validate:Q}),y=i;return ee(e,t),{emailProvider:n,emailAuth:"oauth-microsoft",emailAddress:d,emailPassword:e.emailPassword??"",emailFromName:e.name,emailSmtpHost:y.smtpHost,emailSmtpPort:y.smtpPort,emailImapHost:y.imapHost,emailImapPort:y.imapPort,emailSentFolder:y.sentFolder,emailInboxFolder:y.inboxFolder,emailDraftsFolder:y.draftsFolder}}let o=await a({type:"text",message:"Email address to send outreach from",placeholder:"you@yourbusiness.com",initialValue:e.emailAddress??"",validate:Q}),s=i?.appPasswordHelp??
|
|
178
|
+
work accounts, https://myapps.microsoft.com).`});let d=await a({type:"text",message:"Outlook / Microsoft 365 address to send outreach from",placeholder:"you@yourbusiness.com",initialValue:e.emailAddress??"",validate:Q}),y=i;return ee(e,t),{emailProvider:n,emailAuth:"oauth-microsoft",emailAddress:d,emailPassword:e.emailPassword??"",emailFromName:e.name,emailSmtpHost:y.smtpHost,emailSmtpPort:y.smtpPort,emailImapHost:y.imapHost,emailImapPort:y.imapPort,emailSentFolder:y.sentFolder,emailInboxFolder:y.inboxFolder,emailDraftsFolder:y.draftsFolder}}let o=await a({type:"text",message:"Email address to send outreach from",placeholder:"you@yourbusiness.com",initialValue:e.emailAddress??"",validate:Q}),s=i?.appPasswordHelp??_,r=i?.usesAccountPassword??!1,h=await a({type:"password",message:r?"Paste your mailbox password":"Paste the app password",initialValue:e.emailPassword??"",validate:b(r?"Mailbox password":"App password"),note:{title:r?"Mailbox password":"App password",body:(i&&!r?`An app password is a separate, single-purpose password that your
|
|
177
179
|
email provider issues for third-party apps like Klaudius. It is NOT
|
|
178
180
|
your normal account login password.
|
|
179
181
|
|
|
@@ -181,7 +183,7 @@ your normal account login password.
|
|
|
181
183
|
|
|
182
184
|
The password is stored locally in this project's .env file.
|
|
183
185
|
It is never sent to Klaudius's servers \u2014 only to your email
|
|
184
|
-
provider when sending outreach.`}}),
|
|
186
|
+
provider when sending outreach.`}}),c,l,u,p,m,g,f;if(n==="custom"){c=await a({type:"text",message:"SMTP host (the server Klaudius connects to for sending)",placeholder:"e.g. smtp.yourprovider.com",initialValue:e.emailSmtpHost??"",validate:b("SMTP host")});let d=await a({type:"text",message:"SMTP port (usually 587 for STARTTLS or 465 for SSL)",initialValue:String(e.emailSmtpPort??587),validate:w=>/^\d+$/.test(w)?void 0:"Must be a number"});l=parseInt(d,10),u=await a({type:"text",message:"IMAP host (the server Klaudius connects to for reading replies)",placeholder:"e.g. imap.yourprovider.com",initialValue:e.emailImapHost??"",validate:b("IMAP host")});let y=await a({type:"text",message:"IMAP port (usually 993 for SSL)",initialValue:String(e.emailImapPort??993),validate:w=>/^\d+$/.test(w)?void 0:"Must be a number"});p=parseInt(y,10),m=await a({type:"text",message:"Sent folder name (so SMTP-sent messages also appear in your email client's Sent folder)",placeholder:'e.g. "Sent", "Sent Items"',initialValue:e.emailSentFolder??"Sent"}),g=await a({type:"text",message:"Inbox folder name (almost always INBOX)",initialValue:e.emailInboxFolder??"INBOX"}),f=await a({type:"text",message:"Drafts folder name (where Klaudius saves draft emails for you to review and send)",placeholder:'e.g. "Drafts"',initialValue:e.emailDraftsFolder??"Drafts"})}else{let d=i,y=n===e.emailProvider,w=y?e.emailSmtpHost:void 0,ae=y?e.emailSmtpPort:void 0,T=y?e.emailImapHost:void 0,te=y?e.emailImapPort:void 0,ne=!!w&&w!==d.smtpHost||!!T&&T!==d.imapHost;if(await a({type:"select",message:`Server settings for ${d.label}`,initialValue:ne?"manual":"standard",options:[{value:"standard",label:`Use the standard ${d.label} servers \u2014 ${d.smtpHost} (Recommended)`},{value:"manual",label:"Enter servers manually (regional accounts, custom setups)"}],note:d.serverHelp?{title:"Server settings",body:d.serverHelp}:void 0})==="manual"){c=await a({type:"text",message:"SMTP host (the server Klaudius connects to for sending)",initialValue:w??d.smtpHost,validate:b("SMTP host")});let oe=await a({type:"text",message:"SMTP port (usually 587 for STARTTLS or 465 for SSL)",initialValue:String(ae??d.smtpPort),validate:I=>/^\d+$/.test(I)?void 0:"Must be a number"});l=parseInt(oe,10),u=await a({type:"text",message:"IMAP host (the server Klaudius connects to for reading replies)",initialValue:T??d.imapHost,validate:b("IMAP host")});let se=await a({type:"text",message:"IMAP port (usually 993 for SSL)",initialValue:String(te??d.imapPort),validate:I=>/^\d+$/.test(I)?void 0:"Must be a number"});p=parseInt(se,10),m=(y?e.emailSentFolder:void 0)??d.sentFolder,g=(y?e.emailInboxFolder:void 0)??d.inboxFolder,f=(y?e.emailDraftsFolder:void 0)??d.draftsFolder}else c=d.smtpHost,l=d.smtpPort,u=d.imapHost,p=d.imapPort,m=d.sentFolder,g=d.inboxFolder,f=d.draftsFolder}return ee(e,t),{emailProvider:n,emailAuth:"password",emailAddress:o,emailPassword:h,emailFromName:e.name,emailSmtpHost:c,emailSmtpPort:l,emailImapHost:u,emailImapPort:p,emailSentFolder:m,emailInboxFolder:g,emailDraftsFolder:f}}};function ee(e,a){let t=e.aiAgent==="codex"?"Codex":"Claude";a({title:"Sending from more than one mailbox?",body:`Most operators start with just this one. If you later want outreach
|
|
185
187
|
rotated across several mailboxes, ask ${t} to add another sending
|
|
186
188
|
mailbox \u2014 it updates your config and verifies the new mailbox with a
|
|
187
189
|
test send.`})}var De={id:"sms",title:"SMS setup",isApplicable:e=>e.outreachChannels?.includes("sms")===!0,execute:async(e,{prompt:a,info:t})=>{t({title:"SMS setup",body:`Klaudius can send SMS one of two ways:
|
|
@@ -213,7 +215,7 @@ a separate phone number per account (they're tied to real SIMs).
|
|
|
213
215
|
|
|
214
216
|
You'll be asked how many accounts to link and a short label for each
|
|
215
217
|
(used only locally \u2014 appears in logs, in the .env file, and in this
|
|
216
|
-
project's per-account directory under ~/.klaudius/whatsapp/).`});let n=await a({type:"select",message:"How many WhatsApp numbers do you want to link?",initialValue:String(e.whatsappAccounts?.length??1),options:[{value:"1",label:"1 number (recommended starting point)"},{value:"2",label:"2 numbers (spread load across two)"},{value:"3",label:"3 numbers"},{value:"4",label:"4 numbers"},{value:"5",label:"5 numbers (maximum)"}]}),i=parseInt(n,10),o=["primary","secondary","tertiary","quaternary","quinary"],s=[];for(let r=0;r<i;r++){let
|
|
218
|
+
project's per-account directory under ~/.klaudius/whatsapp/).`});let n=await a({type:"select",message:"How many WhatsApp numbers do you want to link?",initialValue:String(e.whatsappAccounts?.length??1),options:[{value:"1",label:"1 number (recommended starting point)"},{value:"2",label:"2 numbers (spread load across two)"},{value:"3",label:"3 numbers"},{value:"4",label:"4 numbers"},{value:"5",label:"5 numbers (maximum)"}]}),i=parseInt(n,10),o=["primary","secondary","tertiary","quaternary","quinary"],s=[];for(let r=0;r<i;r++){let h=await a({type:"text",message:i===1?"Label for this WhatsApp account (used only locally \u2014 'primary' is fine)":`Label for WhatsApp account ${r+1} of ${i} (e.g. 'primary', 'uk-1', 'us-east')`,initialValue:e.whatsappAccounts?.[r]??o[r],validate:c=>{let l=c.trim();if(!l)return"Required";if(l.length>30)return"Too long (max 30 characters)";if(l.startsWith("-")||l.endsWith("-"))return"Can't start or end with a hyphen";if(!/^[A-Za-z0-9_-]+$/.test(l))return"Letters, digits, underscore, hyphen only (no spaces)";if(s.includes(l))return"Duplicate label"}});s.push(h.trim())}return{whatsappAccounts:s}}},$e={id:"letter",title:"Letter setup",isApplicable:e=>e.outreachChannels?.includes("letter")===!0,execute:async(e,{prompt:a,info:t})=>{t({title:"Letter setup",body:`Klaudius sends letters through a print-and-post API \u2014 you bring your
|
|
217
219
|
own provider account, the provider prints each letter locally and
|
|
218
220
|
hands it to the postal carrier. Two providers are supported:
|
|
219
221
|
|
|
@@ -396,11 +398,11 @@ in another tab/app and paste this prompt verbatim:
|
|
|
396
398
|
The wizard is asking for: (1) project URL, (2) the secret/service-
|
|
397
399
|
role key, (3) a personal access token. Walk me through where to
|
|
398
400
|
find each one in the current Supabase dashboard UI, including the
|
|
399
|
-
exact menu paths and any caveats for newer vs. legacy projects."`});let i=(await a({type:"text",message:"Paste your Supabase API URL",placeholder:"https://YOUR_REF.supabase.co",initialValue:e.supabaseUrl??"",validate:
|
|
401
|
+
exact menu paths and any caveats for newer vs. legacy projects."`});let i=(await a({type:"text",message:"Paste your Supabase API URL",placeholder:"https://YOUR_REF.supabase.co",initialValue:e.supabaseUrl??"",validate:u=>/^https:\/\/[a-z0-9]+\.supabase\.co(\/rest\/v1\/?)?$/i.test(u.trim())?void 0:"Should look like https://xxxx.supabase.co (with or without /rest/v1/)",note:{title:"API URL",body:`In your Supabase dashboard, open your project, then go to:
|
|
400
402
|
Settings \u2192 Data API \u2192 'API URL'
|
|
401
403
|
|
|
402
404
|
It looks like https://xxxx.supabase.co. Click to copy and paste
|
|
403
|
-
below.`}})).trim().replace(/\/rest\/v1\/?$/i,"").replace(/\/$/,""),o=i.match(/^https:\/\/([a-z0-9]+)\.supabase\.co/i)?.[1]??"",r=(await a({type:"password",message:"Paste the Supabase secret key (sb_secret_\u2026)",initialValue:e.supabaseServiceKey??"",validate:
|
|
405
|
+
below.`}})).trim().replace(/\/rest\/v1\/?$/i,"").replace(/\/$/,""),o=i.match(/^https:\/\/([a-z0-9]+)\.supabase\.co/i)?.[1]??"",r=(await a({type:"password",message:"Paste the Supabase secret key (sb_secret_\u2026)",initialValue:e.supabaseServiceKey??"",validate:u=>{let p=u.trim(),m=N(p);if(m)return m;if(p.length<20)return"Looks too short";if(p.startsWith("sb_publishable_"))return"That's the publishable key. Klaudius needs the 'sb_secret_\u2026' key on the same page (different row, below the publishable one).";if(!p.startsWith("sb_secret_")&&!p.startsWith("eyJ"))return"Doesn't look like a Supabase secret key. Expected 'sb_secret_\u2026' (or a legacy JWT starting with 'eyJ\u2026' on older projects)."},note:{title:"Secret key",body:`Open this exact page:
|
|
404
406
|
https://supabase.com/dashboard/project/${o}/settings/api-keys
|
|
405
407
|
|
|
406
408
|
Under 'Secret keys', find the row whose value starts with
|
|
@@ -412,7 +414,7 @@ are client-side keys with no write permissions).
|
|
|
412
414
|
Don't confuse this page with 'Edge Functions \u2192 Secrets' in the
|
|
413
415
|
left sidebar \u2014 that's an unrelated feature (env vars for Edge
|
|
414
416
|
Functions). The page you want is Settings (gear icon, bottom
|
|
415
|
-
of the left sidebar) \u2192 API Keys.`}})).replace(/\s+/g,""),
|
|
417
|
+
of the left sidebar) \u2192 API Keys.`}})).replace(/\s+/g,""),c=(await a({type:"password",message:"Paste the Supabase personal access token",initialValue:e.supabasePat??"",validate:Me,note:{title:"Personal access token",body:`This is a separate credential from the secret key above \u2014 it's an
|
|
416
418
|
ACCOUNT-wide token (not project-scoped) used by the Supabase MCP and
|
|
417
419
|
by Klaudius's schema migration.
|
|
418
420
|
|
|
@@ -422,13 +424,13 @@ Open this exact page:
|
|
|
422
424
|
Click 'Generate new token', name it 'Klaudius', and set the
|
|
423
425
|
expiration to 'Never' (recommended \u2014 saves you having to rotate
|
|
424
426
|
it later). Copy the value (starts with 'sbp_') and paste it
|
|
425
|
-
below.`}})).replace(/\s+/g,""),l=e.supabaseAnonKey;return e.outreachChannels?.includes("letter")&&(l=(await a({type:"password",message:"Paste the Supabase publishable (anon) key \u2014 needed for the letter channel's claim pages",initialValue:e.supabaseAnonKey??"",validate:
|
|
427
|
+
below.`}})).replace(/\s+/g,""),l=e.supabaseAnonKey;return e.outreachChannels?.includes("letter")&&(l=(await a({type:"password",message:"Paste the Supabase publishable (anon) key \u2014 needed for the letter channel's claim pages",initialValue:e.supabaseAnonKey??"",validate:p=>{let m=p.replace(/\s+/g,"");if(m.length<20)return"Looks too short";if(/^sb_secret_/i.test(m))return"That's the SECRET key \u2014 the claim page needs the 'sb_publishable_\u2026' (or legacy 'anon') key from the same page.";let g=Oe(m);if(g&&g!=="anon")return`That JWT has role '${g}' \u2014 the claim page needs the key whose role is 'anon' (same dashboard page, different row).`},note:{title:"Publishable (anon) key",body:`Same page as the secret key:
|
|
426
428
|
https://supabase.com/dashboard/project/${o}/settings/api-keys
|
|
427
429
|
|
|
428
430
|
Copy the 'sb_publishable_\u2026' value (labelled 'anon' / 'public' on
|
|
429
431
|
older projects). This key is safe to embed in public pages: on a
|
|
430
432
|
Klaudius database it can only insert claim-form submissions,
|
|
431
|
-
nothing else.`}})).replace(/\s+/g,"")),{supabaseUrl:i,supabaseServiceKey:r,supabasePat:
|
|
433
|
+
nothing else.`}})).replace(/\s+/g,"")),{supabaseUrl:i,supabaseServiceKey:r,supabasePat:c,supabaseAnonKey:l,supabaseProjectRef:o}}},Je={id:"google-places",title:"Google Places API",isApplicable:()=>!0,execute:async(e,{prompt:a})=>{let t=await a({type:"password",message:"Paste your Google Places API key",placeholder:"AIzaSy\u2026",initialValue:e.googlePlacesApiKey??"",validate:i=>W(i),note:{title:"Google Places API key",body:`Klaudius's /find skill queries Google's Places API to discover businesses
|
|
432
434
|
without websites in your target region. Without a key, the pipeline has
|
|
433
435
|
no source of leads \u2014 so this is required.
|
|
434
436
|
|
|
@@ -464,13 +466,13 @@ STUCK? Open Claude (or any LLM) in another tab/app and paste this prompt:
|
|
|
464
466
|
"I need a Google Places API (New) key for a CLI tool called
|
|
465
467
|
Klaudius. Walk me through claiming the $300 Google Cloud free trial
|
|
466
468
|
and getting the API key Google auto-generates after enabling
|
|
467
|
-
Places API (New), including any signup gotchas."`}});return{googlePlacesApiKey:
|
|
469
|
+
Places API (New), including any signup gotchas."`}});return{googlePlacesApiKey:E(t).value}}},Qe={id:"notifications",title:"Notifications (optional)",isApplicable:()=>!0,clearOnSkip:["notifyChannel","notifyTo","telegramBotToken","telegramChatId"],execute:async(e,{prompt:a})=>{let t=!!e.emailAddress,n=!!e.smsProvider||!!e.testPhone,i=e.notifyChannel==="telegram"?!!e.telegramBotToken:e.notifyChannel==="email"?t:e.notifyChannel==="sms"?n:!1,o=await a({type:"select",message:"How should Klaudius send you pipeline alerts?",initialValue:i?e.notifyChannel:e.telegramBotToken?"telegram":"none",options:[{value:"telegram",label:"Telegram (recommended \u2014 instant phone pings, free)"},...t?[{value:"email",label:"Email (to your own inbox, reuses your outreach account)"}]:[],...n?[{value:"sms",label:"SMS (to your own phone, via your configured SMS setup)"}]:[],{value:"none",label:"None"}],note:{title:"Pipeline notifications (optional)",body:`Klaudius alerts you when outreach lands and when anything needs a
|
|
468
470
|
human eye (a failed deploy, an API error, odd-looking data).
|
|
469
471
|
|
|
470
472
|
\u2022 Telegram \u2014 needs a bot token (via @BotFather, ~30 seconds);
|
|
471
473
|
the next prompts walk you through it.
|
|
472
474
|
\u2022 Email / SMS \u2014 zero extra setup; alerts go to your own
|
|
473
|
-
inbox/phone through the account you already configured.`}});if(o==="none")return{notifyChannel:void 0,notifyTo:void 0,telegramBotToken:void 0,telegramChatId:void 0};if(o==="email"||o==="sms"){let
|
|
475
|
+
inbox/phone through the account you already configured.`}});if(o==="none")return{notifyChannel:void 0,notifyTo:void 0,telegramBotToken:void 0,telegramChatId:void 0};if(o==="email"||o==="sms"){let p=o==="email"?e.emailAddress:e.testPhone,m=await a({type:"text",message:o==="email"?"Where should alert emails go?":"Which number should alert texts go to?",initialValue:e.notifyTo??p??"",validate:g=>g.trim().length===0?"Required":void 0});return{notifyChannel:o,notifyTo:m.trim()}}let s=async p=>{let m=await a({type:"password",message:"Paste your Telegram bot token",initialValue:p?"":e.telegramBotToken??"",validate:j,note:p??{title:"Bot token",body:`Telegram lets you create personal bots in ~30 seconds. Klaudius
|
|
474
476
|
uses a bot to send you private notifications.
|
|
475
477
|
|
|
476
478
|
How to create one:
|
|
@@ -483,15 +485,15 @@ How to create one:
|
|
|
483
485
|
'KlaudiusNotifierBot'). Each username has to be globally
|
|
484
486
|
unique, so add a personal suffix if it's taken.
|
|
485
487
|
6. BotFather replies with a token like
|
|
486
|
-
'1234567890:AAEhBP_yourtokenhere\u2026'. Copy it and paste below.`}});return S(
|
|
488
|
+
'1234567890:AAEhBP_yourtokenhere\u2026'. Copy it and paste below.`}});return S(m).value},r=await s(null),h=null,c=0,l=null,u=null;for(;h===null;){c++;let p=c>1,m=u==="network"?`${l}
|
|
487
489
|
|
|
488
490
|
This is usually a network problem on your end (corporate WiFi or VPN
|
|
489
491
|
blocking Telegram, ISP DNS issue, a momentary drop). Check your
|
|
490
492
|
connection, try a different network if available, then press Enter
|
|
491
|
-
to retry.`:
|
|
493
|
+
to retry.`:u==="busy"?`${l}
|
|
492
494
|
|
|
493
495
|
Your token is fine and there's nothing to fix on your side. Wait a
|
|
494
|
-
few seconds, then press Enter to retry.`:
|
|
496
|
+
few seconds, then press Enter to retry.`:u==="conflict"?`${l}
|
|
495
497
|
|
|
496
498
|
Most often that's a token you already use for another
|
|
497
499
|
automation (n8n, a bot framework, a script of your own). Give
|
|
@@ -501,7 +503,7 @@ press Enter to retry.`:`${l}
|
|
|
501
503
|
|
|
502
504
|
Make sure you sent a regular text message (e.g. 'hi'), not
|
|
503
505
|
just a /start tap \u2014 /start alone doesn't always register.
|
|
504
|
-
Then press Enter to retry.`;await a({type:"text",message:
|
|
506
|
+
Then press Enter to retry.`;await a({type:"text",message:p?u==="network"?"Check your network, then press Enter to retry":u==="busy"?"Wait a moment, then press Enter to retry":u==="conflict"?"Press Enter to retry once that other app has stopped":"Send another message to the bot, then press Enter to retry":"Send a message to your bot, then press Enter to detect chat ID",initialValue:"",placeholder:"(press Enter when you've sent the message)",validate:()=>{},note:{title:p?"Detect chat ID \u2014 retry":"Detect chat ID",body:p?m:`Klaudius will auto-detect your chat ID by asking Telegram for
|
|
505
507
|
any messages your bot has received. To make that work:
|
|
506
508
|
|
|
507
509
|
1. In the Telegram app, search for the bot you just created
|
|
@@ -510,10 +512,10 @@ any messages your bot has received. To make that work:
|
|
|
510
512
|
If the chat starts with a 'Start' button, tap that first,
|
|
511
513
|
THEN send 'hi'. /start alone doesn't always show up.
|
|
512
514
|
3. Press Enter below \u2014 Klaudius will detect the chat ID for
|
|
513
|
-
you.`}});let
|
|
515
|
+
you.`}});let g=await B({botToken:r});g.ok&&g.chatId?h=g.chatId:g.reason==="no_messages"?(l="No messages from you to your bot have been picked up yet.",u="no_messages"):g.reason==="network"?(l=g.message??"Could not reach Telegram.",u="network"):g.reason==="busy"?(l=g.message??"Telegram is busy.",u="busy"):g.reason==="conflict"?(l=g.message??"Another app is polling this bot.",u="conflict"):(r=await s(g.reason==="webhook_set"?{title:"That bot is already connected to another app",body:`${g.message??"This bot has a webhook set."}
|
|
514
516
|
|
|
515
517
|
Make a separate bot just for Klaudius: send /newbot to
|
|
516
|
-
@BotFather, follow its steps, then paste the new token below.`}:{title:"Telegram didn't accept that token",body:[
|
|
518
|
+
@BotFather, follow its steps, then paste the new token below.`}:{title:"Telegram didn't accept that token",body:[g.message??"Telegram rejected the bot token.",q(r),`Paste the token again below. To see it in Telegram: send
|
|
517
519
|
/mybots to @BotFather, pick your bot, then tap API Token.`].filter(Boolean).join(`
|
|
518
520
|
|
|
519
|
-
`)}),
|
|
521
|
+
`)}),c=0,l=null,u=null)}return{notifyChannel:"telegram",notifyTo:void 0,telegramBotToken:r,telegramChatId:h}}},Ka=[He,Ke,Fe,Le,Re,Ge,_e,Ue,Be,De,ze,$e,Ve,We,je,qe,Ze,Ye,Je,Qe];export{C as a,ua as b,da as c,v as d,P as e,fe as f,ka as g,D as h,z as i,S as j,W as k,Aa as l,Z as m,Y as n,Oe as o,Ka as p,ma as q,U as r,ya as s,fa as t};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "klaudius",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.33.0",
|
|
4
4
|
"description": "Scaffold and maintain a Klaudius project — an autonomous web agency pipeline that runs on Claude Code or Codex (find, build, deploy, outreach end-to-end).",
|
|
5
5
|
"homepage": "https://klaudius.dev",
|
|
6
6
|
"bugs": {
|