ethos-cli 0.1.10 → 0.1.11
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/package.json
CHANGED
|
@@ -86,7 +86,9 @@ session.
|
|
|
86
86
|
Open `response.upload_url` according to the active client:
|
|
87
87
|
|
|
88
88
|
- In Codex, use the Browser plugin / in-app Browser. Keep the upload and table
|
|
89
|
-
view in that Codex browser surface.
|
|
89
|
+
view in that Codex browser surface. The upload URL already opens the CSV
|
|
90
|
+
upload modal, so do not click `Import CSV` or take any other browser action
|
|
91
|
+
after navigating unless the user asks for help.
|
|
90
92
|
- In Claude Code, Cursor, or another non-Codex shell-based client, use the
|
|
91
93
|
OS/browser shell opener first:
|
|
92
94
|
|
|
@@ -100,8 +102,8 @@ Open `response.upload_url` according to the active client:
|
|
|
100
102
|
all browser-opening options fail, show the URL to the user and ask them to
|
|
101
103
|
open it.
|
|
102
104
|
|
|
103
|
-
After
|
|
104
|
-
flow response is not available for some reason, ask:
|
|
105
|
+
After navigating to the upload URL, immediately ask `response.next_prompt`. If
|
|
106
|
+
the flow response is not available for some reason, ask:
|
|
105
107
|
|
|
106
108
|
```text
|
|
107
109
|
Please describe your ICP, any signals that would make them a good fit for your product or service, and where that data may live. You can keep typing while the CSV uploads.
|