Commit Graph

  • 42ff9070fc fix(deps): update all non-major dependencies renovate/all-minor-patch renovate[bot] 2025-06-09 14:58:22 +00:00
  • a267465ced refactor(website/server): Replace adm-zip with fflate for improved performance feat/zip Kazuki Yamada 2025-06-09 23:56:10 +09:00
  • c977c89dae chore(website): Update package-lock.json after dependency changes Kazuki Yamada 2025-06-08 19:54:42 +09:00
  • 74fd36e14b enhance(website): Add detailed configuration for rollup-plugin-visualizer Kazuki Yamada 2025-06-08 19:53:24 +09:00
  • 85ea90e90a refactor(website): Move vite-plugin-pwa to devDependencies Kazuki Yamada 2025-06-08 19:46:14 +09:00
  • cbd404ed70 refactor(website): Replace JSZip with fflate for improved performance Kazuki Yamada 2025-06-08 19:41:03 +09:00
  • 0d0f20ec55 Merge pull request #645 from yamadashy/feat/optimize-token-count main Kazuki Yamada 2025-06-08 18:25:25 +09:00
  • a8f4301587 fix(cli): Use actual total tokens for percentage calculation in top files Kazuki Yamada 2025-06-08 18:19:38 +09:00
  • 1719a01156 fix(metrics): Avoid mutating processedFiles array during sorting Kazuki Yamada 2025-06-08 18:14:50 +09:00
  • fcf029985f docs(claude): Add English-only requirement for commit messages Kazuki Yamada 2025-06-08 18:13:15 +09:00
  • 3f42d64255 docs(claude): Update commit message examples to match current format Kazuki Yamada 2025-06-08 18:11:44 +09:00
  • 89390a332e docs(claude): Fix duplicate text in commit message example Kazuki Yamada 2025-06-08 18:10:29 +09:00
  • 65e602158e docs(claude): Add dialogue type summaries to commit message format Kazuki Yamada 2025-06-08 18:09:47 +09:00
  • 19476abfcb docs(claude): Clarify dialogue section format in commit messages Kazuki Yamada 2025-06-08 18:09:15 +09:00
  • 60ecce1ce7 docs(claude): Add dialogue format markers for commit messages Kazuki Yamada 2025-06-08 18:08:06 +09:00
  • 23b7f2c109 docs(claude): Clarify user dialogue context belongs in commit body Kazuki Yamada 2025-06-08 18:06:12 +09:00
  • 3bec8c29f3 docs(claude): Add guidance for including user dialogue context in commits Kazuki Yamada 2025-06-08 18:05:06 +09:00
  • b9335f0d56 style(cli): Fix CLI display order to match website changes Kazuki Yamada 2025-06-08 17:45:10 +09:00
  • 5f1ffe9326 style: Reorder summary display to show tokens before chars Kazuki Yamada 2025-06-08 17:44:16 +09:00
  • 0d54360a24 style(website): Change display order to tokens first in client results Kazuki Yamada 2025-06-08 17:42:52 +09:00
  • b1e994efe1 style(cli): Change display order to tokens first, then characters Kazuki Yamada 2025-06-08 17:39:46 +09:00
  • 0772ad0734 perf(metrics): Increase candidate multiplier to 10x for better accuracy Kazuki Yamada 2025-06-08 17:38:37 +09:00
  • f1d11d9fae perf(metrics): Optimize token counting for top files display Kazuki Yamada 2025-06-08 17:33:25 +09:00
  • 4684c6d712 Merge pull request #644 from yamadashy/feat/docs-repomix Kazuki Yamada 2025-06-08 17:16:45 +09:00
  • f58f973e36 refactor(website): Replace global YouTubeVideo registration with direct imports Kazuki Yamada 2025-06-08 17:01:03 +09:00
  • 9232b00b90 refactor(website): Remove unnecessary useVideos composable Kazuki Yamada 2025-06-08 16:36:05 +09:00
  • 12198ac26d refactor(website): Centralize video ID management for better maintainability Kazuki Yamada 2025-06-08 16:35:09 +09:00
  • 03b9b687ff style(website): Fix linting issues in YouTubeVideo component Kazuki Yamada 2025-06-08 16:30:27 +09:00
  • 4fc616122e fix(website): Make videoId prop required in YouTubeVideo component Kazuki Yamada 2025-06-08 16:29:44 +09:00
  • 90c69bea91 feat(website): Add YouTube video component to all language versions Kazuki Yamada 2025-06-08 16:27:38 +09:00
  • 5fd632105f Merge pull request #643 from yamadashy/fix/docker-permission Kazuki Yamada 2025-06-08 15:08:12 +09:00
  • 43ab6d7414 fix(docker): Use root user to resolve /tmp directory access issue Kazuki Yamada 2025-06-08 14:48:37 +09:00
  • c0e7d1f676 Merge pull request #642 from yamadashy/feat/refact-website Kazuki Yamada 2025-06-08 14:06:34 +09:00
  • 135e5352c2 fix(website): Add safety limits for recursive directory traversal to prevent performance issues Kazuki Yamada 2025-06-08 14:02:01 +09:00
  • 03b6b1ea73 fix(website): Add error handling for multiple files without preprocessor Kazuki Yamada 2025-06-08 13:58:21 +09:00
  • d300aaf5f3 refactor(website): Extract default pack options to eliminate duplication Kazuki Yamada 2025-06-08 13:56:48 +09:00
  • 25a208b81d fix(website): Clear file input after selection to prevent re-selection issues Kazuki Yamada 2025-06-08 13:53:25 +09:00
  • 8694df19aa fix(website): Remove throw error in setTimeout callback to prevent unhandled promise rejection Kazuki Yamada 2025-06-08 13:50:01 +09:00
  • cb2bbe22fe chore(website): Optimize Dockerfile with multi-stage build and Node.js 24 Kazuki Yamada 2025-06-08 13:48:21 +09:00
  • 968460edbc refactor(website/client): Extract upload logic into shared composables Kazuki Yamada 2025-06-08 13:35:37 +09:00
  • 4657174be4 fix: Add VitePress dist directory to gitignore to prevent secretlint false positives Kazuki Yamada 2025-06-08 13:27:19 +09:00
  • a8bac55b97 refactor(website/client): Extract state management into composables Kazuki Yamada 2025-06-08 13:25:19 +09:00
  • 75c31daab5 Merge pull request #641 from yamadashy/feat/website-open-tooltip Kazuki Yamada 2025-06-08 12:49:39 +09:00
  • beb7df79ac docs(claude): Emphasize mandatory pre-commit lint and test execution Kazuki Yamada 2025-06-08 12:39:44 +09:00
  • 791587e82d docs(claude): Add continuous knowledge management guidelines Kazuki Yamada 2025-06-08 12:34:47 +09:00
  • 10b534c9e9 docs(claude): Emphasize importance of resolving PR conversations Kazuki Yamada 2025-06-08 12:33:48 +09:00
  • 93dbf83194 docs(claude): Add PR review process and comment handling guide Kazuki Yamada 2025-06-08 12:33:03 +09:00
  • 5417273a6b fix(website): Improve tooltip behavior during scroll events Kazuki Yamada 2025-06-08 12:30:48 +09:00
  • ceeb703d40 fix(website): Address PR review feedback for tooltip functionality Kazuki Yamada 2025-06-08 12:24:35 +09:00
  • 615a91642f style(website): Fix linting issues in TryItResultContent Kazuki Yamada 2025-06-08 12:12:52 +09:00
  • 39e6100d2f feat(website): Show "Open with your app" button on desktop with tooltip Kazuki Yamada 2025-06-08 12:09:40 +09:00
  • b9c6bdb0a2 Merge pull request #640 from yamadashy/feat/docker-slim Kazuki Yamada 2025-06-07 18:33:56 +09:00
  • d58702ed1e fix(website/server): Add ca-certificates to Alpine runtime image Kazuki Yamada 2025-06-07 17:32:32 +09:00
  • 900bd4936d fix(website/server): Remove unused type parameter from CacheEntry interface Kazuki Yamada 2025-06-07 17:23:27 +09:00
  • 90989c6413 perf(website/server): Make zlib operations asynchronous to prevent event loop blocking Kazuki Yamada 2025-06-07 17:22:30 +09:00
  • 1affddbe88 chore(website/server): Update Node.js from 23 to 24 in Dockerfile Kazuki Yamada 2025-06-07 17:18:40 +09:00
  • 77d830586e config(website/server): Reduce Cloud Run timeout from 35s to 31s Kazuki Yamada 2025-06-07 17:09:11 +09:00
  • 68448d1d8a fix(website): Add explicit package names to prevent Docker container conflicts Kazuki Yamada 2025-06-07 16:35:03 +09:00
  • 075880798f chore(website/server): Update repomix to v0.3.9 Kazuki Yamada 2025-06-07 16:28:31 +09:00
  • c394451094 config(website/server): Reduce Cloud Run CPU allocation from 4 to 2 Kazuki Yamada 2025-06-07 16:27:12 +09:00
  • cae53523a7 refactor(website/server): Replace pako with Node.js zlib for compression Kazuki Yamada 2025-06-07 16:26:59 +09:00
  • 6e9d41bcf5 feat(website): Optimize Docker image size from 342MB to 304MB Kazuki Yamada 2025-06-07 15:40:15 +09:00
  • b345676c37 0.3.9 v0.3.9 Kazuki Yamada 2025-06-07 15:55:28 +09:00
  • d757cb445a Merge pull request #639 from yamadashy/chore/docs Kazuki Yamada 2025-06-07 15:05:54 +09:00
  • 16493ac7fa wip feat/llmstxt Kazuki Yamada 2025-06-07 13:20:48 +09:00
  • de11c88f99 wip Kazuki Yamada 2025-03-29 16:10:08 +09:00
  • 350d745672 feat(website): Add llms.txt support Kazuki Yamada 2025-03-29 15:59:33 +09:00
  • dcaaacffd7 feat(website): Add sponsors badge to all guide index pages Kazuki Yamada 2025-06-07 12:33:10 +09:00
  • b6cffb78b8 fix(docs): Update sponsors badge format from SVG to PNG Kazuki Yamada 2025-06-07 12:18:46 +09:00
  • 14da1e5385 docs(privacy): Clarify website file processing in privacy policy Kazuki Yamada 2025-06-07 12:11:27 +09:00
  • 6ac0cc31c6 feat(docs): Add sponsors badge to README after project description Kazuki Yamada 2025-06-07 11:35:50 +09:00
  • aa8ec9f8e6 fix(website): Add missing JSNation Open Source Awards link in Japanese version Kazuki Yamada 2025-06-07 11:31:53 +09:00
  • ec58dbd963 feat(website): Add sponsors badge to all language index pages Kazuki Yamada 2025-06-07 11:11:16 +09:00
  • 583d5387b2 Merge pull request #638 from yamadashy/chore/coderabbit Kazuki Yamada 2025-06-07 00:39:22 +09:00
  • ddc235899a fix(config): Update CodeRabbit auto_incremental_review configuration Kazuki Yamada 2025-06-07 00:35:17 +09:00
  • 7a4423d5ed fix(config): Fix CodeRabbit configuration schema violations Kazuki Yamada 2025-06-07 00:16:44 +09:00
  • 9c6c1a5d25 feat: Add CodeRabbit configuration for automated PR reviews Kazuki Yamada 2025-06-07 00:05:43 +09:00
  • 566ac17581 Merge pull request #637 from yamadashy/feat/website-power-users-guide Kazuki Yamada 2025-06-06 17:40:13 +09:00
  • aad6bdbb05 fix(website): Use relative links in localized Power Users Guide sections Kazuki Yamada 2025-06-06 10:30:02 +09:00
  • 0c256c0a24 Merge pull request #635 from yamadashy/feat/website-power-users-guide Kazuki Yamada 2025-06-06 09:50:13 +09:00
  • 982b1972c8 Merge pull request #634 from yamadashy/dependabot/npm_and_yarn/browser/multi-ae81e2f14e Kazuki Yamada 2025-06-06 01:16:23 +09:00
  • c1e78d8ea3 feat(website): Add Power Users Guide section to all language index pages Kazuki Yamada 2025-06-06 01:14:54 +09:00
  • a600c59924 chore(deps): bump esbuild and vitest in /browser dependabot[bot] 2025-06-05 15:18:04 +00:00
  • 248761caf9 Merge pull request #630 from yamadashy/chore/lint Kazuki Yamada 2025-06-06 00:16:53 +09:00
  • 2cf88aa6b8 chore(client): Update Node.js version to 22.16.0 Kazuki Yamada 2025-06-06 00:12:54 +09:00
  • 39a762db41 chore(browser): Add jsdom dependency for testing environment Kazuki Yamada 2025-06-03 00:37:28 +09:00
  • 9e803a518f chore(browser): Add vitest dependency for testing Kazuki Yamada 2025-06-03 00:35:48 +09:00
  • d9a3699cca ci(browser): Add testing job for browser extension Kazuki Yamada 2025-06-03 00:32:11 +09:00
  • 1f2c3b2c19 ci: Add linting jobs for website client, server, and browser extension Kazuki Yamada 2025-06-03 00:20:58 +09:00
  • 11f6dbcd8e Merge pull request #632 from sakamossan/exit-code-2 Kazuki Yamada 2025-06-05 23:55:40 +09:00
  • 97d550e946 add test sakamossan 2025-06-05 10:09:28 +09:00
  • 9091bf0a9b feat(cli): Set exit code when repomix fails sakamossan 2025-06-05 09:56:23 +09:00
  • 9f53a5b323 docs: add Bun compatibility issue reproduction guide claude/issue-591-20250604_155146 claude[bot] 2025-06-04 15:55:11 +00:00
  • 146e07290f fix(file): resolve .gitignore behavior when using --ignore "**/.gitignore" claude/issue-624-20250604_150242 claude[bot] 2025-06-04 15:04:49 +00:00
  • eedd142f07 Merge pull request #629 from yamadashy/feat/website-doc2 Kazuki Yamada 2025-06-03 00:25:34 +09:00
  • 87aec711b4 docs(website): Remove voting link from multilingual documentation Kazuki Yamada 2025-06-03 00:15:56 +09:00
  • 41f1d6dc41 Merge pull request #627 from yamadashy/renovate/rollup-plugin-visualizer-6.x Kazuki Yamada 2025-06-02 23:51:52 +09:00
  • c6a65870e3 chore(deps): update dependency rollup-plugin-visualizer to v6 renovate[bot] 2025-06-02 01:27:57 +00:00
  • fd910cf69e Merge pull request #628 from yamadashy/docs/browser-extension-policy Kazuki Yamada 2025-06-02 23:43:40 +09:00
  • 988ba7c1bf fix(manifest): Bump version to 1.0.1 Kazuki Yamada 2025-06-02 23:31:38 +09:00