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
Copy file name to clipboardExpand all lines: extensions/levelcode-ai/package.json
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -375,6 +375,20 @@
375
375
"default": false,
376
376
"description": "Include a list of all project file paths with each chat message, so the AI knows the repo structure. Uses more tokens."
377
377
},
378
+
"levelcode.ai.chat.fontSize": {
379
+
"type": "number",
380
+
"default": 0,
381
+
"minimum": 0,
382
+
"maximum": 24,
383
+
"markdownDescription": "Font size for chat **prose** (message bodies), in pixels. `0` tracks the editor's UI font size, one step larger for reading — a 13px workbench gives 14px prose.\n\nThe workbench size is tuned for menu labels and tree rows; message bodies read a step above it so a long answer is comfortable. Controls, cards and the composer always match the workbench exactly. Values are clamped to 8–24."
384
+
},
385
+
"levelcode.ai.chat.proseWidth": {
386
+
"type": "number",
387
+
"default": 0,
388
+
"minimum": 0,
389
+
"maximum": 2000,
390
+
"markdownDescription": "Maximum width of the chat transcript, in pixels. `0` uses the default reading measure (680px) — it does **not** mean unconstrained.\n\nOnly has an effect when the panel is wider than the measure: in a narrow sidebar the container already bounds the line length. Raise it to let the transcript spread across a wide editor tab. Values are clamped to 320–2000."
0 commit comments