chore(copilot): sync load_slide_layout into the tool catalog - #7167
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
The file agent's slide-layout loader (Go-executed, never run by Sim) was added to the mothership catalog but never synced here, so its transcript row fell back to a humanized title. Sync the catalog entry, hide the row like load_skill, and keep a fallback title for history.
j15z
force-pushed
the
chore/sync-load-slide-layout-catalog
branch
from
August 27, 2026 17:47
dff9bd6 to
4a52f03
Compare
Contributor
Greptile SummaryThe PR synchronizes the Go-executed
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| apps/sim/lib/copilot/generated/tool-catalog-v1.ts | Adds the generated LoadSlideLayout catalog entry and registration using the established ToolCatalogEntry output shape. |
| apps/sim/lib/copilot/generated/tool-schemas-v1.ts | Adds the corresponding runtime parameter schema with a required string layout name. |
| apps/sim/lib/copilot/tools/client/hidden-tools.ts | Classifies the slide-layout reference loader as hidden consistently with the analogous skill loader. |
| apps/sim/lib/copilot/tools/tool-display.ts | Adds a fallback human-readable title for slide-layout loading history. |
Reviews (2): Last reviewed commit: "chore(copilot): sync load_slide_layout i..." | Re-trigger Greptile
Collaborator
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
load_slide_layoutinto the generated tool catalog — the file agent's slide-layout loader from mothership feat(slack): added slack oauth for sim bot & maintained old custom bot, fixed markdown rendering #445. It runs in Go and is never executed by Sim; the catalog had simply never been regenerated since it was addedload_skill(a reference load ahead of the action, not the action) and keeps a fallback title for historyType of Change
Testing
bunx vitest run lib/copilot/tools/tool-display.test.ts lib/copilot/tools/client/hidden-tools.test.ts,bun run type-checkChecklist