@tiens.nguyen/gonext-local-worker 1.0.201 → 1.0.202

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.
Files changed (2) hide show
  1. package/gonext-repl.mjs +4 -1
  2. package/package.json +1 -1
package/gonext-repl.mjs CHANGED
@@ -252,7 +252,10 @@ async function ensureWorkspace() {
252
252
  const allowRun = await askYesNo(
253
253
  "Do you trust this folder — allow the agent to RUN build/test commands\n" +
254
254
  "(npm test, mvn, pytest…)?",
255
- false /* default Norunning commands is the riskier grant */
255
+ true /* default Yesyou opened THIS folder with gonext deliberately, and the
256
+ action-first workflows (start/test/build the project) need it; commands are
257
+ still allowlisted (npm/mvn/pytest/…) and run with a scrubbed env. Type n to
258
+ keep a workspace read/edit-only. */
256
259
  );
257
260
  const next = list.filter((w) => w.path !== cwd);
258
261
  next.push({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiens.nguyen/gonext-local-worker",
3
- "version": "1.0.201",
3
+ "version": "1.0.202",
4
4
  "description": "Polls GoNext cloud API for async local LLM jobs and runs them against Ollama/OpenAI-compatible servers on this Mac",
5
5
  "type": "module",
6
6
  "license": "MIT",