2025-04-03 13:22:50 +02:00
2025-03-30 01:48:35 +01:00
2025-03-28 06:56:36 +01:00
2025-04-03 05:26:11 +02:00
2025-04-03 05:26:11 +02:00
2025-03-28 06:56:36 +01:00
2025-03-22 03:15:49 +01:00
2025-03-30 01:09:06 +01:00
2025-03-22 03:15:49 +01:00
2025-04-03 05:26:11 +02:00
2025-03-30 14:34:25 +02:00
2025-03-30 01:09:06 +01:00
2025-04-03 13:18:56 +02:00
2025-03-30 00:13:42 +01:00
2025-03-28 06:56:36 +01:00
2025-04-03 05:26:11 +02:00
2025-04-02 15:37:59 +02:00
2025-03-28 06:56:36 +01:00
2025-03-30 00:13:42 +01:00
2025-04-03 13:18:56 +02:00
2025-03-28 06:56:36 +01:00
2025-04-03 02:18:41 +02:00
2025-04-03 13:22:50 +02:00
2025-01-04 08:44:34 +01:00
2025-04-03 05:26:11 +02:00
2025-04-03 13:18:56 +02:00
2025-01-04 08:20:50 +01:00
2025-03-22 03:15:49 +01:00
2025-04-03 05:38:30 +02:00
2025-03-28 06:56:36 +01:00
2025-04-03 02:18:41 +02:00

R Vibe Tool

Overview

R Vibe Tool is a powerful Command-Line Interface (CLI) utility designed for Linux environments, offering advanced AI-assisted development capabilities with elegant markdown output.

Features

  • Flexible AI Integration: Support for multiple AI models including:

    • OpenAI GPT-3.5-turbo (default)
    • Ollama
    • Anthropic Claude
  • Customizable Behavior: Configure tool behavior through ~/.rcontext.txt

  • Agent Support: Intelligent context-aware assistance

  • Markdown Output: Clean, readable documentation generation

Prerequisites

  • Linux operating system
  • Configured AI model access

Configuration

Environment Variables

Ollama Configuration

export R_MODEL="qwen2.5:3b"
export R_BASE_URL="https://ollama.molodetz.nl"
./r

Claude Configuration

export R_MODEL="claude-3-5-haiku-20241022"
export R_BASE_URL="https://api.anthropic.com"
export R_KEY="sk-ant-[your-key]"
./r

Best Practices

  1. Use ~/.rcontext.txt to define specific behavioral instructions
  2. Include file saving steps in your context instructions
  3. Use the index tool to initialize only source files, excluding environment and node_modules

Example Project

For a comprehensive example of R Vibe Tool in action, visit: Streamii Project

Limitations

  • OpenAI key usage is temporary and limited
  • Performance may vary depending on the selected AI model

Support

For issues or contributions, please refer to the project repository.

License

[Insert License Information]

S
Description
CLI gpt with many features. Reviewing, refactoring, running (cgi) web server. Written in C but extensible by Python. It has nice markdown output for the terminal.
Readme
9.9 MiB
Languages
C 89.5%
Python 9.5%
Makefile 0.6%
Shell 0.2%
Dockerfile 0.2%