Skip to content

Commit 3fe8fb9

Browse files
committed
Drop the XDG entry from the CHANGELOG
The guidance was added and removed between 1.4.1 and 1.5.0, so it never shipped. Nothing changes for anyone upgrading, which makes the entry a note about our own dev cycle rather than a user-facing change.
1 parent 2ea93e0 commit 3fe8fb9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
1212
- **Agent Plugins manifest** — A root `plugin.json` conforming to the [Agent Plugins](https://agent-plugins.org) 1.0.0 spec, so any conforming client can discover the plugin alongside the existing Claude and Codex manifests. CI validates it and `release.sh` bumps its version with the others.
1313
- US-3 cloud region to the cloud-region documentation: added `us-3` to the `FOUNDRY_CLOUD_REGION` value lists (headless-operation reference, e2e-testing env var table) and the multi-cloud deployment section. Foundry CLI 2.0.2 added US-3 support; the base URL (`api.us-3.crowdstrike.com`) is in FalconPy as of v1.6.4.
1414

15-
### Removed
16-
17-
- **`XDG_CONFIG_HOME` normalization guidance** — The development-workflow skill told agents to export `XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"` before diagnosing a missing profile, on the premise that coding-agent launchers override the variable. The premise was unverified (the variable is unset in a normal shell, and Codex inherits that unset value), and the command could not have fixed an override anyway: `:-` substitutes only when a variable is unset or empty, so under a real override it preserves the override. The Foundry CLI does honor `XDG_CONFIG_HOME`, so the line documenting the config-file path keeps the expansion — that one describes a default rather than prescribing a command.
18-
1915
## [1.4.1] - 2026-08-07
2016

2117
### Fixed

0 commit comments

Comments
 (0)