pty-manager 1.3.3 → 1.4.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.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -98,7 +98,7 @@ interface LoginDetection {
|
|
|
98
98
|
/**
|
|
99
99
|
* Types of blocking prompts that can occur
|
|
100
100
|
*/
|
|
101
|
-
type BlockingPromptType = 'login' | 'update' | 'config' | 'tos' | 'model_select' | 'project_select' | 'permission' | 'unknown';
|
|
101
|
+
type BlockingPromptType = 'login' | 'update' | 'config' | 'tos' | 'model_select' | 'project_select' | 'permission' | 'tool_wait' | 'unknown';
|
|
102
102
|
/**
|
|
103
103
|
* Blocking prompt detection result
|
|
104
104
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -98,7 +98,7 @@ interface LoginDetection {
|
|
|
98
98
|
/**
|
|
99
99
|
* Types of blocking prompts that can occur
|
|
100
100
|
*/
|
|
101
|
-
type BlockingPromptType = 'login' | 'update' | 'config' | 'tos' | 'model_select' | 'project_select' | 'permission' | 'unknown';
|
|
101
|
+
type BlockingPromptType = 'login' | 'update' | 'config' | 'tos' | 'model_select' | 'project_select' | 'permission' | 'tool_wait' | 'unknown';
|
|
102
102
|
/**
|
|
103
103
|
* Blocking prompt detection result
|
|
104
104
|
*/
|
package/package.json
CHANGED