📦 Claude Code v1.0.108 - SDK Hooks & Enhanced TypeScript Integration - #330
Closed
claude-yolo[bot] wants to merge 1 commit into
Closed
📦 Claude Code v1.0.108 - SDK Hooks & Enhanced TypeScript Integration#330claude-yolo[bot] wants to merge 1 commit into
claude-yolo[bot] wants to merge 1 commit into
Conversation
🚀 NEW: SDK Hooks System - Full programmatic hook support (PreToolUse, PostToolUse, UserPromptSubmit, etc.) - In-process execution with TypeScript support - Advanced lifecycle customization and automation 🔧 Enhanced TypeScript SDK - Updated API signatures with better typing - New `hooks` configuration option - Improved `canUseTool` interface with detailed examples - Enhanced session management and error handling 📚 Documentation Improvements - Comprehensive SDK examples and use cases - Restructured overview with clearer feature explanations - Updated security clarifications 🔒 Security Updates - Clarified write access restrictions - Deprecated 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 SDK enhancement with new hooks system and improved TypeScript integration.
• NEW: SDK Hooks System - Full programmatic hook support with TypeScript
• Enhanced TypeScript SDK - Better typing, improved configuration options
• Security Updates - Write access clarifications, deprecated LS tool
• Documentation Improvements - Comprehensive examples and restructured guides
Key Features Added
SDK Hooks System
Enhanced TypeScript SDK
canUseToolinterface with detailed typinghooksconfiguration optionTest Plan
Impact
This release significantly expands SDK capabilities, making it easier for developers to build sophisticated automation and custom tooling on top of Claude Code.
🤖 Generated with Claude Code