diff --git a/.changeset/systemd-unit-unquoted-paths.md b/.changeset/systemd-unit-unquoted-paths.md deleted file mode 100644 index 0351494..0000000 --- a/.changeset/systemd-unit-unquoted-paths.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@smsunarto/bb-plugin-agent-proxy": patch ---- - -Emit `WorkingDirectory=`, `StandardOutput=`, and `StandardError=` unquoted in the generated systemd user unit. systemd rejects a quoted `WorkingDirectory=` as a fatal unit error, so the core service never loaded on Linux, and quoted output directives silently sent core logs to the journal instead of `core.log`. diff --git a/plugins/agent-proxy/CHANGELOG.md b/plugins/agent-proxy/CHANGELOG.md index c657da6..20a2618 100644 --- a/plugins/agent-proxy/CHANGELOG.md +++ b/plugins/agent-proxy/CHANGELOG.md @@ -1,5 +1,11 @@ # @smsunarto/bb-plugin-agent-proxy +## 0.2.3 + +### Patch Changes + +- ca25205: Emit `WorkingDirectory=`, `StandardOutput=`, and `StandardError=` unquoted in the generated systemd user unit. systemd rejects a quoted `WorkingDirectory=` as a fatal unit error, so the core service never loaded on Linux, and quoted output directives silently sent core logs to the journal instead of `core.log`. + ## 0.2.2 ### Patch Changes diff --git a/plugins/agent-proxy/package.json b/plugins/agent-proxy/package.json index 4abffc0..7e69d97 100644 --- a/plugins/agent-proxy/package.json +++ b/plugins/agent-proxy/package.json @@ -1,6 +1,6 @@ { "name": "@smsunarto/bb-plugin-agent-proxy", - "version": "0.2.2", + "version": "0.2.3", "description": "Run CLIProxyAPI as a persistent macOS or Linux service with OAuth accounts, providers, usage, and agent wiring.", "license": "MIT", "author": "Scott Sunarto",