Add Copilot support and fix Windows startup#771
Add Copilot support and fix Windows startup#771timeshift92 wants to merge 1 commit intortk-ai:masterfrom
Conversation
Add explicit GitHub Copilot integration for both repository-local and global setup, wire the Copilot hook asset to tk hook copilot, document the new workflow, and add focused tests for the new assets and CLI parsing. Also fix the Windows startup stack overflow by reserving a larger main-thread stack at link time so tk.exe --version, --help, and Copilot hook entry points start reliably on Windows. Co-authored-by: Copilot <[email protected]>
|
Ахмедов Нурбек Медетбаевич seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
📊 Automated PR Analysis
SummaryAdds explicit GitHub Copilot integration with both global and repository-local setup modes, updates the hook command from 'rtk hook' to 'rtk hook copilot', and fixes a Windows startup stack overflow by reserving an 8 MiB main-thread stack at link time in build.rs. Review Checklist
Analyzed automatically by wshm · This is an automated analysis, not a human review. |
|
Thanks @timeshift92 for the effort! Copilot support is already shipped — we merged Copilot integration (hooks, awareness docs, However, the Windows stack fix in Thanks for contributing! |
|
+1 |
Add explicit GitHub Copilot integration for both repository-local and global setup, wire the Copilot hook asset to
tk hook copilot, document the new workflow, and add focused tests for the new assets and CLI parsing.
Also fix the Windows startup stack overflow by reserving a larger main-thread stack at link time so
tk.exe --version, --help, and Copilot hook entry points start reliably on Windows.
Summary
Test plan
cargo fmt --all && cargo clippy --all-targets && cargo testrtk <command>output inspected