Skip to content

Conversation

@maximelb
Copy link
Contributor

@maximelb maximelb commented Jan 3, 2026

Summary

Adds comprehensive documentation for the LimaCharlie AI Sessions feature, covering both D&R-driven automated sessions and user-level interactive sessions.

Changes

  • New AI Sessions section with 5 documentation pages:

    • index.md: Overview introducing both session types, key features, and getting started
    • dr-sessions.md: Complete reference for D&R-driven sessions including the start ai session action, profile configuration, MCP servers, and practical examples
    • user-sessions.md: Guide for user sessions including registration, credential storage, session management, profiles, file transfer, and use cases
    • api-reference.md: Full REST API documentation and WebSocket protocol specification
    • sdk.md: TypeScript SDK documentation with code examples
  • Updated response-actions.md: Added start ai session action reference with parameters and example

  • Updated mkdocs.yml: Added AI Sessions to navigation

Documentation Highlights

  • Beginner-friendly with step-by-step getting started guides
  • Multiple practical examples for common use cases:
    • Automated detection investigation
    • Threat hunting automation
    • Interactive incident response
    • Custom enrichment with MCP servers
  • Complete API reference with request/response examples
  • WebSocket protocol specification with all message types
  • SDK code samples for Node.js and browser environments
  • Best practices and troubleshooting sections

Test plan

  • Verify all internal documentation links work
  • Review code examples for accuracy
  • Check mkdocs builds successfully
  • Confirm navigation structure is logical

🤖 Generated with Claude Code

maximelb and others added 3 commits January 3, 2026 14:33
Add comprehensive documentation for LimaCharlie AI Sessions:

- New AI Sessions section with 5 documentation pages:
  - index.md: Overview of D&R-driven and User sessions
  - dr-sessions.md: D&R-driven sessions configuration and examples
  - user-sessions.md: User sessions lifecycle and use cases
  - api-reference.md: Full REST API and WebSocket protocol
  - sdk.md: TypeScript SDK documentation

- Updated response-actions.md with 'start ai session' action
- Updated mkdocs.yml navigation with new section

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Document the new one_shot profile option for D&R-triggered AI sessions:
- Add to profile options table in dr-sessions.md
- Add to optional parameters in response-actions.md
- Update examples to show one_shot usage

One-shot mode causes sessions to complete all work for the initial prompt
(including tools, skills, and subagents) before automatically terminating.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants