@gemindex/cli 1.2.1 → 1.3.0-next.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
CHANGED
|
@@ -1,28 +1,47 @@
|
|
|
1
|
+
## 1.3.0-next.1 (2026-01-27)
|
|
2
|
+
|
|
3
|
+
* Merge branch 'fix-pagination' into develop ([647b49b](https://github.com/Ecube-Labs/gemindex/commit/647b49b))
|
|
4
|
+
* Merge branch 'improve-file-names' into develop ([572cb99](https://github.com/Ecube-Labs/gemindex/commit/572cb99))
|
|
5
|
+
* Merge branch 'improve-file-names' into develop ([b7204ff](https://github.com/Ecube-Labs/gemindex/commit/b7204ff))
|
|
6
|
+
* Merge pull request #4 from Ecube-Labs/dependabot/npm_and_yarn/qs-6.14.1 ([d96b821](https://github.com/Ecube-Labs/gemindex/commit/d96b821)), closes [#4](https://github.com/Ecube-Labs/gemindex/issues/4)
|
|
7
|
+
* Merge pull request #5 from Ecube-Labs/support-remote-mcp ([a82452a](https://github.com/Ecube-Labs/gemindex/commit/a82452a)), closes [#5](https://github.com/Ecube-Labs/gemindex/issues/5)
|
|
8
|
+
* Merge pull request #6 from Ecube-Labs/support-remote-mcp ([40f4d44](https://github.com/Ecube-Labs/gemindex/commit/40f4d44)), closes [#6](https://github.com/Ecube-Labs/gemindex/issues/6)
|
|
9
|
+
* fix: fetch all pages when listing files from Gemini API ([ae64512](https://github.com/Ecube-Labs/gemindex/commit/ae64512))
|
|
10
|
+
* fix: update favicon link and add favicon.ico file ([3dac011](https://github.com/Ecube-Labs/gemindex/commit/3dac011))
|
|
11
|
+
* docs: add MCP architecture documentation with Mermaid diagrams ([303bb46](https://github.com/Ecube-Labs/gemindex/commit/303bb46))
|
|
12
|
+
* chore(release): cli 1.2.0-next.1 [skip ci] ([3101305](https://github.com/Ecube-Labs/gemindex/commit/3101305))
|
|
13
|
+
* chore(release): cli 1.2.0-next.2 [skip ci] ([50529db](https://github.com/Ecube-Labs/gemindex/commit/50529db))
|
|
14
|
+
* chore(release): mcp 1.0.0 [skip ci] ([3c27ba3](https://github.com/Ecube-Labs/gemindex/commit/3c27ba3))
|
|
15
|
+
* feat(api): add Remote MCP Server support ([adca074](https://github.com/Ecube-Labs/gemindex/commit/adca074))
|
|
16
|
+
* feat(mcp): add support for Remote MCP Server and OAuth discovery endpoints ([b1e6322](https://github.com/Ecube-Labs/gemindex/commit/b1e6322))
|
|
17
|
+
* feat(mcp): implement MCP stdio proxy CLI with OAuth2 support and cookie management ([b4b7cd2](https://github.com/Ecube-Labs/gemindex/commit/b4b7cd2))
|
|
18
|
+
* build(deps): bump qs from 6.14.0 to 6.14.1 ([1a8a8ca](https://github.com/Ecube-Labs/gemindex/commit/1a8a8ca))
|
|
19
|
+
|
|
1
20
|
## <small>1.2.1 (2025-12-29)</small>
|
|
2
21
|
|
|
3
|
-
|
|
22
|
+
- fix: improve error message for API connection failures ([8b3ab9c](https://github.com/Ecube-Labs/gemindex/commit/8b3ab9c))
|
|
4
23
|
|
|
5
24
|
## 1.2.0 (2025-12-29)
|
|
6
25
|
|
|
7
|
-
|
|
8
|
-
|
|
26
|
+
- Merge pull request #3 from Ecube-Labs/improve-file-names ([d07fb3f](https://github.com/Ecube-Labs/gemindex/commit/d07fb3f)), closes [#3](https://github.com/Ecube-Labs/gemindex/issues/3)
|
|
27
|
+
- feat: implement pathToFilename function for safe filename conversion in sync and upload processes ([f522298](https://github.com/Ecube-Labs/gemindex/commit/f522298))
|
|
9
28
|
|
|
10
29
|
## 1.1.0 (2025-12-29)
|
|
11
30
|
|
|
12
|
-
|
|
31
|
+
- feat: add publishConfig for public access in package.json ([410a0d0](https://github.com/Ecube-Labs/gemindex/commit/410a0d0))
|
|
13
32
|
|
|
14
33
|
## 1.0.0 (2025-12-29)
|
|
15
34
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
35
|
+
- fix: update npm publish workflow to use GITHUB_TOKEN for checkout and configure Git credentials ([2fecaff](https://github.com/Ecube-Labs/gemindex/commit/2fecaff))
|
|
36
|
+
- Merge pull request #2 from Ecube-Labs/support-sync-cli ([2636eda](https://github.com/Ecube-Labs/gemindex/commit/2636eda)), closes [#2](https://github.com/Ecube-Labs/gemindex/issues/2)
|
|
37
|
+
- feat: add functions to adjust character indices for markdown parsing ([e20fb26](https://github.com/Ecube-Labs/gemindex/commit/e20fb26))
|
|
38
|
+
- feat: add GitHub Actions workflow for building and pushing Docker images ([3fe981b](https://github.com/Ecube-Labs/gemindex/commit/3fe981b))
|
|
39
|
+
- feat: add helper functions to process React children and check for marker characters ([11a9444](https://github.com/Ecube-Labs/gemindex/commit/11a9444))
|
|
40
|
+
- feat: add ping endpoint for lightweight health check ([3f79feb](https://github.com/Ecube-Labs/gemindex/commit/3f79feb))
|
|
41
|
+
- feat: add rehype-raw for processing HTML in markdown content ([6e526ad](https://github.com/Ecube-Labs/gemindex/commit/6e526ad))
|
|
42
|
+
- feat: add store protection to prevent deletion of critical stores ([7a5a973](https://github.com/Ecube-Labs/gemindex/commit/7a5a973))
|
|
43
|
+
- feat: initial project setup for GemIndex ([284f50b](https://github.com/Ecube-Labs/gemindex/commit/284f50b))
|
|
44
|
+
- feat: remove form-data dependency and update upload progress handling ([b77cfbe](https://github.com/Ecube-Labs/gemindex/commit/b77cfbe))
|
|
45
|
+
- feat: replace dotenv with dotenvx for multi-env file support ([88eb2cd](https://github.com/Ecube-Labs/gemindex/commit/88eb2cd))
|
|
46
|
+
- feat(cli): initialize CLI for syncing files to Gemini File Search ([0e0db4e](https://github.com/Ecube-Labs/gemindex/commit/0e0db4e))
|
|
47
|
+
- refactor: code structure for improved readability and maintainability ([5a52e6a](https://github.com/Ecube-Labs/gemindex/commit/5a52e6a))
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gemindex/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0-next.1",
|
|
4
4
|
"description": "CLI for syncing files to Gemini File Search stores",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -156,5 +156,6 @@
|
|
|
156
156
|
}
|
|
157
157
|
]
|
|
158
158
|
]
|
|
159
|
-
}
|
|
159
|
+
},
|
|
160
|
+
"stableVersion": "1.1.0"
|
|
160
161
|
}
|
|
Binary file
|