-
Notifications
You must be signed in to change notification settings - Fork 2.8k
UI: show plugins in /status #4515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
spoons-and-mirrors
commented
Nov 19, 2025
|
@spoons-and-mirrors do you think instead of showing it here, can we show them in the /status? |
|
@rekram1-node it totally should be in /status yeah! Plugins are going to get more and more relevant for users that want to customize OC and it also surfaces the concept to the user. Should I remove the plugin count from the home page and only show it in /status ? |
|
@spoons-and-mirrors the main reason i suggest removing it for now is they are redesigning the prompt input box and some other things /status would also benefit from saying like the name of the plugin and stuff |
580d833 to
119bd10
Compare
|
@rekram1-node did as you asked.
|
eee5f4b to
b7d0b07
Compare
fb35414 to
b1dd31d
Compare
|
OO thats nice |
| import { KVProvider, useKV } from "./context/kv" | ||
| import { Provider } from "@/provider/provider" | ||
| import { ArgsProvider, useArgs, type Args } from "./context/args" | ||
| import { Locale } from "@/util/locale" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whats this import for
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry should've labeled the PR as WIP / draft, i'm still experimenting on resolving the package number for npm package that are in the local config. I'll do some more research on how to properly wire everything and some cleanup afterwards
|
Can we clean it up a little, instead of reading node modules just check if the plugin has a @ suffix, else say "latest" The code to get versions and stuff feels overly messy and verbose |
|
Yes very much agree, this is a mess rn |
229a309 to
56c7a22
Compare
8cef834 to
34e8017
Compare
|
@rekram1-node I think we're good, either show @latest or the version after the suffix for file plugins it displays like this: |
f1dc981 to
3e15a39
Compare
df8bdf9 to
0dd5039
Compare
