npm install -g @tyloai/ode-code
ode-code is a coding agent from TyloAI that runs locally on your computer.
If you are looking for the ode-code on Web, go to tyloai.com
ode-code (TyloAI ode-code CLI) is an intelligent terminal-based programming assistant.
It works like a pair programmer and runs directly in your local development environment. ode-code can read, create, and modify your files and folders, allowing you to complete code generation, refactoring, and debugging tasks through natural language prompts.
- Intelligent Interaction: Launch an interactive chat session with
ode code. - File Operations: Directly read, create, or modify your local files.
- Code Generation: "Help me create a new React component named 'UserProfile'..."
- Code Refactoring: "Refactor this function to make it more concise..."
- Bug Fixing: "There's a bug in this code; help me analyze it..."
- Git Integration (Coming Soon): Automatically help you commit code or create PRs (Pull Requests).
Get started with ode-code in 30 seconds.
Install globally using npm (or your preferred package manager):
npm install -g @tyloai/ode-codeYou can start using it now!
Launch an interactive session:
ode codeOr
tyloai
Then, select a mode: You can choose from the following three modes and set your workspace:
- Use current directory: Directly use the current directory as your workspace; your current directory will be displayed.
- Use a specific directory: Manually enter a directory path to set it as your workspace.
- Read-only mode: The model can read files but cannot edit them.
That's it! You can now start your coding journey! Please note that each user can use 50 free sessions per day. For more restrictions, please read our https://docs.tyloai.com/code document first.
This project is licensed under the Apache-2.0 License.
Made with โค๏ธ by TyloAI
