fischer-agentkit/src/agentkit/server
chiguyong 92fc38de7e fix(review): Wave 3 code review fixes
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.
2026-06-30 05:08:03 +08:00
..
admin fix(review): U3 atomic file writes for YAML + .env + skill config 2026-06-22 17:03:27 +08:00
auth chore(prior): malformed tool call handling, auth whitelist, dev scripts, wave1 plan 2026-06-29 20:25:03 +08:00
frontend chore(prior): malformed tool call handling, auth whitelist, dev scripts, wave1 plan 2026-06-29 20:25:03 +08:00
routes fix(review): Wave 3 code review fixes 2026-06-30 05:08:03 +08:00
static chore(prior): malformed tool call handling, auth whitelist, dev scripts, wave1 plan 2026-06-29 20:25:03 +08:00
utils fix(review): U3 atomic file writes for YAML + .env + skill config 2026-06-22 17:03:27 +08:00
__init__.py feat(agentkit): v2 Phase 1 - ReAct/LLM Gateway/Skill/Server + review fixes 2026-06-05 23:32:16 +08:00
_fallback_chain.py feat(U3): G7 三级 fallback 链路接通 chat REST 2026-06-29 23:07:38 +08:00
app.py fix(calendar): 修复 agent 创建日历事件后 UI 不刷新 + 文档化三根因三部曲 2026-06-29 02:20:33 +08:00
client.py feat(streaming): Phase C - LLM streaming + ReAct events + SSE endpoint 2026-06-06 11:54:17 +08:00
client_config.py fix(config): unify config loading chain and protect ${VAR} references 2026-06-16 00:26:54 +08:00
config.py feat(U2): G6 PhaseState + PhasePolicy + ServerConfig.plan_exec 2026-06-29 23:58:56 +08:00
middleware.py fix: comprehensive code review fixes + WS test stability 2026-06-15 08:17:34 +08:00
runner.py fix(routing): U1-U6 路由优化 + 修复方案 + 代码审查修复 2026-06-20 19:31:49 +08:00
task_store.py fix(review): address all 14 P2 advisory findings 2026-06-06 18:20:46 +08:00