Skip to content

[Feature] Persistent Working Directory Configuration #51

@be4oo

Description

@be4oo

Currently, when starting a new AI session (Claude, Gemini, etc.), the working directory often defaults to the home or project root and does not persist across application restarts.

Proposed Solution:
Add a configuration option in the menu bar to set a "Default Working Directory". This path should be:

  • Persisted using UserDefaults.
  • Applied to the Process environment when spawning CLI shells.
  • Validated on startup (ensuring the directory still exists).

Benefits:
Allows users to work on their projects more seamlessly without re-running cd commands in every session.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions