mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
feat: optimze skill and tool
This commit is contained in:
@@ -304,6 +304,7 @@ To customize the call card for an ordinary model Tool, query `tool.call.toolview
|
||||
### Overlays and local entry points
|
||||
|
||||
- For toasts, status notices, and frame-wide overlays, query `shell.overlay` first; observe its pointer-events and ordering rules.
|
||||
- When the selected target is a global overlay Slot, decide whether the UI should be draggable, how the user shows and hides it, and which existing layers it must cover or remain below.
|
||||
- For small sidebar actions, prefer additive inner Slots such as `sidebar.footer.action`; do not replace the entire sidebar.
|
||||
- For supplementary content after a conversation turn, query `conversation.chat.turnTail` and register according to its returned chain selector and fallback rules.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user