opaline 0.6.0 → 0.7.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.
- package/README.md +3 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,12 +4,11 @@ Capture Claude Code and OpenAI Codex sessions and upload them to Opaline for
|
|
|
4
4
|
team analytics. Requires Node.js 20 or newer.
|
|
5
5
|
|
|
6
6
|
```bash
|
|
7
|
-
|
|
8
|
-
opaline login
|
|
9
|
-
opaline upload
|
|
10
|
-
opaline doctor
|
|
7
|
+
npx opaline@latest
|
|
11
8
|
```
|
|
12
9
|
|
|
10
|
+
Run from any directory, choose repositories, and review the upload before browser login. Opaline uploads the selected Claude Code and Codex sessions and sets up automatic uploads for those repositories.
|
|
11
|
+
|
|
13
12
|
`opaline` is the recommended install name. It runs the same CLI implementation
|
|
14
13
|
as `@opalinehq/cli`, pinned to the matching release. Both `@opalinehq/cli` and
|
|
15
14
|
the `rudel` compatibility package remain supported.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opaline",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Opaline CLI for Claude Code and Codex session analytics",
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,6 +32,6 @@
|
|
|
32
32
|
"README.md"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@opalinehq/cli": "0.
|
|
35
|
+
"@opalinehq/cli": "0.7.0"
|
|
36
36
|
}
|
|
37
37
|
}
|