salidium 0.2.2 → 0.2.4
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 +5 -4
- package/bundle/salidium.mjs +1006 -374
- package/bundle/ui/assets/index-C21z644P.js +86 -0
- package/bundle/ui/assets/index-J4zWsYLU.css +1 -0
- package/bundle/ui/index.html +2 -2
- package/package.json +1 -1
- package/bundle/ui/assets/index-Bob9Rxh_.css +0 -1
- package/bundle/ui/assets/index-g0vc6ogO.js +0 -86
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
Reading back a Claude Code or Codex run means scrolling the whole transcript. Salidium reads it and
|
|
6
6
|
draws what happened. You do not have to wait for the run to end. The report updates while the agent
|
|
7
|
-
is still working
|
|
7
|
+
is still working. Optional written Why and How start in Local only mode, with no model calls.
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
10
|
npx salidium
|
|
@@ -18,7 +18,7 @@ npx salidium
|
|
|
18
18
|
Salidium is [MIT-licensed](LICENSE), open source, and local-first. The report, event store, and
|
|
19
19
|
interface run on your machine with no Salidium telemetry. Raw transcripts stay local. Optional
|
|
20
20
|
generated explanations send a bounded, redacted excerpt through your installed agent CLI, which
|
|
21
|
-
may contact its provider;
|
|
21
|
+
may contact its provider; the first run asks before enabling them.
|
|
22
22
|
|
|
23
23
|
<picture>
|
|
24
24
|
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/twinkling-reality/salidium/main/apps/site/public/report-dark.png">
|
|
@@ -27,7 +27,8 @@ may contact its provider; they can be turned off.
|
|
|
27
27
|
|
|
28
28
|
Supported agents: Claude Code and Codex. Node.js 24 or newer is required. On first run Salidium
|
|
29
29
|
finds the agents, shows the local settings it wants to update, asks permission, and opens the
|
|
30
|
-
interface.
|
|
30
|
+
interface. It also asks whether written explanations should stay local-only, run when a session is
|
|
31
|
+
done, or update after each reply. Local only is the default.
|
|
31
32
|
|
|
32
33
|
## Documentation
|
|
33
34
|
|
|
@@ -38,7 +39,7 @@ The documentation is at [salidium.com/docs](https://salidium.com/docs).
|
|
|
38
39
|
3. [Sessions](https://salidium.com/docs/sessions)
|
|
39
40
|
4. [Reading a report](https://salidium.com/docs/report)
|
|
40
41
|
5. [Evidence](https://salidium.com/docs/evidence)
|
|
41
|
-
6. [Rewind, History and
|
|
42
|
+
6. [Rewind, History and Models & Usage](https://salidium.com/docs/rewind)
|
|
42
43
|
7. [Records](https://salidium.com/docs/records)
|
|
43
44
|
8. [How we know](https://salidium.com/docs/provenance)
|
|
44
45
|
9. [Explanations](https://salidium.com/docs/explanations)
|