Commit Graph

16 Commits

Author SHA1 Message Date
きむそん
6c93fe58b0 fix: Change unifySameTitleSession default value to false (#48)
* refactor: Clean up message handling in ClaudeCodeLifeCycleService

- Removed debug logging from handleMessage function.
- Eliminated unnecessary fallback message check in message iteration loop.

This improves code readability and performance by streamlining message processing.

* fix: Change unifySameTitleSession default value to false

Changed the default value of unifySameTitleSession configuration from true to false.
This affects both the Zod schema definition and the UserConfigService initial state.

Updated README.md to reflect the new default value in the User Settings table.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-11-02 13:02:38 +09:00
d-kimsuon
586dbe7833 docs: update readme, write about scheduler and file upload feature 2025-10-26 22:15:25 +09:00
d-kimsuon
a85bdf0a26 chore: update dependencies and remove debug logs
- Re-added 'playwright' dependency in package.json and pnpm-lock.yaml.
- Updated Node.js version requirement in README.md from 20.18.1 to 20.19.0.
- Removed console log statements from GitController.ts and GitService.ts for cleaner code.
2025-10-21 22:34:12 +09:00
d-kimsuon
6c4d301125 feat: implement dynamic resolution for Claude Code executable path
- Added a new function to resolve the Claude Code executable path with multiple fallback strategies: checking environment variables, system PATH, and project dependencies.
- Introduced a custom error class for handling cases where the executable cannot be found.
- Updated the Config export to utilize the new path resolution logic.
2025-10-21 15:39:08 +09:00
d-kimsuon
f48e958b58 docs(README.md): write about Claude Code on the web (official) 2025-10-21 14:06:27 +09:00
d-kimsuon
586b9babaf docs: update readme 2025-10-20 05:52:20 +09:00
d-kimsuon
b97789a7e8 docs: update package reference in README for claude-code-viewer
- Changed the package reference from 'claude-code-viewer' to '@kimuson/claude-code-viewer' for clarity and accuracy in installation instructions.
2025-10-20 05:38:03 +09:00
d-kimsuon
9749a7e02b chore: update Node.js version to 20.19.0 across project files
- Updated the Node.js version in .node-version and package.json to 20.19.0.
- Revised README.md and docs/dev.md to reflect the new minimum Node.js requirement.
- Adjusted setup-node action to use the version specified in .node-version for consistency.
2025-10-19 19:00:09 +09:00
d-kimsuon
d7ff86358e docs: update README to reflect package name change
- Changed the command for running the viewer from "@kimuson/claude-code-viewer" to "claude-code-viewer" for clarity and accuracy.
2025-10-18 22:02:14 +09:00
d-kimsuon
1d067ba654 docs: add MIT license and enhance README with new features and screenshots
- Introduced a new LICENSE file with MIT license terms.
- Updated README to include license badge, CI badge, and GitHub release badge.
- Revised feature descriptions for clarity and added a comprehensive table format.
- Included new screenshots for command completion, file completion, and Git diff viewer to enhance visual documentation.
- Improved sections on installation, usage, and project structure for better user guidance.
2025-10-18 21:28:13 +09:00
d-kimsuon
0a0bc65660 docs: update README.md to clarify project focus as session log viewer
- Repositioned Claude Code Viewer as specialized session log analysis tool
- Emphasized "lossless session log analysis" as core value proposition
- Added "Alternatives & Differentiation" section acknowledging other excellent web clients
- Highlighted unique features: zero data loss, progressive organization, built-in git diff viewer
- Added "Built-in Development Tools" section detailing git and remote development features
- Clarified positioning relative to general-purpose web clients

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-17 23:32:20 +09:00
d-kimsuon
7027f3965c feat: add Node.js >=20.12.0 requirement to package.json
Remove Node.js version requirement from README and add engines field
to package.json to explicitly require Node.js 20.12.0 or later due to
reported issues with earlier versions.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-04 21:26:50 +09:00
d-kimsuon
9d7028cce8 docs: update readme for current features 2025-09-03 18:15:51 +09:00
d-kimsuon
de685a768a docs: update readme and claude.md 2025-09-03 04:33:54 +09:00
d-kimsuon
eaa9d08e08 docs: update documents 2025-09-01 02:56:58 +09:00
d-kimsuon
62ec94798e docs: write docs 2025-08-31 17:34:38 +09:00