feat: load @object-ui/console plugin in local dev config#417
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add loading of @object-ui/console plugin for local development
feat: load @object-ui/console plugin in local dev config
Mar 20, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Enables the Object UI console during local kernel development (pnpm dev) by adding the @object-ui/console plugin to the root dev config.
Changes:
- Added
@object-ui/console@^3.1.3to rootdevDependencies. - Registered
ConsolePlugininobjectstack.config.ts(afterHonoServerPlugin). - Updated
pnpm-lock.yamlto lock@object-ui/console@3.1.3.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Adds @object-ui/console as a devDependency for local dev usage. |
| objectstack.config.ts | Imports and registers ConsolePlugin in the runtime plugin list. |
| pnpm-lock.yaml | Locks the resolved @object-ui/console@3.1.3 package entry. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
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.
Local dev server (
pnpm dev) was missing the@object-ui/consoleConsolePlugin, leaving the UI console unavailable when running the kernel locally.Changes
package.json— added@object-ui/console: ^3.1.3as a devDependencyobjectstack.config.ts— imported and registeredConsolePluginafterHonoServerPluginpnpm-lock.yaml— updated to lock@object-ui/console@3.1.3Pattern mirrors the reference config in objectstack-ai/objectui.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.