You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(config): show resolved paths and redact secrets in config show
config show was displaying raw config defaults (~/...) instead of
actual resolved paths, hiding the effect of LOCALGPT_PROFILE. Now
all path fields (workspace, embedding_cache_dir, logging) are
overridden with resolved values before display, and a resolved paths
header is printed. API keys and secrets are redacted to "***".
Also renames logging.file to logging.path (with serde alias for
backwards compat) since it points to a directory, not a file — actual
logs are date-rotated as localgpt-YYYY-MM-DD.log. Fixes incorrect
LOCALGPT_PROFILE path format in docs (was workspace-{profile}, actual
is localgpt-{profile}/workspace). Enables blog indexing for search.
0 commit comments