mirror of
https://github.com/obra/superpowers.git
synced 2026-04-23 09:59:05 +08:00
fix use_skill agent context (#290)
This commit is contained in:
committed by
Jesse Vincent
parent
2b8814f7d9
commit
6354d817eb
@@ -130,6 +130,7 @@ ${toolMapping}
|
|||||||
await client.session.prompt({
|
await client.session.prompt({
|
||||||
path: { id: context.sessionID },
|
path: { id: context.sessionID },
|
||||||
body: {
|
body: {
|
||||||
|
agent: context.agent,
|
||||||
noReply: true,
|
noReply: true,
|
||||||
parts: [
|
parts: [
|
||||||
{ type: "text", text: `Loading skill: ${name || skill_name}`, synthetic: true },
|
{ type: "text", text: `Loading skill: ${name || skill_name}`, synthetic: true },
|
||||||
|
|||||||
Reference in New Issue
Block a user