Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/glean/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glean-vnext",
"version": "0.2.30",
"version": "0.2.32",
"description": "Glean plugin for discovering skills and running tools.",
"author": {
"name": "Glean"
Expand Down
2 changes: 1 addition & 1 deletion plugins/glean/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glean-vnext",
"version": "0.2.30",
"version": "0.2.32",
"description": "Glean Codex plugin for discovering skills and running tools.",
"author": {
"name": "Glean"
Expand Down
2 changes: 1 addition & 1 deletion plugins/glean/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "glean-vnext",
"displayName": "Glean vNext",
"version": "0.2.30",
"version": "0.2.32",
"description": "Search and act across your company's apps — Jira, Slack, Salesforce, Google Workspace, and more — without leaving Cursor.",
"author": {
"name": "Glean"
Expand Down
2 changes: 1 addition & 1 deletion plugins/glean/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@ const FIND_SKILLS_TOOL: Tool = {
"sub-tasks and pass each as a separate entry in the 'queries' array. " +
"Discovered skills are written to local files and an XML skill " +
"index with usage instructions is returned. " +
"If a returned skill lists no tools and its playbook does not let you " +
"complete the task, first check whether tools already in scope can do it — " +
"tools from other skills in this response, tools from earlier find_skills " +
"calls, or tools you can already call directly. If none fit, call find_skills " +
"again with reworded or additional queries. " +
"If a previously-cached skill file referenced from memory or instructions " +
"is missing on disk, call find_skills again to re-fetch it before failing.",
inputSchema: {
Expand Down
Loading