TL;DR: Ollama's latest release candidate now includes the current working directory in the system prompt, giving models local context for file operations.
Summary: The release candidate for Ollama v0.32.1 includes a change (PR #17188) that puts the current working directory into the system prompt. This allows the model to know where the user's files are located, which is useful for tasks like reading or generating files relative to the working directory. The feature is part of the ongoing development of Ollama's command-line interface.
Why it matters: This enhancement makes local LLM interactions more context-aware for file-based workflows, enabling better assistant responses for directory-aware tasks. Indie developers and AI builders using Ollama for local dev can test this RC to improve file handling in their agent loops.
Source: github_releases