Results 9 issues of Alex Verkhovsky

To reproduce the problem: 1. Start a short sound with loop: true 2. Put a breakpoint on sound.stop call (or anywhere else, really) 3. Trigger the breakpoint 4. Wait for...

Request
Minor Bug

Clone xlnt on Windows, try to build it using clang. Build fails with: ``` source/utils/variant.cpp:154:31: error: dllimport cannot be applied to non-inline function definition XLNT_API std::string variant::get() const ```

### What feature would you like to see? People are using development tools (such as Codex CLI) to work on multiple projects. Some of us have project-specific custom prompts, and...

enhancement
agent

### Preflight Checklist - [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet - [x] This is a single bug report (please file separate reports for different...

bug

### Preflight Checklist - [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet - [x] This is a single bug report (please file separate reports for different...

bug
has repro
platform:macos
area:tools

## Problem I cannot use the permissions documentation to reliably prevent `git push` commands. ### Issues encountered: 1. **Documentation only shows single-word command examples** like `Bash(curl:*)`. There are no examples...

documentation
has repro
platform:macos
area:tools
area:security

### Preflight Checklist - [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet - [x] This is a single bug report (please file separate reports for different...

bug
autoclose

## Feature Request: DisplayStructuredOutput Tool (Inverse of AskUserQuestion) ### Summary Add a tool that allows Claude to send **hierarchical, expandable structured data** to the terminal — enabling users to drill...

enhancement
area:tui
area:tools
area:core
autoclose

# Feature Request: Interactive Sub-Sessions with Context Isolation ## Summary **Request:** Allow forking to an interactive sub-session that isolates token burn from the parent session while preserving user interactivity. **Why...