Skip to content

maximoai-co/maximo-syntax-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9,954 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Maximo Syntax CLI logo

Build, ship, and iterate from your terminal. Maximo Syntax CLI brings the power of the Kilo engine together with native Maximo AI support for a lightning-fast developer experience.

Website GitHub


About

Maximo Syntax CLI is an open source AI coding agent that generates code from natural language, automates tasks, and supports 500+ AI models. It combines the powerful Kilo engine with native Maximo AI integration for an enhanced developer experience.

Installation

# npm
npm install -g @maximoai/syntax

# Or run directly with npx
npx @maximoai/syntax

Then run syntax in any project directory to start.

Agents

Maximo Syntax CLI includes two built-in agents you can switch between using the Tab key:

  • build - Default, full access agent for development work
  • plan - Read-only agent for analysis and code exploration
    • Denies file edits by default
    • Asks permission before running bash commands
    • Ideal for exploring unfamiliar codebases or planning changes

Also included is a general subagent for complex searches and multi-step tasks. This is used internally and can be invoked using @general in messages.

Autonomous Mode (CI/CD)

Use the --auto flag with syntax run to enable fully autonomous operation without user interaction. This is ideal for CI/CD pipelines and automated workflows:

syntax run --auto "run tests and fix any failures"

Important: The --auto flag disables all permission prompts and allows the agent to execute any action without confirmation. Only use this in trusted environments like CI/CD pipelines.

Migrating from Kilo Code Extension

If you're coming from the Kilo Code VS Code extension, your configurations are automatically migrated:

Kilo Code Feature Maximo Syntax Equivalent
Custom modes Converted to agents
Rules (.kilocoderules, .kilocode/rules/) Added to instructions array
Skills (.kilocode/skills/) Auto-discovered alongside .opencode/skill/
Workflows (.kilocode/workflows/) Converted to commands
MCP servers Migrated to mcp config

Default mode mappings:

  • codebuild agent
  • architectplan agent

For detailed migration information, see:

Documentation

For more info on how to configure Maximo Syntax CLI, head over to our docs.

Contributing

If you're interested in contributing, please read our contributing docs before submitting a pull request.

FAQ

Where did Maximo Syntax CLI come from?

Maximo Syntax CLI is a fork of Kilo CLI, enhanced with native Maximo AI support and branding.


Visit us maximoai.co/syntax | GitHub

About

Build, ship, and iterate from your terminal. Maximo Syntax CLI brings the power of the Kilo engine together with native Maximo AI support for a lightning-fast developer experience.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 95.0%
  • CSS 3.1%
  • Rust 0.8%
  • Tree-sitter Query 0.5%
  • JavaScript 0.3%
  • Shell 0.2%
  • Other 0.1%