mirror of
https://github.com/yigitkonur/cli-continues.git
synced 2026-04-26 00:36:02 +03:00
[GH-ISSUE #18] CLAUDE_CONFIG_DIR environment variable is ignored when running continues resume #7
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cli-continues#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yondifon on GitHub (Feb 26, 2026).
Original GitHub issue: https://github.com/yigitkonur/cli-continues/issues/18
The continues CLI fails to respect the CLAUDE_CONFIG_DIR environment variable when passed inline. The app defaults to the standard config directory instead of the one specified.
Steps to Reproduce
Run the following command:
Expected Result
We should use projects in ~/.claude-work but it doesn't
@yigitkonur commented on GitHub (Mar 2, 2026):
hey @yondifon — found the root cause and put up a fix in #28. the session index cache wasn't aware of env var changes, so
CLAUDE_CONFIG_DIRwas being ignored when the cache was still fresh. should be good now — mind giving it a try when it lands?@yondifon commented on GitHub (Mar 3, 2026):
Will do; Thank you fro all the good work.