Conversation
- Reject empty/whitespace-only content in extractRawContent instead of passing it through - Add EDITPROMPT_SEND_KEY_DELAY env var to configure delay before sending key (default: 1000ms) - Increase default send-key delay from 100ms to 1000ms to prevent Claude Code from splitting image paths - Update gunshi from v0.27.0-beta.3 to v0.29.2
Use shorter delay (200ms) for plain text and longer delay (configurable, default 1000ms) when content contains image paths, preventing Claude Code from splitting image recognition.
… support Replace ad-hoc console.log/error/warn calls with LogTape logger across all modules and subcommands. Logs are categorized by module (editprompt.tmux, editprompt.wezterm, editprompt.delivery, etc.) and properly leveled (info/warn/error/debug). All log output goes to stderr with ANSI colors. Add --quiet/-q and --verbose/-v flags to all subcommands, plus EDITPROMPT_LOG_LEVEL env var for fine-grained control.
…gging Support writing logs to a file in addition to stderr. The file sink uses plain text formatting (no ANSI colors) with full timestamps. When --quiet is specified, stderr output is suppressed but file logging continues.
When commands are sent to a non-active pane via tmux send-keys (e.g., vde-layout batch pane creation), display-message without -t returns the active pane instead of the pane where the command is running. This causes editor pane registration to target the wrong pane, leading to "Current pane is not an editor pane" errors.
biome.jsoncを削除し、oxlintrc.json・oxfmtrc.jsonを追加。 package.jsonのスクリプトとdevDependenciesを更新。 oxfmtによるフォーマット適用(trailing space除去、空行追加等)。
- Replace LogTape tagged template literals with method calls for no-unused-expressions - Add void operator to mock.module() calls for no-floating-promises - Remove unused afterEach import in editor.test.ts - Add bunfig.toml to restrict bun test root to ./test
.gitignoreとtsconfig.jsonにopensrcディレクトリの除外設定を追加。 openEditor.tsのSendConfigにsendKeyDelayプロパティが不足していた型エラーを修正。
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.
No description provided.