@denieler/e2b-codex 0.1.1 → 0.1.2

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 (2) hide show
  1. package/README.md +2 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,9 @@
1
- # @denieler/e2e-codex
1
+ # @denieler/e2b-codex
2
2
 
3
3
  Use a shared E2B template with Codex preinstalled, then create fresh sandboxes from that template and talk to `codex app-server` over websocket.
4
4
 
5
5
  ![e2b-codex banner](https://raw.githubusercontent.com/denieler/e2b-codex/main/assets/e2b-codex-banner.svg)
6
6
 
7
- ![e2b-codex banner](./assets/e2b-codex-banner.svg)
8
-
9
7
  This project covers two jobs:
10
8
 
11
9
  - runtime use: create a sandbox, connect to Codex, send prompts, continue conversations
@@ -16,7 +14,7 @@ This project covers two jobs:
16
14
  Install the package:
17
15
 
18
16
  ```bash
19
- npm install @denieler/e2e-codex
17
+ npm install @denieler/e2b-codex
20
18
  ```
21
19
 
22
20
  ### What you need
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@denieler/e2b-codex",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Build and use E2B sandboxes with Codex preinstalled and codex app-server ready over websocket.",
5
5
  "license": "MIT",
6
6
  "type": "module",