|
1 | 1 | <div align="center"> |
2 | | - <h2>Join the Roo Code Community</h2> |
3 | | - <p>Connect with developers, contribute ideas, and stay ahead with the latest AI-powered coding tools.</p> |
4 | | - |
5 | | - <a href="https://discord.gg/roocode" target="_blank"><img src="https://img.shields.io/badge/Join%20Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white" alt="Join Discord"></a> |
6 | | - <a href="https://www.reddit.com/r/RooCode/" target="_blank"><img src="https://img.shields.io/badge/Join%20Reddit-FF4500?style=for-the-badge&logo=reddit&logoColor=white" alt="Join Reddit"></a> |
7 | | - |
| 2 | +<h1>Seawolf</h1> |
| 3 | +<p>An AI-powered autonomous coding agent for your editor</p> |
8 | 4 | </div> |
9 | | -<br> |
10 | | -<br> |
11 | 5 |
|
12 | | -<div align="center"> |
13 | | -<h1>Roo Code (prev. Roo Cline)</h1> |
14 | | - |
15 | | -<a href="https://marketplace.visualstudio.com/items?itemName=RooVeterinaryInc.roo-cline" target="_blank"><img src="https://img.shields.io/badge/Download%20on%20VS%20Marketplace-blue?style=for-the-badge&logo=visualstudiocode&logoColor=white" alt="Download on VS Marketplace"></a> |
16 | | -<a href="https://github.com/RooVetGit/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop" target="_blank"><img src="https://img.shields.io/badge/Feature%20Requests-yellow?style=for-the-badge" alt="Feature Requests"></a> |
17 | | -<a href="https://marketplace.visualstudio.com/items?itemName=RooVeterinaryInc.roo-cline&ssr=false#review-details" target="_blank"><img src="https://img.shields.io/badge/Rate%20%26%20Review-green?style=for-the-badge" alt="Rate & Review"></a> |
18 | | -<a href="https://docs.roocode.com" target="_blank"><img src="https://img.shields.io/badge/Documentation-6B46C1?style=for-the-badge&logo=readthedocs&logoColor=white" alt="Documentation"></a> |
19 | | - |
20 | | -</div> |
21 | | - |
22 | | -**Roo Code** is an AI-powered **autonomous coding agent** that lives in your editor. It can: |
| 6 | +**Seawolf** is an AI-powered autonomous coding agent that lives in your editor. It can: |
23 | 7 |
|
24 | 8 | - Communicate in natural language |
25 | 9 | - Read and write files directly in your workspace |
26 | 10 | - Run terminal commands |
27 | 11 | - Automate browser actions |
28 | 12 | - Integrate with any OpenAI-compatible or custom API/model |
29 | | -- Adapt its “personality” and capabilities through **Custom Modes** |
| 13 | +- Adapt its capabilities through **Custom Modes** |
30 | 14 |
|
31 | | -Whether you’re seeking a flexible coding partner, a system architect, or specialized roles like a QA engineer or product manager, Roo Code can help you build software more efficiently. |
| 15 | +Whether you are seeking a flexible coding partner, a system architect, or specialized roles like a QA engineer or product manager, Seawolf can help you build software more efficiently. |
32 | 16 |
|
33 | 17 | Check out the [CHANGELOG](CHANGELOG.md) for detailed updates and fixes. |
34 | 18 |
|
35 | 19 | --- |
36 | 20 |
|
37 | | -## 🎉 Roo Code 3.8 Released |
38 | | - |
39 | | -Roo Code 3.8 is out with performance boosts, new features, and bug fixes. |
40 | | - |
41 | | -- Faster asynchronous checkpoints |
42 | | -- Support for .rooignore files |
43 | | -- Fixed terminal & gray screen issues |
44 | | -- Roo Code can run in multiple windows |
45 | | -- Experimental multi-diff editing strategy |
46 | | -- Subtask to parent task communication |
47 | | -- Updated DeepSeek provider |
48 | | -- New "Human Relay" provider |
49 | | - |
50 | | ---- |
51 | | - |
52 | | -## What Can Roo Code Do? |
| 21 | +## What Can Seawolf Do? |
53 | 22 |
|
54 | | -- 🚀 **Generate Code** from natural language descriptions |
55 | | -- 🔧 **Refactor & Debug** existing code |
56 | | -- 📝 **Write & Update** documentation |
57 | | -- 🤔 **Answer Questions** about your codebase |
58 | | -- 🔄 **Automate** repetitive tasks |
59 | | -- 🏗️ **Create** new files and projects |
| 23 | +- **Generate Code** from natural language descriptions |
| 24 | +- **Refactor & Debug** existing code |
| 25 | +- **Write & Update** documentation |
| 26 | +- **Answer Questions** about your codebase |
| 27 | +- **Automate** repetitive tasks |
| 28 | +- **Create** new files and projects |
60 | 29 |
|
61 | 30 | ## Quick Start |
62 | 31 |
|
63 | | -1. [Install Roo Code](https://docs.roocode.com/getting-started/installing) |
64 | | -2. [Connect Your AI Provider](https://docs.roocode.com/getting-started/connecting-api-provider) |
65 | | -3. [Try Your First Task](https://docs.roocode.com/getting-started/your-first-task) |
| 32 | +1. Install Seawolf from the VS Code Marketplace |
| 33 | +2. Connect your preferred AI provider |
| 34 | +3. Start your first task |
66 | 35 |
|
67 | 36 | ## Key Features |
68 | 37 |
|
69 | 38 | ### Multiple Modes |
70 | 39 |
|
71 | | -Roo Code adapts to your needs with specialized [modes](https://docs.roocode.com/basic-usage/modes): |
| 40 | +Seawolf adapts to your needs with specialized modes: |
72 | 41 |
|
73 | 42 | - **Code Mode:** For general-purpose coding tasks |
74 | 43 | - **Architect Mode:** For planning and technical leadership |
75 | 44 | - **Ask Mode:** For answering questions and providing information |
76 | 45 | - **Debug Mode:** For systematic problem diagnosis |
77 | | -- **[Custom Modes](https://docs.roocode.com/advanced-usage/custom-modes):** Create unlimited specialized personas for security auditing, performance optimization, documentation, or any other task |
| 46 | +- **Custom Modes:** Create unlimited specialized personas for security auditing, performance optimization, documentation, or any other task |
78 | 47 |
|
79 | 48 | ### Smart Tools |
80 | 49 |
|
81 | | -Roo Code comes with powerful [tools](https://docs.roocode.com/basic-usage/using-tools) that can: |
| 50 | +Seawolf comes with powerful tools that can: |
82 | 51 |
|
83 | 52 | - Read and write files in your project |
84 | 53 | - Execute commands in your VS Code terminal |
85 | 54 | - Control a web browser |
86 | | -- Use external tools via [MCP (Model Context Protocol)](https://docs.roocode.com/advanced-usage/mcp) |
| 55 | +- Use external tools via MCP (Model Context Protocol) |
87 | 56 |
|
88 | | -MCP extends Roo Code's capabilities by allowing you to add unlimited custom tools. Integrate with external APIs, connect to databases, or create specialized development tools - MCP provides the framework to expand Roo Code's functionality to meet your specific needs. |
| 57 | +MCP extends Seawolf capabilities by allowing you to add unlimited custom tools. Integrate with external APIs, connect to databases, or create specialized development tools - MCP provides the framework to expand Seawolf functionality to meet your specific needs. |
89 | 58 |
|
90 | 59 | ### Customization |
91 | 60 |
|
92 | | -Make Roo Code work your way with: |
93 | | - |
94 | | -- [Custom Instructions](https://docs.roocode.com/advanced-usage/custom-instructions) for personalized behavior |
95 | | -- [Custom Modes](https://docs.roocode.com/advanced-usage/custom-modes) for specialized tasks |
96 | | -- [Local Models](https://docs.roocode.com/advanced-usage/local-models) for offline use |
97 | | -- [Auto-Approval Settings](https://docs.roocode.com/advanced-usage/auto-approving-actions) for faster workflows |
98 | | - |
99 | | -## Resources |
100 | | - |
101 | | -### Documentation |
102 | | - |
103 | | -- [Basic Usage Guide](https://docs.roocode.com/basic-usage/the-chat-interface) |
104 | | -- [Advanced Features](https://docs.roocode.com/advanced-usage/auto-approving-actions) |
105 | | -- [Frequently Asked Questions](https://docs.roocode.com/faq) |
| 61 | +Make Seawolf work your way with: |
106 | 62 |
|
107 | | -### Community |
108 | | - |
109 | | -- **Discord:** [Join our Discord server](https://discord.gg/roocode) for real-time help and discussions |
110 | | -- **Reddit:** [Visit our subreddit](https://www.reddit.com/r/RooCode) to share experiences and tips |
111 | | -- **GitHub:** Report [issues](https://github.com/RooVetGit/Roo-Code/issues) or request [features](https://github.com/RooVetGit/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop) |
| 63 | +- Custom Instructions for personalized behavior |
| 64 | +- Custom Modes for specialized tasks |
| 65 | +- Local Models for offline use |
| 66 | +- Auto-Approval Settings for faster workflows |
112 | 67 |
|
113 | 68 | --- |
114 | 69 |
|
115 | 70 | ## Local Setup & Development |
116 | 71 |
|
117 | 72 | 1. **Clone** the repo: |
118 | 73 |
|
119 | | -```sh |
120 | | -git clone https://github.com/RooVetGit/Roo-Code.git |
121 | | -``` |
| 74 | + git clone https://github.com/Opensourceful/Seawolf.git |
122 | 75 |
|
123 | 76 | 2. **Install dependencies**: |
124 | 77 |
|
125 | | -```sh |
126 | | -npm run install:all |
127 | | -``` |
| 78 | + npm run install:all |
128 | 79 |
|
129 | 80 | 3. **Start the webview (Vite/React app with HMR)**: |
130 | 81 |
|
131 | | -```sh |
132 | | -npm run dev |
133 | | -``` |
| 82 | + npm run dev |
134 | 83 |
|
135 | 84 | 4. **Debug**: |
136 | | - Press `F5` (or **Run** → **Start Debugging**) in VSCode to open a new session with Roo Code loaded. |
| 85 | + Press F5 (or **Run > Start Debugging**) in VSCode to open a new session with Seawolf loaded. |
137 | 86 |
|
138 | 87 | Changes to the webview will appear immediately. Changes to the core extension will require a restart of the extension host. |
139 | 88 |
|
140 | 89 | Alternatively you can build a .vsix and install it directly in VSCode: |
141 | 90 |
|
142 | | -```sh |
143 | | -npm run build |
144 | | -``` |
| 91 | + npm run build |
145 | 92 |
|
146 | | -A `.vsix` file will appear in the `bin/` directory which can be installed with: |
| 93 | +A .vsix file will appear in the bin/ directory which can be installed with: |
147 | 94 |
|
148 | | -```sh |
149 | | -code --install-extension bin/roo-cline-<version>.vsix |
150 | | -``` |
| 95 | + code --install-extension bin/Seawolf-<version>.vsix |
151 | 96 |
|
152 | | -We use [changesets](https://github.com/changesets/changesets) for versioning and publishing. Check our `CHANGELOG.md` for release notes. |
153 | | - |
154 | | ---- |
155 | | - |
156 | | -## Disclaimer |
157 | | - |
158 | | -**Please note** that Roo Veterinary, Inc does **not** make any representations or warranties regarding any code, models, or other tools provided or made available in connection with Roo Code, any associated third-party tools, or any resulting outputs. You assume **all risks** associated with the use of any such tools or outputs; such tools are provided on an **"AS IS"** and **"AS AVAILABLE"** basis. Such risks may include, without limitation, intellectual property infringement, cyber vulnerabilities or attacks, bias, inaccuracies, errors, defects, viruses, downtime, property loss or damage, and/or personal injury. You are solely responsible for your use of any such tools or outputs (including, without limitation, the legality, appropriateness, and results thereof). |
159 | | - |
160 | | ---- |
161 | | - |
162 | | -## Contributing |
163 | | - |
164 | | -We love community contributions! Here’s how to get involved: |
165 | | - |
166 | | -1. **Check Issues & Requests**: See [open issues](https://github.com/RooVetGit/Roo-Code/issues) or [feature requests](https://github.com/RooVetGit/Roo-Code/discussions/categories/feature-requests). |
167 | | -2. **Fork & branch** off `main`. |
168 | | -3. **Submit a Pull Request** once your feature or fix is ready. |
169 | | -4. **Join** our [Reddit community](https://www.reddit.com/r/RooCode/) and [Discord](https://roocode.com/discord) for feedback, tips, and announcements. |
| 97 | +We use [changesets](https://github.com/changesets/changesets) for versioning and publishing. Check our CHANGELOG.md for release notes. |
170 | 98 |
|
171 | 99 | --- |
172 | 100 |
|
173 | 101 | ## License |
174 | 102 |
|
175 | | -[Apache 2.0 © 2025 Roo Veterinary, Inc.](./LICENSE) |
176 | | - |
177 | | ---- |
178 | | - |
179 | | -**Enjoy Roo Code!** Whether you keep it on a short leash or let it roam autonomously, we can’t wait to see what you build. If you have questions or feature ideas, drop by our [Reddit community](https://www.reddit.com/r/RooCode/) or [Discord](https://roocode.com/discord). Happy coding! |
| 103 | +[Apache 2.0](./LICENSE) |
0 commit comments