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
73 changes: 38 additions & 35 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions scripts/drift-baseline.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# These are the last *reconciled* versions: the detector updates the live tools to latest (npm update +
# claude --update), then reports any protocol surface the plugin doesn't model yet. After reconciling a
# report (and `npm update` having bumped the vendored SDK), bump these to match.
sdk=0.3.250
binary=2.1.250
sdk=0.3.270
binary=2.1.270
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ data class ProtocolSurface(
"get_usage", "register_repo_root", "reload_skills",
"list_models", "get_plan", "get_workspace_diff",
"generate_session_title", "side_question",
"get_hooks_listing", "list_permission_rules", "reload_output_styles", "update_settings",
)
}
}
Expand Down