Skip to content

Commit 40aff17

Browse files
Merge pull request #10 from Ammar-Alnagar/feat/more-tools
fixed tool issues
2 parents 060d264 + 599a78a commit 40aff17

23 files changed

Lines changed: 2003 additions & 206 deletions

Cargo.lock

Lines changed: 116 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ serde = { version = "1.0.195", features = ["derive"] }
3333
serde_json = "1.0.111"
3434
toml = "0.8.8"
3535
futures-util = "0.3.30"
36+
chrono = "0.4"

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Rust TUI Coder
22

3-
> **📖 Documentation has been reorganized into the `docs/` folder for better organization.**
3+
> ** Documentation has been reorganized into the `docs/` folder for better organization.**
44
5-
**[View Complete README ](docs/README_FULL.md)**
5+
**[View Complete README ->](docs/README_FULL.md)**
66

77
---
88

99
## Quick Links
1010

11-
### 📚 Documentation
11+
### Documentation
1212
- **[Complete README](docs/README_FULL.md)** - Full project documentation
1313
- **[Documentation Index](docs/INDEX.md)** - Navigation guide for all docs
1414
- **[Getting Started Guide](docs/GETTING_STARTED.md)** - Installation and setup
@@ -28,7 +28,7 @@
2828

2929
---
3030

31-
## Quick Start
31+
## Quick Start
3232

3333
### Installation
3434

@@ -55,18 +55,18 @@ rust_tui_coder
5555

5656
---
5757

58-
## What is Rust TUI Coder?
58+
## What is Rust TUI Coder?
5959

6060
A powerful terminal-based AI coding assistant that brings AI intelligence directly to your command line. Built with Rust for performance and reliability.
6161

6262
### Key Features
6363

64-
- 💬 **Natural Language Interface** - Chat with AI about your code
65-
- 🔧 **Direct Tool Execution** - AI manipulates files and runs commands
66-
- 📊 **Real-time Monitoring** - Watch tool execution in real-time
67-
- 🎨 **Beautiful TUI** - Modern terminal interface with ratatui
68-
- 🚀 **Multiple LLM Support** - OpenAI, Anthropic, or local models
69-
- **Fast & Efficient** - Built with Rust for performance
64+
- **Natural Language Interface** - Chat with AI about your code
65+
- **Direct Tool Execution** - AI manipulates files and runs commands
66+
- **Real-time Monitoring** - Watch tool execution in real-time
67+
- **Beautiful TUI** - Modern terminal interface with ratatui
68+
- **Multiple LLM Support** - OpenAI, Anthropic, or local models
69+
- **Fast & Efficient** - Built with Rust for performance
7070

7171
### Quick Example
7272

@@ -81,7 +81,7 @@ AI: I'll create the script and execute it...
8181

8282
---
8383

84-
## 🛠️ Available Tools
84+
## Available Tools
8585

8686
- **File Operations**: read, write, append, search/replace, delete
8787
- **Directory Operations**: create, list, recursive list
@@ -91,7 +91,7 @@ AI: I'll create the script and execute it...
9191

9292
---
9393

94-
## 📖 Documentation Structure
94+
## Documentation Structure
9595

9696
The documentation is organized in the `docs/` folder:
9797

@@ -115,13 +115,13 @@ docs/
115115

116116
---
117117

118-
## 🤝 Contributing
118+
## Contributing
119119

120120
We welcome contributions! See [CONTRIBUTING.md](docs/CONTRIBUTING.md) for guidelines.
121121

122122
---
123123

124-
## 📄 License
124+
## License
125125

126126
Licensed under either of:
127127

@@ -140,4 +140,4 @@ at your option.
140140

141141
---
142142

143-
**Happy Coding! 🦀✨**
143+
**Happy Coding! **

docs/ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ pub struct App {
149149
│ Conversation Area (70% height) │
150150
│ • User messages │
151151
│ • Agent responses │
152-
│ • Scrollable with ↑↓
152+
│ • Scrollable with UpDown
153153
└─────────────────────────────────────────┘
154154
┌─────────────────────────────────────────┐
155155
│ Tool Logs Area (20% height) │

0 commit comments

Comments
 (0)