@mtayfur/opencode-codex-fast 1.0.1 → 1.0.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.
- package/README.md +5 -17
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,14 +11,16 @@ requests include:
|
|
|
11
11
|
|
|
12
12
|
Other providers and endpoints are unaffected.
|
|
13
13
|
|
|
14
|
-
##
|
|
14
|
+
## Requirements
|
|
15
|
+
|
|
16
|
+
- OpenCode `1.18.21` or a newer compatible 1.x release
|
|
15
17
|
|
|
16
|
-
|
|
18
|
+
## Installation
|
|
17
19
|
|
|
18
20
|
Install both plugin targets with OpenCode:
|
|
19
21
|
|
|
20
22
|
```sh
|
|
21
|
-
opencode plugin
|
|
23
|
+
opencode plugin @mtayfur/opencode-codex-fast --global
|
|
22
24
|
```
|
|
23
25
|
|
|
24
26
|
The package uses separate server and TUI entry points. The installer registers both targets.
|
|
@@ -43,11 +45,6 @@ Add the same package to `~/.config/opencode/tui.json`:
|
|
|
43
45
|
|
|
44
46
|
Restart OpenCode after installation or configuration changes.
|
|
45
47
|
|
|
46
|
-
### Local checkout
|
|
47
|
-
|
|
48
|
-
For a local checkout, run `bun run --cwd packages/codex-fast setup`. Use `setup:uninstall` to remove both local
|
|
49
|
-
registrations.
|
|
50
|
-
|
|
51
48
|
## Usage
|
|
52
49
|
|
|
53
50
|
Run `/fast` or select `codex.fast.toggle` from the command palette. The command updates the global state and shows a
|
|
@@ -79,12 +76,3 @@ The state file contains only the `enabled` boolean. Its location is:
|
|
|
79
76
|
- `~/.config/opencode/codex-fast.json` otherwise
|
|
80
77
|
|
|
81
78
|
Missing or invalid state means disabled. Writes are atomic.
|
|
82
|
-
|
|
83
|
-
## Development
|
|
84
|
-
|
|
85
|
-
```sh
|
|
86
|
-
bun install --frozen-lockfile
|
|
87
|
-
bun run --filter @mtayfur/opencode-codex-fast typecheck
|
|
88
|
-
bun run --filter @mtayfur/opencode-codex-fast build
|
|
89
|
-
npm pack ./packages/codex-fast --dry-run
|
|
90
|
-
```
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@mtayfur/opencode-codex-fast",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"description": "Toggle ChatGPT Codex priority service tier from the OpenCode TUI.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|