You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hindsight-docs/docs/sdks/embed.md
+46Lines changed: 46 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,35 @@ hindsight-embed memory reflect default "What color scheme should I use?"
82
82
83
83
The daemon starts automatically on first use!
84
84
85
+
### 3. Open the Control Center (optional)
86
+
87
+
Use the local control center when you want a browser-based configuration wizard and daemon supervisor:
88
+
89
+
```bash
90
+
# Launch the control center and open the browser
91
+
hindsight-embed control start
92
+
93
+
# Or use the browser wizard instead of terminal prompts during setup
94
+
hindsight-embed configure --ui
95
+
```
96
+
97
+
The control center listens on localhost only (`http://localhost:7878` by default) and prints a tokenized URL. It stores the local access token at `~/.hindsight/control.token` and writes logs to `~/.hindsight/control.log`.
98
+
99
+
```bash
100
+
# Pick a different control-center port for this launch
101
+
hindsight-embed control start --port 7879
102
+
103
+
# Start without opening a browser automatically
104
+
hindsight-embed control start --no-open
105
+
106
+
# Check, inspect, or stop the control center
107
+
hindsight-embed control status
108
+
hindsight-embed control logs -f
109
+
hindsight-embed control stop
110
+
```
111
+
112
+
The control center runs as a separate process from the memory daemon. Stopping or restarting the control center does not stop a running daemon.
113
+
85
114
## Environment Variables
86
115
87
116
| Variable | Description | Default |
@@ -90,6 +119,7 @@ The daemon starts automatically on first use!
Copy file name to clipboardExpand all lines: skills/hindsight-docs/references/sdks/embed.md
+46Lines changed: 46 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,35 @@ hindsight-embed memory reflect default "What color scheme should I use?"
82
82
83
83
The daemon starts automatically on first use!
84
84
85
+
### 3. Open the Control Center (optional)
86
+
87
+
Use the local control center when you want a browser-based configuration wizard and daemon supervisor:
88
+
89
+
```bash
90
+
# Launch the control center and open the browser
91
+
hindsight-embed control start
92
+
93
+
# Or use the browser wizard instead of terminal prompts during setup
94
+
hindsight-embed configure --ui
95
+
```
96
+
97
+
The control center listens on localhost only (`http://localhost:7878` by default) and prints a tokenized URL. It stores the local access token at `~/.hindsight/control.token` and writes logs to `~/.hindsight/control.log`.
98
+
99
+
```bash
100
+
# Pick a different control-center port for this launch
101
+
hindsight-embed control start --port 7879
102
+
103
+
# Start without opening a browser automatically
104
+
hindsight-embed control start --no-open
105
+
106
+
# Check, inspect, or stop the control center
107
+
hindsight-embed control status
108
+
hindsight-embed control logs -f
109
+
hindsight-embed control stop
110
+
```
111
+
112
+
The control center runs as a separate process from the memory daemon. Stopping or restarting the control center does not stop a running daemon.
113
+
85
114
## Environment Variables
86
115
87
116
| Variable | Description | Default |
@@ -90,6 +119,7 @@ The daemon starts automatically on first use!
0 commit comments