📦 Claude Code v1.0.108 - SDK Hooks and Enhanced Permission Control - #333
Closed
claude-yolo[bot] wants to merge 1 commit into
Closed
📦 Claude Code v1.0.108 - SDK Hooks and Enhanced Permission Control#333claude-yolo[bot] wants to merge 1 commit into
claude-yolo[bot] wants to merge 1 commit into
Conversation
🔧 Major SDK enhancements: - Added TypeScript/JS lifecycle hooks for PreToolUse, PostToolUse, etc. - Enhanced canUseTool permission control with input modification - Full Claude Code feature support documentation (subagents, hooks, slash commands) - Improved SDK architecture and type safety 🛡️ Security updates: - Clarified write access restrictions and permission boundaries 🛠️ Tool changes: - Removed LS tool from available tools list 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
Author
|
Superseded by #334 (already merged). Night shift created multiple PRs for v1.0.108. |
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
Major Claude Code documentation update for v1.0.108 with significant SDK enhancements:
• SDK Hooks System: New TypeScript/JavaScript lifecycle hooks for PreToolUse, PostToolUse, UserPromptSubmit, and more
• Enhanced canUseTool: Permission control system now supports input modification and runtime validation
• Full Feature Parity: SDK now supports all Claude Code features (subagents, hooks, slash commands, memory)
• Security Clarifications: Updated write access restriction documentation
• Tool Updates: LS tool removed from available tools list
Key Changes
SDK Hooks (Major Feature)
Permission Control Enhancements
Documentation Architecture
Test Plan
🤖 Generated with Claude Code