Skip to content

Tags: matt1398/claude-devtools

Tags

v0.4.8

Toggle v0.4.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #100 from matt1398/fix/stale-ongoing-detection fix: mark stale ongoing sessions as dead after 5min inactivity

v0.4.7

Toggle v0.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #87 from matt1398/revert/pr-60-65-73 Revert PRs #60, #65, #73 and clarify project scope

v0.4.6

Toggle v0.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #68 from Psypeal/feat/linux-custom-titlebar feat: custom title bar on Linux with native toggle

v0.4.5

Toggle v0.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #50 from cesarafonseca/feat/subagent-type-color-ba… …dges feat: color badges for subagent types with .claude/agents/ config support

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #38 from matt1398/fix/context-badge feat: enhance ContextBadge and SessionContextPanel with new FlatInjec…

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #30 from matt1398/dev Dev

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: collect tool results from subagent messages with absent isMeta f… …ield (#23) User messages in subagent JSONLs lack the isMeta field, defaulting to false. An unconditional `continue` in the !isMeta branch skipped tool result collection for these messages, causing all subagent tools to show "No result received". Now we check for tool_result blocks before continuing, allowing them to fall through to the result collection logic.

v0.4.1

Toggle v0.4.1's commit message
feat(sessions): add API endpoints for hiding and unhiding sessions - Implemented new POST endpoints for hiding and unhiding individual and bulk sessions in the configuration. - Added error handling and validation for project and session IDs in the new API routes. - Enhanced the existing session management functionality in the ConfigManager to support these operations.

v0.4.0

Toggle v0.4.0's commit message
feat(wsl): improve WSL path handling and output decoding - Refactored `toWslUncPath` to remove the prefix parameter for consistency. - Added `looksLikeUtf16Le` and `decodeWslOutput` functions to enhance output decoding from WSL commands. - Updated `listWslDistros` to utilize a command array for better command execution handling. - Simplified home path resolution in `handleFindWslClaudeRoots` to avoid duplicates and improve clarity.

v0.4.0-rc.2

Toggle v0.4.0-rc.2's commit message
feat(wsl): improve WSL path handling and output decoding - Refactored `toWslUncPath` to remove the prefix parameter for consistency. - Added `looksLikeUtf16Le` and `decodeWslOutput` functions to enhance output decoding from WSL commands. - Updated `listWslDistros` to utilize a command array for better command execution handling. - Simplified home path resolution in `handleFindWslClaudeRoots` to avoid duplicates and improve clarity.