YeonGyu-Kim
4a82ff40fb
Consolidate duplicate patterns and simplify codebase (#1317)
* refactor(shared): unify binary downloader and session path storage
- Create binary-downloader.ts for common download/extract logic
- Create session-injected-paths.ts for unified path tracking
- Refactor comment-checker, ast-grep, grep downloaders to use shared util
- Consolidate directory injector types into shared module
* feat(shared): implement unified model resolution pipeline
- Create ModelResolutionPipeline for centralized model selection
- Refactor model-resolver to use pipeline
- Update delegate-task and config-handler to use unified logic
- Ensure consistent model resolution across all agent types
* refactor(agents): simplify agent utils and metadata management
- Extract helper functions for config merging and env context
- Register prompt metadata for all agents
- Simplify agent variant detection logic
* cleanup: inline utilities and remove unused exports
- Remove case-insensitive.ts (inline with native JS)
- Simplify opencode-version helpers
- Remove unused getModelLimit, createCompactionContextInjector exports
- Inline transcript entry creation in claude-code-hooks
- Update tests accordingly
---------
Co-authored-by: justsisyphus <justsisyphus@users.noreply.github.com>
2026-01-31 15:46:14 +09:00
..
2026-01-16 18:31:08 +09:00
2026-01-30 22:10:52 +09:00
2026-01-28 16:26:40 +09:00
2026-01-22 12:15:09 +07:00
2026-01-28 15:54:17 +09:00
2026-01-10 14:00:25 +09:00
2026-01-26 11:48:32 +09:00
2026-01-31 15:46:14 +09:00
2026-01-31 15:46:14 +09:00
2026-01-28 00:54:20 +09:00
2026-01-22 22:47:01 +09:00
2026-01-31 15:46:14 +09:00
2026-01-31 15:46:14 +09:00
2026-01-02 21:16:23 +09:00
2026-01-29 18:29:47 +09:00
2026-01-30 15:19:38 +09:00
2026-01-23 16:24:58 +09:00
2026-01-26 12:10:30 +09:00
2026-01-24 16:07:08 +09:00
2026-01-28 14:17:56 +09:00
2026-01-02 10:27:33 +09:00
2026-01-30 12:45:37 +09:00
2026-01-25 14:52:11 +09:00
2026-01-31 13:00:18 +09:00
2026-01-31 15:24:27 +09:00
2026-01-27 13:07:09 +09:00
2026-01-25 13:57:45 +09:00
2026-01-26 18:25:06 +09:00
2025-12-28 14:55:27 +09:00
2026-01-26 14:56:55 +09:00
2026-01-16 11:35:37 +09:00
2025-12-08 17:00:02 +09:00
2026-01-31 15:09:05 +09:00
2026-01-31 15:46:14 +09:00
2026-01-17 17:04:40 +09:00
2026-01-07 23:44:03 +09:00
2026-01-31 15:09:05 +09:00
2026-01-31 15:09:05 +09:00
2026-01-03 12:09:34 +09:00
2026-01-16 02:17:00 +09:00