raysurfer 0.7.0 → 0.7.1
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# RaySurfer TypeScript SDK
|
|
2
2
|
|
|
3
|
-
[Website](https://raysurfer.com) · [Docs](https://docs.raysurfer.com) · [Dashboard](https://raysurfer.com/dashboard/api-keys)
|
|
3
|
+
[Website](https://www.raysurfer.com) · [Docs](https://docs.raysurfer.com) · [Dashboard](https://www.raysurfer.com/dashboard/api-keys)
|
|
4
4
|
|
|
5
5
|
<!-- Old: LLM output caching for AI agents. Retrieve proven code instead of regenerating it. -->
|
|
6
6
|
<!-- Old: Code reputation layer for AI agents. Let agents re-use generated code vs running 30 serial tools or generating code per execution. -->
|
|
@@ -23,7 +23,7 @@ export RAYSURFER_API_KEY=your_api_key_here
|
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
Get your key from the
|
|
26
|
-
[dashboard](https://raysurfer.com/dashboard/api-keys).
|
|
26
|
+
[dashboard](https://www.raysurfer.com/dashboard/api-keys).
|
|
27
27
|
|
|
28
28
|
## Low-Level API
|
|
29
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "raysurfer",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"_description_old": "Semantic code caching for LLM agents",
|
|
5
5
|
"_description_old2": "Code reputation layer for AI agents",
|
|
6
6
|
"description": "AI maintained skills for vertical agents",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"type": "git",
|
|
47
47
|
"url": "https://github.com/rayxc-org/raysurfer-ts"
|
|
48
48
|
},
|
|
49
|
-
"homepage": "https://raysurfer.com",
|
|
49
|
+
"homepage": "https://www.raysurfer.com",
|
|
50
50
|
"bugs": {
|
|
51
51
|
"url": "https://github.com/rayxc-org/raysurfer-ts/issues"
|
|
52
52
|
},
|