* Merge pull request #40 from silverwind/copilot/fix-gpg-sign-error (silverwind)
* Fix GPG signing issue in tests by disabling commit.gpgsign (copilot-swe-agent[bot])
* Initial plan (copilot-swe-agent[bot])
* Merge pull request #38 from silverwind/copilot/fix-subprocess-error-handling (silverwind)
* Simplify JSDoc comments to single-line style (copilot-swe-agent[bot])
* Replace nanoSpawn with spawnEnhanced in index.ts (copilot-swe-agent[bot])
* Move spawnEnhanced function to utils.ts (copilot-swe-agent[bot])
* Remove unnecessary re-export and rename function to spawnEnhanced (copilot-swe-agent[bot])
* Rename lib.ts to utils.ts (copilot-swe-agent[bot])
* Simplify return type annotation to use inference (copilot-swe-agent[bot])
* Move enhanceSubprocessError to reusable lib.ts for broader use (copilot-swe-agent[bot])
* Add explicit return type and preserve stack trace in error handling (copilot-swe-agent[bot])
* Fix TypeScript types for spawnWithErrorHandling helper function (copilot-swe-agent[bot])
* Use --local flag for git config to support user.useConfigOnly (copilot-swe-agent[bot])
* Add better error handling for git commands in tests (copilot-swe-agent[bot])
* Initial plan (copilot-swe-agent[bot])
* Merge pull request #37 from silverwind/copilot/update-version-determination-logic (silverwind)
* Remove obvious comments and inline single-use variables in tests (copilot-swe-agent[bot])
* Fix misleading test comment (copilot-swe-agent[bot])
* Add edge case tests for version fallback logic (copilot-swe-agent[bot])
* Add fallback to package.json/pyproject.toml for base version determination (copilot-swe-agent[bot])
* Initial plan (copilot-swe-agent[bot])
* bump actions (silverwind)
* update deps (silverwind)
* add dependencies badge (silverwind)
* refactors (silverwind)
* switch to tsgo (silverwind)
* update deps (silverwind)
* rename func (silverwind)