ccpoke 1.6.7 → 1.6.8
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.en.md +3 -3
- package/README.md +3 -3
- package/README.zh.md +3 -3
- package/dist/i18n/locales/en.js +1 -1
- package/dist/i18n/locales/vi.js +1 -1
- package/dist/i18n/locales/zh.js +1 -1
- package/dist/utils/constants.d.ts +1 -1
- package/dist/utils/constants.js +1 -1
- package/package.json +4 -4
package/README.en.md
CHANGED
|
@@ -66,7 +66,7 @@ ccpoke
|
|
|
66
66
|
### Option 3: Clone repo (for development)
|
|
67
67
|
|
|
68
68
|
```bash
|
|
69
|
-
git clone https://github.com/palooza
|
|
69
|
+
git clone https://github.com/kaida-palooza/ccpoke.git
|
|
70
70
|
cd ccpoke
|
|
71
71
|
pnpm install
|
|
72
72
|
pnpm dev
|
|
@@ -192,6 +192,6 @@ MIT
|
|
|
192
192
|
<a href="https://github.com/lethai2597">
|
|
193
193
|
<img src="https://github.com/lethai2597.png" width="50" />
|
|
194
194
|
</a>
|
|
195
|
-
<a href="https://github.com/palooza
|
|
196
|
-
<img src="https://github.com/palooza
|
|
195
|
+
<a href="https://github.com/kaida-palooza">
|
|
196
|
+
<img src="https://github.com/kaida-palooza.png" width="50" />
|
|
197
197
|
</a>
|
package/README.md
CHANGED
|
@@ -66,7 +66,7 @@ ccpoke
|
|
|
66
66
|
### Cách 3: Clone repo (cho development)
|
|
67
67
|
|
|
68
68
|
```bash
|
|
69
|
-
git clone https://github.com/palooza
|
|
69
|
+
git clone https://github.com/kaida-palooza/ccpoke.git
|
|
70
70
|
cd ccpoke
|
|
71
71
|
pnpm install
|
|
72
72
|
pnpm dev
|
|
@@ -192,6 +192,6 @@ MIT
|
|
|
192
192
|
<a href="https://github.com/lethai2597">
|
|
193
193
|
<img src="https://github.com/lethai2597.png" width="50" />
|
|
194
194
|
</a>
|
|
195
|
-
<a href="https://github.com/palooza
|
|
196
|
-
<img src="https://github.com/palooza
|
|
195
|
+
<a href="https://github.com/kaida-palooza">
|
|
196
|
+
<img src="https://github.com/kaida-palooza.png" width="50" />
|
|
197
197
|
</a>
|
package/README.zh.md
CHANGED
|
@@ -66,7 +66,7 @@ ccpoke
|
|
|
66
66
|
### 方式三:克隆仓库(用于开发)
|
|
67
67
|
|
|
68
68
|
```bash
|
|
69
|
-
git clone https://github.com/palooza
|
|
69
|
+
git clone https://github.com/kaida-palooza/ccpoke.git
|
|
70
70
|
cd ccpoke
|
|
71
71
|
pnpm install
|
|
72
72
|
pnpm dev
|
|
@@ -192,6 +192,6 @@ MIT
|
|
|
192
192
|
<a href="https://github.com/lethai2597">
|
|
193
193
|
<img src="https://github.com/lethai2597.png" width="50" />
|
|
194
194
|
</a>
|
|
195
|
-
<a href="https://github.com/palooza
|
|
196
|
-
<img src="https://github.com/palooza
|
|
195
|
+
<a href="https://github.com/kaida-palooza">
|
|
196
|
+
<img src="https://github.com/kaida-palooza.png" width="50" />
|
|
197
197
|
</a>
|
package/dist/i18n/locales/en.js
CHANGED
|
@@ -103,7 +103,7 @@ export const en = {
|
|
|
103
103
|
cmdUninstall: " uninstall Remove all ccpoke data and hooks",
|
|
104
104
|
cmdHelp: " help Show this help message",
|
|
105
105
|
cmdProject: " project Manage registered projects (add/list/remove)",
|
|
106
|
-
docs: "docs → https://github.com/palooza
|
|
106
|
+
docs: "docs → https://github.com/kaida-palooza/ccpoke",
|
|
107
107
|
},
|
|
108
108
|
hook: {
|
|
109
109
|
serverListening: "hook server listening on localhost:{port}",
|
package/dist/i18n/locales/vi.js
CHANGED
|
@@ -103,7 +103,7 @@ export const vi = {
|
|
|
103
103
|
cmdUninstall: " uninstall Xóa toàn bộ dữ liệu và hooks ccpoke",
|
|
104
104
|
cmdHelp: " help Hiện hướng dẫn này",
|
|
105
105
|
cmdProject: " project Quản lý project đã đăng ký (add/list/remove)",
|
|
106
|
-
docs: "docs → https://github.com/palooza
|
|
106
|
+
docs: "docs → https://github.com/kaida-palooza/ccpoke",
|
|
107
107
|
},
|
|
108
108
|
hook: {
|
|
109
109
|
serverListening: "hook server đang lắng nghe tại localhost:{port}",
|
package/dist/i18n/locales/zh.js
CHANGED
|
@@ -103,7 +103,7 @@ export const zh = {
|
|
|
103
103
|
cmdUninstall: " uninstall 删除所有 ccpoke 数据和钩子",
|
|
104
104
|
cmdHelp: " help 显示此帮助信息",
|
|
105
105
|
cmdProject: " project 管理已注册项目 (add/list/remove)",
|
|
106
|
-
docs: "文档 → https://github.com/palooza
|
|
106
|
+
docs: "文档 → https://github.com/kaida-palooza/ccpoke",
|
|
107
107
|
},
|
|
108
108
|
hook: {
|
|
109
109
|
serverListening: "hook 服务器正在监听 localhost:{port}",
|
|
@@ -37,4 +37,4 @@ export declare const ApiRoute: {
|
|
|
37
37
|
readonly Health: "/health";
|
|
38
38
|
};
|
|
39
39
|
export declare const DEFAULT_HOOK_PORT = 9377;
|
|
40
|
-
export declare const MINI_APP_BASE_URL = "https://palooza
|
|
40
|
+
export declare const MINI_APP_BASE_URL = "https://kaida-palooza.github.io/ccpoke";
|
package/dist/utils/constants.js
CHANGED
|
@@ -33,5 +33,5 @@ export const ApiRoute = {
|
|
|
33
33
|
Health: "/health",
|
|
34
34
|
};
|
|
35
35
|
export const DEFAULT_HOOK_PORT = 9377;
|
|
36
|
-
export const MINI_APP_BASE_URL = "https://palooza
|
|
36
|
+
export const MINI_APP_BASE_URL = "https://kaida-palooza.github.io/ccpoke";
|
|
37
37
|
//# sourceMappingURL=constants.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccpoke",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.8",
|
|
4
4
|
"description": "Your AI agent pokes you when it's done — zero-config, one command: npx ccpoke",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
},
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
13
|
-
"url": "git+https://github.com/palooza
|
|
13
|
+
"url": "git+https://github.com/kaida-palooza/ccpoke.git"
|
|
14
14
|
},
|
|
15
|
-
"homepage": "https://palooza
|
|
15
|
+
"homepage": "https://kaida-palooza.github.io/ccpoke/",
|
|
16
16
|
"bugs": {
|
|
17
|
-
"url": "https://github.com/palooza
|
|
17
|
+
"url": "https://github.com/kaida-palooza/ccpoke/issues"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
20
20
|
"claude",
|