pointcode 0.1.6 → 0.1.7
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/cli.mjs +11 -11
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -123114,7 +123114,7 @@ var init_metadata = __esm(() => {
|
|
|
123114
123114
|
isClaudeAiAuth: isClaudeAISubscriber(),
|
|
123115
123115
|
version: "99.0.0",
|
|
123116
123116
|
versionBase: getVersionBase(),
|
|
123117
|
-
buildTime: "2026-04-02T17:
|
|
123117
|
+
buildTime: "2026-04-02T17:13:55.342Z",
|
|
123118
123118
|
deploymentEnvironment: env3.detectDeploymentEnvironment(),
|
|
123119
123119
|
...isEnvTruthy(process.env.GITHUB_ACTIONS) && {
|
|
123120
123120
|
githubEventName: process.env.GITHUB_EVENT_NAME,
|
|
@@ -364196,7 +364196,7 @@ function getAnthropicEnvMetadata() {
|
|
|
364196
364196
|
function getBuildAgeMinutes() {
|
|
364197
364197
|
if (false)
|
|
364198
364198
|
;
|
|
364199
|
-
const buildTime = new Date("2026-04-02T17:
|
|
364199
|
+
const buildTime = new Date("2026-04-02T17:13:55.342Z").getTime();
|
|
364200
364200
|
if (isNaN(buildTime))
|
|
364201
364201
|
return;
|
|
364202
364202
|
return Math.floor((Date.now() - buildTime) / 60000);
|
|
@@ -428492,7 +428492,7 @@ function getRecentActivitySync() {
|
|
|
428492
428492
|
return cachedActivity;
|
|
428493
428493
|
}
|
|
428494
428494
|
function getLogoDisplayData() {
|
|
428495
|
-
const version2 = process.env.DEMO_VERSION ?? "0.1.
|
|
428495
|
+
const version2 = process.env.DEMO_VERSION ?? "0.1.7" ?? "99.0.0";
|
|
428496
428496
|
const serverUrl = getDirectConnectServerUrl();
|
|
428497
428497
|
const displayPath = process.env.DEMO_VERSION ? "/code/claude" : getDisplayPath(getCwd());
|
|
428498
428498
|
const cwd2 = serverUrl ? `${displayPath} in ${serverUrl.replace(/^https?:\/\//, "")}` : displayPath;
|
|
@@ -458292,7 +458292,7 @@ var init_bridge_kick = __esm(() => {
|
|
|
458292
458292
|
var call54 = async () => {
|
|
458293
458293
|
return {
|
|
458294
458294
|
type: "text",
|
|
458295
|
-
value: `${"99.0.0"} (built ${"2026-04-02T17:
|
|
458295
|
+
value: `${"99.0.0"} (built ${"2026-04-02T17:13:55.342Z"})`
|
|
458296
458296
|
};
|
|
458297
458297
|
}, version2, version_default;
|
|
458298
458298
|
var init_version = __esm(() => {
|
|
@@ -531069,7 +531069,7 @@ function WelcomeV2() {
|
|
|
531069
531069
|
dimColor: true,
|
|
531070
531070
|
children: [
|
|
531071
531071
|
"v",
|
|
531072
|
-
"0.1.
|
|
531072
|
+
"0.1.7",
|
|
531073
531073
|
" "
|
|
531074
531074
|
]
|
|
531075
531075
|
}, undefined, true, undefined, this)
|
|
@@ -531269,7 +531269,7 @@ function WelcomeV2() {
|
|
|
531269
531269
|
dimColor: true,
|
|
531270
531270
|
children: [
|
|
531271
531271
|
"v",
|
|
531272
|
-
"0.1.
|
|
531272
|
+
"0.1.7",
|
|
531273
531273
|
" "
|
|
531274
531274
|
]
|
|
531275
531275
|
}, undefined, true, undefined, this)
|
|
@@ -531495,7 +531495,7 @@ function AppleTerminalWelcomeV2(t0) {
|
|
|
531495
531495
|
dimColor: true,
|
|
531496
531496
|
children: [
|
|
531497
531497
|
"v",
|
|
531498
|
-
"0.1.
|
|
531498
|
+
"0.1.7",
|
|
531499
531499
|
" "
|
|
531500
531500
|
]
|
|
531501
531501
|
}, undefined, true, undefined, this);
|
|
@@ -531749,7 +531749,7 @@ function AppleTerminalWelcomeV2(t0) {
|
|
|
531749
531749
|
dimColor: true,
|
|
531750
531750
|
children: [
|
|
531751
531751
|
"v",
|
|
531752
|
-
"0.1.
|
|
531752
|
+
"0.1.7",
|
|
531753
531753
|
" "
|
|
531754
531754
|
]
|
|
531755
531755
|
}, undefined, true, undefined, this);
|
|
@@ -552239,7 +552239,7 @@ Usage: claude --remote "your task description"`, () => gracefulShutdown(1));
|
|
|
552239
552239
|
pendingHookMessages
|
|
552240
552240
|
}, renderAndRun);
|
|
552241
552241
|
}
|
|
552242
|
-
}).version("0.1.
|
|
552242
|
+
}).version("0.1.7 (Open Claude)", "-v, --version", "Output the version number");
|
|
552243
552243
|
program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
|
|
552244
552244
|
program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
|
|
552245
552245
|
if (canUserConfigureAdvisor()) {
|
|
@@ -552798,7 +552798,7 @@ function validateProviderEnvOrExit() {
|
|
|
552798
552798
|
async function main2() {
|
|
552799
552799
|
const args = process.argv.slice(2);
|
|
552800
552800
|
if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
|
|
552801
|
-
console.log(`${"0.1.
|
|
552801
|
+
console.log(`${"0.1.7"} (PointCode)`);
|
|
552802
552802
|
return;
|
|
552803
552803
|
}
|
|
552804
552804
|
validateProviderEnvOrExit();
|
|
@@ -552885,4 +552885,4 @@ async function main2() {
|
|
|
552885
552885
|
}
|
|
552886
552886
|
main2();
|
|
552887
552887
|
|
|
552888
|
-
//# debugId=
|
|
552888
|
+
//# debugId=C9FD42C270F6EEF064756E2164756E21
|