14 Commits

Author SHA1 Message Date
glide-the
598726fe85 Refactor Dockerfile entrypoint and update README instructions
- Simplified the entrypoint script by removing the dynamic workspace directory creation.
- Updated the command in the entrypoint to use a fixed workspace path.
- Modified README files to include the --no-cache option in the Docker build command for a clean build.
2025-08-13 02:18:31 +08:00
Xinlu Lai
c9802faa95
Merge pull request #22 from glide-the/docker-sanbox
Add Docker support with Dockerfile and .dockerignore
2025-08-13 01:32:48 +08:00
glide-the
e768c01010 Update README files to reflect changes from anon-kode to kode in Docker setup instructions 2025-08-13 01:29:04 +08:00
glide-the
3b44c1658a Add Docker support with Dockerfile and .dockerignore
- Introduced Dockerfile for building the application with Node.js 18 on Alpine.
- Configured npm and pip to use China mirrors for faster package installations.
- Added .dockerignore to exclude node_modules from the Docker context.
- Updated README files with Docker usage instructions and configuration details.
2025-08-13 01:26:27 +08:00
Xinlu Lai
40070119bb
Merge pull request #20 from ringcrl/main
fix(PromptInput): prevent premature mode change when deleting in bash mode
2025-08-13 00:58:45 +08:00
ringcrl
d2be2f945a feat(PromptInput): add bash mode specific handling for backspace/delete
refactor(PromptInput): rename input parameter to inputChar for clarity
fix(PromptInput): prevent premature mode change when deleting in bash mode
2025-08-12 19:58:41 +08:00
Xinlu Lai
5463d8c969
Merge pull request #17 from CrazyBoyM/main
build package
2025-08-11 22:24:31 +08:00
CrazyBoyM
69a258fbf2 fix package build 2025-08-11 22:23:13 +08:00
CrazyBoyM
7a3c4a7baa Refactor project structure and update documentation
- Update project branding from claude-cli to Kode
- Reorganize documentation with new development guides
- Add CONTRIBUTING.md and Chinese README
- Remove worktree_merge command and relocate system-design.md
- Update dependencies and package configuration
- Improve custom commands service with better error handling
- Clean up storage utilities and debug logging
2025-08-11 21:31:18 +08:00
CrazyBoyM
11a0e46ecc kode with agent-unix-system v1.0.0 2025-08-10 19:57:17 +08:00
Xinlu Lai
b2a9dd0462
Update README.md 2025-07-14 01:31:42 +08:00
Xinlu Lai
08e9f0774c
Update README.md 2025-07-14 01:13:22 +08:00
Xinlu Lai
df8f081b64
Update README.md 2025-07-13 03:51:42 +08:00
Xinlu Lai
f3be98eb08
Initial commit 2025-07-12 22:21:51 +08:00