Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Global extension policy breaks default Plan Mode temp folder behavior

Open
#156 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Quiet
Domain
cli

Research direction

Start by tracing the global extension policy and the general.plan.directory configuration in a non-Conductor workspace with Conductor enabled. Reproduce the forced ./conductor/ path and verify that Plan Mode instead uses the documented temporary directory and that exit_plan completes without manual file-write approval.

Written by the indexing model from the issue text.

Description

I'm running into an issue where having the Conductor extension installed globally hijacks the /plan directory in all my workspaces, even the ones where I'm not using Conductor at all.

According to the gemini-cli documentation for the general.plan.directory configuration:

"The directory where planning artifacts are stored. If not specified, defaults to the system temporary directory." (Specifically ~/.gemini/tmp/<project>/<session-id>/plans/)

Right now, Conductor's global policy overrides this and forces the path to ./conductor/ everywhere.

The problem is twofold:

  1. It dumps an unwanted conductor folder into standard projects (not setup with conductor) when I just want a basic, ephemeral plan.
  2. Because the plan is forced into the active project tree instead of the default temp directory, the CLI safety mechanisms kick in. I now have to manually approve file writes before the exit_plan tool can finish. This completely defeats the frictionless, read-only sandbox nature of Plan Mode.

As long as the extension is enabled, it forces plan mode to write to ./conductor/*.md to use the exit_plan_mode tool.

Dominant language
Python
Stars
3.7k
Forks
295
Avg merge
9m
Merged PRs (30d)
1

Getting set up

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from gemini-cli-extensions/conductor

All issues in gemini-cli-extensions/conductor

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.