@dipertq/dsh-openviking-status 0.1.7 → 0.1.8

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/README.md CHANGED
@@ -4,13 +4,29 @@
4
4
 
5
5
  ## Overview
6
6
 
7
- This DSH UI plugin injects a live status chip into the composer bottom bar (`conversation.input.right`). It provides at-a-glance transparency into OpenViking memory management:
7
+ This DSH UI plugin adds a chip to the composer stats row
8
+ (`conversation.composer.dock`), alongside `24 turns 645 steps`. It provides
9
+ at-a-glance transparency into OpenViking memory management:
8
10
 
9
11
  - **Server Health**: Online / Offline indicator with live health checks.
10
12
  - **Pending Tokens**: Real-time counter of session tokens accumulated before the auto-commit threshold (20,000 tokens).
11
- - **Peer Scope**: Active project/repository context peer ID.
13
+ - **Recalled Memories**: Count and list of the `viking://` files injected into the current conversation.
12
14
  - **Commit Trigger**: Instant "Commit To Memory Now" action button.
13
15
 
16
+ ## API key
17
+
18
+ If the daemon runs with `auth_mode: api_key` — check with
19
+ `curl -s http://127.0.0.1:1933/health` — session counters are unreadable
20
+ without a key, and the chip says `no access` rather than showing zeros. The
21
+ browser cannot read `~/.openviking/ovcli.conf`, so supply the key once from the
22
+ DSH devtools console:
23
+
24
+ ```js
25
+ localStorage.setItem("openviking_api_key", "<your key>");
26
+ ```
27
+
28
+ The key from `ovcli.conf` works. Daemons without authentication need nothing.
29
+
14
30
  ## Architecture & Design
15
31
 
16
32
  See [CONTEXT.md](./CONTEXT.md), [ADR 0001](./docs/adr/0001-client-ui-widget.md), and [ADR 0002](./docs/adr/0002-release-workflow.md).
@@ -33,7 +49,7 @@ Equivalent, and useful when the registry is unreachable. Use a
33
49
  **version-pinned** URL:
34
50
 
35
51
  ```bash
36
- dsh plugin add https://github.com/dipertq/dsh-openviking-status/releases/download/v0.1.7/dipertq-dsh-openviking-status-0.1.7.tgz
52
+ dsh plugin add https://github.com/dipertq/dsh-openviking-status/releases/download/v0.1.8/dipertq-dsh-openviking-status-0.1.8.tgz
37
53
  ```
38
54
 
39
55
  Not `/releases/latest/download/…`: that URL keeps its name while its content