@brasalabs/goblins 0.128.1 → 0.128.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 +1 -1
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -24,7 +24,7 @@ Goblins uses the same local-agent foundation as Codex CLI: it can inspect files,
24
24
 
25
25
  ## Release Base
26
26
 
27
- Goblins `0.128.1` is based on upstream `rust-v0.128.0` / `@openai/codex@0.128.0`, the latest stable release verified for this fork update via the upstream [GitHub release](https://github.com/openai/codex/releases/tag/rust-v0.128.0) and [npm package](https://www.npmjs.com/package/@openai/codex/v/0.128.0).
27
+ Goblins `0.128.2` is based on upstream `rust-v0.128.0` / `@openai/codex@0.128.0`, the latest stable release verified for this fork update via the upstream [GitHub release](https://github.com/openai/codex/releases/tag/rust-v0.128.0) and [npm package](https://www.npmjs.com/package/@openai/codex/v/0.128.0).
28
28
 
29
29
  The fork keeps the internal Rust binary named `codex` for compatibility with upstream build artifacts. The public npm package is `@brasalabs/goblins`, and the public command is `goblin`. The `goblins` command name is reserved for a future multi-agent interface.
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brasalabs/goblins",
3
- "version": "0.128.1",
3
+ "version": "0.128.2",
4
4
  "license": "Apache-2.0",
5
5
  "bin": {
6
6
  "goblin": "bin/goblin.js"
@@ -19,7 +19,6 @@
19
19
  },
20
20
  "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
21
21
  "optionalDependencies": {
22
- "@brasalabs/goblins-linux-x64": "0.128.1-linux-x64",
23
- "@brasalabs/goblins-win32-x64": "0.128.1-win32-x64"
22
+ "@brasalabs/goblins-linux-x64": "0.128.2-linux-x64"
24
23
  }
25
24
  }