Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.rootaccess.ai/llms.txt

Use this file to discover all available pages before exploring further.

March 2026

Features
  • Code analysis tools — Run static analyzers directly in chat with LDRA and OSS backend support
  • Context fill meter — See how much of Seb’s context window is in use with /context
  • File attachments — Drag and drop files into the chat for multimodal context
  • Performance improvements — Faster response times across the board
  • UI/UX improvements — Refreshed chat experience with better visuals and workflow tracking
  • Quality of life updates — Small usability improvements based on user feedback
Features
  • Slash command autocomplete — Type / to see all available commands in a dropdown
  • /context command — Check how much of Seb’s context window is used, helpful during long debugging sessions with large codebases
  • Datasheet lookup — Search and download datasheets from within a Seb session. Ask for register maps, pin configurations, or electrical specs
  • Hardware schematic parsing — Parse Altium .schdoc files and other schematic formats to give Seb full hardware context for code generation and debugging
  • Web search — Seb can look up HAL references, MCU errata, RTOS documentation, and vendor app notes mid-session
  • File write approval with diff preview — Review a colored diff before Seb modifies your source files
Features
  • Codebase understanding — Seb maps your project structure, understanding how drivers, HAL layers, RTOS tasks, and application code relate to each other
  • Agentic debugging — Seb autonomously debugs firmware issues by reading code, running builds, analyzing errors, and iterating on fixes
  • CAN log analysis — Feed Seb your CAN bus logs to decode messages, identify timing issues, and debug communication problems
  • FreeRTOS support — Get help with task creation, queue management, mutex handling, and migrating bare-metal code to FreeRTOS
  • Project migration — Migrate firmware between MCU families (e.g. STM32 to NXP) with Seb handling peripheral remapping and HAL translation
  • Embedded Linux & Zephyr — Work with Yocto layers, BSP configuration, Zephyr device trees, and kernel modules