-
Notifications
You must be signed in to change notification settings - Fork 440
feat: reusable core AppSidebar in toolkit and configurable top-left alpha badge #4697
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
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
197713b
chore: publish branch work in .agents/skills, .changeset/core-reusabl…
steve8708 0d7d907
chore: publish branch work in packages/core, packages/dispatch, packa…
steve8708 8f33a82
Merge origin/main into cursor/e46d0b20
steve8708 ae9e8b9
chore: publish branch work in packages/core (2 files)
steve8708 c12f468
chore: publish branch work in packages/core, packages/toolkit, templa…
steve8708 b021b00
chore: publish branch work in packages/core, packages/dispatch, packa…
steve8708 dcb698d
chore: publish branch work in packages/core, packages/dispatch, packa…
steve8708 505a7e2
chore: publish branch work in packages/core, packages/toolkit, templa…
steve8708 3dcc246
chore: publish branch work in templates/mail (1 files)
steve8708 6c0494c
chore: publish branch work in .changeset/core-reusable-sidebar-and-al…
steve8708 5922538
chore: publish branch work in packages/core, packages/dispatch, packa…
steve8708 914c93c
Merge remote-tracking branch 'origin/main' into cursor/e46d0b20
steve8708 802b14f
chore: publish branch work in templates/clips (1 files)
steve8708 2f9a92f
chore: publish branch work in packages/core, packages/dispatch, templ…
steve8708 68b7c5f
chore: publish branch work in scripts/qa-standalone-chat-dev-smoke.ts…
steve8708 bf8dfeb
chore: publish branch work in packages/core, templates/brain (2 files)
steve8708 9ece78c
Merge remote-tracking branch 'origin/main' into cursor/e46d0b20
steve8708 7098bcc
chore: publish branch work in packages/core (1 files)
steve8708 b409517
chore: publish branch work in packages/core (1 files)
steve8708 59ff32e
chore: publish branch work in packages/core, packages/dispatch, templ…
steve8708 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| "@agent-native/core": patch | ||
| "@agent-native/dispatch": patch | ||
| "@agent-native/toolkit": patch | ||
| --- | ||
|
|
||
| Add reusable AppSidebar in toolkit and core, support top-left configurable alpha badges, and update app layouts to match the new sidebar design. | ||
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
🔴 Release the toolkit alongside the new AppSidebar export
This changeset bumps
@agent-native/core, but not@agent-native/toolkit, despite adding theAppSidebarexport inpackages/toolkit/src/app-shell/index.ts. Core now imports that symbol from@agent-native/toolkit/app-shell; a consumer installing the patched Core with the currently published toolkit can therefore fail at module initialization. Add a patch changeset for@agent-native/toolkitso the export and Core release are published together.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.
Fixed: changeset now includes a patch bump for
@agent-native/toolkitalongside core/dispatch so the new AppSidebar export publishes with Core.