Ernesto Martínez
7515090cb6
refactor(executor): improve concurrency and code quality in GitHub Copilot executor
- Replace concurrent-unsafe metadata caching with thread-safe sync.RWMutex-protected map
- Extract magic numbers and hardcoded header values to named constants
- Replace verbose status code checks with isHTTPSuccess() helper
- Simplify normalizeModel() to no-op with explanatory comment (models already canonical)
- Remove redundant metadata manipulation in token caching
- Improve code clarity and performance with proper cache management
2025-11-28 08:33:51 +01:00
..
2025-10-26 07:46:04 +08:00
2025-11-26 18:57:26 +08:00
2025-11-28 08:32:36 +01:00
2025-09-26 00:54:52 +08:00
2025-11-13 08:38:03 +08:00
2025-11-27 20:14:30 +01:00
2025-11-24 10:41:29 +08:00
2025-11-21 23:40:59 +08:00
2025-11-19 11:34:13 +08:00
2025-11-23 22:41:57 +08:00
2025-10-21 09:01:58 +08:00
2025-11-20 03:12:22 +08:00
2025-11-27 20:14:30 +01:00
2025-11-28 08:33:51 +01:00
2025-10-15 11:47:35 +08:00
2025-11-27 15:59:15 +08:00
2025-11-19 22:02:40 +08:00
2025-11-21 00:48:12 +08:00
2025-11-24 09:55:15 +08:00
2025-10-26 20:01:46 +08:00