Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Restart app-server per workspace without full app restart (for account switching)

オープン
#602 コメント 1 件 リアクション 1 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
55/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
静か
技術スタック
tauri, typescript
領域
ai, desktop

調査の方向性

Trace how each workspace starts and owns its persistent codex app-server process, then inspect the workspace sidebar actions for an appropriate entry point. The implementation should provide a per-workspace reconnect or restart action that uses the current ~/.codex account without restarting the whole app; verify that subsequent requests use the refreshed process.

索引モデルが issue の本文から書いたものです。

説明

Problem

When using multiple Codex accounts via a tool like Codex Switcher, switching accounts updates ~/.codex but does not affect already-running workspace sessions in CodexMonitor. Each workspace has a persistent codex app-server process started at launch with the original account. After switching accounts externally, all requests continue to use the old session and fail with usageLimitExceeded.

The only workaround currently is a full app restart (Cmd+Q and reopen).

Expected Behavior

A way to restart the app-server for a specific workspace from within CodexMonitor — either via:

  • A right-click context menu on the workspace
  • A button in workspace settings
  • Automatic detection of account changes in ~/.codex

Debug Log Evidence

Both workspaces return the same rate limit error after account switch:

"codexErrorInfo": "usageLimitExceeded"
"willRetry": false

Even after switching accounts externally, new turn/start requests go to the same exhausted session.

Suggested Fix

Add a Reconnect or Restart app-server option per workspace in the sidebar context menu. This would kill the current app-server process and spawn a fresh one, picking up whatever account is active in ~/.codex at that moment.

主要言語
TypeScript
スター
4.3k
フォーク
416
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

Dimillian/CodexMonitor のほかの issue

Dimillian/CodexMonitor の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。