Commit History

fix(agent,ui,prompt): cut the measured step waste, and stop mislabelling timeouts
f5b3564

Annie Voigt commited on

docs(security): clarify _resolve_env_vars is read-only env substitution
ac31567

Annie Voigt commited on

style: apply ruff lint --fix + ruff format across the tree
c3b49d6

Annie Voigt commited on

style(exec): move nosec B310 rationale to a comment (ADR-0014 bandit hygiene)
8a0b154

Annie Voigt commited on

feat(logging): ADR-0013 audit-trace redaction (secret/credential/PII scrubbing)
a28dcdc

Annie Voigt commited on

feat(exec): ADR-0007 Phase 2 local hardening for ContainerLauncher
4df1b49

Annie Voigt commited on

feat(exec): real MCP handshake + container-launch fixes (ADR-0007 Phase 1 validation)
86baa28

Annie Voigt commited on

feat(exec): sandboxed per-session exec-kernel executor (ADR-0007 Phase 1)
a495d22

Anne Voigt commited on

feat(exec): extract Executor seam + EXECUTOR config switch (ADR-0007 Phase 0)
6a88274

Anne Voigt commited on

perf(mcp): HTTP transport core — add_mcp_http on agent/tool_manager + adata cache + instrumentation
67cb726

avoigt1121 commited on

UI exports: fix angle-bracket content loss; embed plots in downloads
1b3821a

avoigt1121 commited on

UI: save a full-run PDF to the results repo alongside md/json
884ab75

avoigt1121 commited on

Fix: raise on MCP tool errors instead of returning error text as a string
399f9d7

avoigt1121 commited on

Security: replace pickle GPL cache with JSON; document accepted exec risk
98bec0e

avoigt1121 commited on

Lint cleanup: remove unused imports, empty f-strings, split import lines
8d71444

avoigt1121 commited on

Extract _resolve_env_vars from MCPManager.add_mcp (CC 31->26, out of E)
444398b

avoigt1121 commited on

Code-quality fixes: dead assignments, redundant imports, MD5 intent, type hints
82f833d

avoigt1121 commited on

HF wheel registry, pinned deps, apt probe, security scan, API-key fallback
ec3eabb

avoigt1121 commited on

Make decoupleR method-limitations text deterministic
7177af3

avoigt1121 commited on

Surface exceptions from add_mcp_server's outer try/except in last_discovery_errors
e70837f

avoigt1121 commited on

Add handshake timing/timeout diagnostics to MCP discovery
323c37b

avoigt1121 commited on

Fix MCP server subprocess using wrong Python interpreter (root cause of 0 tools)
52a82d5

avoigt1121 commited on

Capture remaining silent zero-tool paths in MCP discovery diagnostics
522d44e

avoigt1121 commited on

Capture MCP server subprocess stderr for health-check diagnostics
a00e71d

avoigt1121 commited on

Surface MCP tool discovery errors in health check
52a115d

avoigt1121 commited on

Cap conversation history and code-output size to bound credit cost
3c3df06

avoigt1121 commited on

Eliminate per-call subprocess overhead with persistent HTTP MCP server
aa00971

avoigt1121 commited on

Export Q+A only; save full run to HF with structured sections + clickable link
0ec1bb9

avoigt1121 commited on

Remove StateManager class and redundant PlanManager instantiations
bf7aca6

avoigt1121 commited on

Consolidate three tool stores into one (_tool_catalog)
8608536

avoigt1121 commited on

Clean up dead code, fix two bugs, remove unused abstractions
2386a1a

avoigt1121 commited on

Align project layout with HF Spaces and FastMCP conventions
1a17418

avoigt1121 commited on