@tiens.nguyen/gonext-local-worker 1.0.257 → 1.0.258

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.
@@ -3416,7 +3416,7 @@ def run_agent_chat(cfg):
3416
3416
  f"(Current date/time: {now_str} — pass a timezone to get_current_datetime() only "
3417
3417
  "if the task needs a DIFFERENT one.)\n"
3418
3418
  + _deploy_block
3419
- + _ws_context_block +
3419
+ + _ws_context_block
3420
3420
  # Task #90: ~25-token echo of the autonomy contract at the highest-attention spot
3421
3421
  # (recency — right next to the task), reinforcing the full directive that lives in
3422
3422
  # the cached reference above. Workspace/coding mode only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiens.nguyen/gonext-local-worker",
3
- "version": "1.0.257",
3
+ "version": "1.0.258",
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",