haikdc
|
07199caf34
|
[haik]: refactor: adopt P-prefix naming convention for module-level private symbols, replacing leading underscores with P_ prefix (e.g. _STEP_TOOLS -> P_STEP_TOOLS, _BROWSY_RE -> P_BROWSY_RE, _domain_notes -> P_DOMAIN_NOTES) and removing underscores from public API functions (e.g. _trim_history_by_turns -> trim_history_by_turns, _validate_message_pairing -> validate_message_pairing). Updated across browser_history, browser_agent, browser_batch_replay, browser_fast_path, browser_fast_read, browser_extract, browser_agent_mcp_server, and aux_llm. Added linter no-underscore-names exclusions for agent_manager, agents, and browser_agent
|
2026-06-13 16:49:37 -07:00 |
|
ciregenz
|
99ba826be2
|
[eric] backend: INFO logging visible in dev plus ms-level traces across the fast path
|
2026-06-05 16:12:32 -07:00 |
|
ciregenz
|
84eeb2925e
|
[eric] browser: three-way fast path, READ answers public pages via local fetch in seconds
|
2026-06-05 15:17:33 -07:00 |
|