rterm-backend 3.8.1 → 3.8.2
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/bin/gybackend.cjs +3 -3
- package/package.json +1 -1
package/bin/gybackend.cjs
CHANGED
|
@@ -370603,7 +370603,7 @@ ${reminder}`;
|
|
|
370603
370603
|
sendEvent: this.helpers.sendEvent.bind(this.helpers),
|
|
370604
370604
|
waitForFeedback: this.waitForFeedback ?? void 0,
|
|
370605
370605
|
commandPolicyService: this.commandPolicyService,
|
|
370606
|
-
commandPolicyMode: this.settings?.commandPolicyMode || "
|
|
370606
|
+
commandPolicyMode: this.settings?.commandPolicyMode || "smart",
|
|
370607
370607
|
connectionManager: this.connectionManager,
|
|
370608
370608
|
automationManager: this.automationManager,
|
|
370609
370609
|
sessionLogger: this.sessionLogger,
|
|
@@ -376296,7 +376296,7 @@ function normalizeBooleanMap(value) {
|
|
|
376296
376296
|
return next;
|
|
376297
376297
|
}
|
|
376298
376298
|
function normalizeCommandPolicyMode(value) {
|
|
376299
|
-
return value === "safe" || value === "smart" || value === "standard" ? value : "
|
|
376299
|
+
return value === "safe" || value === "smart" || value === "standard" ? value : "smart";
|
|
376300
376300
|
}
|
|
376301
376301
|
function normalizeAgentSettingCommandPolicyLists(value) {
|
|
376302
376302
|
const source = isObject5(value) ? value : {};
|
|
@@ -376409,7 +376409,7 @@ var DEFAULT_BUILTIN_TOOLS = BUILTIN_TOOL_INFO.reduce(
|
|
|
376409
376409
|
);
|
|
376410
376410
|
var DEFAULT_BACKEND_SETTINGS = {
|
|
376411
376411
|
schemaVersion: BACKEND_SETTINGS_SCHEMA_VERSION,
|
|
376412
|
-
commandPolicyMode: "
|
|
376412
|
+
commandPolicyMode: "smart",
|
|
376413
376413
|
tools: {
|
|
376414
376414
|
builtIn: DEFAULT_BUILTIN_TOOLS,
|
|
376415
376415
|
skills: {}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rterm-backend",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.2",
|
|
4
4
|
"description": "AI-native terminal & agentic-AI operations platform for Forward Deployed Engineers & SREs: AIOps closed-loop remediation, AI SRE, self-healing infrastructure, runbook automation, ChatOps; executes over SSH/WinRM/serial under policy with tamper-evident audit.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"forward-deployed-engineer",
|