You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add AiAgentConfig for AI agent governance
* feat: add BIZ_TYPE_AI_AGENT constant
* feat: add ai_agent stub in enterprise-utils
* feat: add AI agent URL detection hook in the HTTP parser
* feat: add biz_type to ProcessData and ProcessInfo
* feat: exempt AI agent traffic from flow reassembly limits
* feat: add access_permission and AI agent hook points for eBPF
* feat: integrate AiAgentRegistry into the agent lifecycle
* fix: add missing L7ProtocolInfoInterface import and remove the unused variable
* fix: add a null statement after skip_latency_filter
* feat: complete PRD 2.2 updates for AI agent governance
* fix: resolve blockers in the AI agent governance event pipeline
* feat: add AI agent reassembly and process biz_type handling
* feat: add ai_agent config and bump the database version
* feat: extend endpoints for AI agent identification
* fix: align AI agent tracepoint hooks
* feat: add chmod, chown, and unlink tracepoints for AI agents
* fix: clean up AI agents with full process scanning
* fix: correct AI agent pid_tgid usage in socket_trace
* fix: reduce AI agent stack usage in data submission
* fix: sync biz_type for gprocess in multi-controller mode
* fix: add missing is_ai_agent handling in socket_trace
* fix: avoid BPF stack usage for the ai_agent flag
* fix: address AI agent governance review feedback
* fix: resolve the proc scan hook warning and HTTP endpoint borrow issue
* feat: auto-sync AI agent gprocess_info
* feat: mark AI agents with biz_type in gprocess
* feat: support gprocess.biz_type tag queries
* feat: log AI agent PIDs during gprocess sync
* feat: inherit child process lifecycle for AI agents
* feat: expose process event start time for AI agents
* fix: correct gprocess fallback and captured bytes for proc lifecycle
* fix: guard AI reassembly bytes on invalid socket info
* fix: refresh proc.gprocess_info on process change
* fix: enable reassembly after protocol inference
* fix: enable reassembly for existing sockets after protocol inference
* fix: inherit gprocess_id for AI agent descendants
* fix: preserve gprocess inheritance on proc exec and add tests
* fix: include AI agent PIDs in socket list sync
* fix: propagate reasm_bytes during eBPF merge
* fix: remove the record_endpoint_hit stub from AiAgentRegistry
* feat: add ai_agent_root_pid for child gprocess_id resolution
* fix: normalize file_op output to match IoEvent
* fix: bypass collect_mode filtering for child AI agent file I/O events
* chore: add deepflow-ctl support for ai-agent process show
* fix: keep AI endpoint extraction independent of http_endpoint_disabled
* feat: split AI agent event tables
* fix: register metrics for AI agent event tables
* fix: add localized tag descriptions for AI agent event tables
* fix: compact management events and disable 1-second aggregation
* fix: reduce AI agent governance sync log noise
* fix: scope event reducers by agent and gpid
* fix: guard AI agent proc scan hook for non-Linux builds
* fix: refine file agg event windowing
* fix: clarify AI agent event semantics
* fix: route biz_type queries through gprocess tags
* fix: avoid duplicate AI agent exec and exit probes
* fix: correct captured byte accounting for ebpf reassembly
* fix: address latest pr11446 review feedback
* fix: restrict file agg events to ai agents
* feat: link AI event data source retention updates
* fix: add raw biz_type fallback for enum filters
* fix: preserve ai agent endpoint and retention sync
* fix: harden ai agent ebpf reassembly and limits
* docs: clarify gprocess id sync timing
* test: harden ai agent review regressions
* fix: harden ai agent event reducers and cache
* fix: clean up ai agent review follow-ups
* fix: harden ai agent ebpf and proc scan follow-ups
* fix: tighten ai agent endpoint and pid fetch paths
* fix: avoid endpoint borrow conflicts during ai-agent matching
* fix: align gprocess biz_type query translators
* refactor: avoid extra endpoint copies in http parser
* fix(cli): align Go version with server requirement
* fix(cli): tidy module metadata for Go 1.26
0 commit comments