Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/systemd-unit-unquoted-paths.md

This file was deleted.

6 changes: 6 additions & 0 deletions plugins/agent-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/agent-proxy/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading