|
Test / backend-test (pull_request) Has been cancelled
Details
Test / frontend-unit (pull_request) Has been cancelled
Details
Test / api-e2e (pull_request) Has been cancelled
Details
Test / frontend-e2e (pull_request) Has been cancelled
Details
P1: bash/shell tool name mismatch. PhasePolicy whitelist used "bash" but ShellTool registers as "shell". The bash_command_filter was dead code (never matched the real tool name). Fixed in phase.py whitelist, react.py filter check, agentkit.yaml config, and all tests. P1: AdvancePhaseTool missing import in tools/__init__.py. Was in __all__ but never imported. Added the import. P2: chat.py phase policy error message echoed verbatim to WS client. Truncated to 200 chars to match nearby error paths and avoid leaking config internals. P2: policy_from_config rebuilt PhasePolicy 3x via full-field copy. Replaced with dataclasses.replace() so new PhasePolicy fields are not silently dropped in future reconstructions. ce-code-review (mode:agent) step of LFG pipeline. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| advance_phase.py | ||
| agent_tool.py | ||
| ask_human.py | ||
| baidu_search.py | ||
| base.py | ||
| bitable_tool.py | ||
| builtin.py | ||
| calendar_tool.py | ||
| composition.py | ||
| computer_use.py | ||
| computer_use_recorder.py | ||
| computer_use_session.py | ||
| document_tool.py | ||
| file_read.py | ||
| function_tool.py | ||
| headroom_retrieve.py | ||
| mcp_tool.py | ||
| memory_tool.py | ||
| output_parser.py | ||
| pty_session.py | ||
| registry.py | ||
| schema_tools.py | ||
| search.py | ||
| shell.py | ||
| skill_install.py | ||
| skill_search.py | ||
| symbol_extractor.py | ||
| terminal_session.py | ||
| web_crawl.py | ||
| web_search.py | ||