5 Commits

Author SHA1 Message Date
Mufeed VH
c3f39b966f feat(agents): enhance git commit bot with remote sync and conflict resolution
Add comprehensive remote repository synchronization workflow to git commit bot:
- Implement git fetch and status checking before committing
- Add automatic pull and merge conflict resolution procedures
- Include detailed merge conflict handling instructions
- Ensure local repository is up-to-date before proceeding with commits

This enhancement improves the reliability of the git commit bot by preventing
conflicts and ensuring proper synchronization with remote repositories.
2025-07-02 20:15:09 +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
88cc37203b docs(cc-agents): add comprehensive README with agent catalog and usage guide
- Add detailed documentation for CC Agents feature
- Include agent catalog with Git Commit Bot, Security Scanner, and Unit Tests Bot
- Document import/export functionality and file format specifications
- Provide technical implementation details for backend and frontend
- Add contributing guidelines for community agent development
- Include visual elements with badges and structured tables for better UX
2025-06-25 03:29:09 +05:30
Mufeed VH
670630fb63 refactor: replace empty cc_agents file with agent templates directory
- Remove empty cc_agents file that was previously added
- Add cc_agents directory containing three agent configuration templates:
  - git-commit-bot: Automated git commit message generation
  - security-scanner: SAST security vulnerability detection
  - unit-tests-bot: Comprehensive unit test generation
- Each agent includes detailed system prompts and workflow configurations
- Templates are exported in .claudia.json format for easy import

This change provides ready-to-use agent templates for common development workflows.
2025-06-23 20:02:30 +05:30
Vivek R
ccac68a7c2 feat: add cc_agents directory for agent templates 2025-06-23 15:02:02 +05:30