12 Commits

Author SHA1 Message Date
e4b49b4f6b README 2025-08-13 22:09:02 +08:00
dd48999f9a Update README.md 2025-08-11 14:35:54 +08:00
77d4afb376 README.md 2025-08-10 23:24:44 +08:00
f973335c04 README.md 2025-08-10 21:50:27 +08:00
f223211af2 README.md 2025-08-08 13:52:44 +08:00
Vivek R
4ddb6a1995 refactor: remove bundled Claude Code binary support
- Remove all bundled/sidecar binary functionality
- Delete build scripts for fetching and building Claude executables
- Simplify binary detection to only support system installations
- Update UI to remove bundled installation options
- Update build configuration and documentation
2025-07-22 21:16:54 +05:30
Mufeed VH
19be82047b docs: add website link to project title in README
Make the Claudia title in README.md clickable by adding a link to https://claudiacode.com
2025-07-04 21:00:18 +05:30
Vivek R
2dfdf31b83 refactor: remove sandbox system and simplify agent architecture
Remove the entire sandbox security system including:
- All sandbox-related Rust code and dependencies (gaol crate)
- Sandbox command handlers and platform-specific implementations
- Comprehensive test suite for sandbox functionality
- Agent sandbox settings UI components

Simplify agent configuration by removing sandbox and permission fields:
- Remove sandbox_enabled, enable_file_read, enable_file_write, enable_network from agent configs
- Update all CC agents to use simplified configuration format
- Remove sandbox references from documentation and UI
2025-07-02 19:19:20 +05:30
Mufeed VH
ef1993cff3 docs: correct license reference from MIT to AGPL in README
The README incorrectly stated the project was licensed under MIT,
while the LICENSE file contains AGPL. This commit updates the README
to accurately reflect the AGPL license used by the project.

Fixes #30
Fixes #33
2025-06-23 19:14:02 +05:30
Coy Geek
9ab383bbbe docs: Add Star History chart to README (#15)
This PR adds a "Star History" section to the README.md file. This section includes a dynamic SVG chart that visualizes the repository's star growth over time, providing a nice visual metric for community engagement.
2025-06-21 21:16:26 +05:30
Mufeed VH
e8bac92e86 readme: update assets 2025-06-19 19:54:00 +05:30
Mufeed VH
8e76d016d4 init: push source 2025-06-19 19:24:01 +05:30