[PR #1] [MERGED] feat: add Auto Open WebUI toggle in tray menu #2

Closed
opened 2026-02-27 08:10:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kitephp/CLIProxyAPI_Tray/pull/1
Author: @neavo
Created: 2/9/2026
Status: Merged
Merged: 2/10/2026
Merged by: @kitephp

Base: mainHead: feature/auto-open-webui-setting


📝 Commits (1)

  • 4b7dd79 feat: add Auto Open WebUI toggle in tray menu

📊 Changes

2 files changed (+26 additions, -2 deletions)

View changed files

📝 README.md (+1 -0)
📝 cli-proxy-api.ps1 (+25 -2)

📄 Description

Summary

  • Add a new tray menu option "Auto Open WebUI" to control whether WebUI opens automatically on startup
  • Setting is persisted to state.json and defaults to true for backward compatibility
  • Update README.md with new feature description

Changes

  • cli-proxy-api.ps1:
    • Add autoOpenWebUI field to State with default true
    • Add Import-State / Export-State support for the new field
    • Add tray menu item with toggle behavior
    • Modify startup logic to respect the setting
  • README.md: Add feature description in Features section"

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kitephp/CLIProxyAPI_Tray/pull/1 **Author:** [@neavo](https://github.com/neavo) **Created:** 2/9/2026 **Status:** ✅ Merged **Merged:** 2/10/2026 **Merged by:** [@kitephp](https://github.com/kitephp) **Base:** `main` ← **Head:** `feature/auto-open-webui-setting` --- ### 📝 Commits (1) - [`4b7dd79`](https://github.com/kitephp/CLIProxyAPI_Tray/commit/4b7dd79afa118191cb01bf0022b1bcb7220c8607) feat: add Auto Open WebUI toggle in tray menu ### 📊 Changes **2 files changed** (+26 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `cli-proxy-api.ps1` (+25 -2) </details> ### 📄 Description ## Summary - Add a new tray menu option \"Auto Open WebUI\" to control whether WebUI opens automatically on startup - Setting is persisted to state.json and defaults to true for backward compatibility - Update README.md with new feature description ## Changes - **cli-proxy-api.ps1**: - Add autoOpenWebUI field to State with default true - Add Import-State / Export-State support for the new field - Add tray menu item with toggle behavior - Modify startup logic to respect the setting - **README.md**: Add feature description in Features section" --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:10:12 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/CLIProxyAPI_Tray-kitephp#2
No description provided.