@maria_rcks/t1code 0.0.4 → 0.0.5
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 +24 -0
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# t1code
|
|
2
|
+
|
|
3
|
+
Terminal-first T3 Code fork with an OpenTUI client.
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
bunx @maria_rcks/t1code
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
Requires Bun `>=1.3.9`.
|
|
12
|
+
|
|
13
|
+
## What You Get
|
|
14
|
+
|
|
15
|
+
- Native-feeling terminal UI built on OpenTUI
|
|
16
|
+
- Bundled server and web client for local use
|
|
17
|
+
- Codex-first workflow tuned for terminal usage
|
|
18
|
+
|
|
19
|
+
## Source
|
|
20
|
+
|
|
21
|
+
- Repo: https://github.com/maria-rcks/t1code
|
|
22
|
+
- Issues: https://github.com/maria-rcks/t1code/issues
|
|
23
|
+
|
|
24
|
+
Based on T3 Code by `@t3dotgg` and `@juliusmarminge`.
|
package/dist/index.mjs
CHANGED
|
@@ -32430,7 +32430,7 @@ var WsTransport = class {
|
|
|
32430
32430
|
|
|
32431
32431
|
//#endregion
|
|
32432
32432
|
//#region package.json
|
|
32433
|
-
var version = "0.0.
|
|
32433
|
+
var version = "0.0.5";
|
|
32434
32434
|
|
|
32435
32435
|
//#endregion
|
|
32436
32436
|
//#region src/composerAction.ts
|