Community Plugins: File Manager & Session Manager for Docker/Headless Environments #786
Closed
strykereye2
started this conversation in
Show and tell
Replies: 3 comments
|
Hey @strykereye2, thanks for the detailed message. Apologies for the late reply, I just saw the discussion today. It's awesome what you have done. We'll make sure to add them in the plugins list. If you are interested, you can also share your plugins in our discord "Showcase" channel so that more people can see it. |
0 replies
|
Regarding this plugin, https://github.com/strykereye2/cloudcli-plugin-file-manager, is it meant to be a replacement for the existing files tab? If not, it would be better to rename it to something else to avoid confusion. |
0 replies
|
Hey @strykereye2, the session manager has been added. #864 Regarding the file manager, its name is same as existing File tab. After that's changed, we can also add it. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone! I've been running CloudCLI in a Docker container (headless, no desktop) and built two plugins to solve pain points I kept hitting. Both are open source, MIT licensed, and security audited before release.
File Manager
Repo: https://github.com/strykereye2/cloudcli-plugin-file-manager
Browse directories, preview text files, and download files directly from the CloudCLI UI — no need to pivot to a separate file manager, NFS mount, or terminal to grab generated files.
FILE_MANAGER_ROOTSenv varnode_modules,.git, etc.)Session Manager
Repo: https://github.com/strykereye2/cloudcli-plugin-session-manager
View, monitor, kill, resume, and clean up Claude Code sessions from the UI — essential when running multiple sessions or debugging stuck processes.
/proc+.jsonlmtime)Note: Session Manager is Linux-only (requires
/proc), designed for containerized environments.Install
Settings > Plugins — paste the repo URL:
Or clone manually into
~/.claude-code-ui/plugins/— see each README for details including Docker bake-in instructions.Open for Discussion
I'd love feedback from the community and the CloudCLI team:
Feedback, issues, and PRs welcome on both repos!
All reactions