@geekjourneyx/findo 1.2.0 → 1.2.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/CHANGELOG.md +5 -0
- package/README.md +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v1.2.1
|
|
4
|
+
|
|
5
|
+
- Move embedded skill implementation under `internal/skillcontent` instead of exposing it from the module root.
|
|
6
|
+
- Add release checks and tests to prevent drift between the root Agent skill and the embedded copy.
|
|
7
|
+
|
|
3
8
|
## v1.2.0
|
|
4
9
|
|
|
5
10
|
- Embed the Findo Agent skill in the release binary.
|
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ The npm package installs the matching GitHub Release binary for your platform an
|
|
|
27
27
|
Alternative Go install:
|
|
28
28
|
|
|
29
29
|
```bash
|
|
30
|
-
go install github.com/geekjourneyx/findo/cmd/findo@v1.2.
|
|
30
|
+
go install github.com/geekjourneyx/findo/cmd/findo@v1.2.1
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
Prebuilt binaries and checksums are available on the [GitHub Releases](https://github.com/geekjourneyx/findo/releases) page.
|
|
@@ -133,7 +133,7 @@ Retrieval commands return a stable envelope. A successful JSON response looks li
|
|
|
133
133
|
|
|
134
134
|
```json
|
|
135
135
|
{
|
|
136
|
-
"version": "1.2.
|
|
136
|
+
"version": "1.2.1",
|
|
137
137
|
"query": {
|
|
138
138
|
"text": "AI Agent 商业化",
|
|
139
139
|
"mode": "search",
|