feat(web): integrate MarkdownEditor + AI drawer into skills-tab system-prompt editor #916
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#915 feat(web): MarkdownEditor — visual-only mode, drop Source tab
charles/agent-hooks
Reference
charles/agent-hooks#916
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
apps/web/src/features/agent-config/skills-tab.tsxcontains a privateMarkdownEditorcomponent (CodeMirror only, split-pane preview) used in theSystemPromptEditorDrawer. Now that the sharedMarkdownEditor(Milkdown Crepe,#915) exists, replace the local implementation.AC
SystemPromptEditorDrawerreplace the localMarkdownEditor+ adjacentMarkdownpreview pane with<MarkdownEditor>from@/components/markdown-editor.MarkdownEditorcomponent and its now-unused CodeMirror imports fromskills-tab.tsx.MarkdownEditor'stoolbarprop that opens aMarkdownAssistantDrawer(same pattern asagent-db-skills-tab.tsx).system-prompt), agent type / instance, current draft.useArchitectDefaultRepofor the repo context.skills-tab.test.tsxandskills-tab.preview.test.tsx— swap the existingEditorViewmock for the@/components/markdown-editormock already used in those files.Depends on
#915 (visual-only MarkdownEditor)