usertold 1.18.0 → 1.20.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.
Files changed (3) hide show
  1. package/README.md +3 -4
  2. package/package.json +1 -1
  3. package/usertold +1402 -680
package/README.md CHANGED
@@ -7,19 +7,19 @@ UserTold.ai is the research layer for autonomous product systems:
7
7
  2. run real-time interviews while users are on your website
8
8
  3. extract signals
9
9
  4. create evidence-backed tasks
10
- 5. measure impact after release
10
+ 5. review recurrence after completed work
11
11
 
12
12
  The CLI is the automation-first interface for CI pipelines, agent workflows, and scripted operations.
13
13
 
14
14
  ## What interviews look like
15
15
 
16
- UserTold.ai conducts real-time interviews while participants actively use your website. The AI operates in three adaptive modes:
16
+ UserTold.ai conducts real-time interviews while participants actively use your website. The AI operates through scripted and planned research modes:
17
17
 
18
18
  - **Observe** — Watches silently while the participant navigates, clicks, and thinks aloud. No prompting, no interruption. Captures page changes, interaction events, and spoken thoughts via microphone.
19
19
  - **Speak** — Delivers one-way verbal guidance: task instructions, clarifications, a gentle nudge. Stops immediately if the participant starts speaking (barge-in).
20
20
  - **Talk** — Full two-way voice conversation via OpenAI Realtime (speech-to-speech). The AI asks follow-up questions, probes emotional moments, and explores unexpected insights in real time.
21
21
 
22
- Each study segment defines a base mode and a mode ceiling. The AI escalates automatically when it detects the participant is stuck using heuristic checks (silence, confusion keywords, navigation loops) that fire in under a second without an API call. After the intervention it returns to the base mode automatically.
22
+ Study segments advance through explicit rules: scripted speech completion, participant Done, URL or action matches, max duration, or the complete_segment tool in planned talk segments. Observe mode stays silent so pauses, confusion, repeated clicks, loops, and help requests remain evidence for debrief and post-session signal extraction.
23
23
 
24
24
  After each session, the platform extracts structured signals — struggling moments, desired outcomes, workarounds, behavioral context — each with a verbatim quote, confidence score, and a link back to the session recording and transcript timestamp. Signals cluster into tasks. Tasks push to GitHub Issues with evidence attached.
25
25
 
@@ -89,7 +89,6 @@ Exit codes: `0` success · `1` error · `2` bad args · `3` auth · `4` not foun
89
89
  - `task`
90
90
  - `screener`
91
91
  - `billing`
92
- - `overview`
93
92
  - `config`
94
93
  - `setup`
95
94
  - `init`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "usertold",
3
- "version": "1.18.0",
3
+ "version": "1.20.0",
4
4
  "description": "UserTold.ai CLI",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",