Commit Graph

58 Commits

Author SHA1 Message Date
yyh
919d7ef5cd refactor(skill): replace React icon components with CSS Icons
Migrate all icon usage in the skill directory from @remixicon/react
and custom SVG components to Tailwind CSS icon classes (i-ri-*, i-custom-*).
Update MenuItem API to accept string class names instead of React.ElementType.
2026-01-29 21:57:17 +08:00
yyh
76484406a2 feat(inspect): add read-only file preview in ArtifactsTab
Implement ReadOnlyFilePreview to render sandbox files by type
(code, markdown, image, video, SQLite, unsupported) using existing
skill viewer components with readOnly support. Add
useSandboxFileDownloadUrl and useFetchTextContent hooks for data
fetching, and generalize useFileTypeInfo to accept any file-like
object.
2026-01-29 16:42:22 +08:00
a5ace48f96 feat: code editor cursor sync 2026-01-29 14:28:30 +08:00
yyh
8326b9e3e5 refactor(skill): remove React.FC type annotations from all components
Replace FC<Props> pattern with direct props typing in function parameters
for better TypeScript inference and modern React best practices.
2026-01-28 23:34:08 +08:00
bd80cd217d fix: no auth label text and default handle auth not back 2026-01-28 16:48:05 +08:00
ceea593010 feat: tool no auth node 2026-01-28 16:48:05 +08:00
0d9de79fae feat: skill markdown cursor pos sync 2026-01-28 11:03:21 +08:00
yyh
ab52550abe feat(sandbox): use extension field for file icon type mapping
Enhance getFileIconType to accept an extension parameter and cover all
13 FileAppearanceTypeEnum types using an O(1) Map lookup. Update all
call sites to pass the API-provided extension for accurate icon display.
2026-01-27 16:21:03 +08:00
046aff93f6 fix: metadata not set in llm prompt 2026-01-27 15:35:16 +08:00
a9e1394011 add skill markdown file collaboration 2026-01-27 14:08:44 +08:00
830c286062 feat: support credical 2026-01-26 15:55:24 +08:00
f90f3287d8 fix: provider and tool auth click not show 2026-01-26 15:55:23 +08:00
694ed4f5e3 chore: small ui 2026-01-26 15:06:33 +08:00
154018fe31 chore: fix tool ui 2026-01-26 14:52:56 +08:00
453844b9e8 chore: editor config in new slide 2026-01-26 14:07:35 +08:00
3f4d6b9452 fix: click readme hide config 2026-01-26 11:40:28 +08:00
902468e3e0 chore: tool picker height 2026-01-26 11:30:48 +08:00
c75afdb321 chore: no auth no choose show tools 2026-01-26 11:30:48 +08:00
3bde614bd3 feat: enabel tool num 2026-01-26 11:00:29 +08:00
9a68243fcc feat: show provider config 2026-01-26 10:44:09 +08:00
6551814396 feat: add all can bundle to provider 2026-01-23 17:17:28 +08:00
yyh
aa3cc9b9a0 fix(skill-editor): add START_TAB_ID guards to prevent invalid metadata operations
- Add guards in tool-block component to skip metadata read/write when Start tab is active
- Add guard in tool-picker-block to prevent writing tool config to Start tab
- Add guard in use-sync-tree-with-active-tab to skip tree sync for Start tab
2026-01-23 13:15:39 +08:00
43648b1660 feat: tool config 2026-01-22 17:00:59 +08:00
2c95622890 chore: choose tools show 2026-01-22 15:47:28 +08:00
219f4a2f3b chore: hide featured tools 2026-01-22 15:30:16 +08:00
911c1852d5 feat: support choose tools 2026-01-21 15:05:58 +08:00
2650ceb0a6 feat: support picker vars files ui in editor 2026-01-20 14:01:30 +08:00
yyh
bc9ce23fdc refactor(skill): rename components for semantic clarity
Rename components and reorganize directory structure:
- skill-doc-editor.tsx → file-content-panel.tsx (handles edit/preview/download)
- editor-area.tsx → content-area.tsx
- editor-body.tsx → content-body.tsx
- editor-tabs.tsx → file-tabs.tsx
- editor-tab-item.tsx → file-tab-item.tsx

Create viewer/ directory for non-editor components:
- Move media-file-preview.tsx from editor/ to viewer/
- Move unsupported-file-download.tsx from editor/ to viewer/

This clarifies the distinction between:
- editor/: actual file editors (code, markdown)
- viewer/: preview and download components (media, unsupported files)
2026-01-19 23:50:08 +08:00
yyh
cab33d440b refactor(skill): remove Office file special handling, merge into unsupported
Remove the Office file placeholder that only showed "Preview will be
supported in a future update" without any download option. Office files
(pdf, doc, docx, xls, xlsx, ppt, pptx) now fall through to the generic
"unsupported file" handler which provides a download button.

Removed:
- OfficeFilePlaceholder component
- isOfficeFile function and OFFICE_EXTENSIONS constant
- isOffice flag from useFileTypeInfo hook
- i18n keys for officePlaceholder

This simplifies the file type handling to just three categories:
- Editable: markdown, code, text files → editor
- Previewable: image, video files → media preview
- Everything else: download button
2026-01-19 23:39:32 +08:00
49effca35d fix: auto default 2026-01-19 18:41:05 +08:00
2afc4704ad chore: add limit to tool param auto 2026-01-19 18:35:57 +08:00
83c458d2fe chore: change tool setting copywriting and ts promble 2026-01-19 18:27:33 +08:00
6643569efc fix: tool can not auth modal 2026-01-19 18:06:23 +08:00
4b67008dba fix: not blank not render tool correct 2026-01-19 17:01:32 +08:00
f4b683aa2f fix: no blank not render file write 2026-01-19 17:01:32 +08:00
bd070857ed fix: fold indent style 2026-01-19 16:34:46 +08:00
eae82b1085 chore: remove sync from left panel tree 2026-01-19 16:11:10 +08:00
f9fd234cf8 feat: support expand the selected file struct 2026-01-19 15:38:43 +08:00
1dfee05b7e fix: view file popup place error 2026-01-19 15:25:57 +08:00
3a775fc2bf feat: support choose folders and files 2026-01-19 14:47:57 +08:00
yyh
02fcf33067 fix(skill-editor): remove unnecessary store subscriptions in tool-picker-block
Move activeTabId and fileMetadata reads from selector subscriptions to
getState() calls inside the callback. These values were only used in the
insertTools callback, not for rendering, causing unnecessary re-renders
when they changed.
2026-01-17 21:47:31 +08:00
d542a74733 feat: panel ui 2026-01-16 18:39:13 +08:00
8b42435f7a feat: support set default value when choose tool 2026-01-16 18:16:01 +08:00
3147e850be fix: click tool not show current 2026-01-16 17:52:40 +08:00
0b33381efb feat: support save settings 2026-01-16 17:44:40 +08:00
148f92f92d fix: allow all fileds and not allow model set to auto 2026-01-16 17:20:11 +08:00
f79df6982d feat: support setting show on click 2026-01-16 16:58:58 +08:00
649283df09 fix: not popup and use new setting 2026-01-16 15:09:25 +08:00
eb4f57fb8b chore: split tool config 2026-01-16 14:39:33 +08:00
9492eda5ef chore: tool format and render problem 2026-01-16 13:50:20 +08:00