Skip to content

Commit 9806ff7

Browse files
authored
Revise README for clarity and formatting
Updated project description and improved formatting.
1 parent f361629 commit 9806ff7

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Sofos Code - AI-Powered CLI Coding Assistant
1+
# Sofos Code
22

3-
An interactive AI coding assistant powered by Claude that can write code, edit files, and search the web - all from your terminal.
3+
https://github.com/alexylon/sofos-code/actions/workflows/rust.yml/badge.svg
4+
5+
A blazingly fast, interactive AI coding assistant powered by Claude, implemented in pure Rust, that can generate code, edit files, and search the web - all from your terminal.
46

57
<div align="center"><img align="center" src="/assets/sofos_code.png" width="700" alt="Ferrocrypt"></div>
68

@@ -9,7 +11,7 @@ An interactive AI coding assistant powered by Claude that can write code, edit f
911
- **Interactive REPL** - Multi-turn conversations with Claude
1012
- **File Operations** - Read, write, list, and create files/directories (sandboxed to current directory)
1113
- **Ultra-Fast Editing** - Optional Morph Apply integration (10,500+ tokens/sec, 96-98% accuracy)
12-
- **Code Search** - Fast regex-based code search using ripgrep (optional)
14+
- **Code Search** - Fast regex-based code search using `ripgrep` (optional)
1315
- **Web Search** - Real-time information via DuckDuckGo
1416
- **Secure** - All file operations restricted to workspace, prevents directory traversal
1517

@@ -126,7 +128,7 @@ RUST_LOG=debug sofos
126128

127129
MIT License
128130

129-
## Morph Integration Status
131+
## Morph Integration
130132

131133
Sofos integrates with Morph's APIs for enhanced performance:
132134

0 commit comments

Comments
 (0)