[bot] Add CLI v1.0.11/v1.0.12 features: monorepo support, new hooks, /allow-all subcommands, Squad v0.9.x#28
Draft
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
- Add monorepo support note (v1.0.11): customizations discovered at every
directory level up to git root
- Add ~/.agents/skills/ personal skill discovery directory (v1.0.11)
- Add sessionStart and preCompact hook event types to hooks table (v1.0.11/v1.0.5)
- Add .claude/settings.json as additional hook config source (v1.0.12)
- Add plugin hook env variables (CLAUDE_PROJECT_DIR, CLAUDE_PLUGIN_DATA,
{{project_dir}}, {{plugin_data_dir}}) to hooks section (v1.0.12)
- Update /allow-all to document on/off/show subcommands (v1.0.12)
- Update Squad section to reflect v0.9.x latest release (2026-03-23)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
What was found
Checking releases from 2026-03-19 to 2026-03-30 (CLI v1.0.9 → v1.0.12, Squad v0.9.x):
New CLI features (v1.0.11 — 2026-03-23)
~/.agents/skills/personal skills directory: New skill discovery path aligning with VS Code's Copilot extension defaultsessionStarthook event: Injects additional context when a new session beginsNew CLI features (v1.0.12 — 2026-03-26)
preCompacthook event: Runs before context compactionCLAUDE_PROJECT_DIR,CLAUDE_PLUGIN_DATA, and template vars\{\{project_dir}},\{\{plugin_data_dir}}.claude/settings.json/.claude/settings.local.json: New additional repo config sources for hooks/allow-all on/off/showsubcommands: Granular control over allow-all mode (previously only toggle, now with explicit on/off/status)Community: Squad v0.9.x (2026-03-23)
What was updated
~/.agents/skills/personal directory note + summary table rowsessionStartandpreCompactrows to hook types table.claude/settings.jsonconfig source and plugin hook env variables to config notes/allow-alldescription to documenton,off,showsubcommandsSource announcements