No description
Find a file
Bryan Ramos b8bf9029fe Initial Slug Code Rust implementation
Core features:
- OpenAI-compatible streaming provider (vLLM, Ollama, OpenAI, etc.)
- Agent loop with tool use (bash, read, write, edit, glob, grep)
- Permission system: ask/yolo/sandbox/allowEdits + glob patterns
- SLUG.md hierarchy loaded every turn (CLAUDE.md equivalent)
- Session persistence with --continue/--resume/--fork-session
- Hook system: 5 lifecycle events, command + prompt types
- Compaction: ToolResultTrim/Truncate strategies, /compact command
- Config via TOML, CLI args, env vars

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-31 14:23:04 -04:00
src Initial Slug Code Rust implementation 2026-03-31 14:23:04 -04:00
.gitignore Initial Slug Code Rust implementation 2026-03-31 14:23:04 -04:00
Cargo.lock Initial Slug Code Rust implementation 2026-03-31 14:23:04 -04:00
Cargo.toml Initial Slug Code Rust implementation 2026-03-31 14:23:04 -04:00
CLAUDE.md Add CLAUDE.md with project state, architecture, and remaining work 2026-03-31 14:22:53 -04:00