@funnycode/myclaude 0.1.60 → 0.1.61

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/dist/myclaude.js CHANGED
@@ -4,8 +4,8 @@
4
4
  // MACRO - build-time constants (injected by build.ts)
5
5
  // MACRO injected by build script
6
6
  globalThis.MACRO = {
7
- VERSION: "0.1.60",
8
- BUILD_TIME: "2026-07-11T14:27:37.573Z",
7
+ VERSION: "0.1.61",
8
+ BUILD_TIME: "2026-07-12T17:19:34.386Z",
9
9
  PACKAGE_URL: "@funnycode/myclaude",
10
10
  NATIVE_PACKAGE_URL: "@funnycode/myclaude",
11
11
  VERSION_CHANGELOG: '',
@@ -37942,7 +37942,7 @@ function getLocalOauthConfig() {
37942
37942
  CONSOLE_SUCCESS_URL: `${consoleBase}/buy_credits?returnUrl=/oauth/code/success%3Fapp%3Dclaude-code`,
37943
37943
  CLAUDEAI_SUCCESS_URL: `${consoleBase}/oauth/code/success?app=claude-code`,
37944
37944
  MANUAL_REDIRECT_URL: `${consoleBase}/oauth/code/callback`,
37945
- CLIENT_ID: "22422756-60c9-4084-8eb7-27705fd5cf9a",
37945
+ CLIENT_ID: "local-dev-a1b2c3d4-e5f6-7890-abcd-ef1234567890",
37946
37946
  OAUTH_FILE_SUFFIX: "-local-oauth",
37947
37947
  MCP_PROXY_URL: "http://localhost:8205",
37948
37948
  MCP_PROXY_PATH: "/v1/toolbox/shttp/mcp/{server_id}"
@@ -38031,7 +38031,7 @@ var init_oauth = __esm(() => {
38031
38031
  CONSOLE_SUCCESS_URL: "https://platform.staging.ant.dev/buy_credits?returnUrl=/oauth/code/success%3Fapp%3Dclaude-code",
38032
38032
  CLAUDEAI_SUCCESS_URL: "https://platform.staging.ant.dev/oauth/code/success?app=claude-code",
38033
38033
  MANUAL_REDIRECT_URL: "https://platform.staging.ant.dev/oauth/code/callback",
38034
- CLIENT_ID: "22422756-60c9-4084-8eb7-27705fd5cf9a",
38034
+ CLIENT_ID: "local-dev-a1b2c3d4-e5f6-7890-abcd-ef1234567890",
38035
38035
  OAUTH_FILE_SUFFIX: "-staging-oauth",
38036
38036
  MCP_PROXY_URL: "https://mcp-proxy-staging.anthropic.com",
38037
38037
  MCP_PROXY_PATH: "/v1/mcp/{server_id}"
package/dist/myclaude.mjs CHANGED
@@ -4,8 +4,8 @@
4
4
  // MACRO - build-time constants (injected by build.ts)
5
5
  // MACRO injected by build script
6
6
  globalThis.MACRO = {
7
- VERSION: "0.1.60",
8
- BUILD_TIME: "2026-07-11T14:27:37.573Z",
7
+ VERSION: "0.1.61",
8
+ BUILD_TIME: "2026-07-12T17:19:34.386Z",
9
9
  PACKAGE_URL: "@funnycode/myclaude",
10
10
  NATIVE_PACKAGE_URL: "@funnycode/myclaude",
11
11
  VERSION_CHANGELOG: '',
@@ -37942,7 +37942,7 @@ function getLocalOauthConfig() {
37942
37942
  CONSOLE_SUCCESS_URL: `${consoleBase}/buy_credits?returnUrl=/oauth/code/success%3Fapp%3Dclaude-code`,
37943
37943
  CLAUDEAI_SUCCESS_URL: `${consoleBase}/oauth/code/success?app=claude-code`,
37944
37944
  MANUAL_REDIRECT_URL: `${consoleBase}/oauth/code/callback`,
37945
- CLIENT_ID: "22422756-60c9-4084-8eb7-27705fd5cf9a",
37945
+ CLIENT_ID: "local-dev-a1b2c3d4-e5f6-7890-abcd-ef1234567890",
37946
37946
  OAUTH_FILE_SUFFIX: "-local-oauth",
37947
37947
  MCP_PROXY_URL: "http://localhost:8205",
37948
37948
  MCP_PROXY_PATH: "/v1/toolbox/shttp/mcp/{server_id}"
@@ -38031,7 +38031,7 @@ var init_oauth = __esm(() => {
38031
38031
  CONSOLE_SUCCESS_URL: "https://platform.staging.ant.dev/buy_credits?returnUrl=/oauth/code/success%3Fapp%3Dclaude-code",
38032
38032
  CLAUDEAI_SUCCESS_URL: "https://platform.staging.ant.dev/oauth/code/success?app=claude-code",
38033
38033
  MANUAL_REDIRECT_URL: "https://platform.staging.ant.dev/oauth/code/callback",
38034
- CLIENT_ID: "22422756-60c9-4084-8eb7-27705fd5cf9a",
38034
+ CLIENT_ID: "local-dev-a1b2c3d4-e5f6-7890-abcd-ef1234567890",
38035
38035
  OAUTH_FILE_SUFFIX: "-staging-oauth",
38036
38036
  MCP_PROXY_URL: "https://mcp-proxy-staging.anthropic.com",
38037
38037
  MCP_PROXY_PATH: "/v1/mcp/{server_id}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funnycode/myclaude",
3
- "version": "0.1.60",
3
+ "version": "0.1.61",
4
4
  "private": false,
5
5
  "description": "An open-source AI coding assistant in your terminal - powered by Claude",
6
6
  "license": "MIT",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@alcalzone/ansi-tokenize": "*",
48
- "@anthropic-ai/claude-agent-sdk": "*",
48
+ "@anthropic-ai/claude-agent-sdk": "^0.3.207",
49
49
  "@anthropic-ai/mcpb": "*",
50
50
  "@anthropic-ai/sandbox-runtime": "*",
51
51
  "@anthropic-ai/sdk": "*",