Commit Graph

101 Commits

Author SHA1 Message Date
github-actions[bot] 42171489a6 release: v2.5.0 2025-12-23 14:43:57 +00:00
YeonGyu-Kim 1aae1e2f83 feat(cli): add interactive install command
Related to #153

Co-authored-by: Taegeon Alan Go <32065632+gtg7784@users.noreply.github.com>

🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
2025-12-23 22:42:31 +09:00
github-actions[bot] dcb881f54e release: v2.4.7 2025-12-23 08:27:18 +00:00
github-actions[bot] db9b735d05 release: v2.4.6 2025-12-23 02:48:10 +00:00
github-actions[bot] 03a010481a release: v2.4.5 2025-12-22 18:25:20 +00:00
github-actions[bot] 35a4c5657f release: v2.4.4 2025-12-22 15:25:40 +00:00
github-actions[bot] 180e239f4f release: v2.4.3 2025-12-22 02:20:38 +00:00
github-actions[bot] 4bc3f250f0 release: v2.4.2 2025-12-21 17:13:43 +00:00
github-actions[bot] e382f78bd2 release: v2.4.1 2025-12-21 16:39:11 +00:00
github-actions[bot] e1a6bcda74 release: v2.4.0 2025-12-20 02:40:30 +00:00
YeonGyu-Kim cf58cfc359 feat(ci): add GitHub Actions CI workflow with test, typecheck, and build jobs
Add CI that runs tests, typecheck, and build verification on push/PR to master.
Include test script in package.json and new .github/workflows/ci.yml.

Adds:
- .github/workflows/ci.yml: CI workflow with test, typecheck, and build jobs
- package.json: test script entry

🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
2025-12-19 19:18:15 +09:00
github-actions[bot] ff5b789176 release: v2.3.1 2025-12-19 03:10:03 +00:00
github-actions[bot] 1b57659097 release: v2.3.0 2025-12-18 19:13:55 +00:00
github-actions[bot] 8cee11f97b release: v2.2.1 2025-12-18 16:10:53 +00:00
Jeon Suyeol bb3b7bf2c2 Remove self dependency from package.json (#83) 2025-12-17 22:57:04 +09:00
github-actions[bot] 07c63fdd5a release: v2.2.0 2025-12-17 10:26:26 +00:00
github-actions[bot] fb9c431c00 release: v2.1.7 2025-12-17 00:39:06 +00:00
github-actions[bot] acdab583d2 release: v2.1.6 2025-12-16 15:48:53 +00:00
YeonGyu-Kim 1396138faa Optimize LSP tool descriptions for token efficiency (#71)
* bump up dependencies

* Optimize LSP tool descriptions for token efficiency

- Reduce verbose descriptions to concise versions (~63% character reduction)
- Minimize parameter descriptions (1826 → 671 characters)
- Remove redundant describe() calls for self-explanatory parameters
- Total: ~390 tokens saved from system prompts

🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
2025-12-17 00:16:21 +09:00
github-actions[bot] 2731251eb2 release: v2.1.5 2025-12-16 14:17:42 +00:00
github-actions[bot] a14ad63099 release: v2.1.4 2025-12-16 12:46:56 +00:00
github-actions[bot] 1a6488b4e2 release: v2.1.3 2025-12-16 21:02:38 +09:00
github-actions[bot] 8fd68e9cc8 release: v2.1.2 2025-12-16 21:02:38 +09:00
github-actions[bot] 9f54028d19 release: v2.1.1 2025-12-15 16:22:13 +00:00
github-actions[bot] eeeb1106c5 release: v2.1.0 2025-12-15 10:15:15 +00:00
github-actions[bot] 810d86d2a0 release: v2.0.4 2025-12-15 00:06:49 +00:00
github-actions[bot] dfb786dcdc release: v2.0.3 2025-12-14 13:22:43 +00:00
github-actions[bot] 1b8098cac1 release: v2.0.2 2025-12-14 10:26:14 +00:00
github-actions[bot] 5edd2659b1 release: v2.0.1 2025-12-14 09:39:08 +00:00
github-actions[bot] 6c0b2dca20 release: v2.0.0 2025-12-14 08:50:07 +00:00
github-actions[bot] 72da25236b release: v1.1.9 2025-12-14 05:05:19 +00:00
YeonGyu-Kim a2a6690c71 refactor(grep): replace glob dependency with fs.readdirSync
- Add findFileRecursive function using native Node.js fs API
- Remove glob package from dependencies
- Add unit tests for findFileRecursive

🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
2025-12-14 14:00:49 +09:00
github-actions[bot] 7f4c760f5f release: v1.1.8 2025-12-14 03:53:57 +00:00
YeonGyu-Kim c665e4cd2b Add glob dependency for ripgrep auto-download feature
🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
2025-12-14 12:51:54 +09:00
github-actions[bot] 39ed502b30 release: v1.1.7 2025-12-13 16:24:49 +00:00
github-actions[bot] 2d98fbba72 release: v1.1.6 2025-12-13 16:16:23 +00:00
github-actions[bot] 35582d3f05 release: v1.1.5 2025-12-13 14:15:42 +00:00
github-actions[bot] eb3864ca6e release: v1.1.4 2025-12-13 13:14:54 +00:00
github-actions[bot] 730ee5188f release: v1.1.3 2025-12-13 11:30:29 +00:00
github-actions[bot] 92cd7a9b75 release: v1.1.2 2025-12-13 11:07:38 +00:00
github-actions[bot] 6d563d2d56 release: v1.1.1 2025-12-13 10:07:57 +00:00
github-actions[bot] 28b5a65567 release: v1.1.0 2025-12-13 10:04:59 +00:00
github-actions[bot] 405fb26495 release: v1.0.2 2025-12-13 05:24:38 +00:00
github-actions[bot] ed84d6911e release: v1.0.1 2025-12-13 05:06:31 +00:00
github-actions[bot] 204e3c72d8 release: v1.0.0 2025-12-13 04:53:01 +00:00
github-actions[bot] 3496ce8a9e release: v0.4.4 2025-12-13 04:24:02 +00:00
github-actions[bot] 7ac93031ce release: v0.4.3 2025-12-13 03:22:29 +00:00
github-actions[bot] 7597bd5070 release: v0.4.2 2025-12-13 03:16:48 +00:00
github-actions[bot] f8423765cc release: v0.4.0 2025-12-12 19:59:41 +00:00
YeonGyu-Kim 81383a0f41 fix(deps): add @openauthjs/openauth and hono as direct dependencies
PKCE auth requires these packages directly, not as transitive deps.
Fixes CI build failure: Cannot find module '@openauthjs/openauth/pkce'
2025-12-13 04:58:37 +09:00