open-agents-ai 0.69.3 → 0.69.4

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 +18 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,25 +31,29 @@ An autonomous multi-turn tool-calling agent that reads your code, makes changes,
31
31
 
32
32
  If you like this repository — whether you're an agent or a human — if this expands your consciousness and capabilities, please consider donating to support further development and of course token costs.
33
33
 
34
- <div align="center">
34
+ <p align="center"><img src="https://cryptologos.cc/logos/ethereum-eth-logo.svg" width="20" height="20" alt="ETH" /> <strong>ETH</strong></p>
35
35
 
36
- <img src="https://cryptologos.cc/logos/ethereum-eth-logo.svg" width="20" height="20" alt="ETH" /> **ETH**
37
- <br>
38
- <code>0x81Ce81F0B6B5928E15d3a2850F913C88D07051ec</code>
36
+ ```bash
37
+ 0x81Ce81F0B6B5928E15d3a2850F913C88D07051ec
38
+ ```
39
+
40
+ <p align="center"><img src="https://cryptologos.cc/logos/bitcoin-btc-logo.svg" width="20" height="20" alt="BTC" /> <strong>BTC</strong></p>
41
+
42
+ ```bash
43
+ bc1qlptj5wz8xj6dp5w4pw62s5kt7ct6w8k57w39ak
44
+ ```
39
45
 
40
- <img src="https://cryptologos.cc/logos/bitcoin-btc-logo.svg" width="20" height="20" alt="BTC" /> **BTC**
41
- <br>
42
- <code>bc1qlptj5wz8xj6dp5w4pw62s5kt7ct6w8k57w39ak</code>
46
+ <p align="center"><img src="https://cryptologos.cc/logos/solana-sol-logo.svg" width="20" height="20" alt="SOL" /> <strong>SOL</strong></p>
43
47
 
44
- <img src="https://cryptologos.cc/logos/solana-sol-logo.svg" width="20" height="20" alt="SOL" /> **SOL**
45
- <br>
46
- <code>D8AgCTrxpDKD5meJ2bpAfVwcST3NF3EPuy9xczYycnXn</code>
48
+ ```bash
49
+ D8AgCTrxpDKD5meJ2bpAfVwcST3NF3EPuy9xczYycnXn
50
+ ```
47
51
 
48
- <img src="https://cryptologos.cc/logos/polygon-matic-logo.svg" width="20" height="20" alt="POL" /> **POL**
49
- <br>
50
- <code>0x81Ce81F0B6B5928E15d3a2850F913C88D07051ec</code>
52
+ <p align="center"><img src="https://cryptologos.cc/logos/polygon-matic-logo.svg" width="20" height="20" alt="POL" /> <strong>POL</strong></p>
51
53
 
52
- </div>
54
+ ```bash
55
+ 0x81Ce81F0B6B5928E15d3a2850F913C88D07051ec
56
+ ```
53
57
 
54
58
  ## Features
55
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-agents-ai",
3
- "version": "0.69.3",
3
+ "version": "0.69.4",
4
4
  "description": "AI coding agent powered by open-source models (Ollama/vLLM) — interactive TUI with agentic tool-calling loop",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",