Commit Graph

10 Commits

Author SHA1 Message Date
Kazuki Yamada 4d3544b981 fix(devcontainer): Fix ipset duplicate entry error and remove gitlens extension
- Add -exist flag to ipset add to prevent errors on duplicate IP entries
- Remove eamodio.gitlens from VS Code extensions

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 00:01:06 +09:00
Kazuki Yamada 11f91e0703 chore(devcontainer): Switch to Claude Code native installer
Replace npm global install (`npm install -g @anthropic-ai/claude-code`)
with the official native installer (`curl -fsSL https://claude.ai/install.sh | bash`).

- Remove CLAUDE_CODE_VERSION build arg and npm-global prefix config
- Add claude.ai to firewall allowed domains for installer access
- Update PATH to use ~/.local/bin where native installer places the binary

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 23:35:06 +09:00
Kazuki Yamada 76439a1827 chore(devcontainer): Change workspace path to /workspace/repomix
Use a project-specific workspace path to avoid conflicts with other
devcontainers that may use the default /workspace directory.
2025-12-31 00:17:49 +09:00
Kazuki Yamada 7d239e16c1 chore(config): rename devcontainer and update Renovate schedule
- Rename devcontainer from "Claude Code Sandbox" to "Repomix"
- Change Renovate schedule from weekly (Monday) to Saturday morning
2025-12-02 00:23:21 +09:00
Kazuki Yamada 0cb6490952 chore(devcontainer): Add CLI tools and improve shell history persistence
- Add fd-find, ripgrep, and ast-grep for better code search
- Persist zsh history with proper settings (HISTSIZE, SAVEHIST, SHARE_HISTORY)
- Add postCreateCommand to run npm install automatically
- Mount host .claude config for consistent Claude Code settings
2025-11-29 18:23:23 +09:00
Kazuki Yamada 5c232a8f63 chore: Adjust dev container config 2025-10-07 23:05:36 +09:00
Claude Code 80755b97c2 chore(devcontainer): add Claude Code dev container setup
Set up comprehensive development container configuration for Claude Code:
- Added Dockerfile with Node.js 20, development tools, and Claude Code CLI
- Configured VS Code extensions and settings for optimal development experience
- Implemented network firewall restrictions for security
- Added persistent volumes for bash history and Claude configuration
- Based on Claude Code documentation: https://docs.claude.com/en/docs/claude-code/devcontainer

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-20 23:53:50 +09:00
Mike Judge 33d9c14650 Fixes from linter 2024-12-24 17:42:55 -08:00
Kazuki Yamada 398047b1a6 feat(rename): Rename to repomix
# Conflicts:
#	src/core/packager.ts
#	src/core/security/securityCheck.ts
#	src/shared/processConcurrency.ts

# Conflicts:
#	package-lock.json
#	package.json
2024-11-02 15:26:32 +09:00
Kazuki Yamada 0f3df9cb30 chore(devcontainer): Add devcontainer configuration 2024-10-19 22:04:31 +09:00