beast-agent 0.24.4 → 0.25.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.
@@ -445,8 +445,6 @@
445
445
  bot_bind_title: 'Bu numarayı hangi bot karşılasın?',
446
446
  bot_sel_empty: '— bot seçme —',
447
447
  bot_code_title: 'Botun benzersiz 5 haneli kodu — botlar arası DM adresi',
448
- bot_vis: 'Ana sohbete davet edilebilir (sohbet görünürlüğü)',
449
- tipGuestBot: 'Konuşmaya bot davet et — davetli botlara ajan bot_dm ile danışır',
450
448
  bot_switch_hint: 'Tıkla: bu botta çalış · ⚙: yönet',
451
449
  bot_switched: 'bottasın — sohbetler bu botun kimliğiyle gider',
452
450
  bot_manage: 'Botu yönet',
@@ -472,6 +470,7 @@
472
470
  q_flushed: '${n} kuyruktaki mesaj gönderiliyor',
473
471
  bot_num_ro_hint: 'Numara ekleme/kişi adı Ayarlar → Entegrasyonlar (WhatsApp izin listesi) üzerinden yapılır; burada yalnızca bağlı numaralar görünür.',
474
472
  tipStore: 'Skills Store',
473
+ tipGithub: 'GitHub Trending — depoları favorile, chate at, ajana araştır',
475
474
  tipIde: 'IDE Modu — dosyalar + chat + preview',
476
475
  ide_files: 'DOSYALAR',
477
476
  ide_pick: 'Klasör seç',
@@ -1022,8 +1021,6 @@
1022
1021
  bot_bind_title: 'Which bot should answer this number?',
1023
1022
  bot_sel_empty: '— no bot —',
1024
1023
  bot_code_title: "This bot's unique 5-digit code — the inter-bot DM address",
1025
- bot_vis: 'Invitable to the main chat (chat visibility)',
1026
- tipGuestBot: 'Invite a bot to this chat — the agent consults invited bots via bot_dm',
1027
1024
  bot_switch_hint: 'Click: work as this bot · ⚙: manage',
1028
1025
  bot_switched: 'active — chats run with this bot\u2019s identity',
1029
1026
  bot_manage: 'Manage bot',
@@ -1049,6 +1046,7 @@
1049
1046
  q_flushed: '${n} queued message(s) being sent',
1050
1047
  bot_num_ro_hint: 'Add numbers / person names via Settings → Integrations (WhatsApp allow list); only linked numbers are shown here.',
1051
1048
  tipStore: 'Skills Store',
1049
+ tipGithub: 'GitHub Trending — favorite repos, send to chat, ask the agent',
1052
1050
  tipIde: 'IDE Mode — files + chat + preview',
1053
1051
  ide_files: 'FILES',
1054
1052
  ide_pick: 'Choose folder',
@@ -39,6 +39,7 @@
39
39
  <button id="themeBtn" title="Koyu tema">&#x263E;</button>
40
40
  <button id="langBtn" title="Dil değiştir / Switch language" data-i18n-title="tipLang"><svg viewBox="0 0 24 24" width="15" height="15" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><circle cx="12" cy="12" r="9"/><path d="M3 12h18"/><path d="M12 3c2.6 2.6 2.6 15.4 0 18M12 3c-2.6 2.6-2.6 15.4 0 18"/></svg></button>
41
41
  <button id="storeBtn" title="Skills Store" data-i18n-title="tipStore"><svg viewBox="0 0 24 24" width="15" height="15" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 7h16l-1.3 12.1a2 2 0 0 1-2 1.9H7.3a2 2 0 0 1-2-1.9L4 7z"/><path d="M8 10V6a4 4 0 0 1 8 0v4"/></svg></button>
42
+ <button id="gitBtn" title="GitHub Trending" data-i18n-title="tipGithub"><svg viewBox="0 0 24 24" width="15" height="15" fill="currentColor" aria-hidden="true"><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/></svg></button>
42
43
  <button id="ideBtn" title="IDE Modu" data-i18n-title="tipIde"><svg viewBox="0 0 24 24" width="15" height="15" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M8 6l-5 6 5 6"/><path d="M16 6l5 6-5 6"/><path d="M13.5 4l-3 16"/></svg></button>
43
44
  </div>
44
45
  </aside>
@@ -70,11 +71,9 @@
70
71
  <div id="cfgList" class="dd-list"></div>
71
72
  </div>
72
73
  </div>
73
- <button id="railBtn" class="dd-btn dd-icon-btn on" title="Paralel Ajan Konsolu" data-i18n-title="tipRail">&#x25A4;</button>
74
+ <button id="railBtn" class="dd-btn dd-icon-btn" title="Paralel Ajan Konsolu" data-i18n-title="tipRail">&#x25A4;</button>
74
75
  <button id="watchBtn" class="dd-btn dd-icon-btn" title="İzleyiciler (Watchers)" data-i18n-title="tipWatch">&#x25CE;</button>
75
76
  <button id="cronBtn" class="dd-btn dd-icon-btn" title="Cron Görevler" data-i18n-title="tipCron">&#x23F1;&#xFE0E;</button>
76
- <button id="termBtn" class="dd-btn dd-icon-btn" title="Terminal (PowerShell)" data-i18n-title="tipTerm">&gt;</button>
77
- <button id="termGBtn" class="dd-btn dd-icon-btn" title="Git Bash terminali" data-i18n-title="tipTermG">&#x25C8;</button>
78
77
  <button id="termCBtn" class="dd-btn dd-icon-btn" title="CMD terminali" data-i18n-title="tipTermC">&#x276F;&#xFE0E;</button>
79
78
  <button id="browserBtn" class="dd-btn dd-icon-btn" title="Dahili tarayıcı" data-i18n-title="tipBrowser">&#x29C9;</button>
80
79
  <button id="eyeBtn" class="dd-btn dd-icon-btn" title="Ajan tarayıcısı görünür/gizli — göz açıkken aramalar panelde izlenir, kapalıyken gizli çalışır" data-i18n-title="tipEye"><svg viewBox="0 0 24 24" width="15" height="15" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7-10-7-10-7z"/><circle cx="12" cy="12" r="3"/><line class="eye-slash" x1="4" y1="4" x2="20" y2="20"/></svg></button>
@@ -91,15 +90,13 @@
91
90
 
92
91
  <div id="composerWrap">
93
92
  <div id="todoPanel" hidden></div>
94
- <div id="statusPill" hidden></div>
93
+ <div id="statusRow"><div id="statusPill" hidden></div><div id="toast" hidden></div></div>
95
94
  <div id="chips" hidden></div>
96
95
  <div id="slashMenu" hidden></div>
97
96
  <div id="composer">
98
97
  <div id="composerLeft" class="dd">
99
98
  <button id="attachBtn" title="Dosya / resim ekle" data-i18n-title="tipAttach">+</button>
100
99
  <button id="micBtn" title="Sesli komut — konuş, bırakınca yazıya çevirsin" data-i18n-title="tipMic"><svg viewBox="0 0 24 24" width="15" height="15" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="2" width="6" height="12" rx="3"/><path d="M19 10v2a7 7 0 0 1-14 0v-2"/><path d="M12 19v3"/></svg></button>
101
- <button id="guestBotBtn" title="Konuşmaya bot davet et — davetli botlara ajan bot_dm ile danışır" data-i18n-title="tipGuestBot" hidden><span style="filter:grayscale(1)">🤖</span></button>
102
- <div id="guestBotMenu" class="dd-menu" hidden></div>
103
100
  </div>
104
101
  <textarea id="input" rows="1" placeholder="Bir şey sor ya da görev ver… (Enter: gönder · Shift+Enter: satır · /: komutlar)" data-i18n-ph="composerPh"></textarea>
105
102
  <button id="stopBtn" title="Durdur" hidden data-i18n-title="tipStop">■</button>
@@ -272,6 +269,47 @@
272
269
  </div>
273
270
  </div>
274
271
 
272
+ <div id="ghOverlay" hidden>
273
+ <div id="ghDialog">
274
+ <div id="ghHead">
275
+ <span id="ghTitle">GITHUB TRENDING</span>
276
+ <span class="store-spacer"></span>
277
+ <button id="ghClose" class="mini-close" title="Kapat" data-i18n-title="btn_close">&#x00D7;</button>
278
+ </div>
279
+ <div id="ghBody">
280
+ <section id="ghTrendPane" class="gh-pane">
281
+ <div class="gh-pane-tabs">
282
+ <button class="gh-tab on" data-ghtab="trend">Trend Depolar</button>
283
+ <button class="gh-tab" data-ghtab="all">Tüm Repolar</button>
284
+ </div>
285
+ <div class="gh-pane-subline" id="ghTrendSub">— son 2 haftanın yıldız yükselenleri</div>
286
+ <div id="ghTrendTools" class="gh-filters">
287
+ <div class="gh-ranges" id="ghRanges">
288
+ <button data-range="all" title="Tüm zamanlar">Tümü</button>
289
+ <button data-range="6m" title="Son 6 ay">6 Ay</button>
290
+ <button data-range="1m" title="Son 1 ay">1 Ay</button>
291
+ <button data-range="2w" class="on" title="Son 2 hafta">2 Hafta</button>
292
+ <button data-range="1w" title="Son 1 hafta">1 Hafta</button>
293
+ </div>
294
+ <button id="ghSortBtn" title="Yıldız sırası: azalan / artan">↓ Yıldız</button>
295
+ <input id="ghSearch" placeholder="Repo ara… (Enter)" spellcheck="false" />
296
+ <button id="ghTrendRefresh" class="gh-refresh" title="Sıfırla ve yenile — modal ilk açıldığı gibi">&#x27F3;</button>
297
+ </div>
298
+ <div id="ghAllTools" class="gh-filters" hidden>
299
+ <input id="ghAllSearch" placeholder="Tüm GitHub'da ara… (Enter)" spellcheck="false" />
300
+ <button id="ghAllSortBtn" title="Sıralama: en iyi eşleşme / yıldız">⭐ En İyi</button>
301
+ <button id="ghAllRefresh" class="gh-refresh" title="Sıfırla ve yenile">&#x27F3;</button>
302
+ </div>
303
+ <div id="ghTrendList" class="gh-pane-list"></div>
304
+ </section>
305
+ <section id="ghFavPane" class="gh-pane">
306
+ <div class="gh-pane-title">Favoriler <span class="gh-pane-sub">— yıldızladıkların burada saklanır</span></div>
307
+ <div id="ghFavList" class="gh-pane-list"></div>
308
+ </section>
309
+ </div>
310
+ </div>
311
+ </div>
312
+
275
313
  <div id="watchOverlay" class="mini-overlay" hidden>
276
314
  <div class="mini-dialog">
277
315
  <div class="mini-head">
@@ -318,15 +356,13 @@
318
356
  <div id="termOut"></div>
319
357
  </div>
320
358
  <div id="termInputRow">
321
- <span id="termPrompt">PS&gt;</span>
359
+ <span id="termPrompt">CMD&gt;</span>
322
360
  <input id="termInput" spellcheck="false" autocomplete="off" placeholder="komut yaz, Enter'la çalıştır…" data-i18n-ph="term_ph" />
323
361
  <button id="termStop" title="Çalışan komutu durdur" hidden data-i18n-title="term_stop">&#x25A0;&#xFE0E;</button>
324
362
  </div>
325
363
  </div>
326
364
  <div id="termResize" hidden title="Sürükleyerek boyutlandır"></div>
327
365
 
328
- <div id="toast"></div>
329
-
330
366
  <div id="fileCtxMenu" hidden></div>
331
367
 
332
368
  <input type="file" id="fileInput" multiple hidden