@funnycode/myclaude 0.1.189 → 0.1.190
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 +4 -6
- package/dist/myclaude.mjs +4 -6
- package/package.json +1 -1
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.
|
|
8
|
-
BUILD_TIME: "2026-08-
|
|
7
|
+
VERSION: "0.1.190",
|
|
8
|
+
BUILD_TIME: "2026-08-10T06:06:14.681Z",
|
|
9
9
|
PACKAGE_URL: "@funnycode/myclaude",
|
|
10
10
|
NATIVE_PACKAGE_URL: "@funnycode/myclaude",
|
|
11
11
|
VERSION_CHANGELOG: '',
|
|
@@ -117157,7 +117157,7 @@ var package_default;
|
|
|
117157
117157
|
var init_package = __esm(() => {
|
|
117158
117158
|
package_default = {
|
|
117159
117159
|
name: "@funnycode/myclaude",
|
|
117160
|
-
version: "0.1.
|
|
117160
|
+
version: "0.1.190",
|
|
117161
117161
|
private: false,
|
|
117162
117162
|
description: "An open-source AI coding assistant in your terminal - powered by Claude",
|
|
117163
117163
|
license: "MIT",
|
|
@@ -563665,7 +563665,6 @@ var init_migrateBypassPermissionsAcceptedToSettings = __esm(() => {
|
|
|
563665
563665
|
});
|
|
563666
563666
|
|
|
563667
563667
|
// src/migrations/migrateEnableAllProjectMcpServersToSettings.ts
|
|
563668
|
-
import { createHash as createHash21 } from "crypto";
|
|
563669
563668
|
function migrateEnableAllProjectMcpServersToSettings() {
|
|
563670
563669
|
const globalConfig2 = getGlobalConfig();
|
|
563671
563670
|
if (globalConfig2.hasCompletedMcpServerMigration) {
|
|
@@ -563718,9 +563717,8 @@ function migrateEnableAllProjectMcpServersToSettings() {
|
|
|
563718
563717
|
}
|
|
563719
563718
|
const overlappingServers = existingEnabledServers.filter((server) => existingDisabledServers.includes(server));
|
|
563720
563719
|
if (overlappingServers.length > 0) {
|
|
563721
|
-
const hashedServers = overlappingServers.map((server) => createHash21("sha256").update(server).digest("hex").slice(0, 16));
|
|
563722
563720
|
logEvent("tengu_migrate_mcp_server_conflict_resolved", {
|
|
563723
|
-
|
|
563721
|
+
overlappingServerCount: overlappingServers.length,
|
|
563724
563722
|
conflictResolution: "removed_from_disabled"
|
|
563725
563723
|
});
|
|
563726
563724
|
}
|
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.
|
|
8
|
-
BUILD_TIME: "2026-08-
|
|
7
|
+
VERSION: "0.1.190",
|
|
8
|
+
BUILD_TIME: "2026-08-10T06:06:14.681Z",
|
|
9
9
|
PACKAGE_URL: "@funnycode/myclaude",
|
|
10
10
|
NATIVE_PACKAGE_URL: "@funnycode/myclaude",
|
|
11
11
|
VERSION_CHANGELOG: '',
|
|
@@ -117157,7 +117157,7 @@ var package_default;
|
|
|
117157
117157
|
var init_package = __esm(() => {
|
|
117158
117158
|
package_default = {
|
|
117159
117159
|
name: "@funnycode/myclaude",
|
|
117160
|
-
version: "0.1.
|
|
117160
|
+
version: "0.1.190",
|
|
117161
117161
|
private: false,
|
|
117162
117162
|
description: "An open-source AI coding assistant in your terminal - powered by Claude",
|
|
117163
117163
|
license: "MIT",
|
|
@@ -563665,7 +563665,6 @@ var init_migrateBypassPermissionsAcceptedToSettings = __esm(() => {
|
|
|
563665
563665
|
});
|
|
563666
563666
|
|
|
563667
563667
|
// src/migrations/migrateEnableAllProjectMcpServersToSettings.ts
|
|
563668
|
-
import { createHash as createHash21 } from "crypto";
|
|
563669
563668
|
function migrateEnableAllProjectMcpServersToSettings() {
|
|
563670
563669
|
const globalConfig2 = getGlobalConfig();
|
|
563671
563670
|
if (globalConfig2.hasCompletedMcpServerMigration) {
|
|
@@ -563718,9 +563717,8 @@ function migrateEnableAllProjectMcpServersToSettings() {
|
|
|
563718
563717
|
}
|
|
563719
563718
|
const overlappingServers = existingEnabledServers.filter((server) => existingDisabledServers.includes(server));
|
|
563720
563719
|
if (overlappingServers.length > 0) {
|
|
563721
|
-
const hashedServers = overlappingServers.map((server) => createHash21("sha256").update(server).digest("hex").slice(0, 16));
|
|
563722
563720
|
logEvent("tengu_migrate_mcp_server_conflict_resolved", {
|
|
563723
|
-
|
|
563721
|
+
overlappingServerCount: overlappingServers.length,
|
|
563724
563722
|
conflictResolution: "removed_from_disabled"
|
|
563725
563723
|
});
|
|
563726
563724
|
}
|