ur-agent 1.56.0 → 1.56.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.56.1
4
+
5
+ - Documented the 1.52.0–1.56.0 features, which had reached `technical/03` as
6
+ command rows but nowhere else. Doc 09 now covers the fan-out limits and how
7
+ to run several workers at once; doc 12 covers the prompt-injection module and
8
+ deny-default Seatbelt profiles; doc 05 covers Ollama Cloud authentication,
9
+ base-URL precedence, and the narrowed `APIProvider` with its named
10
+ predicates; doc 06 covers `agents.maxDepth`/`maxConcurrent`, permission
11
+ profiles, and the provider environment variables.
12
+
3
13
  ## 1.56.0
4
14
 
5
15
  - Added a subagent fan-out governor. Agents could spawn agents with no depth or
package/dist/cli.js CHANGED
@@ -75097,7 +75097,7 @@ var init_auth = __esm(() => {
75097
75097
 
75098
75098
  // src/utils/userAgent.ts
75099
75099
  function getURCodeUserAgent() {
75100
- return `ur/${"1.56.0"}`;
75100
+ return `ur/${"1.56.1"}`;
75101
75101
  }
75102
75102
 
75103
75103
  // src/utils/workloadContext.ts
@@ -75119,7 +75119,7 @@ function getUserAgent() {
75119
75119
  const clientApp = process.env.UR_AGENT_SDK_CLIENT_APP ? `, client-app/${process.env.UR_AGENT_SDK_CLIENT_APP}` : "";
75120
75120
  const workload = getWorkload();
75121
75121
  const workloadSuffix = workload ? `, workload/${workload}` : "";
75122
- return `ur-cli/${"1.56.0"} (${process.env.USER_TYPE}, ${process.env.UR_CODE_ENTRYPOINT ?? "cli"}${agentSdkVersion}${clientApp}${workloadSuffix})`;
75122
+ return `ur-cli/${"1.56.1"} (${process.env.USER_TYPE}, ${process.env.UR_CODE_ENTRYPOINT ?? "cli"}${agentSdkVersion}${clientApp}${workloadSuffix})`;
75123
75123
  }
75124
75124
  function getMCPUserAgent() {
75125
75125
  const parts = [];
@@ -75133,7 +75133,7 @@ function getMCPUserAgent() {
75133
75133
  parts.push(`client-app/${process.env.UR_AGENT_SDK_CLIENT_APP}`);
75134
75134
  }
75135
75135
  const suffix = parts.length > 0 ? ` (${parts.join(", ")})` : "";
75136
- return `ur/${"1.56.0"}${suffix}`;
75136
+ return `ur/${"1.56.1"}${suffix}`;
75137
75137
  }
75138
75138
  function getWebFetchUserAgent() {
75139
75139
  return `UR-User (${getURCodeUserAgent()})`;
@@ -75271,7 +75271,7 @@ var init_user = __esm(() => {
75271
75271
  deviceId,
75272
75272
  sessionId: getSessionId(),
75273
75273
  email: getEmail(),
75274
- appVersion: "1.56.0",
75274
+ appVersion: "1.56.1",
75275
75275
  platform: getHostPlatformForAnalytics(),
75276
75276
  organizationUuid,
75277
75277
  accountUuid,
@@ -83471,7 +83471,7 @@ var init_metadata = __esm(() => {
83471
83471
  COMPOUND_OPERATOR_REGEX = /\s*(?:&&|\|\||[;|])\s*/;
83472
83472
  WHITESPACE_REGEX = /\s+/;
83473
83473
  getVersionBase = memoize_default(() => {
83474
- const match = "1.56.0".match(/^\d+\.\d+\.\d+(?:-[a-z]+)?/);
83474
+ const match = "1.56.1".match(/^\d+\.\d+\.\d+(?:-[a-z]+)?/);
83475
83475
  return match ? match[0] : undefined;
83476
83476
  });
83477
83477
  buildEnvContext = memoize_default(async () => {
@@ -83511,7 +83511,7 @@ var init_metadata = __esm(() => {
83511
83511
  isGithubAction: isEnvTruthy(process.env.GITHUB_ACTIONS),
83512
83512
  isURCodeAction: isEnvTruthy(process.env.UR_CODE_ACTION),
83513
83513
  isURAiAuth: isURAISubscriber(),
83514
- version: "1.56.0",
83514
+ version: "1.56.1",
83515
83515
  versionBase: getVersionBase(),
83516
83516
  buildTime: "",
83517
83517
  deploymentEnvironment: env2.detectDeploymentEnvironment(),
@@ -84181,7 +84181,7 @@ function initialize1PEventLogging() {
84181
84181
  const platform2 = getPlatform();
84182
84182
  const attributes = {
84183
84183
  [import_semantic_conventions4.ATTR_SERVICE_NAME]: "ur",
84184
- [import_semantic_conventions4.ATTR_SERVICE_VERSION]: "1.56.0"
84184
+ [import_semantic_conventions4.ATTR_SERVICE_VERSION]: "1.56.1"
84185
84185
  };
84186
84186
  if (platform2 === "wsl") {
84187
84187
  const wslVersion = getWslVersion();
@@ -84209,7 +84209,7 @@ function initialize1PEventLogging() {
84209
84209
  })
84210
84210
  ]
84211
84211
  });
84212
- firstPartyEventLogger = firstPartyEventLoggerProvider.getLogger("com.urhq.ur.events", "1.56.0");
84212
+ firstPartyEventLogger = firstPartyEventLoggerProvider.getLogger("com.urhq.ur.events", "1.56.1");
84213
84213
  }
84214
84214
  async function reinitialize1PEventLoggingIfConfigChanged() {
84215
84215
  if (!is1PEventLoggingEnabled() || !firstPartyEventLoggerProvider) {
@@ -94039,7 +94039,7 @@ function formatAgentTrendReport(report = buildAgentTrendReport()) {
94039
94039
  function formatA2AAgentCard(options = {}, pretty = true) {
94040
94040
  return JSON.stringify(buildA2AAgentCard(options), null, pretty ? 2 : 0);
94041
94041
  }
94042
- var urVersion = "1.56.0", researchSnapshotDate = "2026-07-15", coverage, priorityRoadmap;
94042
+ var urVersion = "1.56.1", researchSnapshotDate = "2026-07-15", coverage, priorityRoadmap;
94043
94043
  var init_trends = __esm(() => {
94044
94044
  init_a2aCardSignature();
94045
94045
  coverage = [
@@ -96840,7 +96840,7 @@ function getAttributionHeader(fingerprint) {
96840
96840
  if (!isAttributionHeaderEnabled()) {
96841
96841
  return "";
96842
96842
  }
96843
- const version2 = `${"1.56.0"}.${fingerprint}`;
96843
+ const version2 = `${"1.56.1"}.${fingerprint}`;
96844
96844
  const entrypoint = process.env.UR_CODE_ENTRYPOINT ?? "unknown";
96845
96845
  const cch = "";
96846
96846
  const workload = getWorkload();
@@ -154429,7 +154429,7 @@ var init_projectSafety = __esm(() => {
154429
154429
  function getInstruments() {
154430
154430
  if (instruments)
154431
154431
  return instruments;
154432
- const meter = import_api10.metrics.getMeter("ur-agent.gen_ai", "1.56.0");
154432
+ const meter = import_api10.metrics.getMeter("ur-agent.gen_ai", "1.56.1");
154433
154433
  instruments = {
154434
154434
  operationDuration: meter.createHistogram("gen_ai.client.operation.duration", {
154435
154435
  description: "GenAI operation duration.",
@@ -154527,7 +154527,7 @@ function genAiAgentAttributes() {
154527
154527
  "gen_ai.operation.name": GEN_AI_OPERATION_INVOKE_AGENT,
154528
154528
  "gen_ai.provider.name": "ur",
154529
154529
  "gen_ai.agent.name": "UR-Nexus",
154530
- "gen_ai.agent.version": "1.56.0"
154530
+ "gen_ai.agent.version": "1.56.1"
154531
154531
  };
154532
154532
  }
154533
154533
  function genAiWorkflowAttributes(workflowName) {
@@ -154543,7 +154543,7 @@ function genAiWorkflowAttributes(workflowName) {
154543
154543
  function startGenAiWorkflowSpan(workflowName) {
154544
154544
  const attributes = genAiWorkflowAttributes(workflowName);
154545
154545
  const name = typeof attributes["gen_ai.workflow.name"] === "string" ? `invoke_workflow ${attributes["gen_ai.workflow.name"]}` : GEN_AI_OPERATION_INVOKE_WORKFLOW;
154546
- return import_api10.trace.getTracer("ur-agent.gen_ai", "1.56.0").startSpan(name, { kind: import_api10.SpanKind.INTERNAL, attributes });
154546
+ return import_api10.trace.getTracer("ur-agent.gen_ai", "1.56.1").startSpan(name, { kind: import_api10.SpanKind.INTERNAL, attributes });
154547
154547
  }
154548
154548
  function endGenAiWorkflowSpan(span, options2 = {}) {
154549
154549
  try {
@@ -154581,7 +154581,7 @@ function startGenAiMemorySpan(operation, options2 = {}) {
154581
154581
  if (options2.recordCount !== undefined && Number.isInteger(options2.recordCount) && options2.recordCount >= 0) {
154582
154582
  attributes["gen_ai.memory.record.count"] = options2.recordCount;
154583
154583
  }
154584
- return import_api10.trace.getTracer("ur-agent.gen_ai", "1.56.0").startSpan(operation, { kind: import_api10.SpanKind.INTERNAL, attributes });
154584
+ return import_api10.trace.getTracer("ur-agent.gen_ai", "1.56.1").startSpan(operation, { kind: import_api10.SpanKind.INTERNAL, attributes });
154585
154585
  }
154586
154586
  function endGenAiMemorySpan(span, options2 = {}) {
154587
154587
  try {
@@ -206100,7 +206100,7 @@ function getTelemetryAttributes() {
206100
206100
  attributes["session.id"] = sessionId;
206101
206101
  }
206102
206102
  if (shouldIncludeAttribute("OTEL_METRICS_INCLUDE_VERSION")) {
206103
- attributes["app.version"] = "1.56.0";
206103
+ attributes["app.version"] = "1.56.1";
206104
206104
  }
206105
206105
  const oauthAccount = getOauthAccountInfo();
206106
206106
  if (oauthAccount) {
@@ -241667,7 +241667,7 @@ function getInstallationEnv() {
241667
241667
  return;
241668
241668
  }
241669
241669
  function getURCodeVersion() {
241670
- return "1.56.0";
241670
+ return "1.56.1";
241671
241671
  }
241672
241672
  async function getInstalledVSCodeExtensionVersion(command) {
241673
241673
  const { stdout } = await execFileNoThrow(command, ["--list-extensions", "--show-versions"], {
@@ -248998,7 +248998,7 @@ async function setupSdkMcpClients(sdkMcpConfigs, sendMcpMessage) {
248998
248998
  const client2 = new Client({
248999
248999
  name: "ur",
249000
249000
  title: "UR",
249001
- version: "1.56.0",
249001
+ version: "1.56.1",
249002
249002
  description: "UR-Nexus autonomous engineering workflow engine",
249003
249003
  websiteUrl: PRODUCT_URL
249004
249004
  }, {
@@ -249358,7 +249358,7 @@ var init_client5 = __esm(() => {
249358
249358
  const client2 = new Client({
249359
249359
  name: "ur",
249360
249360
  title: "UR",
249361
- version: "1.56.0",
249361
+ version: "1.56.1",
249362
249362
  description: "UR-Nexus autonomous engineering workflow engine",
249363
249363
  websiteUrl: PRODUCT_URL
249364
249364
  }, {
@@ -261959,7 +261959,7 @@ async function createRuntime() {
261959
261959
  bootstrapTelemetry();
261960
261960
  const resource = defaultResource().merge(detectResources({ detectors: [envDetector] })).merge(resourceFromAttributes({
261961
261961
  [import_semantic_conventions7.ATTR_SERVICE_NAME]: "ur-agent",
261962
- [import_semantic_conventions7.ATTR_SERVICE_VERSION]: "1.56.0"
261962
+ [import_semantic_conventions7.ATTR_SERVICE_VERSION]: "1.56.1"
261963
261963
  }));
261964
261964
  const tracerProvider = exporters.traces.length > 0 ? new BasicTracerProvider({
261965
261965
  resource,
@@ -261992,11 +261992,11 @@ async function createRuntime() {
261992
261992
  setMeterProvider(meterProvider);
261993
261993
  setLoggerProvider(loggerProvider);
261994
261994
  if (meterProvider) {
261995
- const meter = meterProvider.getMeter("ur-agent", "1.56.0");
261995
+ const meter = meterProvider.getMeter("ur-agent", "1.56.1");
261996
261996
  setMeter(meter, (name, options2) => meter.createCounter(name, options2));
261997
261997
  }
261998
261998
  if (loggerProvider) {
261999
- setEventLogger(loggerProvider.getLogger("ur-agent.events", "1.56.0"));
261999
+ setEventLogger(loggerProvider.getLogger("ur-agent.events", "1.56.1"));
262000
262000
  }
262001
262001
  if (!cleanupRegistered2) {
262002
262002
  cleanupRegistered2 = true;
@@ -262658,9 +262658,9 @@ async function assertMinVersion() {
262658
262658
  if (false) {}
262659
262659
  try {
262660
262660
  const versionConfig = await getDynamicConfig_BLOCKS_ON_INIT("tengu_version_config", { minVersion: "0.0.0" });
262661
- if (versionConfig.minVersion && lt("1.56.0", versionConfig.minVersion)) {
262661
+ if (versionConfig.minVersion && lt("1.56.1", versionConfig.minVersion)) {
262662
262662
  console.error(`
262663
- It looks like your version of UR (${"1.56.0"}) needs an update.
262663
+ It looks like your version of UR (${"1.56.1"}) needs an update.
262664
262664
  A newer version (${versionConfig.minVersion} or higher) is required to continue.
262665
262665
 
262666
262666
  To update, please run:
@@ -262876,7 +262876,7 @@ async function installGlobalPackage(specificVersion) {
262876
262876
  logError2(new AutoUpdaterError("Another process is currently installing an update"));
262877
262877
  logEvent("tengu_auto_updater_lock_contention", {
262878
262878
  pid: process.pid,
262879
- currentVersion: "1.56.0"
262879
+ currentVersion: "1.56.1"
262880
262880
  });
262881
262881
  return "in_progress";
262882
262882
  }
@@ -262885,7 +262885,7 @@ async function installGlobalPackage(specificVersion) {
262885
262885
  if (!env2.isRunningWithBun() && env2.isNpmFromWindowsPath()) {
262886
262886
  logError2(new Error("Windows NPM detected in WSL environment"));
262887
262887
  logEvent("tengu_auto_updater_windows_npm_in_wsl", {
262888
- currentVersion: "1.56.0"
262888
+ currentVersion: "1.56.1"
262889
262889
  });
262890
262890
  console.error(`
262891
262891
  Error: Windows NPM detected in WSL
@@ -263420,7 +263420,7 @@ function detectLinuxGlobPatternWarnings() {
263420
263420
  }
263421
263421
  async function getDoctorDiagnostic() {
263422
263422
  const installationType = await getCurrentInstallationType();
263423
- const version2 = typeof MACRO !== "undefined" ? "1.56.0" : "unknown";
263423
+ const version2 = typeof MACRO !== "undefined" ? "1.56.1" : "unknown";
263424
263424
  const installationPath = await getInstallationPath();
263425
263425
  const invokedBinary = getInvokedBinary();
263426
263426
  const multipleInstallations = await detectMultipleInstallations();
@@ -264355,8 +264355,8 @@ async function updateLatest(channelOrVersion, forceReinstall = false) {
264355
264355
  const maxVersion = await getMaxVersion();
264356
264356
  if (maxVersion && gt(version2, maxVersion)) {
264357
264357
  logForDebugging(`Native installer: maxVersion ${maxVersion} is set, capping update from ${version2} to ${maxVersion}`);
264358
- if (gte("1.56.0", maxVersion)) {
264359
- logForDebugging(`Native installer: current version ${"1.56.0"} is already at or above maxVersion ${maxVersion}, skipping update`);
264358
+ if (gte("1.56.1", maxVersion)) {
264359
+ logForDebugging(`Native installer: current version ${"1.56.1"} is already at or above maxVersion ${maxVersion}, skipping update`);
264360
264360
  logEvent("tengu_native_update_skipped_max_version", {
264361
264361
  latency_ms: Date.now() - startTime,
264362
264362
  max_version: maxVersion,
@@ -264367,7 +264367,7 @@ async function updateLatest(channelOrVersion, forceReinstall = false) {
264367
264367
  version2 = maxVersion;
264368
264368
  }
264369
264369
  }
264370
- if (!forceReinstall && version2 === "1.56.0" && await versionIsAvailable(version2) && await isPossibleURBinary(executablePath)) {
264370
+ if (!forceReinstall && version2 === "1.56.1" && await versionIsAvailable(version2) && await isPossibleURBinary(executablePath)) {
264371
264371
  logForDebugging(`Found ${version2} at ${executablePath}, skipping install`);
264372
264372
  logEvent("tengu_native_update_complete", {
264373
264373
  latency_ms: Date.now() - startTime,
@@ -334179,7 +334179,7 @@ function isAnyTracingEnabled() {
334179
334179
  return isTelemetryEnabled() || isEnhancedTelemetryEnabled() || isBetaTracingEnabled();
334180
334180
  }
334181
334181
  function getTracer() {
334182
- return import_api39.trace.getTracer("ur-agent.gen_ai", "1.56.0");
334182
+ return import_api39.trace.getTracer("ur-agent.gen_ai", "1.56.1");
334183
334183
  }
334184
334184
  function createSpanAttributes(spanType, customAttributes = {}) {
334185
334185
  const baseAttributes = getTelemetryAttributes();
@@ -363249,7 +363249,7 @@ function Feedback({
363249
363249
  platform: env2.platform,
363250
363250
  gitRepo: envInfo.isGit,
363251
363251
  terminal: env2.terminal,
363252
- version: "1.56.0",
363252
+ version: "1.56.1",
363253
363253
  transcript: normalizeMessagesForAPI(messages),
363254
363254
  errors: sanitizedErrors,
363255
363255
  lastApiRequest: getLastAPIRequest(),
@@ -363441,7 +363441,7 @@ function Feedback({
363441
363441
  ", ",
363442
363442
  env2.terminal,
363443
363443
  ", v",
363444
- "1.56.0"
363444
+ "1.56.1"
363445
363445
  ]
363446
363446
  }, undefined, true, undefined, this)
363447
363447
  ]
@@ -363547,7 +363547,7 @@ ${sanitizedDescription}
363547
363547
  ` + `**Environment Info**
363548
363548
  ` + `- Platform: ${env2.platform}
363549
363549
  ` + `- Terminal: ${env2.terminal}
363550
- ` + `- Version: ${"1.56.0"}
363550
+ ` + `- Version: ${"1.56.1"}
363551
363551
  ` + `- Feedback ID: ${feedbackId}
363552
363552
  ` + `
363553
363553
  **Errors**
@@ -366657,7 +366657,7 @@ function buildPrimarySection() {
366657
366657
  }, undefined, false, undefined, this);
366658
366658
  return [{
366659
366659
  label: "Version",
366660
- value: "1.56.0"
366660
+ value: "1.56.1"
366661
366661
  }, {
366662
366662
  label: "Session name",
366663
366663
  value: nameValue
@@ -369987,7 +369987,7 @@ function Config({
369987
369987
  }
369988
369988
  }, undefined, false, undefined, this)
369989
369989
  }, undefined, false, undefined, this) : showSubmenu === "ChannelDowngrade" ? /* @__PURE__ */ jsx_dev_runtime178.jsxDEV(ChannelDowngradeDialog, {
369990
- currentVersion: "1.56.0",
369990
+ currentVersion: "1.56.1",
369991
369991
  onChoice: (choice) => {
369992
369992
  setShowSubmenu(null);
369993
369993
  setTabsHidden(false);
@@ -369999,7 +369999,7 @@ function Config({
369999
369999
  autoUpdatesChannel: "stable"
370000
370000
  };
370001
370001
  if (choice === "stay") {
370002
- newSettings.minimumVersion = "1.56.0";
370002
+ newSettings.minimumVersion = "1.56.1";
370003
370003
  }
370004
370004
  updateSettingsForSource("userSettings", newSettings);
370005
370005
  setSettingsData((prev_27) => ({
@@ -378063,7 +378063,7 @@ function HelpV2(t0) {
378063
378063
  let t6;
378064
378064
  if ($2[31] !== tabs) {
378065
378065
  t6 = /* @__PURE__ */ jsx_dev_runtime205.jsxDEV(Tabs, {
378066
- title: `UR v${"1.56.0"}`,
378066
+ title: `UR v${"1.56.1"}`,
378067
378067
  color: "professionalBlue",
378068
378068
  defaultTab: "general",
378069
378069
  children: tabs
@@ -378980,7 +378980,7 @@ function buildToolUseContext(tools, readFileStateCache, toolPermissionContext, a
378980
378980
  async function handleInitialize(options2) {
378981
378981
  return {
378982
378982
  name: "UR",
378983
- version: "1.56.0",
378983
+ version: "1.56.1",
378984
378984
  protocolVersion: "0.1.0",
378985
378985
  workspaceRoot: options2.cwd,
378986
378986
  capabilities: {
@@ -396088,7 +396088,7 @@ function getAllReleaseNotes(changelogContent = getStoredChangelogFromMemory()) {
396088
396088
  return [];
396089
396089
  }
396090
396090
  }
396091
- async function checkForReleaseNotes(lastSeenVersion, currentVersion = "1.56.0") {
396091
+ async function checkForReleaseNotes(lastSeenVersion, currentVersion = "1.56.1") {
396092
396092
  if (process.env.USER_TYPE === "ant") {
396093
396093
  const changelog = "";
396094
396094
  if (changelog) {
@@ -396115,7 +396115,7 @@ async function checkForReleaseNotes(lastSeenVersion, currentVersion = "1.56.0")
396115
396115
  releaseNotes
396116
396116
  };
396117
396117
  }
396118
- function checkForReleaseNotesSync(lastSeenVersion, currentVersion = "1.56.0") {
396118
+ function checkForReleaseNotesSync(lastSeenVersion, currentVersion = "1.56.1") {
396119
396119
  if (process.env.USER_TYPE === "ant") {
396120
396120
  const changelog = "";
396121
396121
  if (changelog) {
@@ -398972,7 +398972,7 @@ function getRecentActivitySync() {
398972
398972
  return cachedActivity;
398973
398973
  }
398974
398974
  function getLogoDisplayData() {
398975
- const version2 = process.env.DEMO_VERSION ?? "1.56.0";
398975
+ const version2 = process.env.DEMO_VERSION ?? "1.56.1";
398976
398976
  const serverUrl = getDirectConnectServerUrl();
398977
398977
  const displayPath = process.env.DEMO_VERSION ? "/code/ur" : getDisplayPath(getCwd());
398978
398978
  const cwd2 = serverUrl ? `${displayPath} in ${serverUrl.replace(/^https?:\/\//, "")}` : displayPath;
@@ -399856,7 +399856,7 @@ function LogoV2() {
399856
399856
  if ($2[2] === Symbol.for("react.memo_cache_sentinel")) {
399857
399857
  t2 = () => {
399858
399858
  const currentConfig2 = getGlobalConfig();
399859
- if (currentConfig2.lastReleaseNotesSeen === "1.56.0") {
399859
+ if (currentConfig2.lastReleaseNotesSeen === "1.56.1") {
399860
399860
  return;
399861
399861
  }
399862
399862
  saveGlobalConfig(_temp327);
@@ -400541,12 +400541,12 @@ function LogoV2() {
400541
400541
  return t41;
400542
400542
  }
400543
400543
  function _temp327(current) {
400544
- if (current.lastReleaseNotesSeen === "1.56.0") {
400544
+ if (current.lastReleaseNotesSeen === "1.56.1") {
400545
400545
  return current;
400546
400546
  }
400547
400547
  return {
400548
400548
  ...current,
400549
- lastReleaseNotesSeen: "1.56.0"
400549
+ lastReleaseNotesSeen: "1.56.1"
400550
400550
  };
400551
400551
  }
400552
400552
  function _temp241(s_0) {
@@ -417722,7 +417722,7 @@ function compileAgenticCiWorkflow(specName = "default", options2 = {}) {
417722
417722
  if (spec.name !== specName) {
417723
417723
  throw new Error("Agentic CI workflow spec name does not match");
417724
417724
  }
417725
- const packageVersion = options2.packageVersion ?? (typeof MACRO !== "undefined" ? "1.56.0" : "1.56.0");
417725
+ const packageVersion = options2.packageVersion ?? (typeof MACRO !== "undefined" ? "1.56.1" : "1.56.1");
417726
417726
  if (!/^\d+\.\d+\.\d+(?:-[0-9A-Za-z.-]+)?$/.test(packageVersion)) {
417727
417727
  throw new Error("invalid ur-agent package version");
417728
417728
  }
@@ -418715,7 +418715,7 @@ runner; \`ur trigger\` is the inbound parser that decides what to run.
418715
418715
  path: ".github/workflows/ur.yml",
418716
418716
  root: "project",
418717
418717
  content: compileAgenticCiWorkflow("default", {
418718
- packageVersion: typeof MACRO !== "undefined" ? "1.56.0" : "1.56.0"
418718
+ packageVersion: typeof MACRO !== "undefined" ? "1.56.1" : "1.56.1"
418719
418719
  })
418720
418720
  },
418721
418721
  {
@@ -418778,7 +418778,7 @@ function value(tokens, flag) {
418778
418778
  return index2 >= 0 ? tokens[index2 + 1] : undefined;
418779
418779
  }
418780
418780
  function cliVersion() {
418781
- return typeof MACRO !== "undefined" ? "1.56.0" : "1.56.0";
418781
+ return typeof MACRO !== "undefined" ? "1.56.1" : "1.56.1";
418782
418782
  }
418783
418783
  function workflowPath(cwd2) {
418784
418784
  return join158(cwd2, ".github", "workflows", "ur-agentic-ci.yml");
@@ -424634,7 +424634,7 @@ function createAcpStdioApp(deps) {
424634
424634
  }
424635
424635
  },
424636
424636
  authMethods: [],
424637
- agentInfo: { name: "UR-Nexus", version: "1.56.0" }
424637
+ agentInfo: { name: "UR-Nexus", version: "1.56.1" }
424638
424638
  })).onRequest("authenticate", () => ({})).onRequest("session/new", async (context6) => {
424639
424639
  const result = runtime2.newSession(context6.params.cwd, context6.params.mcpServers, context6.params.additionalDirectories);
424640
424640
  await runtime2.announce({
@@ -424731,7 +424731,7 @@ function createAcpStdioAgent(deps) {
424731
424731
  }
424732
424732
  },
424733
424733
  authMethods: [],
424734
- agentInfo: { name: "UR-Nexus", version: "1.56.0" }
424734
+ agentInfo: { name: "UR-Nexus", version: "1.56.1" }
424735
424735
  });
424736
424736
  return;
424737
424737
  case "authenticate":
@@ -632098,7 +632098,7 @@ async function captureMemoryDiagnostics(trigger2, dumpNumber = 0) {
632098
632098
  smapsRollup,
632099
632099
  platform: process.platform,
632100
632100
  nodeVersion: process.version,
632101
- ccVersion: "1.56.0"
632101
+ ccVersion: "1.56.1"
632102
632102
  };
632103
632103
  }
632104
632104
  async function performHeapDump(trigger2 = "manual", dumpNumber = 0) {
@@ -632678,7 +632678,7 @@ var init_bridge_kick = __esm(() => {
632678
632678
  var call149 = async () => {
632679
632679
  return {
632680
632680
  type: "text",
632681
- value: "1.56.0"
632681
+ value: "1.56.1"
632682
632682
  };
632683
632683
  }, version2, version_default;
632684
632684
  var init_version = __esm(() => {
@@ -643749,7 +643749,7 @@ function generateHtmlReport(data, insights) {
643749
643749
  </html>`;
643750
643750
  }
643751
643751
  function buildExportData(data, insights, facets, remoteStats) {
643752
- const version3 = typeof MACRO !== "undefined" ? "1.56.0" : "unknown";
643752
+ const version3 = typeof MACRO !== "undefined" ? "1.56.1" : "unknown";
643753
643753
  const remote_hosts_collected = remoteStats?.hosts.filter((h2) => h2.sessionCount > 0).map((h2) => h2.name);
643754
643754
  const facets_summary = {
643755
643755
  total: facets.size,
@@ -648052,7 +648052,7 @@ var init_sessionStorage = __esm(() => {
648052
648052
  init_settings2();
648053
648053
  init_slowOperations();
648054
648054
  init_uuid();
648055
- VERSION7 = typeof MACRO !== "undefined" ? "1.56.0" : "unknown";
648055
+ VERSION7 = typeof MACRO !== "undefined" ? "1.56.1" : "unknown";
648056
648056
  MAX_TOMBSTONE_REWRITE_BYTES = 50 * 1024 * 1024;
648057
648057
  SKIP_FIRST_PROMPT_PATTERN = /^(?:\s*<[a-z][\w-]*[\s>]|\[Request interrupted by user[^\]]*\])/;
648058
648058
  EPHEMERAL_PROGRESS_TYPES = new Set([
@@ -649267,7 +649267,7 @@ var init_filesystem = __esm(() => {
649267
649267
  });
649268
649268
  getBundledSkillsRoot = memoize_default(function getBundledSkillsRoot2() {
649269
649269
  const nonce = randomBytes19(16).toString("hex");
649270
- return join226(getURTempDir(), "bundled-skills", "1.56.0", nonce);
649270
+ return join226(getURTempDir(), "bundled-skills", "1.56.1", nonce);
649271
649271
  });
649272
649272
  getResolvedWorkingDirPaths = memoize_default(getPathsForPermissionCheck);
649273
649273
  });
@@ -655562,7 +655562,7 @@ function computeFingerprint(messageText2, version3) {
655562
655562
  }
655563
655563
  function computeFingerprintFromMessages(messages) {
655564
655564
  const firstMessageText = extractFirstMessageText(messages);
655565
- return computeFingerprint(firstMessageText, "1.56.0");
655565
+ return computeFingerprint(firstMessageText, "1.56.1");
655566
655566
  }
655567
655567
  var FINGERPRINT_SALT = "59cf53e54c78";
655568
655568
  var init_fingerprint = () => {};
@@ -657458,7 +657458,7 @@ async function sideQuery(opts) {
657458
657458
  betas.push(STRUCTURED_OUTPUTS_BETA_HEADER);
657459
657459
  }
657460
657460
  const messageText2 = extractFirstUserMessageText(messages);
657461
- const fingerprint2 = computeFingerprint(messageText2, "1.56.0");
657461
+ const fingerprint2 = computeFingerprint(messageText2, "1.56.1");
657462
657462
  const attributionHeader = getAttributionHeader(fingerprint2);
657463
657463
  const systemBlocks = [
657464
657464
  attributionHeader ? { type: "text", text: attributionHeader } : null,
@@ -662229,7 +662229,7 @@ function buildSystemInitMessage(inputs) {
662229
662229
  slash_commands: inputs.commands.filter((c4) => c4.userInvocable !== false).map((c4) => c4.name),
662230
662230
  apiKeySource: getURHQApiKeyWithSource().source,
662231
662231
  betas: getSdkBetas(),
662232
- ur_version: "1.56.0",
662232
+ ur_version: "1.56.1",
662233
662233
  output_style: outputStyle2,
662234
662234
  agents: inputs.agents.map((agent2) => agent2.agentType),
662235
662235
  skills: inputs.skills.filter((s) => s.userInvocable !== false).map((skill2) => skill2.name),
@@ -676089,7 +676089,7 @@ var init_useVoiceEnabled = __esm(() => {
676089
676089
  function getSemverPart(version3) {
676090
676090
  return `${import_semver13.major(version3, { loose: true })}.${import_semver13.minor(version3, { loose: true })}.${import_semver13.patch(version3, { loose: true })}`;
676091
676091
  }
676092
- function useUpdateNotification(updatedVersion, initialVersion = "1.56.0") {
676092
+ function useUpdateNotification(updatedVersion, initialVersion = "1.56.1") {
676093
676093
  const [lastNotifiedSemver, setLastNotifiedSemver] = import_react222.useState(() => getSemverPart(initialVersion));
676094
676094
  if (!updatedVersion) {
676095
676095
  return null;
@@ -676138,7 +676138,7 @@ function AutoUpdater({
676138
676138
  return;
676139
676139
  }
676140
676140
  if (false) {}
676141
- const currentVersion = "1.56.0";
676141
+ const currentVersion = "1.56.1";
676142
676142
  const channel = getInitialSettings()?.autoUpdatesChannel ?? "latest";
676143
676143
  let latestVersion = await getLatestVersion(channel);
676144
676144
  const isDisabled = isAutoUpdaterDisabled();
@@ -676367,12 +676367,12 @@ function NativeAutoUpdater({
676367
676367
  logEvent("tengu_native_auto_updater_start", {});
676368
676368
  try {
676369
676369
  const maxVersion = await getMaxVersion();
676370
- if (maxVersion && gt("1.56.0", maxVersion)) {
676370
+ if (maxVersion && gt("1.56.1", maxVersion)) {
676371
676371
  const msg = await getMaxVersionMessage();
676372
676372
  setMaxVersionIssue(msg ?? "affects your version");
676373
676373
  }
676374
676374
  const result = await installLatest(channel);
676375
- const currentVersion = "1.56.0";
676375
+ const currentVersion = "1.56.1";
676376
676376
  const latencyMs = Date.now() - startTime;
676377
676377
  if (result.lockFailed) {
676378
676378
  logEvent("tengu_native_auto_updater_lock_contention", {
@@ -676509,17 +676509,17 @@ function PackageManagerAutoUpdater(t0) {
676509
676509
  const maxVersion = await getMaxVersion();
676510
676510
  if (maxVersion && latest && gt(latest, maxVersion)) {
676511
676511
  logForDebugging(`PackageManagerAutoUpdater: maxVersion ${maxVersion} is set, capping update from ${latest} to ${maxVersion}`);
676512
- if (gte("1.56.0", maxVersion)) {
676513
- logForDebugging(`PackageManagerAutoUpdater: current version ${"1.56.0"} is already at or above maxVersion ${maxVersion}, skipping update`);
676512
+ if (gte("1.56.1", maxVersion)) {
676513
+ logForDebugging(`PackageManagerAutoUpdater: current version ${"1.56.1"} is already at or above maxVersion ${maxVersion}, skipping update`);
676514
676514
  setUpdateAvailable(false);
676515
676515
  return;
676516
676516
  }
676517
676517
  latest = maxVersion;
676518
676518
  }
676519
- const hasUpdate = latest && !gte("1.56.0", latest) && !shouldSkipVersion(latest);
676519
+ const hasUpdate = latest && !gte("1.56.1", latest) && !shouldSkipVersion(latest);
676520
676520
  setUpdateAvailable(!!hasUpdate);
676521
676521
  if (hasUpdate) {
676522
- logForDebugging(`PackageManagerAutoUpdater: Update available ${"1.56.0"} -> ${latest}`);
676522
+ logForDebugging(`PackageManagerAutoUpdater: Update available ${"1.56.1"} -> ${latest}`);
676523
676523
  }
676524
676524
  };
676525
676525
  $2[0] = t1;
@@ -676553,7 +676553,7 @@ function PackageManagerAutoUpdater(t0) {
676553
676553
  wrap: "truncate",
676554
676554
  children: [
676555
676555
  "currentVersion: ",
676556
- "1.56.0"
676556
+ "1.56.1"
676557
676557
  ]
676558
676558
  }, undefined, true, undefined, this);
676559
676559
  $2[3] = verbose;
@@ -687250,7 +687250,7 @@ function buildStatusLineCommandInput(permissionMode, exceeds200kTokens, settings
687250
687250
  project_dir: getOriginalCwd(),
687251
687251
  added_dirs: addedDirs
687252
687252
  },
687253
- version: "1.56.0",
687253
+ version: "1.56.1",
687254
687254
  output_style: {
687255
687255
  name: outputStyleName
687256
687256
  },
@@ -687333,7 +687333,7 @@ function StatusLineInner({
687333
687333
  const taskValues = Object.values(tasks2);
687334
687334
  const taskRunningCount = taskValues.filter((task2) => task2.status === "running" || task2.status === "pending").length;
687335
687335
  const defaultStatusLineText = buildDefaultStatusBar({
687336
- version: "1.56.0",
687336
+ version: "1.56.1",
687337
687337
  providerLabel: providerRuntime.providerLabel,
687338
687338
  authMode: providerRuntime.authLabel,
687339
687339
  model: providerRuntime.model ?? renderModelName(mainLoopModel),
@@ -699476,7 +699476,7 @@ async function submitTranscriptShare(messages, trigger2, appearanceId) {
699476
699476
  } catch {}
699477
699477
  const data = {
699478
699478
  trigger: trigger2,
699479
- version: "1.56.0",
699479
+ version: "1.56.1",
699480
699480
  platform: process.platform,
699481
699481
  transcript,
699482
699482
  subagentTranscripts: Object.keys(subagentTranscripts).length > 0 ? subagentTranscripts : undefined,
@@ -711756,7 +711756,7 @@ function WelcomeV2() {
711756
711756
  dimColor: true,
711757
711757
  children: [
711758
711758
  "v",
711759
- "1.56.0"
711759
+ "1.56.1"
711760
711760
  ]
711761
711761
  }, undefined, true, undefined, this)
711762
711762
  ]
@@ -713016,7 +713016,7 @@ function completeOnboarding() {
713016
713016
  saveGlobalConfig((current) => ({
713017
713017
  ...current,
713018
713018
  hasCompletedOnboarding: true,
713019
- lastOnboardingVersion: "1.56.0"
713019
+ lastOnboardingVersion: "1.56.1"
713020
713020
  }));
713021
713021
  }
713022
713022
  function showDialog(root2, renderer) {
@@ -718060,7 +718060,7 @@ function appendToLog(path24, message) {
718060
718060
  cwd: getFsImplementation().cwd(),
718061
718061
  userType: process.env.USER_TYPE,
718062
718062
  sessionId: getSessionId(),
718063
- version: "1.56.0"
718063
+ version: "1.56.1"
718064
718064
  };
718065
718065
  getLogWriter(path24).write(messageWithTimestamp);
718066
718066
  }
@@ -722219,8 +722219,8 @@ async function getEnvLessBridgeConfig() {
722219
722219
  }
722220
722220
  async function checkEnvLessBridgeMinVersion() {
722221
722221
  const cfg = await getEnvLessBridgeConfig();
722222
- if (cfg.min_version && lt("1.56.0", cfg.min_version)) {
722223
- return `Your version of UR (${"1.56.0"}) is too old for Remote Control.
722222
+ if (cfg.min_version && lt("1.56.1", cfg.min_version)) {
722223
+ return `Your version of UR (${"1.56.1"}) is too old for Remote Control.
722224
722224
  Version ${cfg.min_version} or higher is required. Run \`ur update\` to update.`;
722225
722225
  }
722226
722226
  return null;
@@ -722694,7 +722694,7 @@ async function initBridgeCore(params) {
722694
722694
  const rawApi = createBridgeApiClient({
722695
722695
  baseUrl,
722696
722696
  getAccessToken,
722697
- runnerVersion: "1.56.0",
722697
+ runnerVersion: "1.56.1",
722698
722698
  onDebug: logForDebugging,
722699
722699
  onAuth401,
722700
722700
  getTrustedDeviceToken
@@ -732166,7 +732166,7 @@ function getAgUiCapabilities() {
732166
732166
  name: "UR-Nexus",
732167
732167
  type: "ur-nexus",
732168
732168
  description: "Provider-flexible, local-first autonomous engineering workflow agent.",
732169
- version: "1.56.0",
732169
+ version: "1.56.1",
732170
732170
  provider: "UR",
732171
732171
  documentationUrl: "https://github.com/Maitham16/UR/blob/master/docs/AG_UI.md"
732172
732172
  },
@@ -733306,7 +733306,7 @@ function createMCPServer(cwd4, debug2, verbose) {
733306
733306
  };
733307
733307
  const server2 = new Server({
733308
733308
  name: "ur-nexus",
733309
- version: "1.56.0"
733309
+ version: "1.56.1"
733310
733310
  }, {
733311
733311
  capabilities: {
733312
733312
  tools: {}
@@ -734464,7 +734464,7 @@ function thrownResponse(error40) {
734464
734464
  }
734465
734465
  async function createUrMcp2026Runtime(options4) {
734466
734466
  const server2 = createMCPServer(options4.cwd, options4.debug === true, options4.verbose === true);
734467
- const client2 = new Client({ name: "ur-mcp-2026-adapter", version: "1.56.0" }, { capabilities: {} });
734467
+ const client2 = new Client({ name: "ur-mcp-2026-adapter", version: "1.56.1" }, { capabilities: {} });
734468
734468
  const [clientTransport, serverTransport] = createLinkedTransportPair();
734469
734469
  try {
734470
734470
  await server2.connect(serverTransport);
@@ -734475,7 +734475,7 @@ async function createUrMcp2026Runtime(options4) {
734475
734475
  }
734476
734476
  const runtime2 = new Mcp2026Runtime({
734477
734477
  cwd: options4.cwd,
734478
- version: "1.56.0",
734478
+ version: "1.56.1",
734479
734479
  backend: {
734480
734480
  listTools: async () => {
734481
734481
  const listed = await client2.listTools();
@@ -736608,7 +736608,7 @@ async function update() {
736608
736608
  logEvent("tengu_update_check", {});
736609
736609
  const diagnostic2 = await getDoctorDiagnostic();
736610
736610
  const result = await checkUpgradeStatus({
736611
- currentVersion: "1.56.0",
736611
+ currentVersion: "1.56.1",
736612
736612
  packageName: UR_AGENT_PACKAGE_NAME,
736613
736613
  installationType: diagnostic2.installationType,
736614
736614
  latestVersion: () => getLatestNpmPackageVersion(UR_AGENT_PACKAGE_NAME)
@@ -737924,7 +737924,7 @@ ${customInstructions}` : customInstructions;
737924
737924
  }
737925
737925
  }
737926
737926
  logForDiagnosticsNoPII("info", "started", {
737927
- version: "1.56.0",
737927
+ version: "1.56.1",
737928
737928
  is_native_binary: isInBundledMode()
737929
737929
  });
737930
737930
  registerCleanup(async () => {
@@ -738710,7 +738710,7 @@ Usage: ur --remote "your task description"`, () => gracefulShutdown(1));
738710
738710
  pendingHookMessages
738711
738711
  }, renderAndRun);
738712
738712
  }
738713
- }).version("1.56.0 (UR-Nexus)", "-v, --version", "Output the version number");
738713
+ }).version("1.56.1 (UR-Nexus)", "-v, --version", "Output the version number");
738714
738714
  program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
738715
738715
  program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
738716
738716
  if (canUserConfigureAdvisor()) {
@@ -739745,7 +739745,7 @@ if (false) {}
739745
739745
  async function main2() {
739746
739746
  const args = process.argv.slice(2);
739747
739747
  if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
739748
- console.log(`${"1.56.0"} (UR-Nexus)`);
739748
+ console.log(`${"1.56.1"} (UR-Nexus)`);
739749
739749
  return;
739750
739750
  }
739751
739751
  if (args[0] === "a2a" && args[1] === "serve" && !args.includes("--help") && !args.includes("-h")) {
@@ -45,7 +45,7 @@
45
45
  <main id="content" class="content">
46
46
  <header class="topbar">
47
47
  <div>
48
- <p class="eyebrow">Version 1.56.0</p>
48
+ <p class="eyebrow">Version 1.56.1</p>
49
49
  <h1>UR-Nexus Documentation</h1>
50
50
  <p class="lead">A practical, tutorial-style reference for installing, configuring, automating, extending, and operating UR-Nexus.</p>
51
51
  </div>
@@ -7,7 +7,7 @@ plugins {
7
7
  }
8
8
 
9
9
  group = "dev.urnexus"
10
- version = "1.56.0"
10
+ version = "1.56.1"
11
11
 
12
12
  repositories {
13
13
  mavenCentral()
@@ -2,7 +2,7 @@
2
2
  "name": "ur-inline-diffs",
3
3
  "displayName": "UR Inline Diffs",
4
4
  "description": "Review, apply, and reject UR inline diff bundles from .ur/ide/diffs inside VS Code.",
5
- "version": "1.56.0",
5
+ "version": "1.56.1",
6
6
  "publisher": "ur-nexus",
7
7
  "engines": {
8
8
  "vscode": "^1.92.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ur-agent",
3
- "version": "1.56.0",
3
+ "version": "1.56.1",
4
4
  "description": "UR-Nexus — autonomous engineering workflow engine (plan, execute, test, verify, document, benchmark, reproduce)",
5
5
  "type": "module",
6
6
  "packageManager": "bun@1.3.14",