Skip to content

v1.3.0#45

Merged
eetann merged 11 commits intomainfrom
dev
Feb 25, 2026
Merged

v1.3.0#45
eetann merged 11 commits intomainfrom
dev

Conversation

@eetann
Copy link
Copy Markdown
Owner

@eetann eetann commented Feb 25, 2026

No description provided.

- 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プロパティが不足していた型エラーを修正。
@eetann eetann merged commit 49a93e6 into main Feb 25, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant