The llama.cpp project released build b10331, which includes a fix for the server's `get_info` endpoint. Previously, when no explicit current working directory was provided, the function incorrectly fell back to the server process's working directory, even if a tools runtime was configured.

  • The server now asks the isolate for its working directory when a tools runtime is active, ensuring the correct path is reported.
  • It retains the process working directory only when tools run directly on the host.
  • A redundant comment was removed from the codebase.

This change ensures that tool execution paths are accurately reflected in server info responses, preventing issues where named host paths did not match the isolate's actual environment.