openpond 0.0.66 → 0.0.67
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/chunks/{app-server-runtime-OW2IOMTR.js → app-server-runtime-CJFOO54B.js} +3 -3
- package/dist/chunks/{chunk-KVUB7HLM.js → chunk-7OQFWODA.js} +3 -3
- package/dist/chunks/{chunk-TRRJ6Z4L.js → chunk-DEEQG5MY.js} +1 -1
- package/dist/chunks/{chunk-K37ACPJQ.js → chunk-J3PSR6F6.js} +1 -1
- package/dist/chunks/{chunk-ZE7MWXEL.js → chunk-Z3SXHGOC.js} +1 -1
- package/dist/chunks/{cli-HEL47VQ3.js → cli-6N2QZCOF.js} +2 -2
- package/dist/chunks/{src-S77UAM5T.js → src-7RDE5SYD.js} +4 -4
- package/dist/chunks/{workspaces-OXDJN23P.js → workspaces-EQTHCFVV.js} +2 -2
- package/dist/cli.js +5 -5
- package/package.json +1 -1
|
@@ -2,10 +2,10 @@ import { createRequire as __openpondCreateRequire } from "node:module"; var requ
|
|
|
2
2
|
import {
|
|
3
3
|
APP_SERVER_COMPOSITION,
|
|
4
4
|
createOpenPondAppServer
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-7OQFWODA.js";
|
|
6
|
+
import "./chunk-Z3SXHGOC.js";
|
|
7
7
|
import "./chunk-CWCMYSX2.js";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-DEEQG5MY.js";
|
|
9
9
|
import "./chunk-42WUHGKD.js";
|
|
10
10
|
import "./chunk-BPII37IS.js";
|
|
11
11
|
import "./chunk-QETF6ILG.js";
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
truncatePatch,
|
|
12
12
|
uniqueSortedPaths,
|
|
13
13
|
workspaceImageContentType
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-Z3SXHGOC.js";
|
|
15
15
|
import {
|
|
16
16
|
AGENT_PROTOCOL_VERSION,
|
|
17
17
|
AGENT_RPC_METHODS,
|
|
@@ -35,7 +35,7 @@ import {
|
|
|
35
35
|
event,
|
|
36
36
|
now,
|
|
37
37
|
textFromUnknown
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-DEEQG5MY.js";
|
|
39
39
|
import {
|
|
40
40
|
getBundledRuntimeVersion,
|
|
41
41
|
loadOpenPondAccountContext,
|
|
@@ -46761,7 +46761,7 @@ function uniqueEvidence2(run, evidence) {
|
|
|
46761
46761
|
}
|
|
46762
46762
|
async function verifyAppliedProfileCommit(input) {
|
|
46763
46763
|
const command = input.command ?? (async (name, args, cwd, env) => {
|
|
46764
|
-
const { runWorkspaceCommand } = await import("./workspaces-
|
|
46764
|
+
const { runWorkspaceCommand } = await import("./workspaces-EQTHCFVV.js");
|
|
46765
46765
|
return runWorkspaceCommand(name, args, cwd, env);
|
|
46766
46766
|
});
|
|
46767
46767
|
const result2 = await command("git", ["rev-parse", "HEAD"], input.repoPath);
|
|
@@ -3,7 +3,7 @@ import { createRequire as __openpondCreateRequire } from "node:module"; var requ
|
|
|
3
3
|
// ../server/src/constants.ts
|
|
4
4
|
var DEFAULT_HOST = "127.0.0.1";
|
|
5
5
|
var DEFAULT_PORT = 17874;
|
|
6
|
-
var VERSION = "0.0.
|
|
6
|
+
var VERSION = "0.0.67";
|
|
7
7
|
var HOSTED_CHAT_SYSTEM_PROMPT = "You are OpenPond Chat. Respond in the user's language. If the user's latest message is language-neutral, ambiguous, or only a short test, respond in English. Be concise and directly answer the latest request. Do not use emojis. Use Markdown when it improves scanability. If you emit reasoning or thinking content, keep it sparse and user-readable: at most one short sentence for major progress, decisions, or blockers. Omit reasoning for routine searches, reads, tool calls, and obvious next steps. Do not restate the user request, narrate every action, or include code blocks, code excerpts, diffs, raw tool payloads, or markdown examples in reasoning. Put necessary code or exact snippets only in the final assistant answer. When the user asks to show or preview an image that is available as a workspace path or signed image URL, use Markdown image syntax like  instead of a bare path or raw HTML. For workspace-backed answers, use a Codex-style shape: brief outcome first, then Changed Files if files changed, then Verification if checks ran. End with a concise final answer that summarizes the result and verification when relevant. Do not mention raw tool JSON, internal repo paths, or origin/remote URLs unless the user explicitly asks for them or they are necessary to explain a git/deploy failure.";
|
|
8
8
|
var APP_PREFERENCES_CACHE_TYPE = "app_preferences";
|
|
9
9
|
var APP_PREFERENCES_CACHE_KEY = "global";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { createRequire as __openpondCreateRequire } from "node:module"; var require = __openpondCreateRequire(import.meta.url);
|
|
2
2
|
import {
|
|
3
3
|
now
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-DEEQG5MY.js";
|
|
5
5
|
|
|
6
6
|
// ../server/src/workspace/workspace-command.ts
|
|
7
7
|
import { spawn, spawnSync } from "node:child_process";
|
|
@@ -3,9 +3,9 @@ import {
|
|
|
3
3
|
resolveWebLaunchMessages,
|
|
4
4
|
runOpenPondAppServerCli,
|
|
5
5
|
runOpenPondServerCli
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-J3PSR6F6.js";
|
|
7
7
|
import "./chunk-CWCMYSX2.js";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-DEEQG5MY.js";
|
|
9
9
|
import "./chunk-42WUHGKD.js";
|
|
10
10
|
import "./chunk-BPII37IS.js";
|
|
11
11
|
import "./chunk-RN7MVPC6.js";
|
|
@@ -147,7 +147,7 @@ import {
|
|
|
147
147
|
workspaceHasHead,
|
|
148
148
|
workspaceToolExperienceBlocker,
|
|
149
149
|
writeWorkspaceFile
|
|
150
|
-
} from "./chunk-
|
|
150
|
+
} from "./chunk-7OQFWODA.js";
|
|
151
151
|
import {
|
|
152
152
|
appWorkspacePaths,
|
|
153
153
|
checkWorkspaceGitAvailability,
|
|
@@ -173,10 +173,10 @@ import {
|
|
|
173
173
|
runCommand,
|
|
174
174
|
startMacOSCommandLineToolsInstall,
|
|
175
175
|
workspaceImageContentType
|
|
176
|
-
} from "./chunk-
|
|
176
|
+
} from "./chunk-Z3SXHGOC.js";
|
|
177
177
|
import {
|
|
178
178
|
runOpenPondServerCli
|
|
179
|
-
} from "./chunk-
|
|
179
|
+
} from "./chunk-J3PSR6F6.js";
|
|
180
180
|
import {
|
|
181
181
|
createAppServer,
|
|
182
182
|
runAgentCompaction
|
|
@@ -192,7 +192,7 @@ import {
|
|
|
192
192
|
isCliEntrypoint,
|
|
193
193
|
now,
|
|
194
194
|
textFromUnknown
|
|
195
|
-
} from "./chunk-
|
|
195
|
+
} from "./chunk-DEEQG5MY.js";
|
|
196
196
|
import {
|
|
197
197
|
createOpenPondRepoApp,
|
|
198
198
|
getBundledRuntimeVersion,
|
|
@@ -45,8 +45,8 @@ import {
|
|
|
45
45
|
truncatePatch,
|
|
46
46
|
uniqueSortedPaths,
|
|
47
47
|
workspaceImageContentType
|
|
48
|
-
} from "./chunk-
|
|
49
|
-
import "./chunk-
|
|
48
|
+
} from "./chunk-Z3SXHGOC.js";
|
|
49
|
+
import "./chunk-DEEQG5MY.js";
|
|
50
50
|
import "./chunk-UACZUFIA.js";
|
|
51
51
|
export {
|
|
52
52
|
MACOS_GIT_MISSING_DEVELOPER_TOOLS_ERROR,
|
package/dist/cli.js
CHANGED
|
@@ -70,8 +70,8 @@ async function runEmbeddedCompanion(argv) {
|
|
|
70
70
|
if (argv[0] === "__app-server") {
|
|
71
71
|
process.argv = [process.execPath, "openpond-app-server", ...argv.slice(1)];
|
|
72
72
|
const [{ createOpenPondAppServer }, { runOpenPondAppServerCli }] = await Promise.all([
|
|
73
|
-
import("./chunks/app-server-runtime-
|
|
74
|
-
import("./chunks/cli-
|
|
73
|
+
import("./chunks/app-server-runtime-CJFOO54B.js"),
|
|
74
|
+
import("./chunks/cli-6N2QZCOF.js")
|
|
75
75
|
]);
|
|
76
76
|
await runOpenPondAppServerCli(createOpenPondAppServer);
|
|
77
77
|
return true;
|
|
@@ -79,10 +79,10 @@ async function runEmbeddedCompanion(argv) {
|
|
|
79
79
|
if (argv[0] === "__server") {
|
|
80
80
|
process.argv = [process.execPath, "openpond-server", ...argv.slice(1)];
|
|
81
81
|
const [{ createOpenPondServer }, { runOpenPondServerCli }] = await Promise.all([
|
|
82
|
-
import("./chunks/src-
|
|
83
|
-
import("./chunks/cli-
|
|
82
|
+
import("./chunks/src-7RDE5SYD.js"),
|
|
83
|
+
import("./chunks/cli-6N2QZCOF.js")
|
|
84
84
|
]);
|
|
85
|
-
const { createOpenPondAppServer } = await import("./chunks/app-server-runtime-
|
|
85
|
+
const { createOpenPondAppServer } = await import("./chunks/app-server-runtime-CJFOO54B.js");
|
|
86
86
|
await runOpenPondServerCli({ createOpenPondServer, createOpenPondAppServer });
|
|
87
87
|
return true;
|
|
88
88
|
}
|