@linzumi/cli 1.0.252 → 1.0.254

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linzumi/cli",
3
- "version": "1.0.252",
3
+ "version": "1.0.254",
4
4
  "description": "Linzumi CLI \u2014 point a Codex agent at the real code on your laptop, with your team watching and steering from shared threads.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -174,6 +174,7 @@ async function toolSurface(testCase) {
174
174
  defaultThreadId: testCase.options.defaultThreadId ?? undefined,
175
175
  ownerUsername: testCase.options.ownerUsername ?? undefined,
176
176
  agentSession: testCase.options.agentSession === true,
177
+ documentSurfaces: testCase.options.documentSurfaces === true,
177
178
  multiAgentJobs: testCase.options.multiAgentJobs === true,
178
179
  devServices:
179
180
  testCase.options.devServices === undefined || testCase.options.devServices === null