polygram 0.12.0-rc.26 → 0.12.0-rc.27
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.
|
@@ -788,8 +788,12 @@ class CliProcess extends Process {
|
|
|
788
788
|
// Dev-channels confirmation — always fires under
|
|
789
789
|
// --dangerously-load-development-channels.
|
|
790
790
|
{ name: 'dev-channels', regex: /WARNING: Loading development channels/i, key: 'Enter' },
|
|
791
|
-
// Workspace trust prompt — fires on first-time cwd or untrusted.
|
|
792
|
-
|
|
791
|
+
// Workspace trust prompt — fires on first-time cwd or untrusted. claude
|
|
792
|
+
// 2.1.158 renders "Quick safety check: Is this a project you created or
|
|
793
|
+
// one you trust? … ❯ 1. Yes, I trust this folder" (Enter confirms the
|
|
794
|
+
// pre-selected "trust" option). The older "trust the files in this folder"
|
|
795
|
+
// wording is kept for back-compat; both anchor on "trust … this folder".
|
|
796
|
+
{ name: 'trust', regex: /trust (?:the files in )?this folder/i, key: 'Enter' },
|
|
793
797
|
// Review F#12: session-age "Resume from summary?" prompt — fires on
|
|
794
798
|
// aged sessions (claude treats older session JSONLs differently).
|
|
795
799
|
// Tmux backend dismisses with Enter at tmux-process.js:2637 onward;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "polygram",
|
|
3
|
-
"version": "0.12.0-rc.
|
|
3
|
+
"version": "0.12.0-rc.27",
|
|
4
4
|
"description": "Telegram daemon for Claude Code that preserves the OpenClaw per-chat session model. Migration path for OpenClaw users moving to Claude Code.",
|
|
5
5
|
"main": "lib/ipc/client.js",
|
|
6
6
|
"bin": {
|