Commit Graph

  • c7a65af475 refactor(features): rename command-loader and skill-loader with claude-code prefix YeonGyu-Kim 2025-12-09 16:21:56 +09:00
  • 8e7447deee feat(shared): add file-based logger utility YeonGyu-Kim 2025-12-09 16:21:26 +09:00
  • 15a748b817 docs: add missing hooks and features to README YeonGyu-Kim 2025-12-09 16:04:02 +09:00
  • c0e0dc1f95 feat: integrate command/skill loaders and think-mode hook in main entry YeonGyu-Kim 2025-12-09 15:49:13 +09:00
  • 7059407cbc feat(hooks): export createThinkModeHook from index YeonGyu-Kim 2025-12-09 15:49:01 +09:00
  • 589cf60252 feat(hooks): add think-mode hook for automatic model switching YeonGyu-Kim 2025-12-09 15:48:54 +09:00
  • e5cdaa5192 feat(tools): export slashcommand and skill tools from index YeonGyu-Kim 2025-12-09 15:48:43 +09:00
  • 340eb30147 feat(tools): add skill tool for invoking skills in conversation YeonGyu-Kim 2025-12-09 15:48:36 +09:00
  • e72b927ccb feat(tools): add slashcommand tool for executing slash commands YeonGyu-Kim 2025-12-09 15:48:29 +09:00
  • 3c6ffe5d9c feat(skill-loader): add skill loader that converts skills to commands YeonGyu-Kim 2025-12-09 15:48:20 +09:00
  • 938a3709e1 feat(command-loader): add slash command loader from multiple paths YeonGyu-Kim 2025-12-09 15:48:13 +09:00
  • 47f218e33f feat(shared): add shared utilities for command and skill loading YeonGyu-Kim 2025-12-09 15:48:05 +09:00
  • e07a25baa4 release: v0.1.31 v0.1.31 github-actions[bot] 2025-12-09 05:42:03 +00:00
  • 08ede0a28d deps: bump @code-yeongyu/comment-checker to 0.4.4 YeonGyu-Kim 2025-12-09 14:40:58 +09:00
  • a711d58289 release: v0.1.30 v0.1.30 github-actions[bot] 2025-12-09 02:50:19 +00:00
  • 431ec14991 docs: update notepad with cleanup task logs YeonGyu-Kim 2025-12-09 11:49:17 +09:00
  • 62cae8114d refactor(comment-checker): simplify binary path resolution and add separator warning YeonGyu-Kim 2025-12-09 11:49:11 +09:00
  • e6eafe267a refactor(ast-grep): remove NAPI-based tools YeonGyu-Kim 2025-12-09 11:49:00 +09:00
  • e4ef832405 feat(hooks): add anthropic-auto-compact hook YeonGyu-Kim 2025-12-09 11:48:53 +09:00
  • ef6d67645e refactor(hooks): remove pulse-monitor hook YeonGyu-Kim 2025-12-09 11:48:46 +09:00
  • 227d93f106 docs(readme-ko): clarify nested AGENTS.md injection behavior with example YeonGyu-Kim 2025-12-09 10:37:58 +09:00
  • edff922afb release: v0.1.29 v0.1.29 github-actions[bot] 2025-12-09 01:37:46 +00:00
  • 45bdcf3580 docs(readme): clarify nested AGENTS.md injection behavior with example YeonGyu-Kim 2025-12-09 10:36:26 +09:00
  • b07dd22093 fix(pulse-monitor): reset heartbeat after tool execution to prevent false positives YeonGyu-Kim 2025-12-09 10:36:03 +09:00
  • c7d29fea48 refactor(mcp): remove unused builtinMcps export YeonGyu-Kim 2025-12-08 19:05:46 +09:00
  • 55675497a5 refactor(session-recovery): remove unused ThinkingPart interface and fallbackRevertStrategy function YeonGyu-Kim 2025-12-08 19:01:42 +09:00
  • ae2d347d81 refactor(lsp): remove unused formatWorkspaceEdit import YeonGyu-Kim 2025-12-08 18:58:01 +09:00
  • 2683de825a release: v0.1.28 v0.1.28 github-actions[bot] 2025-12-08 08:52:28 +00:00
  • 0b5c8250ca fix(pulse-monitor): prevent false positive stalled detection after tool execution YeonGyu-Kim 2025-12-08 17:51:06 +09:00
  • 66fcd8570b release: v0.1.27 v0.1.27 github-actions[bot] 2025-12-08 08:01:03 +00:00
  • 5cd3f0cbf2 docs: add Directory AGENTS.md Injector hook documentation YeonGyu-Kim 2025-12-08 16:59:54 +09:00
  • 9a9512b705 test: add test directory with sample files YeonGyu-Kim 2025-12-08 16:54:49 +09:00
  • 6ece7476ef feat(hooks): add empty-task-response-detector hook YeonGyu-Kim 2025-12-08 16:54:44 +09:00
  • 9ed23d4037 feat(hooks): implement directory-agents-injector hook YeonGyu-Kim 2025-12-08 16:54:42 +09:00
  • 79b791117a fix(session-recovery): improve error message extraction YeonGyu-Kim 2025-12-08 16:54:39 +09:00
  • 4e328a937c feat(hooks): integrate directory-agents-injector hook into plugin pipeline YeonGyu-Kim 2025-12-08 15:01:38 +09:00
  • a500f0c9ad export(hooks): add directory-agents-injector hook to public API YeonGyu-Kim 2025-12-08 15:00:45 +09:00
  • 16806da615 refactor(session-recovery): process entire message history for empty/thinking block recovery YeonGyu-Kim 2025-12-08 15:00:09 +09:00
  • c5f651c0a9 refactor(hooks): remove grep-blocker (grep tool now overrides built-in) YeonGyu-Kim 2025-12-08 14:04:49 +09:00
  • ed3d7a55f4 feat(tools): add glob tool with timeout protection YeonGyu-Kim 2025-12-08 14:04:37 +09:00
  • b77dd2fcdf refactor(tools): rename safe-grep to grep with override capability YeonGyu-Kim 2025-12-08 13:35:02 +09:00
  • 64b3564760 refactor(session-recovery): extract storage utilities to separate module YeonGyu-Kim 2025-12-08 11:48:08 +09:00
  • 0df7e9b10b fix(session-recovery): recognize 'tool' type as valid content YeonGyu-Kim 2025-12-08 11:36:15 +09:00
  • aa35f2eab6 fix(session-recovery): detect empty messages with zero parts YeonGyu-Kim 2025-12-08 11:03:21 +09:00
  • 64db980803 release: v0.1.26 v0.1.26 github-actions[bot] 2025-12-08 00:41:34 +00:00
  • b86346a79d fix(lsp): add Push model support and fix JSON LSP diagnostics YeonGyu-Kim 2025-12-08 09:38:00 +09:00
  • 4debb57402 feat(hooks): add pulse-monitor for token stall detection and auto-recovery YeonGyu-Kim 2025-12-06 11:17:55 +09:00
  • a763db61cf improve(hooks): refine todo-continuation-enforcer message tone and status format YeonGyu-Kim 2025-12-06 10:54:36 +09:00
  • 341e5a959d feat(hooks): add grep-output-truncator for context-aware output limiting YeonGyu-Kim 2025-12-06 10:54:22 +09:00
  • bac304c035 docs: add explicit agent invocation examples to README YeonGyu-Kim 2025-12-05 23:48:11 +09:00
  • 1aaeefac0e docs: enhance LSP tools description in README YeonGyu-Kim 2025-12-05 23:27:00 +09:00
  • dda7b4f56d release: v0.1.25 v0.1.25 github-actions[bot] 2025-12-05 14:25:22 +00:00
  • a287e59262 feat(session-recovery): add filesystem-based empty content recovery YeonGyu-Kim 2025-12-05 23:24:20 +09:00
  • 80fe3ae612 release: v0.1.24 v0.1.24 github-actions[bot] 2025-12-05 13:53:30 +00:00
  • b045f6918e feat(lsp): add result limits to prevent token overflow YeonGyu-Kim 2025-12-05 22:51:46 +09:00
  • 725ec9b91d feat(ast-grep): add safety limits to prevent token overflow YeonGyu-Kim 2025-12-05 22:48:54 +09:00
  • 1f717a76be release: v0.1.23 v0.1.23 github-actions[bot] 2025-12-05 13:19:23 +00:00
  • 3bcb869a5d fix(ast-grep): add isValidBinary check to all path resolutions YeonGyu-Kim 2025-12-05 22:18:09 +09:00
  • 54e13e4330 release: v0.1.22 v0.1.22 github-actions[bot] 2025-12-05 13:13:29 +00:00
  • 1780e2971d refactor(ast-grep): simplify binary resolution, rely on auto-download YeonGyu-Kim 2025-12-05 22:12:02 +09:00
  • ded97701b8 release: v0.1.21 v0.1.21 github-actions[bot] 2025-12-05 13:04:11 +00:00
  • 316cdc1a62 fix(ast-grep): validate binary before using, prioritize homebrew path YeonGyu-Kim 2025-12-05 22:03:05 +09:00
  • feb87cf716 release: v0.1.20 v0.1.20 github-actions[bot] 2025-12-05 12:58:56 +00:00
  • f19cd8fc71 improve(ast-grep): better Python pattern hints YeonGyu-Kim 2025-12-05 21:57:58 +09:00
  • 181194ae3c release: v0.1.19 v0.1.19 github-actions[bot] 2025-12-05 12:00:31 +00:00
  • b8f5599e61 feat(ast-grep): add helpful hints for incomplete Python patterns YeonGyu-Kim 2025-12-05 20:59:05 +09:00
  • ea2b09ebb9 release: v0.1.18 v0.1.18 github-actions[bot] 2025-12-05 11:07:21 +00:00
  • 143dd8aaa9 fix(session-recovery): improve error detection and add continue prompt YeonGyu-Kim 2025-12-05 20:01:47 +09:00
  • 36169c83fb feat(ast-grep): add CLI path resolution and auto-download functionality YeonGyu-Kim 2025-12-05 20:01:35 +09:00
  • bf9f033635 release: v0.1.17 v0.1.17 github-actions[bot] 2025-12-05 07:26:35 +00:00
  • de2f9dfc86 chore: move schema to assets/, add dist/ to gitignore YeonGyu-Kim 2025-12-05 16:24:54 +09:00
  • 5f5218ccae docs: fix Agents config section - remove incorrect OpenCode link, add correct options YeonGyu-Kim 2025-12-05 16:17:00 +09:00
  • 41d3817910 docs: reorganize Configuration section to bottom, add LSP config docs YeonGyu-Kim 2025-12-05 16:13:25 +09:00
  • a119429ebe docs: remove MCP config from Agent section (already in top-level Config) YeonGyu-Kim 2025-12-05 16:01:09 +09:00
  • 9bed2dd79a release: v0.1.16 v0.1.16 github-actions[bot] 2025-12-05 06:55:27 +00:00
  • 4c1d534093 docs: simplify agent configuration, add OpenCode doc links YeonGyu-Kim 2025-12-05 15:52:04 +09:00
  • a04234eaab release: v0.1.15 v0.1.15 github-actions[bot] 2025-12-05 06:33:29 +00:00
  • 6d0e4c49c2 docs: add deployment workflow documentation to AGENTS.md YeonGyu-Kim 2025-12-05 15:32:09 +09:00
  • 8f39575264
    fix(session-recovery): handle empty content from interrupted reasoning (#6) YeonGyu-Kim 2025-12-05 15:28:22 +09:00
  • 2464473731
    fix(ast-grep): add validation for incomplete function declaration patterns (#5) YeonGyu-Kim 2025-12-05 15:17:42 +09:00
  • 1b0a8adb2b refactor(comment-checker): remove WASM fallback, use CLI-only with lazy download v0.1.14 YeonGyu-Kim 2025-12-05 14:51:06 +09:00
  • 4b7a4b04d0
    docs: restructure README for better readability and UX (#4) YeonGyu-Kim 2025-12-05 14:43:52 +09:00
  • f6f2fad1fc
    fix: correct OpenCode docs link (404 -> valid URL) (#3) YeonGyu-Kim 2025-12-05 14:28:44 +09:00
  • 3ca9693de0
    Merge pull request #2 from code-yeongyu/docs-schema-and-readme-config YeonGyu-Kim 2025-12-05 14:28:32 +09:00
  • e2078763a6 fix: resolve merge conflict with master (include both config and LLM agent guide) YeonGyu-Kim 2025-12-05 14:28:11 +09:00
  • 5121d0eed2 docs: add comprehensive configuration documentation and include schema.json YeonGyu-Kim 2025-12-05 14:24:12 +09:00
  • 973caf9b7d
    docs: add 'For LLM Agents' setup guide section (#1) YeonGyu-Kim 2025-12-05 14:17:48 +09:00
  • b277d96de8 fix: remove Windows ARM64 support YeonGyu-Kim 2025-12-05 13:47:21 +09:00
  • 2c223d96a1 feat(comment-checker): add Windows support YeonGyu-Kim 2025-12-05 13:44:52 +09:00
  • 695aeafb86 fix(comment-checker): change npm scope to @code-yeongyu YeonGyu-Kim 2025-12-05 11:40:16 +09:00
  • 812c544bfa feat(comment-checker): add native CLI support with WASM fallback YeonGyu-Kim 2025-12-05 11:31:52 +09:00
  • edf0e7d946 release: v0.1.12 v0.1.12 github-actions[bot] 2025-12-05 02:10:36 +00:00
  • baa7fadab1 fix(comment-checker): use runtime wasm path resolution instead of require.resolve YeonGyu-Kim 2025-12-05 11:09:29 +09:00
  • a06bbeb9ee release: v0.1.11 v0.1.11 github-actions[bot] 2025-12-05 02:05:44 +00:00
  • f3a92db203 chore: bump version to 0.1.12 YeonGyu-Kim 2025-12-05 11:02:43 +09:00
  • fd6e230889 perf(comment-checker): add LSP-style background language warming YeonGyu-Kim 2025-12-05 11:02:35 +09:00
  • 50ea492065 chore: bump version to 0.1.11 YeonGyu-Kim 2025-12-05 10:56:21 +09:00
  • f5f2053b7a fix(comment-checker): fix error skip bug and add parser/language caching YeonGyu-Kim 2025-12-05 10:56:08 +09:00
  • 6c16baea9a release: v0.1.10 v0.1.10 github-actions[bot] 2025-12-05 01:00:03 +00:00
  • 2ad7e193fd fix(comment-checker): support args.path for OpenCode Write/Edit tools YeonGyu-Kim 2025-12-05 09:57:50 +09:00