@su-record/vibe 2.6.41 → 2.6.42
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.
|
@@ -6,7 +6,7 @@ export declare const GPT_CLIENT_ID = "app_EMoamEEZ73f0CkXaXp7hrann";
|
|
|
6
6
|
export declare const GPT_AUTHORIZE_URL = "https://auth.openai.com/oauth/authorize";
|
|
7
7
|
export declare const GPT_TOKEN_URL = "https://auth.openai.com/oauth/token";
|
|
8
8
|
export declare const GPT_REDIRECT_URI = "http://localhost:1455/auth/callback";
|
|
9
|
-
export declare const GPT_SCOPE = "openid profile email offline_access
|
|
9
|
+
export declare const GPT_SCOPE = "openid profile email offline_access";
|
|
10
10
|
export declare const CHATGPT_BASE_URL = "https://chatgpt.com/backend-api";
|
|
11
11
|
export declare const JWT_CLAIM_PATH = "https://api.openai.com/auth";
|
|
12
12
|
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../src/infra/lib/gpt/constants.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,eAAO,MAAM,aAAa,iCAAiC,CAAC;AAG5D,eAAO,MAAM,iBAAiB,4CAA4C,CAAC;AAC3E,eAAO,MAAM,aAAa,wCAAwC,CAAC;AAGnE,eAAO,MAAM,gBAAgB,wCAAwC,CAAC;AAGtE,eAAO,MAAM,SAAS,
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../src/infra/lib/gpt/constants.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,eAAO,MAAM,aAAa,iCAAiC,CAAC;AAG5D,eAAO,MAAM,iBAAiB,4CAA4C,CAAC;AAC3E,eAAO,MAAM,aAAa,wCAAwC,CAAC;AAGnE,eAAO,MAAM,gBAAgB,wCAAwC,CAAC;AAGtE,eAAO,MAAM,SAAS,wCAAwC,CAAC;AAG/D,eAAO,MAAM,gBAAgB,oCAAoC,CAAC;AAGlE,eAAO,MAAM,cAAc,gCAAgC,CAAC"}
|
|
@@ -10,7 +10,7 @@ export const GPT_TOKEN_URL = 'https://auth.openai.com/oauth/token';
|
|
|
10
10
|
// 리다이렉트 URI (Codex CLI와 동일한 포트 사용)
|
|
11
11
|
export const GPT_REDIRECT_URI = 'http://localhost:1455/auth/callback';
|
|
12
12
|
// OAuth 스코프
|
|
13
|
-
export const GPT_SCOPE = 'openid profile email offline_access
|
|
13
|
+
export const GPT_SCOPE = 'openid profile email offline_access';
|
|
14
14
|
// ChatGPT API 엔드포인트
|
|
15
15
|
export const CHATGPT_BASE_URL = 'https://chatgpt.com/backend-api';
|
|
16
16
|
// JWT 클레임 경로 (계정 ID 추출용)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../src/infra/lib/gpt/constants.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,oCAAoC;AACpC,MAAM,CAAC,MAAM,aAAa,GAAG,8BAA8B,CAAC;AAE5D,cAAc;AACd,MAAM,CAAC,MAAM,iBAAiB,GAAG,yCAAyC,CAAC;AAC3E,MAAM,CAAC,MAAM,aAAa,GAAG,qCAAqC,CAAC;AAEnE,mCAAmC;AACnC,MAAM,CAAC,MAAM,gBAAgB,GAAG,qCAAqC,CAAC;AAEtE,YAAY;AACZ,MAAM,CAAC,MAAM,SAAS,GAAG,
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../src/infra/lib/gpt/constants.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,oCAAoC;AACpC,MAAM,CAAC,MAAM,aAAa,GAAG,8BAA8B,CAAC;AAE5D,cAAc;AACd,MAAM,CAAC,MAAM,iBAAiB,GAAG,yCAAyC,CAAC;AAC3E,MAAM,CAAC,MAAM,aAAa,GAAG,qCAAqC,CAAC;AAEnE,mCAAmC;AACnC,MAAM,CAAC,MAAM,gBAAgB,GAAG,qCAAqC,CAAC;AAEtE,YAAY;AACZ,MAAM,CAAC,MAAM,SAAS,GAAG,qCAAqC,CAAC;AAE/D,oBAAoB;AACpB,MAAM,CAAC,MAAM,gBAAgB,GAAG,iCAAiC,CAAC;AAElE,yBAAyB;AACzB,MAAM,CAAC,MAAM,cAAc,GAAG,6BAA6B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@su-record/vibe",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.42",
|
|
4
4
|
"description": "Personalized AI agent for Claude Code — 46 agents, 41+ tools, multi-LLM orchestration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/cli/index.js",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"test:watch": "vitest",
|
|
50
50
|
"prepublishOnly": "pnpm build",
|
|
51
51
|
"postinstall": "node -e \"import('./dist/cli/postinstall/main.js').then(m=>m.main()).catch(()=>{})\"",
|
|
52
|
-
"release": "pnpm version patch
|
|
52
|
+
"release": "pnpm version patch && npm publish --access public"
|
|
53
53
|
},
|
|
54
54
|
"keywords": [
|
|
55
55
|
"ai",
|