@linzumi/cli 1.0.223 → 1.0.225

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.223",
3
+ "version": "1.0.225",
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": {
@@ -162,7 +162,7 @@ import {
162
162
  } from './src/vmSandbox/vmCodexSupervisor';
163
163
  import {
164
164
  agentMessageTextFromParams,
165
- assertDangerFullAccess,
165
+ assertAgentReadOnly,
166
166
  guestTurnProgressConstsForTest,
167
167
  isBenignReplyDedupe,
168
168
  isSuccessfulAgentReplyToolCall,
@@ -972,7 +972,7 @@ async function handle(testCase) {
972
972
  }));
973
973
  case 'dangerAssert':
974
974
  return outcome(() => {
975
- assertDangerFullAccess({
975
+ assertAgentReadOnly({
976
976
  codexVersion: 'x',
977
977
  input: [],
978
978
  sandbox: testCase.sandbox,