{"type":"begin","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/preflight.py"}}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/preflight.py"},"lines":{"text":"        self._active_input_area: TextArea | None = None\n"},"line_number":228,"absolute_offset":7733,"submatches":[{"match":{"text":"input_area"},"start":21,"end":31}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/preflight.py"},"lines":{"text":"        self._input_container_current = Window(height=1, char=\" \")\n"},"line_number":232,"absolute_offset":7961,"submatches":[{"match":{"text":"input_container"},"start":14,"end":29}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/preflight.py"},"lines":{"text":"            content=DynamicContainer(lambda: self._input_container_current),\n"},"line_number":254,"absolute_offset":8849,"submatches":[{"match":{"text":"input_container"},"start":51,"end":66}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/preflight.py"},"lines":{"text":"            if self._active_input_area is None:\n"},"line_number":300,"absolute_offset":10427,"submatches":[{"match":{"text":"input_area"},"start":28,"end":38}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/preflight.py"},"lines":{"text":"            text = self._active_input_area.text\n"},"line_number":302,"absolute_offset":10498,"submatches":[{"match":{"text":"input_area"},"start":32,"end":42}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/preflight.py"},"lines":{"text":"        if self._app is None or self._active_input_area is None:\n"},"line_number":349,"absolute_offset":12154,"submatches":[{"match":{"text":"input_area"},"start":45,"end":55}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/preflight.py"},"lines":{"text":"        self._app.layout.focus(self._active_input_area.window)\n"},"line_number":351,"absolute_offset":12238,"submatches":[{"match":{"text":"input_area"},"start":44,"end":54}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/preflight.py"},"lines":{"text":"        input_area = TextArea(\n"},"line_number":403,"absolute_offset":13840,"submatches":[{"match":{"text":"input_area"},"start":8,"end":18}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/preflight.py"},"lines":{"text":"        self._input_container_current = HSplit([\n"},"line_number":418,"absolute_offset":14322,"submatches":[{"match":{"text":"input_container"},"start":14,"end":29}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/preflight.py"},"lines":{"text":"            Frame(body=input_area, title=title),\n"},"line_number":419,"absolute_offset":14371,"submatches":[{"match":{"text":"input_area"},"start":23,"end":33}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/preflight.py"},"lines":{"text":"        self._active_input_area = input_area\n"},"line_number":422,"absolute_offset":14449,"submatches":[{"match":{"text":"input_area"},"start":21,"end":31},{"match":{"text":"input_area"},"start":34,"end":44}]}}
{"type":"end","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/preflight.py"},"binary_offset":null,"stats":{"elapsed":{"secs":0,"nanos":136768,"human":"0.000137s"},"searches":1,"searches_with_match":1,"bytes_searched":26819,"bytes_printed":3677,"matched_lines":11,"matches":12}}}
{"type":"begin","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui.py"}}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui.py"},"lines":{"text":"        self._input_area = TextArea(\n"},"line_number":306,"absolute_offset":11644,"submatches":[{"match":{"text":"input_area"},"start":14,"end":24}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui.py"},"lines":{"text":"        self._input_area.window.char = \" \"\n"},"line_number":322,"absolute_offset":12377,"submatches":[{"match":{"text":"input_area"},"start":14,"end":24}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui.py"},"lines":{"text":"        @self._input_area.buffer.on_text_changed.add_handler\n"},"line_number":324,"absolute_offset":12421,"submatches":[{"match":{"text":"input_area"},"start":15,"end":25}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui.py"},"lines":{"text":"            doc = self._input_area.buffer.document\n"},"line_number":330,"absolute_offset":12655,"submatches":[{"match":{"text":"input_area"},"start":24,"end":34}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui.py"},"lines":{"text":"                self._input_area.buffer.start_completion(select_first=False)\n"},"line_number":336,"absolute_offset":12924,"submatches":[{"match":{"text":"input_area"},"start":22,"end":32}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui.py"},"lines":{"text":"            & has_focus(self._input_area)\n"},"line_number":407,"absolute_offset":15605,"submatches":[{"match":{"text":"input_area"},"start":30,"end":40}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui.py"},"lines":{"text":"        self._input_container = ConditionalContainer(\n"},"line_number":416,"absolute_offset":15903,"submatches":[{"match":{"text":"input_container"},"start":14,"end":29}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui.py"},"lines":{"text":"            content=self._input_area,\n"},"line_number":417,"absolute_offset":15957,"submatches":[{"match":{"text":"input_area"},"start":26,"end":36}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui.py"},"lines":{"text":"                self._input_container,\n"},"line_number":468,"absolute_offset":18397,"submatches":[{"match":{"text":"input_container"},"start":22,"end":37}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui.py"},"lines":{"text":"        self._layout = Layout(self._root, focused_element=self._input_area.window)\n"},"line_number":484,"absolute_offset":18921,"submatches":[{"match":{"text":"input_area"},"start":64,"end":74}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui.py"},"lines":{"text":"                \"question.custom_input.border\": \"fg:#334155\",\n"},"line_number":522,"absolute_offset":21039,"submatches":[{"match":{"text":"input.border"},"start":33,"end":45}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui.py"},"lines":{"text":"        input_text = str(getattr(getattr(self, \"_input_area\", None), \"text\", \"\"))\n"},"line_number":796,"absolute_offset":32376,"submatches":[{"match":{"text":"input_area"},"start":49,"end":59}]}}
{"type":"end","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui.py"},"binary_offset":null,"stats":{"elapsed":{"secs":0,"nanos":208635,"human":"0.000209s"},"searches":1,"searches_with_match":1,"bytes_searched":72168,"bytes_printed":3891,"matched_lines":12,"matches":12}}}
{"type":"begin","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui_parts/commands.py"}}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui_parts/commands.py"},"lines":{"text":"        buffer = self._input_area.buffer\n"},"line_number":1539,"absolute_offset":55045,"submatches":[{"match":{"text":"input_area"},"start":23,"end":33}]}}
{"type":"end","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui_parts/commands.py"},"binary_offset":null,"stats":{"elapsed":{"secs":0,"nanos":126754,"human":"0.000127s"},"searches":1,"searches_with_match":1,"bytes_searched":62134,"bytes_printed":454,"matched_lines":1,"matches":1}}}
{"type":"begin","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui_parts/render_panels.py"}}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui_parts/render_panels.py"},"lines":{"text":"        input_area = getattr(self, \"_input_area\", None)\n"},"line_number":176,"absolute_offset":6150,"submatches":[{"match":{"text":"input_area"},"start":8,"end":18},{"match":{"text":"input_area"},"start":37,"end":47}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui_parts/render_panels.py"},"lines":{"text":"        if input_area is None:\n"},"line_number":177,"absolute_offset":6206,"submatches":[{"match":{"text":"input_area"},"start":11,"end":21}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui_parts/render_panels.py"},"lines":{"text":"        buffer = getattr(input_area, \"buffer\", None)\n"},"line_number":179,"absolute_offset":6261,"submatches":[{"match":{"text":"input_area"},"start":25,"end":35}]}}
{"type":"end","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui_parts/render_panels.py"},"binary_offset":null,"stats":{"elapsed":{"secs":0,"nanos":84009,"human":"0.000084s"},"searches":1,"searches_with_match":1,"bytes_searched":29465,"bytes_printed":1166,"matched_lines":3,"matches":4}}}
{"type":"begin","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui_parts/input_behavior.py"}}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui_parts/input_behavior.py"},"lines":{"text":"        buffer = self._input_area.buffer\n"},"line_number":27,"absolute_offset":816,"submatches":[{"match":{"text":"input_area"},"start":23,"end":33}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui_parts/input_behavior.py"},"lines":{"text":"        self._app.layout.focus(self._input_area.window)\n"},"line_number":145,"absolute_offset":5205,"submatches":[{"match":{"text":"input_area"},"start":37,"end":47}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui_parts/input_behavior.py"},"lines":{"text":"    def _clear_input_area(self, *, save_to_history: bool = False) -> None:\n"},"line_number":168,"absolute_offset":6131,"submatches":[{"match":{"text":"input_area"},"start":15,"end":25}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui_parts/input_behavior.py"},"lines":{"text":"        buffer = self._input_area.buffer\n"},"line_number":173,"absolute_offset":6309,"submatches":[{"match":{"text":"input_area"},"start":23,"end":33}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui_parts/input_behavior.py"},"lines":{"text":"        raw_text = self._input_area.text\n"},"line_number":329,"absolute_offset":11745,"submatches":[{"match":{"text":"input_area"},"start":25,"end":35}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui_parts/input_behavior.py"},"lines":{"text":"        if self._input_area.buffer.complete_state is not None:\n"},"line_number":334,"absolute_offset":11915,"submatches":[{"match":{"text":"input_area"},"start":17,"end":27}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui_parts/input_behavior.py"},"lines":{"text":"            self._input_area.buffer.cancel_completion()\n"},"line_number":335,"absolute_offset":11978,"submatches":[{"match":{"text":"input_area"},"start":18,"end":28}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui_parts/input_behavior.py"},"lines":{"text":"        self._clear_input_area(save_to_history=True)\n"},"line_number":336,"absolute_offset":12034,"submatches":[{"match":{"text":"input_area"},"start":20,"end":30}]}}
{"type":"end","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui_parts/input_behavior.py"},"binary_offset":null,"stats":{"elapsed":{"secs":0,"nanos":95478,"human":"0.000095s"},"searches":1,"searches_with_match":1,"bytes_searched":14278,"bytes_printed":2783,"matched_lines":8,"matches":8}}}
{"type":"begin","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui_parts/key_bindings.py"}}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui_parts/key_bindings.py"},"lines":{"text":"                self._clear_input_area()\n"},"line_number":468,"absolute_offset":17169,"submatches":[{"match":{"text":"input_area"},"start":28,"end":38}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui_parts/key_bindings.py"},"lines":{"text":"                self._app.layout.focus(self._input_area.window)\n"},"line_number":472,"absolute_offset":17306,"submatches":[{"match":{"text":"input_area"},"start":45,"end":55}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui_parts/key_bindings.py"},"lines":{"text":"            self._clear_input_area()\n"},"line_number":509,"absolute_offset":18780,"submatches":[{"match":{"text":"input_area"},"start":24,"end":34}]}}
{"type":"end","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/tui_parts/key_bindings.py"},"binary_offset":null,"stats":{"elapsed":{"secs":0,"nanos":80773,"human":"0.000081s"},"searches":1,"searches_with_match":1,"bytes_searched":21397,"bytes_printed":1112,"matched_lines":3,"matches":3}}}
{"type":"begin","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/plugins/plugin_picker.py"}}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/plugins/plugin_picker.py"},"lines":{"text":"        # Search area（与 question_view._custom_input_area 同模式）\n"},"line_number":156,"absolute_offset":4976,"submatches":[{"match":{"text":"input_area"},"start":50,"end":60}]}}
{"type":"end","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/plugins/plugin_picker.py"},"binary_offset":null,"stats":{"elapsed":{"secs":0,"nanos":66385,"human":"0.000066s"},"searches":1,"searches_with_match":1,"bytes_searched":14877,"bytes_printed":491,"matched_lines":1,"matches":1}}}
{"type":"begin","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/question_view.py"}}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/question_view.py"},"lines":{"text":"        self._custom_input_area = TextArea(\n"},"line_number":86,"absolute_offset":2432,"submatches":[{"match":{"text":"input_area"},"start":21,"end":31}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/question_view.py"},"lines":{"text":"        self._custom_input_area.window.style = \"class:question.custom_input\"\n"},"line_number":93,"absolute_offset":2644,"submatches":[{"match":{"text":"input_area"},"start":21,"end":31}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/question_view.py"},"lines":{"text":"        @self._custom_input_area.buffer.on_text_changed.add_handler\n"},"line_number":95,"absolute_offset":2722,"submatches":[{"match":{"text":"input_area"},"start":22,"end":32}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/question_view.py"},"lines":{"text":"        self._custom_input_area_container = ConditionalContainer(\n"},"line_number":105,"absolute_offset":3188,"submatches":[{"match":{"text":"input_area"},"start":21,"end":31}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/question_view.py"},"lines":{"text":"                                    \"class:question.custom_input.border\",\n"},"line_number":112,"absolute_offset":3451,"submatches":[{"match":{"text":"input.border"},"start":59,"end":71}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/question_view.py"},"lines":{"text":"                    self._custom_input_area,\n"},"line_number":120,"absolute_offset":3910,"submatches":[{"match":{"text":"input_area"},"start":33,"end":43}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/question_view.py"},"lines":{"text":"                                    \"class:question.custom_input.border\",\n"},"line_number":125,"absolute_offset":4106,"submatches":[{"match":{"text":"input.border"},"start":59,"end":71}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/question_view.py"},"lines":{"text":"                self._custom_input_area_container,\n"},"line_number":162,"absolute_offset":5483,"submatches":[{"match":{"text":"input_area"},"start":29,"end":39}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/question_view.py"},"lines":{"text":"            return self._custom_input_area.window\n"},"line_number":264,"absolute_offset":9416,"submatches":[{"match":{"text":"input_area"},"start":32,"end":42}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/question_view.py"},"lines":{"text":"        return self._custom_input_area.window\n"},"line_number":269,"absolute_offset":9562,"submatches":[{"match":{"text":"input_area"},"start":28,"end":38}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/question_view.py"},"lines":{"text":"        if self._custom_input_area.text != text:\n"},"line_number":349,"absolute_offset":12457,"submatches":[{"match":{"text":"input_area"},"start":24,"end":34}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/question_view.py"},"lines":{"text":"            self._custom_input_area.buffer.document = Document(text=text, cursor_position=len(text))\n"},"line_number":350,"absolute_offset":12506,"submatches":[{"match":{"text":"input_area"},"start":25,"end":35}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/question_view.py"},"lines":{"text":"            if self._custom_input_area.text:\n"},"line_number":511,"absolute_offset":18721,"submatches":[{"match":{"text":"input_area"},"start":28,"end":38}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/question_view.py"},"lines":{"text":"                self._custom_input_area.buffer.document = Document(text=\"\", cursor_position=0)\n"},"line_number":512,"absolute_offset":18766,"submatches":[{"match":{"text":"input_area"},"start":29,"end":39}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/question_view.py"},"lines":{"text":"        if self._custom_input_area.text == text:\n"},"line_number":515,"absolute_offset":18917,"submatches":[{"match":{"text":"input_area"},"start":24,"end":34}]}}
{"type":"match","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/question_view.py"},"lines":{"text":"        self._custom_input_area.buffer.document = Document(text=text, cursor_position=len(text))\n"},"line_number":517,"absolute_offset":18985,"submatches":[{"match":{"text":"input_area"},"start":21,"end":31}]}}
{"type":"end","data":{"path":{"text":"/home/hyc/projects/agent-sdk/packages/comate_cli/comate_cli/terminal_agent/question_view.py"},"binary_offset":null,"stats":{"elapsed":{"secs":0,"nanos":134688,"human":"0.000135s"},"searches":1,"searches_with_match":1,"bytes_searched":26363,"bytes_printed":5422,"matched_lines":16,"matches":16}}}
{"data":{"elapsed_total":{"human":"0.015521s","nanos":15520576,"secs":0},"stats":{"bytes_printed":18996,"bytes_searched":267501,"elapsed":{"human":"0.000933s","nanos":933490,"secs":0},"matched_lines":55,"matches":57,"searches":8,"searches_with_match":8}},"type":"summary"}
