agent.libx.js 0.93.41 → 0.93.43
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 +1 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,14 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
**A coding agent that matches Claude Code on correctness — then beats it on cost, tokens, and tool-efficiency, and runs where Claude Code can't (sandbox, browser/edge, database).**
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
<p align="center"><img src="docs/demo.gif" alt="agentx fixing a bug" width="720"></p> -->
|
|
13
|
-
|
|
14
|
-
```console
|
|
15
|
-
$ agentx "There's a bug in math.js — add() subtracts instead of adds. Fix it."
|
|
16
|
-
⚙ Edit math.js a - b → a + b
|
|
17
|
-
✓ Fixed: `a - b` → `a + b` in add().
|
|
18
|
-
```
|
|
11
|
+
<p align="center"><img src="docs/demo.gif" alt="agentx reading, diffing, and fixing a bug in one prompt" width="760"></p>
|
|
19
12
|
|
|
20
13
|
By default it's a full-strength terminal coding agent: real disk, real shell, and the same Read/Edit/Grep/permissions/streaming-DX surface you'd expect from Claude Code. The difference is its two host couplings are swappable seams:
|
|
21
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent.libx.js",
|
|
3
|
-
"version": "0.93.
|
|
3
|
+
"version": "0.93.43",
|
|
4
4
|
"description": "Edge-native AI agent runtime — drives a virtual filesystem via any LLM (ai.libx.js). Same bytes run in node, browser, or edge.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|