惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

L
LangChain Blog
博客园 - 司徒正美
美团技术团队
Martin Fowler
Martin Fowler
雷峰网
雷峰网
aimingoo的专栏
aimingoo的专栏
博客园 - 三生石上(FineUI控件)
Vercel News
Vercel News
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
爱范儿
爱范儿
U
Unit 42
Y
Y Combinator Blog
月光博客
月光博客
Hugging Face - Blog
Hugging Face - Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
GbyAI
GbyAI
H
Help Net Security
量子位
Last Week in AI
Last Week in AI
博客园_首页
腾讯CDC
小众软件
小众软件

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
test(qa): clean up smoke taxonomy profile (#96320) · open...
RomneyDa · 2026-06-24 · via Recent Commits to openclaw:main

@@ -12,13 +12,11 @@ profiles:

1212

evidenceMode: slim

1313

channelDriver: crabline

1414

categoryIds:

15-

- agent-runtime-and-provider-execution.agent-turn-execution

1615

- agent-runtime-and-provider-execution.model-and-runtime-selection

1716

- agent-runtime-and-provider-execution.provider-auth

1817

- agent-runtime-and-provider-execution.streaming-and-progress

1918

- agent-runtime-and-provider-execution.tool-calls-and-response-handling

2019

- agent-runtime-and-provider-execution.tool-execution-controls

21-

- session-memory-and-context-engine.token-management

2220

- session-memory-and-context-engine.context-engine

2321

- session-memory-and-context-engine.cross-client-history-and-session-parity

2422

- session-memory-and-context-engine.core-prompts-and-context

@@ -36,7 +34,6 @@ profiles:

3634

- channel-framework.outbound-delivery-and-reply-pipeline

3735

- channel-framework.group-thread-and-ambient-room-behavior

3836

- channel-framework.status-health-and-operator-controls

39-

- session-memory-and-context-engine.memory

4037

- session-memory-and-context-engine.diagnostics-maintenance-and-recovery

4138

- automation-cron-hooks-tasks-polling.cron-jobs

4239

- plugin-sdk-and-bundled-plugin-architecture.installing-and-running-plugins

@@ -45,7 +42,6 @@ profiles:

4542

- media-understanding-and-media-generation.media-understanding

4643

- media-understanding-and-media-generation.media-generation

4744

- browser-control-ui-and-webchat.browser-ui

48-

- security-auth-pairing-and-secrets.credential-and-secret-hygiene

4945

- id: release

5046

description: Stable/LTS proof selector for live providers, live channels, package artifacts,

5147

upgrade paths, and platform proof where the claim depends on real upstreams or release

@@ -1305,13 +1301,13 @@ surfaces:

13051301

id: agent-turn-execution

13061302

features:

13071303

- name: Turn startup and runtime choice

1308-

coverageIds: [agents.create, agents.instructions, channels.discord-config, config.crestodian-setup, runtime.first-action, runtime.first-hour-20, runtime.long-context]

1304+

coverageIds: [agents.create, agents.instructions, channels.discord-config, config.crestodian-setup, runtime.first-action, runtime.multi-turn-continuity, runtime.long-context]

13091305

description: Starting an agent turn and choosing gateway versus embedded runtime execution.

13101306

- name: Session and run coordination

13111307

coverageIds: [agents.subagents, channels.dedup, channels.dm, channels.qa-channel, channels.reconnect, channels.streaming, channels.threads, commitments.heartbeat-target-none, commitments.scope, personal.channel-replies, runtime.codex-plugin.lifecycle, runtime.delivery, runtime.fallback-delivery, runtime.gateway-restart, runtime.restart-recovery, runtime.turn-ordering]

13121308

description: Establishing session and run ids, queue locks, and related execution coordination.

13131309

- name: Abort and terminal outcomes

1314-

coverageIds: [channels.streaming, runtime.delivery, runtime.fallback-delivery, runtime.long-context, runtime.soak-100]

1310+

coverageIds: [channels.streaming, runtime.delivery, runtime.fallback-delivery, runtime.long-context, runtime.long-run-stability]

13151311

description: Honoring aborts, timing provider/model work, and emitting terminal outcomes.

13161312

docs:

13171313

- docs/concepts/agent-loop.md

@@ -1593,7 +1589,7 @@ surfaces:

15931589

coverageIds: [session.pruning]

15941590

description: Covers Pruning across manual and automatic compaction, preemptive overflow checks, context-window estimation, session pruning, tool-result trimming, compaction providers, retry/timeout behavior, and compacted transcript checkpoints.

15951591

- name: Token Pressure

1596-

coverageIds: [runtime.codex-app-server, runtime.first-hour-20, runtime.gateway-log-sentinel.codex-progress, runtime.long-context, runtime.soak-100]

1592+

coverageIds: [runtime.codex-app-server, runtime.multi-turn-continuity, runtime.gateway-log-sentinel.codex-progress, runtime.long-context, runtime.long-run-stability]

15971593

description: Covers Token Pressure across manual and automatic compaction, preemptive overflow checks, context-window estimation, session pruning, tool-result trimming, compaction providers, retry/timeout behavior, and compacted transcript checkpoints.

15981594

docs:

15991595

- docs/concepts/compaction.md

@@ -2418,7 +2414,7 @@ surfaces:

24182414

coverageIds: [telemetry.trusted-trace-context]

24192415

description: Trusted trace context, W3C traceparent propagation to model calls, file-log correlation, content-capture controls, and redacted/bounded attributes

24202416

- name: Model and runtime telemetry

2421-

coverageIds: [docker.e2e, harness.qa-lab, harness.tool-trace-visibility, personal.failure-recovery, personal.no-fake-progress, personal.task-followthrough, runtime.qa-bus, telemetry.otel, telemetry.prometheus, tools.evidence, tools.trace]

2417+

coverageIds: [docker.runtime-validation, harness.qa-lab, harness.tool-trace-visibility, personal.failure-recovery, personal.no-fake-progress, personal.task-followthrough, runtime.qa-bus, telemetry.otel, telemetry.prometheus, tools.evidence, tools.trace]

24222418

description: Model, tool, message, session, queue, Talk, exec, webhook, context assembly, harness, and exporter-health signals

24232419

- name: diagnostics-prometheus plugin install

24242420

coverageIds: [telemetry.diagnostics-prometheus-plugin-install]

@@ -2427,7 +2423,7 @@ surfaces:

24272423

coverageIds: [telemetry.prometheus-authenticated-gateway-export]

24282424

description: Gateway-authenticated GET /api/diagnostics/prometheus behavior, status, and operator-visible verification.

24292425

- name: Prometheus text exposition

2430-

coverageIds: [docker.e2e, harness.qa-lab, telemetry.prometheus]

2426+

coverageIds: [docker.runtime-validation, harness.qa-lab, telemetry.prometheus]

24312427

description: Prometheus text exposition, counters, gauges, histograms, label policy, series cap, and overflow metric

24322428

- name: Trusted diagnostic event subscription

24332429

coverageIds: [telemetry.trusted-diagnostic-event-subscription]

@@ -6445,7 +6441,7 @@ surfaces:

64456441

coverageIds: [docker.package-artifact-generation]

64466442

description: Docker E2E package artifact generation and shared build helpers

64476443

- name: Docker E2E plan/scheduler scripts

6448-

coverageIds: [docker.e2e, harness.qa-lab, telemetry.prometheus]

6444+

coverageIds: [docker.runtime-validation, harness.qa-lab, telemetry.prometheus]

64496445

description: Docker E2E plan/scheduler scripts, lane metadata, targeted grouping, package artifact generation, and GitHub hydration action

64506446

- name: Release-path install

64516447

coverageIds: [docker.release-path-install]