Files
picoclaw/pkg
yuchou87 7577414761 fix(mcp): ensure proper environment variable override semantics
Use a map to merge environment variables with guaranteed override
behavior. Config variables (cfg.Env) now properly override file
variables (envFile), which in turn override parent process environment.

Previously, simply appending to a slice could result in duplicate
variables, and while most systems use the last occurrence, this
behavior is not guaranteed and could lead to unexpected results.

Addresses Copilot code review feedback.
2026-02-19 19:45:15 +08:00
..
2026-02-16 11:46:02 +08:00
2026-02-09 19:20:19 +08:00
2026-02-16 16:30:54 +08:00
2026-02-19 01:54:13 +01:00
2026-02-18 23:26:39 +01:00