Logo
Explore Help
Register Sign In
zhanj/claude-code
1
0
Fork 0
You've already forked claude-code
mirror of https://github.com/anthropics/claude-code.git synced 2026-05-02 02:49:49 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
4ffa4f07ffe405be495fe87a73fa2f9736f3a2b1
claude-code/plugins/plan-auto-show/settings.json

16 lines
248 B
JSON
Raw Normal View History

Add plan-auto-show plugin to display plan after updates When in plan mode, users couldn't see the plan without typing /plan, but they also couldn't type /plan while being asked follow-up questions. This plugin adds a SessionStart hook that instructs Claude to automatically display the plan content after updating the plan file, showing it before any follow-up questions. Fixes the UX issue where users need to answer questions about a plan they can't see.
2025-12-15 17:56:08 +00:00
{
"hooks": {
"SessionStart": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh"
}
]
}
]
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 35ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API