Skip to content

feat(qwen): add native hook integration - #3076

Open
lntutor wants to merge 1 commit into
rtk-ai:developfrom
lntutor:feat/1222-qwen-code-hooks
Open

feat(qwen): add native hook integration#3076
lntutor wants to merge 1 commit into
rtk-ai:developfrom
lntutor:feat/1222-qwen-code-hooks

Conversation

@lntutor

@lntutor lntutor commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add global Qwen Code installation via rtk init -g --qwen and --agent qwen
  • implement the current Qwen PreToolUse hook schema with rewritten input and permission preservation
  • preserve unrelated Qwen settings/hooks during install and uninstall, with integrity and awareness-file support

Verification

  • cargo fmt --all -- --check
  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo test --all-features (2,508 passed, 8 ignored)
  • cargo build --release --all-features
  • isolated global install, live hook invocation, and uninstall

Closes #1222

@CLAassistant

CLAassistant commented Jul 19, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@lntutor
lntutor force-pushed the feat/1222-qwen-code-hooks branch from a10070d to 1207173 Compare July 31, 2026 00:11
@lntutor
lntutor force-pushed the feat/1222-qwen-code-hooks branch from 1207173 to 6fb0b13 Compare July 31, 2026 01:01
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.

Support Qwen Code CLI hooks (same as Gemini CLI integration)

2 participants