Environment:
- Windows 10
- Junie CLI 26.6.29
- CMD
Steps to reproduce:
- Open CMD.
- Navigate to Project A.
- Run
junie.
- Exit Junie (Ctrl+C).
- Navigate to Project B.
- Run:
echo %EJ_RUNNER_PWD%
Actual result:
EJ_RUNNER_PWD still points to Project A.
Junie opens Project A instead of using the current working directory.
Expected result:
EJ_RUNNER_PWD should not persist between sessions.
Each junie invocation should use the current %CD%.
Environment:
Steps to reproduce:
junie.echo %EJ_RUNNER_PWD%
Actual result:
EJ_RUNNER_PWDstill points to Project A.Junie opens Project A instead of using the current working directory.
Expected result:
EJ_RUNNER_PWDshould not persist between sessions.Each
junieinvocation should use the current%CD%.