Skip to content

Labels

Labels

  • A-Agent

    Agent image: systemd, Chrome, VNC server, openclaw gateway, init scripts
  • A-API

    REST endpoints, SSE, request/response contracts, route definitions
  • A-Auth

    Login, sessions, WebAuthn passkeys, RBAC, user management
  • A-Build

    Dockerfiles, multi-stage builds, CI/CD, Makefile
  • A-Config

    Settings, openclaw.json, models config, key resolution, env vars
  • A-Crypto

    Fernet encryption, API key encrypt/decrypt/masking, gateway tokens
  • A-Database

    SQLite, GORM, schema, migrations, data model
  • A-Deployment

    Helm chart, Docker Compose, installer scripts, RBAC, NetworkPolicy
  • A-Files

    In-container file browse, read, download, create, mkdir, upload
  • A-Frontend

    React dashboard, components, TailwindCSS, Monaco editor, noVNC client
  • A-Logs

    SSE log streaming from instances
  • A-Orchestrator

    Instance lifecycle, K8s/Docker abstraction, volumes, networking
  • A-Proxy

    WebSocket proxying: VNC, terminal, chat gateway protocol, control proxy
  • C-Bug

    Unexpected or incorrect behavior
  • C-Docs

    Documentation additions or corrections
  • C-Feature

    New functionality or capability
  • C-Performance

    Speed, memory, or resource usage improvement
  • C-Refactor

    Code quality improvement without behavior change
  • C-Security

    Security hardening, vulnerability fix, or audit finding
  • C-Usability

    UX improvement: better errors, clearer UI, smoother workflows
  • D-Complex

    Deep knowledge needed: orchestrator, proxy protocol, cross-cutting
  • D-Straightforward

    Standard work: single-handler bug fix, new API field, component change
  • D-Trivial

    Quick fix, good for newcomers
  • dependencies

    Pull requests that update a dependency file
  • go

    Pull requests that update go code
  • javascript

    Pull requests that update javascript code
  • O-Docker

    Docker orchestrator: docker exec, named volumes, bridge networking
  • O-Kubernetes

    K8s orchestrator: SPDY exec, PVCs, ClusterIP, API proxy paths
  • O-Linux

    Specific to Linux host environments
  • O-macOS

    Specific to macOS / Docker Desktop on Mac