browser4-cli 4.13.8 → 4.13.9
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 +27 -1
- package/bin/browser4-cli-darwin-arm64 +0 -0
- package/bin/browser4-cli-darwin-x64 +0 -0
- package/bin/browser4-cli-linux-arm64 +0 -0
- package/bin/browser4-cli-linux-musl-arm64 +0 -0
- package/bin/browser4-cli-linux-musl-x64 +0 -0
- package/bin/browser4-cli-linux-x64 +0 -0
- package/bin/browser4-cli-win32-x64.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
# 🤖 Browser4
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
<p align="center">
|
|
4
|
+
<a href="https://github.com/platonai/Browser4/actions/workflows/ci.yml"><img alt="CI build" src="https://img.shields.io/github/actions/workflow/status/platonai/Browser4/ci.yml?branch=main&style=flat-square"></a>
|
|
5
|
+
<a href="https://github.com/platonai/Browser4/releases"><img alt="Release" src="https://img.shields.io/github/v/release/platonai/Browser4?style=flat-square"></a>
|
|
6
|
+
<a href="https://github.com/platonai/Browser4"><img alt="Stars" src="https://img.shields.io/github/stars/platonai/Browser4?style=flat-square"></a>
|
|
7
|
+
<a href="https://central.sonatype.com/artifact/ai.platon.pulsar/browser4-core"><img alt="Maven Central" src="https://img.shields.io/maven-central/v/ai.platon.pulsar/browser4-core?style=flat-square"></a>
|
|
8
|
+
<a href="https://www.npmjs.com/package/browser4-cli"><img alt="npm" src="https://img.shields.io/npm/v/browser4-cli?style=flat-square"></a>
|
|
9
|
+
<a href="https://browser4.io"><img alt="Website" src="https://img.shields.io/website?url=https%3A%2F%2Fbrowser4.io&style=flat-square"></a>
|
|
10
|
+
<a href="https://github.com/platonai/Browser4"><img alt="Top language" src="https://img.shields.io/github/languages/top/platonai/Browser4?style=flat-square"></a>
|
|
11
|
+
<a href="https://github.com/platonai/Browser4/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/badge/license-APACHE2-green?style=flat-square"></a>
|
|
12
|
+
</p>
|
|
4
13
|
|
|
5
14
|
---
|
|
6
15
|
|
|
@@ -62,6 +71,15 @@ Read https://browser4.io/SKILL.md and install browser4-cli (if not installed) fo
|
|
|
62
71
|
5. write the result to a markdown file
|
|
63
72
|
```
|
|
64
73
|
|
|
74
|
+
## DeepSeek Harness integration
|
|
75
|
+
|
|
76
|
+
https://github.com/platonai/dsh-browser4
|
|
77
|
+
|
|
78
|
+
```
|
|
79
|
+
dsh plugin --profile web add dsh-browser4 # npm registry
|
|
80
|
+
dsh plugin --profile web add github:platonai/dsh-browser4 # GitHub
|
|
81
|
+
```
|
|
82
|
+
|
|
65
83
|
## 🧭 Tool Selection Guide
|
|
66
84
|
|
|
67
85
|
Choosing the right tool for your task:
|
|
@@ -699,6 +717,8 @@ Join our community for support, feedback, and collaboration!
|
|
|
699
717
|
|
|
700
718
|
We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
|
|
701
719
|
|
|
720
|
+
<img width="400" height="400" alt="群聊:dsh-Browser4社区交流3群" src="https://github.com/user-attachments/assets/c15fe635-0e9f-4ac2-b038-abec6bd6bbe4" />
|
|
721
|
+
|
|
702
722
|
---
|
|
703
723
|
|
|
704
724
|
## 📜 Documentation
|
|
@@ -727,3 +747,9 @@ If you need this type of URL, please contact your proxy service provider.
|
|
|
727
747
|
## License
|
|
728
748
|
|
|
729
749
|
Apache 2.0 License. See [LICENSE](LICENSE) for details.
|
|
750
|
+
|
|
751
|
+
## Links
|
|
752
|
+
|
|
753
|
+
* [omdsh-dev/dsh-data-agent](https://github.com/omdsh-dev/dsh-data-agent) - DSH Data Agent · Analyze data through conversation
|
|
754
|
+
* [ccch1mneyyy/dsh-TUI](https://github.com/ccch1mneyyy/dsh-TUI) - DSH TUI · Text-based User Interface
|
|
755
|
+
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|