You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.describe("Enable session tracing (default: true). Traces are saved locally and can be viewed with `altimate-code trace`."),
1240
+
.describe(
1241
+
"Enable session tracing (default: true). Traces are saved locally and can be viewed with `altimate-code trace`.",
1242
+
),
1241
1243
dir: z
1242
1244
.string()
1243
1245
.optional()
@@ -1247,7 +1249,9 @@ export namespace Config {
1247
1249
.int()
1248
1250
.nonnegative()
1249
1251
.optional()
1250
-
.describe("Maximum number of trace files to keep. 0 for unlimited. Oldest files are removed when exceeded (default: 100)."),
1252
+
.describe(
1253
+
"Maximum number of trace files to keep. 0 for unlimited. Oldest files are removed when exceeded (default: 100).",
1254
+
),
1251
1255
exporters: z
1252
1256
.array(
1253
1257
z.object({
@@ -1292,13 +1296,17 @@ export namespace Config {
1292
1296
env_fingerprint_skill_selection: z
1293
1297
.boolean()
1294
1298
.optional()
1295
-
.describe("Use environment fingerprint to select relevant skills once per session (default: false). Set to true to enable LLM-based skill filtering."),
1299
+
.describe(
1300
+
"Use environment fingerprint to select relevant skills once per session (default: false). Set to true to enable LLM-based skill filtering.",
1301
+
),
1296
1302
// altimate_change end
1297
1303
// altimate_change start - auto MCP discovery toggle
1298
1304
auto_mcp_discovery: z
1299
1305
.boolean()
1300
1306
.default(true)
1301
-
.describe("Auto-discover MCP servers from VS Code, Claude Code, Copilot, and Gemini configs at startup. Set to false to disable."),
1307
+
.describe(
1308
+
"Auto-discover MCP servers from VS Code, Claude Code, Copilot, and Gemini configs at startup. Set to false to disable.",
0 commit comments