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 <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Ахмедов Нурбек Медетбаевич 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 GitHub Copilot support for RTK on Windows and other platforms. Introduces a new Review Checklist
Analyzed automatically by wshm · This is an automated analysis, not a human review. |
|
Hi! Two things needed before we can review:
Thanks! |
|
Hey We are cleaning up the codebase and improving the project structure for better onboarding. As part of this effort, PR #826 reorganizes No logic changes — only file moves and import path updates. What you need to doRebase your branch on git fetch origin && git rebase origin/developGit detects renames automatically. If you get import conflicts, update the paths: use crate::git; // now: use crate::cmds::git::git;
use crate::tracking; // now: use crate::core::tracking;
use crate::config; // now: use crate::core::config;
use crate::init; // now: use crate::hooks::init;
use crate::gain; // now: use crate::analytics::gain;Need help rebasing? Tag @aeppling |
|
#865 added new pr where i stay only stack info for windows |
Summary
Test plan
cargo fmt --all && cargo clippy --all-targets && cargo testrtk <command>output inspected