codex-monitor@breixopd: add Codex usage and Remote Control monitor - #8880
Closed
breixopd wants to merge 7 commits into
Closed
codex-monitor@breixopd: add Codex usage and Remote Control monitor#8880breixopd wants to merge 7 commits into
breixopd wants to merge 7 commits into
Conversation
Author
|
Closing this submission because the project is undergoing a substantial v2 redesign into a broader cross-platform provider and usage manager. If we decide to distribute through Cinnamon Spices later, I’ll submit a fresh, focused Cinnamon integration after the new architecture and packaging have completed testing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Codex Monitor, a Cinnamon panel applet for monitoring Codex usage, reset windows, sessions, updates, and Remote Control.
The applet provides:
Implementation and privacy
The Cinnamon UI remains asynchronous. Codex communication and bounded processing are handled by a local Python helper.
shell=False/procmetadata only when the process belongs to the same user and its resolved executable exactly matches the configured Codex executableCODEX_HOME, and safe process start timestamps; session contents and process command lines are never readCodex Remote and app-server interfaces are still evolving, so those features are capability-detected and isolated from ordinary quota and session monitoring.
Compatibility
Validation
validate-spicepasseddevandmainThis pull request adds only
codex-monitor@breixopd.Author: @breixopd