@nextclaw/ui 0.14.1-beta.1 → 0.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +32 -0
- package/dist/assets/{api-dQ6uQSZG.js → api-DPcvCLfa.js} +3 -3
- package/dist/assets/{channels-list-page-DfpjB8XB.js → channels-list-page-D6jtziu4.js} +2 -2
- package/dist/assets/chat-page-BBnNJoKG.js +105 -0
- package/dist/assets/{config-split-page-CeFfbaqc.js → config-split-page-BCJhqdK9.js} +1 -1
- package/dist/assets/{confirm-dialog-C95Y4QPC.js → confirm-dialog-CWh5FfK2.js} +1 -1
- package/dist/assets/{desktop-update-config-CcK6jiEb.js → desktop-update-config-DsRhBizi.js} +1 -1
- package/dist/assets/{dist-DTGzeil6.js → dist-DPrgcEC0.js} +1 -1
- package/dist/assets/{dist-fGogBmPA.js → dist-DsE4OsSS.js} +1 -1
- package/dist/assets/doc-browser-C8xOF_9F.js +1 -0
- package/dist/assets/{doc-browser-DVHhEb96.js → doc-browser-DgQedeAn.js} +1 -1
- package/dist/assets/{doc-browser-context-BfMXwnrz.js → doc-browser-context-B46tQGmO.js} +1 -1
- package/dist/assets/{ellipsis-D2F4KMiU.js → ellipsis-B81FStLm.js} +1 -1
- package/dist/assets/{external-link-CcgtBK26.js → external-link-C_dmG-WJ.js} +1 -1
- package/dist/assets/index-7o1WdUbU.js +103 -0
- package/dist/assets/index-DQWmEWzk.css +1 -0
- package/dist/assets/mcp-marketplace-page-CWZN7ohK.js +1 -0
- package/dist/assets/mcp-marketplace-page-Dzull_4-.js +40 -0
- package/dist/assets/{model-config-page-aAUkZkSX.js → model-config-page-Cv0O3BIj.js} +1 -1
- package/dist/assets/plus-Bnt56oqG.js +1 -0
- package/dist/assets/{provider-scoped-model-input-we4_Z4gP.js → provider-scoped-model-input-Duuh7i3h.js} +1 -1
- package/dist/assets/{providers-config-page-CtMkPSyu.js → providers-config-page-CPDz0Lxc.js} +1 -1
- package/dist/assets/{react-CTqdhFMk.js → react-sZz5HSCm.js} +1 -1
- package/dist/assets/remote-B0LMs8u7.js +1 -0
- package/dist/assets/rotate-cw-BfyG_KEF.js +1 -0
- package/dist/assets/{runtime-config-page-TD1UrTbG.js → runtime-config-page-q0fvv8ME.js} +1 -1
- package/dist/assets/{save-C9fKWfVB.js → save-MzjoiHri.js} +1 -1
- package/dist/assets/{search-D5FQ5q0X.js → search-B29dE4GN.js} +1 -1
- package/dist/assets/{search-config-page-AMEJJNIS.js → search-config-page-Dl5sZzob.js} +1 -1
- package/dist/assets/{secrets-config-page-CcgJnvBO.js → secrets-config-page-C_l-IFCK.js} +2 -2
- package/dist/assets/{select-Cu5n0E-3.js → select-BKmh05hd.js} +1 -1
- package/dist/assets/{tag-chip-C5aOtjxu.js → tag-chip-BS_7Ueom.js} +1 -1
- package/dist/assets/use-config-DZkBWIdL.js +1 -0
- package/dist/assets/x-CW2KO-Hz.js +1 -0
- package/dist/index.html +14 -14
- package/package.json +9 -9
- package/src/features/chat/components/layout/__tests__/chat-sidebar.test.tsx +70 -7
- package/src/features/chat/components/layout/chat-sidebar-toolbar.tsx +104 -16
- package/src/features/chat/components/layout/chat-sidebar.tsx +21 -2
- package/src/features/chat/features/input/hooks/use-chat-model-favorites.ts +2 -1
- package/src/features/chat/features/session/components/chat-sidebar-project-groups.tsx +3 -2
- package/src/features/chat/features/session-type/components/__tests__/{chat-sidebar-create-menu.test.tsx → chat-session-type-menu.test.tsx} +3 -3
- package/src/features/chat/features/session-type/components/__tests__/chat-session-type-option-item.test.tsx +27 -1
- package/src/features/chat/features/session-type/components/{chat-sidebar-create-menu.tsx → chat-session-type-menu.tsx} +11 -7
- package/src/features/chat/features/session-type/components/chat-session-type-option-item.tsx +15 -3
- package/src/features/chat/features/session-type/hooks/__tests__/use-chat-new-session-type-preference.test.tsx +152 -0
- package/src/features/chat/features/session-type/hooks/use-chat-new-session-type-preference.ts +159 -0
- package/src/features/marketplace/components/__tests__/marketplace-page.test.tsx +24 -0
- package/src/features/marketplace/components/curated-shelves/marketplace-shelf-card.tsx +8 -3
- package/src/features/marketplace/components/marketplace-item-list-view.tsx +2 -2
- package/src/features/marketplace/components/marketplace-list-card.tsx +124 -98
- package/src/features/marketplace/components/marketplace-page-parts.tsx +11 -6
- package/src/shared/components/common/__tests__/agent-avatar.test.tsx +3 -1
- package/src/shared/components/common/agent-avatar.tsx +5 -2
- package/src/shared/lib/api/index.ts +1 -0
- package/src/shared/lib/api/preferences/preference-keys.config.ts +9 -0
- package/src/shared/lib/i18n/locales/en-US/marketplace.json +2 -0
- package/src/shared/lib/i18n/locales/zh-CN/marketplace.json +2 -0
- package/dist/assets/chat-page-D3QaEqjs.js +0 -105
- package/dist/assets/doc-browser-CuBTcBEZ.js +0 -1
- package/dist/assets/index-ByJCbQqr.css +0 -1
- package/dist/assets/index-DjXqiloY.js +0 -103
- package/dist/assets/mcp-marketplace-page-98-V__3u.js +0 -1
- package/dist/assets/mcp-marketplace-page-BNq_PNmO.js +0 -40
- package/dist/assets/plus-1Rxl5FlV.js +0 -1
- package/dist/assets/remote-fQ7N_r8u.js +0 -1
- package/dist/assets/rotate-cw-CzfIeAJj.js +0 -1
- package/dist/assets/use-config-D8TESeo6.js +0 -1
- package/dist/assets/x-1qETdQ70.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @nextclaw/ui
|
|
2
2
|
|
|
3
|
+
## 0.14.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a2f4451: Update the built-in main agent fallback avatar to use the NextClaw brand primary background with a primary foreground icon.
|
|
8
|
+
- afab873: Fix the chat context window indicator so it resets on session switches and appears whenever the active thread has context window metadata.
|
|
9
|
+
- 6bb305f: Improve the chat welcome composer with prompt suggestions, searchable and pinned model choices, and a kernel-backed preference store for saved UI preferences.
|
|
10
|
+
- e812753: Improve the chat sidebar new-session control so the session type switcher stores the next-session type preference, shows the current runtime icon with a dropdown affordance, and keeps the create action separate from type selection.
|
|
11
|
+
- 5cadd07: Fix chat model preference resolution so new draft sessions remember the recent model per runtime while historical sessions keep their own bound model selection.
|
|
12
|
+
- dd91bfb: Upgrade the new chat welcome entry with a centered composer, project history picker, visible agent selector, and session type selector while reusing the existing chat input flow.
|
|
13
|
+
- 595cc16: Add inline placement for `show_content` panel app results so chat messages can render lightweight embedded Panel App cards while keeping the existing side-panel expansion path.
|
|
14
|
+
- 4602651: Add first-use guidance to the Panel Apps empty state, including a sample prompt action that opens chat and drafts a starter panel app request.
|
|
15
|
+
- 5117e15: Clarify that inline Panel Apps are a card-specific delivery form, add landscape-first card experience guidance for built-in app creation prompts, and render inline Panel Apps as pure bounded chat cards with a side-panel expand affordance.
|
|
16
|
+
- d82790a: Expose runtime-default thinking capability through runtime entry configuration and session type listings, persist Codex thread metadata across NARP stdio, and pass session working directories through NCP execution context instead of coupling agent runtimes to NextClaw session state.
|
|
17
|
+
- df32fb2: Make Skill Marketplace cards denser and easier to scan with a three-column desktop layout, bottom-aligned tags, filtered redundant skill tags, and hover-revealed card actions.
|
|
18
|
+
- Updated dependencies [f8dfffa]
|
|
19
|
+
- Updated dependencies [7067713]
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- Updated dependencies [6bb305f]
|
|
22
|
+
- Updated dependencies [dd91bfb]
|
|
23
|
+
- Updated dependencies [595cc16]
|
|
24
|
+
- Updated dependencies [5117e15]
|
|
25
|
+
- Updated dependencies [d82790a]
|
|
26
|
+
- @nextclaw/agent-chat@0.2.14
|
|
27
|
+
- @nextclaw/client-sdk@0.4.4
|
|
28
|
+
- @nextclaw/ncp-http-agent-client@0.3.46
|
|
29
|
+
- @nextclaw/ncp-react@0.4.54
|
|
30
|
+
- @nextclaw/ncp@0.6.4
|
|
31
|
+
- @nextclaw/ncp-toolkit@0.5.39
|
|
32
|
+
- @nextclaw/shared@0.3.1
|
|
33
|
+
- @nextclaw/agent-chat-ui@0.5.1
|
|
34
|
+
|
|
3
35
|
## 0.14.1-beta.1
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|