cline-kit 0.1.0 → 0.1.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
@@ -4,6 +4,17 @@ All notable changes to this project are documented here. The format follows
4
4
  [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); dictionary data changes are versioned inside
5
5
  each `dictionaries/<locale>.json` rather than here.
6
6
 
7
+ ## [0.1.1] - 2026-09-20
8
+
9
+ ### Changed
10
+
11
+ - First npm publication is live: `cline-kit@0.1.0` was bootstrapped with a one-time granular token
12
+ that was deleted immediately afterwards, and the package now carries an **OIDC trusted publisher**
13
+ (`chentaoxing / Cline-kit / release.yml`). Every later version is published by the release
14
+ workflow itself - no npm token or repository secret exists or is needed.
15
+ - `publishConfig` pins `registry.npmjs.org` so a contributor whose `.npmrc` points at a mirror cannot
16
+ publish to the wrong place.
17
+
7
18
  ## [0.1.0] - 2026-09-20
8
19
 
9
20
  First public release. Windows only.
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 chentaoxing
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2026 chentaoxing
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -57,7 +57,7 @@ or both.
57
57
 
58
58
  Three routes, same tool. All of them need Node.js on `PATH`; none of them touch `cline-app.exe`.
59
59
 
60
- **1. npm (recommended, once the package is published)**
60
+ **1. npm (recommended)**
61
61
 
62
62
  ```bash
63
63
  npm install -g cline-kit
package/README.zh-CN.md CHANGED
@@ -52,7 +52,7 @@ ckit start
52
52
 
53
53
  三条路都是同一个工具,都要求 `PATH` 里有 Node.js,都不碰 `cline-app.exe`。
54
54
 
55
- **1. npm(推荐,发布后适用)**
55
+ **1. npm(推荐)**
56
56
 
57
57
  ```bash
58
58
  npm install -g cline-kit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cline-kit",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Desktop enhancement kit for the Cline desktop app (Windows): keeps every registered project visible in the sidebar, and adds optional UI locale packs (zh-CN, zh-TW, ja, ko, vi). Runtime overlay - no binary patching.",
5
5
  "keywords": [
6
6
  "cline",