mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-13 04:03:30 +00:00
Merge remote-tracking branch 'origin/master' into dshw/pr-deepseek-harness-deepseek-harness-3828
This commit is contained in:
@@ -78,6 +78,7 @@ export class SessionSkillCatalog extends TypertRemoteService {
|
||||
return {
|
||||
skills: skills.map(skill => ({
|
||||
name: skill.name,
|
||||
...skill.path === undefined ? {} : { path: skill.path },
|
||||
description: skill.description,
|
||||
...skill.whenToUse === undefined ? {} : { whenToUse: skill.whenToUse },
|
||||
modelInvocable: skill.invocation.modelInvocable,
|
||||
|
||||
@@ -223,6 +223,8 @@ export interface SkillListRequest {
|
||||
|
||||
/** One skill available to the Session's human-facing composer. */
|
||||
export interface SkillEntry {
|
||||
/** Absolute SKILL.md path when supplied by a filesystem provider. */
|
||||
readonly path?: string
|
||||
/** Kebab-case identifier referenced as `/name`. */
|
||||
readonly name: string
|
||||
/** Short routing description. */
|
||||
|
||||
Reference in New Issue
Block a user