/home/llmeval/.local/share/uv/tools/cubbi/lib/python3.12/site-packages/click/core.py:1213: UserWarning: The parameter -m is used more than once. Remove its duplicate as parameters should be unique. parser = self.make_parser(ctx) /home/llmeval/.local/share/uv/tools/cubbi/lib/python3.12/site-packages/click/core.py:1206: UserWarning: The parameter -m is used more than once. Remove its duplicate as parameters should be unique. self.parse_args(ctx, args) Using UID: 1000, GID: 1000 Forwarding environment variable OPENROUTER_API_KEY to container Mounting local directory /home/llmeval/llmeval/runs/run_20251224_150021/task13_meeting_action_items/openrouter-openai-gpt-5.2/workspace to /app No project_name provided - skipping configuration directory setup. Session created successfully! Session ID: acbfb1f2 Image: opencode Executing command and waiting for completion... Container will exit after command completes. Command logs: Initializing opencode v1.0.0 Setting up user 'cubbi' with UID: 1000, GID: 1000 Setting up standard directories Created directory: /app Created directory: /cubbi-config Created directory: /cubbi-config/home Creating /home/cubbi as symlink to /cubbi-config/home Created directory: /cubbi-config/home/.local Copied /root/.local/bin to user directory Running opencode-specific initialization Added litellm custom provider with 145 models to OpenCode configuration Added openrouter standard provider with 353 models to OpenCode configuration Set default model to openrouter/openai/gpt-5.2 Updated OpenCode configuration at /home/cubbi/.config/opencode/config.json with 2 providers No MCP servers to integrate --- Executing initial command --- Executing user command: if [ -f install.sh ]; then bash install.sh; fi; echo "--- TASK BEGIN ---"; cat task.md; echo "--- TASK END ---"; cd input && opencode run --print-logs < ../task.md Executing as cubbi: sh -c if [ -f install.sh ]; then bash install.sh; fi; echo "--- TASK BEGIN ---"; cat task.md; echo "--- TASK END ---"; cd input && opencode run --print-logs < ../task.md --- TASK BEGIN --- # Meeting Action Items Extraction for Michal You are analyzing meeting transcripts to extract action items specifically for a person named **Michal**. ## Input Files The `input/` directory contains JSON files with meeting transcripts. Each file has the following structure: - `title` - Meeting title - `timestamp` - Meeting date in ISO format - `raw_data.room_name` - Room/channel name - `raw_data.short_summary` - Brief summary - `raw_data.long_summary` - Detailed summary - `raw_data.transcript` - Full conversation transcript ## Your Task For each JSON file in the `input/` directory, extract **all action items assigned to or involving Michal**. Check for variations like "Michal", "michal", "Michael", "Micha��". ## Output Format Create corresponding JSON files in the current directory with the same names as the input files (e.g., `1.json`, `2.json`, etc.). Each output file must follow this exact schema: ```json { "action_items": [ {"action_item": "Description of task for Michal", "deadline": null}, {"action_item": "Another task with date", "deadline": "2025-12-20"}, {"action_item": "Task with datetime", "deadline": "2025-12-20T10:00:00"} ] } ``` ## Action Item Fields - **action_item**: A clear description of what Michal needs to do - **deadline**: Any mentioned deadline in ISO 8601 format (e.g., "2025-12-20" or "2025-12-20T10:00:00"), or null if not specified ## Important Guidelines - **Be conservative**. Only create an action item if you're sure it stems from the conversation and is clearly assigned to or involves Michal. - Include all commitments, tasks, and follow-ups for Michal that are explicitly mentioned in the meeting. - Deadlines must be in valid ISO 8601 format (date only like "2025-12-20" or full datetime like "2025-12-20T10:00:00") - If Michal has no action items in a meeting, return an empty action_items array: `{"action_items": []}` PS: You are currently working in an automated system and cannot ask any questions or have back and forth with a user. --- TASK END --- INFO 2025-12-24T15:41:22 +471ms service=default version=1.0.155 args=["run","--print-logs"] opencode INFO 2025-12-24T15:41:22 +17ms service=default directory=/app/input creating instance INFO 2025-12-24T15:41:22 +0ms service=project directory=/app/input fromDirectory INFO 2025-12-24T15:41:22 +6ms service=storage index=0 running migration ERROR 2025-12-24T15:41:22 +2ms service=storage index=0 failed to run migration INFO 2025-12-24T15:41:22 +0ms service=storage index=1 running migration INFO 2025-12-24T15:41:22 +8ms service=default directory=/app/input bootstrapping INFO 2025-12-24T15:41:22 +5ms service=config path=/home/cubbi/.config/opencode/config.json loading INFO 2025-12-24T15:41:22 +48ms service=config path=/home/cubbi/.config/opencode/opencode.json loading INFO 2025-12-24T15:41:22 +1ms service=config path=/home/cubbi/.config/opencode/opencode.jsonc loading INFO 2025-12-24T15:41:22 +9ms service=bun cmd=["/opt/node/lib/node_modules/opencode-ai/node_modules/opencode-linux-x64/bin/opencode","add","@opencode-ai/plugin@1.0.155","--exact"] cwd=/home/cubbi/.config/opencode running INFO 2025-12-24T15:41:22 +409ms service=bun code=0 stdout=bun add v1.3.4 (5eb2145b) installed @opencode-ai/plugin@1.0.155 3 packages installed [396.00ms] stderr=Resolving dependencies Resolved, downloaded and extracted [12] Saved lockfile done INFO 2025-12-24T15:41:22 +6ms service=plugin path=opencode-copilot-auth@0.0.9 loading plugin INFO 2025-12-24T15:41:22 +1ms service=bun pkg=opencode-copilot-auth version=0.0.9 installing package using Bun's default registry resolution INFO 2025-12-24T15:41:22 +0ms service=bun cmd=["/opt/node/lib/node_modules/opencode-ai/node_modules/opencode-linux-x64/bin/opencode","add","--force","--exact","--cwd","/home/cubbi/.cache/opencode","opencode-copilot-auth@0.0.9"] cwd=/home/cubbi/.cache/opencode running INFO 2025-12-24T15:41:22 +75ms service=bun code=0 stdout=bun add v1.3.4 (5eb2145b) installed opencode-copilot-auth@0.0.9 1 package installed [68.00ms] stderr=Resolving dependencies Resolved, downloaded and extracted [4] Saved lockfile done INFO 2025-12-24T15:41:22 +3ms service=plugin path=opencode-anthropic-auth@0.0.5 loading plugin INFO 2025-12-24T15:41:22 +1ms service=bun pkg=opencode-anthropic-auth version=0.0.5 installing package using Bun's default registry resolution INFO 2025-12-24T15:41:22 +0ms service=bun cmd=["/opt/node/lib/node_modules/opencode-ai/node_modules/opencode-linux-x64/bin/opencode","add","--force","--exact","--cwd","/home/cubbi/.cache/opencode","opencode-anthropic-auth@0.0.5"] cwd=/home/cubbi/.cache/opencode running INFO 2025-12-24T15:41:23 +470ms service=bun code=0 stdout=bun add v1.3.4 (5eb2145b) + opencode-copilot-auth@0.0.9 installed opencode-anthropic-auth@0.0.5 14 packages installed [461.00ms] stderr=Resolving dependencies Resolved, downloaded and extracted [50] Saved lockfile done INFO 2025-12-24T15:41:23 +36ms service=bus type=* subscribing INFO 2025-12-24T15:41:23 +0ms service=bus type=session.updated subscribing INFO 2025-12-24T15:41:23 +1ms service=bus type=message.updated subscribing INFO 2025-12-24T15:41:23 +0ms service=bus type=message.part.updated subscribing INFO 2025-12-24T15:41:23 +0ms service=bus type=session.updated subscribing INFO 2025-12-24T15:41:23 +0ms service=bus type=message.updated subscribing INFO 2025-12-24T15:41:23 +0ms service=bus type=message.part.updated subscribing INFO 2025-12-24T15:41:23 +1ms service=bus type=session.diff subscribing INFO 2025-12-24T15:41:23 +0ms service=format init INFO 2025-12-24T15:41:23 +0ms service=bus type=file.edited subscribing INFO 2025-12-24T15:41:23 +1ms service=lsp serverIds=deno, typescript, vue, eslint, biome, gopls, ruby-lsp, pyright, elixir-ls, zls, csharp, sourcekit-lsp, rust, clangd, svelte, astro, jdtls, yaml-ls, lua-ls, php intelephense, dart, ocaml-lsp, bash, terraform, texlab, dockerfile, gleam enabled LSP servers INFO 2025-12-24T15:41:23 +3ms service=bus type=command.executed subscribing INFO 2025-12-24T15:41:23 +44ms service=server method=POST path=/session request INFO 2025-12-24T15:41:23 +0ms service=server status=started method=POST path=/session request INFO 2025-12-24T15:41:23 +3ms service=session id=ses_4aefa5994ffeZkB5tNpSAcmFEy version=1.0.155 projectID=global directory=/app/input title=New session - 2025-12-24T15:41:23.435Z time={"created":1766590883435,"updated":1766590883435} created INFO 2025-12-24T15:41:23 +6ms service=bus type=session.created publishing INFO 2025-12-24T15:41:23 +0ms service=bus type=session.updated publishing INFO 2025-12-24T15:41:23 +3ms service=server status=completed duration=12 method=POST path=/session request INFO 2025-12-24T15:41:23 +2ms service=server method=GET path=/config request INFO 2025-12-24T15:41:23 +0ms service=server status=started method=GET path=/config request INFO 2025-12-24T15:41:23 +1ms service=server status=completed duration=1 method=GET path=/config request INFO 2025-12-24T15:41:23 +5ms service=server method=GET path=/event request INFO 2025-12-24T15:41:23 +1ms service=server status=started method=GET path=/event request INFO 2025-12-24T15:41:23 +0ms service=server event connected INFO 2025-12-24T15:41:23 +2ms service=bus type=* subscribing INFO 2025-12-24T15:41:23 +2ms service=server status=completed duration=5 method=GET path=/event request INFO 2025-12-24T15:41:23 +6ms service=server method=POST path=/session/ses_4aefa5994ffeZkB5tNpSAcmFEy/message request INFO 2025-12-24T15:41:23 +0ms service=server status=started method=POST path=/session/ses_4aefa5994ffeZkB5tNpSAcmFEy/message request INFO 2025-12-24T15:41:23 +5ms service=server status=completed duration=5 method=POST path=/session/ses_4aefa5994ffeZkB5tNpSAcmFEy/message request INFO 2025-12-24T15:41:23 +10ms service=bus type=message.updated publishing INFO 2025-12-24T15:41:23 +6ms service=provider status=started state INFO 2025-12-24T15:41:23 +4ms service=models.dev file={} refreshing INFO 2025-12-24T15:41:23 +13ms service=provider init INFO 2025-12-24T15:41:23 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:23 +3ms service=bus type=session.updated publishing INFO 2025-12-24T15:41:23 +13ms service=bus type=session.status publishing INFO 2025-12-24T15:41:23 +0ms service=session.prompt step=0 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy loop INFO 2025-12-24T15:41:23 +13ms service=provider providerID=openrouter found INFO 2025-12-24T15:41:23 +0ms service=provider providerID=opencode found INFO 2025-12-24T15:41:23 +0ms service=provider providerID=litellm found INFO 2025-12-24T15:41:23 +0ms service=provider status=completed duration=52 state INFO 2025-12-24T15:41:23 +17ms service=llm providerID=openrouter modelID=anthropic/claude-haiku-4.5 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=true agent=title stream INFO 2025-12-24T15:41:23 +4ms service=provider status=started providerID=openrouter getSDK INFO 2025-12-24T15:41:23 +1ms service=provider providerID=openrouter pkg=@ai-sdk/openai-compatible using bundled provider INFO 2025-12-24T15:41:23 +0ms service=provider status=completed duration=1 providerID=openrouter getSDK INFO 2025-12-24T15:41:23 +1ms service=bus type=message.updated publishing INFO 2025-12-24T15:41:23 +2ms service=session.prompt status=started resolveTools INFO 2025-12-24T15:41:23 +6ms service=llm providerID=openrouter modelID=anthropic/claude-haiku-4.5 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=true agent=title params={"options":{}} params INFO 2025-12-24T15:41:23 +20ms service=tool.registry status=started invalid INFO 2025-12-24T15:41:23 +0ms service=tool.registry status=started bash INFO 2025-12-24T15:41:23 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-24T15:41:23 +1ms service=tool.registry status=started read INFO 2025-12-24T15:41:23 +0ms service=tool.registry status=started glob INFO 2025-12-24T15:41:23 +0ms service=tool.registry status=started grep INFO 2025-12-24T15:41:23 +0ms service=tool.registry status=started list INFO 2025-12-24T15:41:23 +0ms service=tool.registry status=started edit INFO 2025-12-24T15:41:23 +0ms service=tool.registry status=started write INFO 2025-12-24T15:41:23 +0ms service=tool.registry status=started task INFO 2025-12-24T15:41:23 +0ms service=tool.registry status=started webfetch INFO 2025-12-24T15:41:23 +0ms service=tool.registry status=started todowrite INFO 2025-12-24T15:41:23 +1ms service=tool.registry status=started todoread INFO 2025-12-24T15:41:23 +0ms service=tool.registry status=completed duration=2 invalid INFO 2025-12-24T15:41:23 +0ms service=tool.registry status=completed duration=1 read INFO 2025-12-24T15:41:23 +0ms service=tool.registry status=completed duration=1 glob INFO 2025-12-24T15:41:23 +0ms service=tool.registry status=completed duration=1 grep INFO 2025-12-24T15:41:23 +0ms service=tool.registry status=completed duration=1 list INFO 2025-12-24T15:41:23 +0ms service=tool.registry status=completed duration=1 edit INFO 2025-12-24T15:41:23 +0ms service=tool.registry status=completed duration=1 write INFO 2025-12-24T15:41:23 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2025-12-24T15:41:23 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2025-12-24T15:41:23 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-24T15:41:23 +0ms service=tool.registry status=completed duration=2 bash INFO 2025-12-24T15:41:23 +0ms service=tool.registry status=completed duration=1 task INFO 2025-12-24T15:41:23 +6ms service=session.prompt status=completed duration=34 resolveTools INFO 2025-12-24T15:41:23 +13ms service=bus type=message.updated publishing INFO 2025-12-24T15:41:23 +1ms service=llm providerID=openrouter modelID=anthropic/claude-haiku-4.5 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=true agent=title stream INFO 2025-12-24T15:41:23 +1ms service=llm providerID=openrouter modelID=anthropic/claude-haiku-4.5 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=true agent=title params={"options":{}} params INFO 2025-12-24T15:41:23 +5ms service=session.processor process INFO 2025-12-24T15:41:23 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=false agent=build stream INFO 2025-12-24T15:41:23 +0ms service=provider status=started providerID=openrouter getSDK INFO 2025-12-24T15:41:23 +0ms service=provider status=completed duration=0 providerID=openrouter getSDK INFO 2025-12-24T15:41:23 +2ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-24T15:41:23 +2ms service=bus type=session.status publishing INFO 2025-12-24T15:41:23 +1ms service=bus type=session.updated publishing INFO 2025-12-24T15:41:23 +16ms service=bus type=session.diff publishing INFO 2025-12-24T15:41:23 +213ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:41:24 +595ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:41:24 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:41:24 +180ms service=session.summary title=Extracting Michal's meeting action items title INFO 2025-12-24T15:41:24 +1ms service=bus type=message.updated publishing INFO 2025-12-24T15:41:24 +304ms service=bus type=session.updated publishing ERROR 2025-12-24T15:41:25 +699ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:41:25 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:41:39 +13954ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:39 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:39 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:39 +39ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:39 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:39 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:39 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:39 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:39 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:39 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:39 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:39 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:39 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:39 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:39 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:39 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:39 +47ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:39 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:39 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:39 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:39 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:39 +43ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:39 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +55ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +47ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +41ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +73ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +3ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +17ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:41:40 +48ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:41:40 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:41:40 +94ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +65ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +46ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +46ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:40 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +138ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +3ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +6ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:41:41 +209ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:41:41 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:41:41 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +0ms service=bus type=todo.updated publishing INFO 2025-12-24T15:41:41 +4ms service=bus type=message.part.updated publishing |  Todo 5 todos INFO 2025-12-24T15:41:41 +111ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:41 +1ms service=bus type=message.updated publishing I���m going to scan `input/` for transcript JSONs, locate mentions of Michal variants, then write one output JSON per meeting with Michal���s action items. INFO 2025-12-24T15:41:41 +10ms service=bus type=message.updated publishing INFO 2025-12-24T15:41:41 +0ms service=bus type=session.status publishing INFO 2025-12-24T15:41:41 +0ms service=session.prompt step=1 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy loop INFO 2025-12-24T15:41:41 +4ms service=bus type=message.updated publishing INFO 2025-12-24T15:41:41 +2ms service=bus type=session.updated publishing INFO 2025-12-24T15:41:41 +0ms service=bus type=session.diff publishing INFO 2025-12-24T15:41:41 +1ms service=bus type=message.updated publishing INFO 2025-12-24T15:41:41 +1ms service=session.prompt status=started resolveTools INFO 2025-12-24T15:41:41 +0ms service=tool.registry status=started invalid INFO 2025-12-24T15:41:41 +0ms service=tool.registry status=started bash INFO 2025-12-24T15:41:41 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-24T15:41:41 +1ms service=tool.registry status=started read INFO 2025-12-24T15:41:41 +0ms service=tool.registry status=started glob INFO 2025-12-24T15:41:41 +0ms service=tool.registry status=started grep INFO 2025-12-24T15:41:41 +0ms service=tool.registry status=started list INFO 2025-12-24T15:41:41 +0ms service=tool.registry status=started edit INFO 2025-12-24T15:41:41 +0ms service=tool.registry status=started write INFO 2025-12-24T15:41:41 +0ms service=tool.registry status=started task INFO 2025-12-24T15:41:41 +0ms service=tool.registry status=started webfetch INFO 2025-12-24T15:41:41 +0ms service=tool.registry status=started todowrite INFO 2025-12-24T15:41:41 +0ms service=tool.registry status=started todoread INFO 2025-12-24T15:41:41 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-24T15:41:41 +1ms service=tool.registry status=completed duration=1 read INFO 2025-12-24T15:41:41 +0ms service=tool.registry status=completed duration=1 glob INFO 2025-12-24T15:41:41 +0ms service=tool.registry status=completed duration=1 grep INFO 2025-12-24T15:41:41 +0ms service=tool.registry status=completed duration=1 list INFO 2025-12-24T15:41:41 +0ms service=tool.registry status=completed duration=1 edit INFO 2025-12-24T15:41:41 +0ms service=tool.registry status=completed duration=1 write INFO 2025-12-24T15:41:41 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2025-12-24T15:41:41 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2025-12-24T15:41:41 +0ms service=tool.registry status=completed duration=1 todoread INFO 2025-12-24T15:41:41 +0ms service=tool.registry status=completed duration=2 bash INFO 2025-12-24T15:41:41 +0ms service=tool.registry status=completed duration=1 task INFO 2025-12-24T15:41:41 +2ms service=session.prompt status=completed duration=4 resolveTools INFO 2025-12-24T15:41:41 +8ms service=session.processor process INFO 2025-12-24T15:41:41 +1ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=false agent=build stream INFO 2025-12-24T15:41:41 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-24T15:41:41 +7ms service=bus type=session.status publishing INFO 2025-12-24T15:41:42 +269ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:41:42 +570ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:41:42 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:41:46 +4170ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:46 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:46 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:46 +62ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +57ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +38ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +47ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +155ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +3ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +14ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:41:47 +1ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:41:47 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:41:47 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:47 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +34ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +47ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +47ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +42ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +49ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +15ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:41:48 +6ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:41:48 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:41:48 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:48 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +38ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +5ms service=bus type=message.part.updated publishing |  List app/input INFO 2025-12-24T15:41:49 +9ms service=bus type=message.part.updated publishing |  Glob app/input INFO 2025-12-24T15:41:49 +312ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:49 +2ms service=bus type=message.updated publishing I���ll scan the `input/` JSONs, then extract and write Michal���s action items. INFO 2025-12-24T15:41:49 +3ms service=bus type=message.updated publishing INFO 2025-12-24T15:41:49 +1ms service=bus type=session.status publishing INFO 2025-12-24T15:41:49 +0ms service=session.prompt step=2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy loop INFO 2025-12-24T15:41:49 +8ms service=bus type=message.updated publishing INFO 2025-12-24T15:41:49 +1ms service=bus type=session.updated publishing INFO 2025-12-24T15:41:49 +1ms service=bus type=session.diff publishing INFO 2025-12-24T15:41:49 +1ms service=bus type=message.updated publishing INFO 2025-12-24T15:41:49 +0ms service=session.prompt status=started resolveTools INFO 2025-12-24T15:41:49 +1ms service=tool.registry status=started invalid INFO 2025-12-24T15:41:49 +0ms service=tool.registry status=started bash INFO 2025-12-24T15:41:49 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-24T15:41:49 +0ms service=tool.registry status=started read INFO 2025-12-24T15:41:49 +0ms service=tool.registry status=started glob INFO 2025-12-24T15:41:49 +0ms service=tool.registry status=started grep INFO 2025-12-24T15:41:49 +0ms service=tool.registry status=started list INFO 2025-12-24T15:41:49 +0ms service=tool.registry status=started edit INFO 2025-12-24T15:41:49 +0ms service=tool.registry status=started write INFO 2025-12-24T15:41:49 +0ms service=tool.registry status=started task INFO 2025-12-24T15:41:49 +0ms service=tool.registry status=started webfetch INFO 2025-12-24T15:41:49 +0ms service=tool.registry status=started todowrite INFO 2025-12-24T15:41:49 +0ms service=tool.registry status=started todoread INFO 2025-12-24T15:41:49 +1ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-24T15:41:49 +0ms service=tool.registry status=completed duration=1 read INFO 2025-12-24T15:41:49 +0ms service=tool.registry status=completed duration=1 glob INFO 2025-12-24T15:41:49 +0ms service=tool.registry status=completed duration=1 grep INFO 2025-12-24T15:41:49 +0ms service=tool.registry status=completed duration=1 list INFO 2025-12-24T15:41:49 +0ms service=tool.registry status=completed duration=1 edit INFO 2025-12-24T15:41:49 +0ms service=tool.registry status=completed duration=1 write INFO 2025-12-24T15:41:49 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2025-12-24T15:41:49 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2025-12-24T15:41:49 +0ms service=tool.registry status=completed duration=1 todoread INFO 2025-12-24T15:41:49 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-24T15:41:49 +0ms service=tool.registry status=completed duration=1 task INFO 2025-12-24T15:41:49 +2ms service=session.prompt status=completed duration=4 resolveTools INFO 2025-12-24T15:41:49 +7ms service=session.processor process INFO 2025-12-24T15:41:49 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=false agent=build stream INFO 2025-12-24T15:41:49 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-24T15:41:49 +4ms service=bus type=session.status publishing INFO 2025-12-24T15:41:49 +282ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:41:49 +49ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:41:49 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:41:52 +2208ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +66ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +49ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +49ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +57ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +47ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +56ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +40ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:52 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +12ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:41:53 +10ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:41:53 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:41:53 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +55ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +43ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +46ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +56ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +3ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +44ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +3ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:53 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:54 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:54 +8ms service=lsp file=/app/input/1.json touching file INFO 2025-12-24T15:41:54 +2ms service=file.time sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy file=/app/input/1.json read INFO 2025-12-24T15:41:54 +3ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:54 +1ms service=bus type=message.part.updated publishing |  Read app/input/1.json INFO 2025-12-24T15:41:54 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:54 +2ms service=lsp file=/app/input/2.json touching file INFO 2025-12-24T15:41:54 +0ms service=file.time sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy file=/app/input/2.json read INFO 2025-12-24T15:41:54 +5ms service=bus type=message.part.updated publishing |  Read app/input/2.json INFO 2025-12-24T15:41:54 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:54 +41ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:41:54 +1ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:41:54 +1ms service=default e=NotFoundError rejection INFO 2025-12-24T15:41:54 +0ms service=lsp file=/app/input/3.json touching file INFO 2025-12-24T15:41:54 +0ms service=file.time sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy file=/app/input/3.json read INFO 2025-12-24T15:41:54 +5ms service=bus type=message.part.updated publishing |  Read app/input/3.json INFO 2025-12-24T15:41:54 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:54 +143ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:54 +4ms service=lsp file=/app/input/4.json touching file INFO 2025-12-24T15:41:54 +0ms service=file.time sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy file=/app/input/4.json read INFO 2025-12-24T15:41:54 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:54 +5ms service=bus type=message.part.updated publishing |  Read app/input/4.json INFO 2025-12-24T15:41:54 +47ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:54 +3ms service=lsp file=/app/input/5.json touching file INFO 2025-12-24T15:41:54 +0ms service=file.time sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy file=/app/input/5.json read INFO 2025-12-24T15:41:54 +7ms service=bus type=message.part.updated publishing |  Read app/input/5.json INFO 2025-12-24T15:41:54 +121ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:54 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:54 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:41:54 +1ms service=bus type=message.updated publishing I���m going to open the meeting JSONs and extract only Michal-related action items. INFO 2025-12-24T15:41:54 +5ms service=bus type=message.updated publishing INFO 2025-12-24T15:41:54 +0ms service=bus type=session.status publishing INFO 2025-12-24T15:41:54 +1ms service=session.prompt step=3 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy loop INFO 2025-12-24T15:41:54 +24ms service=bus type=message.updated publishing INFO 2025-12-24T15:41:54 +1ms service=bus type=session.updated publishing INFO 2025-12-24T15:41:54 +1ms service=bus type=session.diff publishing INFO 2025-12-24T15:41:54 +1ms service=bus type=message.updated publishing INFO 2025-12-24T15:41:54 +1ms service=session.prompt status=started resolveTools INFO 2025-12-24T15:41:54 +0ms service=tool.registry status=started invalid INFO 2025-12-24T15:41:54 +0ms service=tool.registry status=started bash INFO 2025-12-24T15:41:54 +1ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-24T15:41:54 +0ms service=tool.registry status=started read INFO 2025-12-24T15:41:54 +0ms service=tool.registry status=started glob INFO 2025-12-24T15:41:54 +0ms service=tool.registry status=started grep INFO 2025-12-24T15:41:54 +0ms service=tool.registry status=started list INFO 2025-12-24T15:41:54 +0ms service=tool.registry status=started edit INFO 2025-12-24T15:41:54 +0ms service=tool.registry status=started write INFO 2025-12-24T15:41:54 +0ms service=tool.registry status=started task INFO 2025-12-24T15:41:54 +0ms service=tool.registry status=started webfetch INFO 2025-12-24T15:41:54 +0ms service=tool.registry status=started todowrite INFO 2025-12-24T15:41:54 +0ms service=tool.registry status=started todoread INFO 2025-12-24T15:41:54 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-24T15:41:54 +0ms service=tool.registry status=completed duration=0 read INFO 2025-12-24T15:41:54 +0ms service=tool.registry status=completed duration=0 glob INFO 2025-12-24T15:41:54 +1ms service=tool.registry status=completed duration=1 grep INFO 2025-12-24T15:41:54 +0ms service=tool.registry status=completed duration=1 list INFO 2025-12-24T15:41:54 +0ms service=tool.registry status=completed duration=1 edit INFO 2025-12-24T15:41:54 +0ms service=tool.registry status=completed duration=1 write INFO 2025-12-24T15:41:54 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2025-12-24T15:41:54 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2025-12-24T15:41:54 +0ms service=tool.registry status=completed duration=1 todoread INFO 2025-12-24T15:41:54 +0ms service=tool.registry status=completed duration=2 bash INFO 2025-12-24T15:41:54 +0ms service=tool.registry status=completed duration=1 task INFO 2025-12-24T15:41:54 +3ms service=session.prompt status=completed duration=5 resolveTools INFO 2025-12-24T15:41:54 +7ms service=session.processor process INFO 2025-12-24T15:41:54 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=false agent=build stream INFO 2025-12-24T15:41:54 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-24T15:41:54 +5ms service=bus type=session.status publishing INFO 2025-12-24T15:41:54 +227ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:41:55 +378ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:41:55 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:10 +15140ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +145ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +44ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +174ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +56ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:10 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +51ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +49ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +40ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +24ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:11 +2ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:11 +1ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:11 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +38ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +51ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +51ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +58ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +45ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +34ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:11 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +34ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +15ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:12 +3ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:12 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:12 +46ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +38ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +55ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +49ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +60ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:12 +29ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:13 +546ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:13 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:13 +472ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:13 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:13 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:13 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:13 +39ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:13 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:13 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:13 +39ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:13 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +34ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +32ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:14 +6ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:14 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:14 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:14 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +40ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +38ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +38ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +3ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +12ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:15 +20ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:15 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:15 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:15 +26ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:16 +903ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:16 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:17 +1117ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:17 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:17 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +59ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +46ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +55ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +34ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:18 +46ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:18 +49ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:18 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:18 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +55ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +49ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +57ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +39ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +44ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +50ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +68ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +44ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +7ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:19 +119ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:19 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:19 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:19 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:20 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:20 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:20 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:20 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:20 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:20 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:20 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:20 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:20 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:20 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:20 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:20 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:20 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:20 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:20 +15ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:20 +781ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:20 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:23 +2165ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +3ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +56ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +55ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +38ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +40ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +40ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +3ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:23 +46ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +38ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +62ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:24 +20ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:24 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:24 +58ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +51ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +42ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +34ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:24 +209ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +47ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +41ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:25 +5ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:25 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:25 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +57ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +42ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +66ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:25 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:26 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:26 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:26 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:26 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:26 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:26 +50ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:26 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:26 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:26 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:26 +40ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:26 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:26 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:26 +13ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:26 +14ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:26 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:26 +3ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:26 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:26 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:26 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:26 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:26 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:26 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:26 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:26 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:26 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:26 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +597ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +43ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +56ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +32ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:27 +0ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:27 +1ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:27 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +50ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +51ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +46ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +57ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +57ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +63ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +44ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +141ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +3ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:27 +55ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +55ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +42ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +18ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:28 +1ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:28 +1ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:28 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +40ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +40ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:28 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +13ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:29 +0ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:29 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:29 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +34ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +45ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +42ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:29 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:30 +474ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:30 +131ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:30 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:30 +1ms service=bus type=message.part.updated publishing I���ll scan each transcript for ���Michal��� variants and pull nearby commitment phrases. ERROR 2025-12-24T15:42:30 +73ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:30 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:30 +43ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:30 +3ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:30 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:30 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:30 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:30 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:30 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:30 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:30 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:30 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:30 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:30 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:30 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:30 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:30 +1ms service=bus type=message.updated publishing |  Bash Search transcripts for Michal name contexts === 1.json === --- root.transcript --- 00:00:04.310 --> 00:00:19.110\nHey Igor, what's up? \n\n00:00:19.110 --> 00:00:21.570\nHey, Michal, how are you? \n\n00:00:21.570 --> 00:00:21.890\nI'm good. \n\n00:00:21.890 --> 00:00:25.190\nI'm good. \n\n00:00:25.190 --> 00:00:26.530\nGood to hear. \n\n00:00:26.530 - --- raw_data.transcript --- Nik: Hey Igor, what's up?\nNik: Hey, Michal, how are you?\nmichal: I'm good.\nmichal: I'm good.\nNik: Good to hear.\nIgor: Joseph.\nNik: Hey Jose, how are you?\nJose: Hey there.\nJose: Can you hear me?\nNik: Yes.\nIgor: Yeah.\nNik: I'm adjusted being Ma Nik: Hey Igor, what's up?\nNik: Hey, Michal, how are you?\nmichal: I'm good.\nmichal: I'm good.\nNik: Good to hear.\nIgor: Joseph.\nNik: Hey Jose, how are you?\nJose: Hey there.\nJose: Can you hear me?\nNik: Yes.\nIgor: Yeah.\nNik: I'm adjusted being Matt to you.\nNik: Matth Nik: Hey Igor, what's up?\nNik: Hey, Michal, how are you?\nmichal: I'm good.\nmichal: I'm good.\nNik: Good to hear.\nIgor: Joseph.\nNik: Hey Jose, how are you?\nJose: Hey there.\nJose: Can you hear me?\nNik: Yes.\nIgor: Yeah.\nNik: I'm adjusted being Matt to you.\nNik: Matthew.\nNik: I don't k do we start this one?\nNik: I guess we can start with the updates and then move to the project management stuff if that works for you guys.\nMathieu: Yep, you just change something with your MIC gain.\nmichal: It gets it gets very loud.\nNik: Oh sorry, oh oh, I see.\nNik: I was trying to increase the volume of my speaker and I accidentally increased the volume of my mic.\nMathieu: Thank you for the string so h, let's do the update and maybe we need a a reflector meeting.\nIgor: Yeah, yeah, yeah.\nMathieu: Maybe not the internal app.\nIgor: I would love to present something there.\nMathieu: Okay.\nIgor: Right.\nmichal: I can go next.\nmichal: So my change is my change is now the contact DB now that data index can index contacts from contact DB.\nmichal: And we are also ingesting this for search.\nmichal: We are creat and maybe we need a a reflector meeting.\nIgor: Yeah, yeah, yeah.\nMathieu: Maybe not the internal app.\nIgor: I would love to present something there.\nMathieu: Okay.\nIgor: Right.\nmichal: I can go next.\nmichal: So my change is my change is now the contact DB now that data index can index contacts from contact DB.\nmichal: And we are also ingesting this for search.\nmichal: We are creating chunks.\nmichal: It uld love to present something there.\nMathieu: Okay.\nIgor: Right.\nmichal: I can go next.\nmichal: So my change is my change is now the contact DB now that data index can index contacts from contact DB.\nmichal: And we are also ingesting this for search.\nmichal: We are creating chunks.\nmichal: It detects edits.\nmichal: merges and and\nmichal: deletions and updates the the the chunks according accordingly.\nmi \nIgor: Right.\nmichal: I can go next.\nmichal: So my change is my change is now the contact DB now that data index can index contacts from contact DB.\nmichal: And we are also ingesting this for search.\nmichal: We are creating chunks.\nmichal: It detects edits.\nmichal: merges and and\nmichal: deletions and updates the the the chunks according accordingly.\nmichal: Next for me as as I understand will be the pe ext.\nmichal: So my change is my change is now the contact DB now that data index can index contacts from contact DB.\nmichal: And we are also ingesting this for search.\nmichal: We are creating chunks.\nmichal: It detects edits.\nmichal: merges and and\nmichal: deletions and updates the the the chunks according accordingly.\nmichal: Next for me as as I understand will be the personal meeting summary and yeah is my change is now the contact DB now that data index can index contacts from contact DB.\nmichal: And we are also ingesting this for search.\nmichal: We are creating chunks.\nmichal: It detects edits.\nmichal: merges and and\nmichal: deletions and updates the the the chunks according accordingly.\nmichal: Next for me as as I understand will be the personal meeting summary and yeah it's it's a it's like stil contact DB now that data index can index contacts from contact DB.\nmichal: And we are also ingesting this for search.\nmichal: We are creating chunks.\nmichal: It detects edits.\nmichal: merges and and\nmichal: deletions and updates the the the chunks according accordingly.\nmichal: Next for me as as I understand will be the personal meeting summary and yeah it's it's a it's like still a bit unclear for me al: And we are also ingesting this for search.\nmichal: We are creating chunks.\nmichal: It detects edits.\nmichal: merges and and\nmichal: deletions and updates the the the chunks according accordingly.\nmichal: Next for me as as I understand will be the personal meeting summary and yeah it's it's a it's like still a bit unclear for me where that would live, whether that would be a part of Preflector or or still a bit unclear for me where that would live, whether that would be a part of Preflector or or the meeting prep uh application or Or all the contact debris that's coming or a complete disabling?\nmichal: That's a question for me.\nMathieu: I have a sensation two things on the contact DB ingestion in data index or are we meeting with the business where I say and Nick maybe you can chime in I want to w VC from my database like We ingest uh I'm guessing you ingest only the contact data of the contact and uh contact DB from a contact and platform identity.\nMathieu: Do you do the enrichment part too?\nmichal: And no, no.\nmichal: I can do that if that's that's needed.\nMathieu: I b b because otherwise it will I feel it will be super limited, right?\nMathieu: If the goal is to use a little bit of semantic se like We ingest uh I'm guessing you ingest only the contact data of the contact and uh contact DB from a contact and platform identity.\nMathieu: Do you do the enrichment part too?\nmichal: And no, no.\nmichal: I can do that if that's that's needed.\nMathieu: I b b because otherwise it will I feel it will be super limited, right?\nMathieu: If the goal is to use a little bit of semantic search, just of the na he injection.\nNik: Angel investors or something else and maybe like also have an LLM on top of it so it like uh shows it in a better format.\nNik: So like that was the MVP for like in my view for now.\nmichal: Okay, I can I can change that to include all all the information that we have from contact DB in in the chunk.\nNik: Yeah.\nNik: Yeah, I mean Matthew, if you if you disagree, y feel free to chime in t tell me if I'm wrong.\nNik: Well, no, no, so that's what I'm saying, like posts should not be attached because it's going to be confusing.\nMathieu: API documents is uh indexed by search index, right?\nmichal: Uh APA documents.\nmichal: I I don't think so.\nmichal: I haven't written an uh a chunk a chunk a chunker for that.\nMathieu: Ah okay, okay, so maybe not.\nNik: For now we don't need it and also I don't : Well, no, no, so that's what I'm saying, like posts should not be attached because it's going to be confusing.\nMathieu: API documents is uh indexed by search index, right?\nmichal: Uh APA documents.\nmichal: I I don't think so.\nmichal: I haven't written an uh a chunk a chunk a chunker for that.\nMathieu: Ah okay, okay, so maybe not.\nNik: For now we don't need it and also I don't think these documents are at I'm saying, like posts should not be attached because it's going to be confusing.\nMathieu: API documents is uh indexed by search index, right?\nmichal: Uh APA documents.\nmichal: I I don't think so.\nmichal: I haven't written an uh a chunk a chunk a chunker for that.\nMathieu: Ah okay, okay, so maybe not.\nNik: For now we don't need it and also I don't think these documents are gonna be that helpful to be for the MVP that would be an overkill.\nMathieu: Mm-hmm.\nNik: So maybe we should start with building an MVP first, just to see like if if this is something that's useful.\nMathieu: Okay.\nMathieu: Okay.\nmichal: Is is the entity type oh sorry, a quick question.\nMathieu: As for sorry.\nmichal: Is the entity type of API document a document entity?\nMathieu: Ah, yes.\nmichal: Okay, so I think it should be uh inte tart with building an MVP first, just to see like if if this is something that's useful.\nMathieu: Okay.\nMathieu: Okay.\nmichal: Is is the entity type oh sorry, a quick question.\nMathieu: As for sorry.\nmichal: Is the entity type of API document a document entity?\nMathieu: Ah, yes.\nmichal: Okay, so I think it should be uh interested into search uh because there is a chunker for uh the document entity.\nNik: useful.\nMathieu: Okay.\nMathieu: Okay.\nmichal: Is is the entity type oh sorry, a quick question.\nMathieu: As for sorry.\nmichal: Is the entity type of API document a document entity?\nMathieu: Ah, yes.\nmichal: Okay, so I think it should be uh interested into search uh because there is a chunker for uh the document entity.\nNik: Yeah.\nNik: That would make sense, yeah.\nMathieu: So something to look at, becau r better the action item for you, or maybe for the team, will be in your personal summary and not just reflector without any other context.\nNik: Well, I mean, uh what I'm saying I guess maybe, maybe.\nmichal: Yeah.\nNik: Or maybe you could have like a check check mark, like send this to my DM as well or something.\nNik: I don't know.\nNik: But yeah, depends.\nNik: Depends.\nMathieu: Yeah, yeah, okay.\nMathieu: well?\nMathieu: That is uh good enough.\nMathieu: Yep.\nMathieu: It has everything.\nMathieu: It has a full transcript in WebVTT with a person attached and\nMathieu: it has uh the summary long and short.\nmichal: Yeah, it could just listen for new uh meeting entities in data index and uh compared to either I I I don't I don't know, new new entity type or just add the existing entity.\nMathieu: Work on top of n top of that.\nMathieu: Uh edit is a thing that on data index we don't have at all.\nMathieu: So the implication behind an edition might uh be uh well, it's it might open some doors that is uh harder.\nmichal: Mm-hmm.\nMathieu: Let's see if we need uh that or not.\nMathieu: I will go the simplest one, like maybe just a pipeline that uh I'm not sure data index, but it feels like if you have a webhook that ca implest one, like maybe just a pipeline that uh I'm not sure data index, but it feels like if you have a webhook that calls something aside that will just generate the summary, go back to data index.\nmichal: Okay.\nMathieu: Okay, do we want visualization?\nMathieu: If uh this is like we want visualization action at time or not, then maybe yes, it has to live into meeting prep because we like the meeting s hink that action item is the very first one that Max was saying, like sending a DM can uh let's validate.\nMathieu: If that is good enough, then yeah, we don't need the big things here.\nMathieu: Okay.\nmichal: Oh okay.\nMathieu: Next one.\nAngel: Hello.\nAngel: Well, hello guys.\nMathieu: Ronald.\nAngel: But today currently we have the big models working.\nAngel: Let me show you very quick.\nMathieu: Yeah.\nAngel ve full context and multiple person we require more the more card.\nAngel: Yeah, it it's it's it's strange, but it uses more.\nMathieu: Otherwise you will just uh use full memory and then it's blocked.\nmichal: Yeah, maybe Daniel Daniel was answering under the Uh like the uh the assumption that we that we were going to serve it or something and we needed full context.\nMathieu: Doesn't work.\nmichal: And if blocked.\nmichal: Yeah, maybe Daniel Daniel was answering under the Uh like the uh the assumption that we that we were going to serve it or something and we needed full context.\nMathieu: Doesn't work.\nmichal: And if we don't need exactly full context uh then we should we we c should be able to run it on two or something.\nmax: But I mean, the GLM air is like a hundred gigs of VRAM for just for the model-i need exactly full context uh then we should we we c should be able to run it on two or something.\nmax: But I mean, the GLM air is like a hundred gigs of VRAM for just for the model-ish or so, right?\nmichal: Um can't remember from the top of my head.\nAngel: Well, I remember when I wanna was implementing this that i it I tried with um a smaller machine and it fails and then it told me that a requirement --- raw_data.long_summary --- intain the open-source integrity, and Mathieu agreeing to explore this further. Usability concerns in Reflector were addressed, with Igor tasked to present potential improvements in the next meeting. Michal is responsible for ensuring comprehensive data indexing from the contact database. Unresolved issues remain regarding the exact integration method for personal meeting summaries and the implementatio === 2.json === === 3.json === === 4.json === --- root.transcript --- v Speaker 0>Did they say anything in the social? \n\n00:05:46.240 --> 00:05:47.490\nNo. \n\n00:05:47.490 --> 00:05:50.320\nHello. \n\n00:05:50.320 --> 00:06:06.400\nHey, Michael, how are you? \n\n00:06:06.400 --> 00:06:14.320\nOkay. \n\n00:06:14.320 --> 00:06:36.480\nI would think Okay, so n normally it should be demo day. \n\n00:06:36.480 --> 00:06:39.600\n 00 --> 00:13:19.470\nI hope. \n\n00:13:19.470 --> 00:13:21.190\nSo. \n\n00:13:21.190 --> 00:13:22.710\nYeah, I hope so. \n\n00:13:22.710 --> 00:13:26.160\nSo Michal, are there so we currently have a few things. \n\n00:13:26.160 --> 00:13:29.270\nYeah. \n\n00:13:29.270 --> 00:13:39.110\nI guess one thing would be just like adding contact to co eful for this, this and this product, for example. \n\n00:15:50.990 --> 00:16:05.710\nSo for example, like search index could be uh or like not just searching index, but like the uh feature Michal is gonna be building is gonna be useful for um something like warm introductions or like searching across contacts in ContactDB. \n\n00:16:05.710 --> 00:16:09.310\nLike second and first hop run the whole platform without problem? \n\n00:49:08.820 --> 00:49:08.960\nI'm I'm using Yeah, so I guess okay, another approach would be. \n\n00:49:08.960 --> 00:49:11.840\nOkay, Michal, you're on the Mac, okay. \n\n00:49:11.840 --> 00:49:22.500\nOkay, so there is no problem uh with Docker, okay. \n\n00:49:22.500 --> 00:49:35.940\nIs there a way for us I actually --- raw_data.transcript --- is off.\nNik: Oh, Sergei is up today.\nMathieu: I mean, uh, active four minutes ago.\nMathieu: Uh, Igor, active forty-four minutes ago.\nNik: Let's see.\nNik: Did they say anything in the social?\nNik: No.\nmichal: Hello.\nNik: Hey, Michael, how are you?\nMathieu: Okay.\nMathieu: I would think Okay, so n normally it should be demo day.\nMathieu: Um but Nick, I'm opening the the door.\nMathieu: Do you want to go thr s up today.\nMathieu: I mean, uh, active four minutes ago.\nMathieu: Uh, Igor, active forty-four minutes ago.\nNik: Let's see.\nNik: Did they say anything in the social?\nNik: No.\nmichal: Hello.\nNik: Hey, Michael, how are you?\nMathieu: Okay.\nMathieu: I would think Okay, so n normally it should be demo day.\nMathieu: Um but Nick, I'm opening the the door.\nMathieu: Do you want to go through the business objectiv : It could live on personal CRM.\nNik: We haven't fully concluded that.\nNik: But yeah.\nNik: I think on Monday it's going to be clear.\nNik: Yeah.\nMathieu: I hope.\nNik: So.\nNik: Yeah, I hope so.\nNik: So Michal, are there so we currently have a few things.\nmichal: Yeah.\nNik: I guess one thing would be just like adding contact to contactDB.\nNik: It's a pretty straightforward task, right?\nNik: Like basically y concluded that.\nNik: But yeah.\nNik: I think on Monday it's going to be clear.\nNik: Yeah.\nMathieu: I hope.\nNik: So.\nNik: Yeah, I hope so.\nNik: So Michal, are there so we currently have a few things.\nmichal: Yeah.\nNik: I guess one thing would be just like adding contact to contactDB.\nNik: It's a pretty straightforward task, right?\nNik: Like basically just adding that data entity and being able to ingest ontacts from ContactDB into The contact in data index and search across it.\nNik: Do you think that that would be good?\nNik: Because, like, on top of this, we can build an app right away, pretty much.\nmichal: Yeah, I agree.\nNik: Would that work?\nmichal: Take yeah, I can take it.\nNik: Cool.\nNik: Sounds good.\nNik: Yeah, I think this is the best thing you can work on because you also worked on search index. ta index and search across it.\nNik: Do you think that that would be good?\nNik: Because, like, on top of this, we can build an app right away, pretty much.\nmichal: Yeah, I agree.\nNik: Would that work?\nmichal: Take yeah, I can take it.\nNik: Cool.\nNik: Sounds good.\nNik: Yeah, I think this is the best thing you can work on because you also worked on search index.\nNik: So I think this is perfect.\nNik: Um but sync another new contact\nMathieu: that got updated into data index?\nMathieu: This query doesn't exist in ContactDB, so it will need to be done for the ingestor to work good.\nMathieu: Yeah, that's it.\nmichal: Okay.\nNik: Yeah, so um another thing that I just wanted to mention kind of like on more on the global level uh is that we would like to have some sort of way to validate the ideas at least like ours s to like, oh, okay, so this would be useful for this, this and this product, for example.\nNik: So for example, like search index could be uh or like not just searching index, but like the uh feature Michal is gonna be building is gonna be useful for um something like warm introductions or like searching across contacts in ContactDB.\nNik: Like second and first hop contacts.\nNik: And then for personal CR kay, any port, like any port on the on the destination here, not good.\nMathieu: But anyway, this is all the the rule I have.\nMathieu: This is all the request log.\nMathieu: Uh I think I can oh, sorry.\nmichal: And Matthew, I d I don't think you are sharing the right window or the right screen.\nMathieu: Thank you for letting me know better, huh?\nMathieu: Okay, I don't know if you guys saw the video or what meworks from Microsoft help to see if we can have some alert of data extraction or something bad happening, whatever.\nMathieu: Okay.\nMathieu: That's any any feedback?\nMathieu: If none?\nMathieu: Okay.\nmichal: I like it this could this could w this could work work on our apps, but I wonder about requests coming from LibreChat, like web search.\nMathieu: That's about it for the demo.\nNik: Love it.\nMathieu: label on the docker environment variable.\nMathieu: I don't know.\nMathieu: Say I think more the the docker labels because okay I'm sorry I'm um excited about that but let's let's go it in another way.\nmichal: Yeah.\nMathieu: I we are in control of the proxy API in the proxy API I do a docker resolution from the IP to the label actually I'm listing all the container To know all the IPs and to be able to ma eu: So maybe in the same way, if you don't have any header saying the intents, maybe we can have some\nMathieu: more rules or label or stuff put in the container that then the API can request and see.\nmichal: Yeah.\nMathieu: Like at the same time, ah, it's this container.\nMathieu: Ah, it's coming from this and these endpoints, it might be for the search, something like that.\nMathieu: Or another path is to t, and from the content, maybe we can also do something more smarter, like it looks like something okay or not something okay.\nMathieu: Same a little bit like procedure when we analyze the LLM calls.\nmichal: Yeah.\nMathieu: Maybe there is a system that is more I mean, I was working on network and firewall stuff, like all the deep inspection, there is sometimes some scanner that indicates if the request i erstand, if we add something into the precommit, we also need to add the related CI C D corresponding to the new pre commit we added, because it it won't do it by itself.\nMathieu: Um yeah, that's it.\nmichal: Mm-hmm.\nMathieu: And there is no pre-commit on the JavaScript code or TypeScript code.\nMathieu: I think it would be nice that the same way we did one for Rough and also Python code would be nice to for Rough and also Python code would be nice to have one for every kind of HTML, TypeScript, JavaScript, that everything is the same.\nMathieu: But my screen on this GS part is a little bit not great.\nmichal: I I have one s yeah, I I have one thing from my side.\nmichal: Uh I I did uh a change to the Zolip ingester to detect new streams because uh I like I had a problem with the demo on Tuesday to uh beca very kind of HTML, TypeScript, JavaScript, that everything is the same.\nMathieu: But my screen on this GS part is a little bit not great.\nmichal: I I have one s yeah, I I have one thing from my side.\nmichal: Uh I I did uh a change to the Zolip ingester to detect new streams because uh I like I had a problem with the demo on Tuesday to uh because I didn't have the leads channel ingested and uh Jordan wan streams because uh I like I had a problem with the demo on Tuesday to uh because I didn't have the leads channel ingested and uh Jordan wanted to do a test query directly from from the leads channel.\nmichal: Uh so I added that and also ingesting DMs.\nmichal: Uh I can't demo because my local setup is broken at the moment.\nmichal: So sorry about that.\nmichal: Um uh and I have two two questions.\nmichal: Uh demo on Tuesday to uh because I didn't have the leads channel ingested and uh Jordan wanted to do a test query directly from from the leads channel.\nmichal: Uh so I added that and also ingesting DMs.\nmichal: Uh I can't demo because my local setup is broken at the moment.\nmichal: So sorry about that.\nmichal: Um uh and I have two two questions.\nmichal: Uh like one is what what like what do we do with uh t nd uh Jordan wanted to do a test query directly from from the leads channel.\nmichal: Uh so I added that and also ingesting DMs.\nmichal: Uh I can't demo because my local setup is broken at the moment.\nmichal: So sorry about that.\nmichal: Um uh and I have two two questions.\nmichal: Uh like one is what what like what do we do with uh the personal meeting summary?\nmichal: I kind of held off on that because est query directly from from the leads channel.\nmichal: Uh so I added that and also ingesting DMs.\nmichal: Uh I can't demo because my local setup is broken at the moment.\nmichal: So sorry about that.\nmichal: Um uh and I have two two questions.\nmichal: Uh like one is what what like what do we do with uh the personal meeting summary?\nmichal: I kind of held off on that because I\nmichal: saw on the last pro el.\nmichal: Uh so I added that and also ingesting DMs.\nmichal: Uh I can't demo because my local setup is broken at the moment.\nmichal: So sorry about that.\nmichal: Um uh and I have two two questions.\nmichal: Uh like one is what what like what do we do with uh the personal meeting summary?\nmichal: I kind of held off on that because I\nmichal: saw on the last project management update like there was someth local setup is broken at the moment.\nmichal: So sorry about that.\nmichal: Um uh and I have two two questions.\nmichal: Uh like one is what what like what do we do with uh the personal meeting summary?\nmichal: I kind of held off on that because I\nmichal: saw on the last project management update like there was something depending on uh something Sergey doing in the in Reflector.\nmichal: Uh like and also I So sorry about that.\nmichal: Um uh and I have two two questions.\nmichal: Uh like one is what what like what do we do with uh the personal meeting summary?\nmichal: I kind of held off on that because I\nmichal: saw on the last project management update like there was something depending on uh something Sergey doing in the in Reflector.\nmichal: Uh like and also I'm like unsure.\nmichal: if this is a priority al meeting summary?\nmichal: I kind of held off on that because I\nmichal: saw on the last project management update like there was something depending on uh something Sergey doing in the in Reflector.\nmichal: Uh like and also I'm like unsure.\nmichal: if this is a priority for for us for now and where where that should where that should live.\nmichal: And the other thing is Jordan has indicated that like t off on that because I\nmichal: saw on the last project management update like there was something depending on uh something Sergey doing in the in Reflector.\nmichal: Uh like and also I'm like unsure.\nmichal: if this is a priority for for us for now and where where that should where that should live.\nmichal: And the other thing is Jordan has indicated that like the the the current state of the uh of the ending on uh something Sergey doing in the in Reflector.\nmichal: Uh like and also I'm like unsure.\nmichal: if this is a priority for for us for now and where where that should where that should live.\nmichal: And the other thing is Jordan has indicated that like the the the current state of the uh of the project with uh with chat, with MCP, with search would be useful to him.\nmichal: And I was wondering ere that should live.\nmichal: And the other thing is Jordan has indicated that like the the the current state of the uh of the project with uh with chat, with MCP, with search would be useful to him.\nmichal: And I was wondering like w what plans do we have on the rollout rollout of the Mondor repo to the users?\nNik: Yeah, so the first question about personal meeting summary, I think the first I want to e DMs.\nNik: And then the second question tied to Mona Repo.\nNik: I think we basically like, don't we have everything in place to basically give this to Jordan?\nNik: Well what what's the blocker here?\nmichal: I think we do.\nmichal: Uh it's just that I saw that I saw that Anna is like I think still on the on the previous setup, so I I was thinking that something is maybe blocking this.\nMathieu: Um Yeah, I e second question tied to Mona Repo.\nNik: I think we basically like, don't we have everything in place to basically give this to Jordan?\nNik: Well what what's the blocker here?\nmichal: I think we do.\nmichal: Uh it's just that I saw that I saw that Anna is like I think still on the on the previous setup, so I I was thinking that something is maybe blocking this.\nMathieu: Um Yeah, I think it's just\nmichal michal: Uh it's just that I saw that I saw that Anna is like I think still on the on the previous setup, so I I was thinking that something is maybe blocking this.\nMathieu: Um Yeah, I think it's just\nmichal: Like if all is good, I can maybe just sync with Jordan and get get him set up.\nMathieu: about assigning maybe uh no the same way we I was saying maybe we need to assign somebody to Max.\nMathieu: Lik --- raw_data.short_summary --- focused on pre-commit validation and CI/CD setup, exploring an installation wizard to streamline user onboarding. Jose worked on providing onboarding instructions and improving the onboarding script. Michal addressed external request issues and assisted with model deployment, while Angel finalized GLM for SITS and prepared for DeepSeq deployment, sharing prioritization tools. The team discussed feature --- raw_data.long_summary --- focused on pre-commit validation and CI/CD setup, exploring an installation wizard to streamline user onboarding. Jose worked on providing onboarding instructions and improving the onboarding script. Michal addressed external request issues and assisted with model deployment, while Angel finalized GLM for SITS and prepared for DeepSeq deployment, sharing prioritization tools. The team discussed feature while also exploring the creation of an installation wizard to streamline user onboarding. Jose is tasked with providing onboarding instructions and collaborating on improving the onboarding script. Michal is addressing external request issues and assisting with model deployment, and Angel is finalizing GLM for SITS and preparing for DeepSeq deployment, sharing prioritization tools to aid decision-maki sic functionalities such as contact DB and search index. Nik proposed enhancing search capabilities by creating a new 'contact' data type, which could leverage LLM calls for advanced functionalities. Michal is tasked with developing a search index that includes contacts from the contactDB, aiming to create an app based on this functionality. Additionally, Nik suggested conducting a demo to validate new nce search capabilities, such as identifying investors or podcast associates. Nik and Jose emphasized the importance of starting with basic functionalities like the contact database and search index. Michal is tasked with adding contacts to the database and ensuring they can be ingested into the data index, while Jose is responsible for integrating Max's personal CRM front end into the monorepo apps. Th === 5.json === --- root.transcript --- \n\n00:51:18.180 --> 00:51:19.380\nYes, yes. \n\n00:51:19.380 --> 00:51:29.140\nThe second thing is uh gosh, what was it? \n\n00:51:29.140 --> 00:51:31.300\nSo, what is Michal working on right now? \n\n00:51:31.300 --> 00:51:35.280\nSearch index? \n\n00:51:35.280 --> 00:51:38.960\nUh he was working on the search index, he said on task. \n\n00:51:38.960 -- --- raw_data.transcript --- ah, maybe if I think yeah, I think it's worth mentioning anyways.\nNik: Um that's one question and that that makes sense.\nNik: Yes, yes.\nNik: The second thing is uh gosh, what was it?\nNik: So, what is Michal working on right now?\nNik: Search index?\nMathieu: Uh he was working on the search index, he said on task.\nMathieu: He was working on the MCP.\nMathieu: I don't know if it's landed yet on uh on bash tool truncated output as it exceeded 30000 char limit INFO 2025-12-24T15:42:30 +6ms service=bus type=message.updated publishing INFO 2025-12-24T15:42:30 +1ms service=bus type=session.status publishing INFO 2025-12-24T15:42:30 +0ms service=session.prompt step=4 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy loop INFO 2025-12-24T15:42:30 +11ms service=bus type=message.updated publishing INFO 2025-12-24T15:42:30 +2ms service=bus type=session.updated publishing INFO 2025-12-24T15:42:30 +0ms service=bus type=session.diff publishing INFO 2025-12-24T15:42:30 +3ms service=bus type=message.updated publishing INFO 2025-12-24T15:42:30 +0ms service=session.prompt status=started resolveTools INFO 2025-12-24T15:42:30 +1ms service=tool.registry status=started invalid INFO 2025-12-24T15:42:30 +0ms service=tool.registry status=started bash INFO 2025-12-24T15:42:30 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-24T15:42:30 +0ms service=tool.registry status=started read INFO 2025-12-24T15:42:30 +1ms service=tool.registry status=started glob INFO 2025-12-24T15:42:30 +0ms service=tool.registry status=started grep INFO 2025-12-24T15:42:30 +0ms service=tool.registry status=started list INFO 2025-12-24T15:42:30 +0ms service=tool.registry status=started edit INFO 2025-12-24T15:42:30 +0ms service=tool.registry status=started write INFO 2025-12-24T15:42:30 +0ms service=tool.registry status=started task INFO 2025-12-24T15:42:30 +0ms service=tool.registry status=started webfetch INFO 2025-12-24T15:42:30 +0ms service=tool.registry status=started todowrite INFO 2025-12-24T15:42:30 +0ms service=tool.registry status=started todoread INFO 2025-12-24T15:42:30 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-24T15:42:30 +0ms service=tool.registry status=completed duration=1 read INFO 2025-12-24T15:42:30 +0ms service=tool.registry status=completed duration=0 glob INFO 2025-12-24T15:42:30 +0ms service=tool.registry status=completed duration=0 grep INFO 2025-12-24T15:42:30 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-24T15:42:30 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-24T15:42:30 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-24T15:42:30 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-24T15:42:30 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-24T15:42:30 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-24T15:42:30 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-24T15:42:30 +1ms service=tool.registry status=completed duration=1 task INFO 2025-12-24T15:42:30 +2ms service=session.prompt status=completed duration=5 resolveTools INFO 2025-12-24T15:42:30 +7ms service=session.processor process INFO 2025-12-24T15:42:30 +1ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=false agent=build stream INFO 2025-12-24T15:42:30 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-24T15:42:30 +7ms service=bus type=session.status publishing INFO 2025-12-24T15:42:30 +259ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:31 +642ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:31 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:40 +8948ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +65ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +3ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +51ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +56ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +49ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:40 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +51ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +39ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:41 +14ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:41 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:41 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +39ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +57ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +38ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +45ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +44ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +44ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +49ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:41 +40ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +40ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +35ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:42 +22ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:42 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:42 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +42ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +56ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:42 +14ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:43 +575ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:43 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:43 +39ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +43ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +38ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:43 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +49ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +43ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +34ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:44 +22ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:44 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:44 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +38ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +40ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +38ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +40ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +39ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:44 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:45 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:45 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:45 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:45 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:45 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:45 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:45 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:45 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:45 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:45 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:45 +17ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:45 +202ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:45 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:47 +2032ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +47ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +41ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +50ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +45ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:47 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +52ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:48 +36ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:48 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:48 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +45ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +49ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:48 +51ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +64ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:49 +5ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:49 +37ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:49 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:51 +2321ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:51 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:51 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:51 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:51 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:51 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:51 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:51 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:51 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:51 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:51 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:51 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:51 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:51 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:51 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:51 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:51 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:51 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:51 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +38ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +193ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +3ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +3ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +50ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +85ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:52 +13ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:52 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:52 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:52 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +34ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +40ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +38ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +67ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +12ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:53 +17ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:53 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:53 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:53 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:54 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:54 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:54 +55ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:54 +61ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:54 +56ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:54 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:54 +51ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:54 +38ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:54 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:54 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:54 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:54 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:54 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:54 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:54 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:54 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:54 +15ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:54 +222ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:54 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:56 +1334ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +44ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +59ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +39ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +48ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:56 +51ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +59ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:57 +14ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:57 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:57 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +47ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +41ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +56ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +51ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +95ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +42ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:57 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +18ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:58 +6ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:58 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:58 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +50ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +34ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +107ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +45ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +57ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +47ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +57ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +47ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:58 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +43ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +3ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +1ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:42:59 +11ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:42:59 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:42:59 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:42:59 +824ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:00 +149ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:00 +2ms service=bus type=message.part.updated publishing Now I���ll scan each transcript for Michal-related commitments, then write the simplified output JSONs. INFO 2025-12-24T15:43:00 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:00 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:00 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:00 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:00 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:00 +2ms service=bus type=message.updated publishing |  Bash Show Michal mention snippets per transcript ==== 1.json ==== [1] Nik: Hey Igor, what's up?\nNik: Hey, Michal, how are you?\nmichal: I'm good.\nmichal: I'm good.\nNik: Good to hear.\nIgor: Joseph.\nNik: Hey Jose, how are you?\nJose: Hey there.\nJose: Can you hear me?\nNik: Yes.\nIgor: Yeah.\nNik: I'm adjusted being Matt to you.\nNik: Matt [2] Nik: Hey Igor, what's up?\nNik: Hey, Michal, how are you?\nmichal: I'm good.\nmichal: I'm good.\nNik: Good to hear.\nIgor: Joseph.\nNik: Hey Jose, how are you?\nJose: Hey there.\nJose: Can you hear me?\nNik: Yes.\nIgor: Yeah.\nNik: I'm adjusted being Matt to you.\nNik: Matthew.\nNik: I don't kno [3] Nik: Hey Igor, what's up?\nNik: Hey, Michal, how are you?\nmichal: I'm good.\nmichal: I'm good.\nNik: Good to hear.\nIgor: Joseph.\nNik: Hey Jose, how are you?\nJose: Hey there.\nJose: Can you hear me?\nNik: Yes.\nIgor: Yeah.\nNik: I'm adjusted being Matt to you.\nNik: Matthew.\nNik: I don't know if Juan is gonna [4] e?\nNik: I guess we can start with the updates and then move to the project management stuff if that works for you guys.\nMathieu: Yep, you just change something with your MIC gain.\nmichal: It gets it gets very loud.\nNik: Oh sorry, oh oh, I see.\nNik: I was trying to increase the volume of my speaker and I accidentally increased the volume of my mic.\nMathieu: Thank you for the string so here.\nNik: I'm sorr [5] te and maybe we need a a reflector meeting.\nIgor: Yeah, yeah, yeah.\nMathieu: Maybe not the internal app.\nIgor: I would love to present something there.\nMathieu: Okay.\nIgor: Right.\nmichal: I can go next.\nmichal: So my change is my change is now the contact DB now that data index can index contacts from contact DB.\nmichal: And we are also ingesting this for search.\nmichal: We are creating chunks.\nmichal: [6] a reflector meeting.\nIgor: Yeah, yeah, yeah.\nMathieu: Maybe not the internal app.\nIgor: I would love to present something there.\nMathieu: Okay.\nIgor: Right.\nmichal: I can go next.\nmichal: So my change is my change is now the contact DB now that data index can index contacts from contact DB.\nmichal: And we are also ingesting this for search.\nmichal: We are creating chunks.\nmichal: It detects edits.\nmicha [7] something there.\nMathieu: Okay.\nIgor: Right.\nmichal: I can go next.\nmichal: So my change is my change is now the contact DB now that data index can index contacts from contact DB.\nmichal: And we are also ingesting this for search.\nmichal: We are creating chunks.\nmichal: It detects edits.\nmichal: merges and and\nmichal: deletions and updates the the the chunks according accordingly.\nmichal: Next for me as [8] : I can go next.\nmichal: So my change is my change is now the contact DB now that data index can index contacts from contact DB.\nmichal: And we are also ingesting this for search.\nmichal: We are creating chunks.\nmichal: It detects edits.\nmichal: merges and and\nmichal: deletions and updates the the the chunks according accordingly.\nmichal: Next for me as as I understand will be the personal meeting summa [9] hange is my change is now the contact DB now that data index can index contacts from contact DB.\nmichal: And we are also ingesting this for search.\nmichal: We are creating chunks.\nmichal: It detects edits.\nmichal: merges and and\nmichal: deletions and updates the the the chunks according accordingly.\nmichal: Next for me as as I understand will be the personal meeting summary and yeah it's it's a it's lik [10] the contact DB now that data index can index contacts from contact DB.\nmichal: And we are also ingesting this for search.\nmichal: We are creating chunks.\nmichal: It detects edits.\nmichal: merges and and\nmichal: deletions and updates the the the chunks according accordingly.\nmichal: Next for me as as I understand will be the personal meeting summary and yeah it's it's a it's like still a bit unclear for [11] data index can index contacts from contact DB.\nmichal: And we are also ingesting this for search.\nmichal: We are creating chunks.\nmichal: It detects edits.\nmichal: merges and and\nmichal: deletions and updates the the the chunks according accordingly.\nmichal: Next for me as as I understand will be the personal meeting summary and yeah it's it's a it's like still a bit unclear for me where that would liv [12] ingesting this for search.\nmichal: We are creating chunks.\nmichal: It detects edits.\nmichal: merges and and\nmichal: deletions and updates the the the chunks according accordingly.\nmichal: Next for me as as I understand will be the personal meeting summary and yeah it's it's a it's like still a bit unclear for me where that would live, whether that would be a part of Preflector or or the meeting prep uh [13] for me where that would live, whether that would be a part of Preflector or or the meeting prep uh application or Or all the contact debris that's coming or a complete disabling?\nmichal: That's a question for me.\nMathieu: I have a sensation two things on the contact DB ingestion in data index or are we meeting with the business where I say and Nick maybe you can chime in I want to what are all the ange [14] like We ingest uh I'm guessing you ingest only the contact data of the contact and uh contact DB from a contact and platform identity.\nMathieu: Do you do the enrichment part too?\nmichal: And no, no.\nmichal: I can do that if that's that's needed.\nMathieu: I b b because otherwise it will I feel it will be super limited, right?\nMathieu: If the goal is to use a little bit of semantic search, just of the na [15] 'm guessing you ingest only the contact data of the contact and uh contact DB from a contact and platform identity.\nMathieu: Do you do the enrichment part too?\nmichal: And no, no.\nmichal: I can do that if that's that's needed.\nMathieu: I b b because otherwise it will I feel it will be super limited, right?\nMathieu: If the goal is to use a little bit of semantic search, just of the name might not work at ==== 2.json ==== NO MENTIONS ==== 3.json ==== NO MENTIONS ==== 4.json ==== [1] gei is up today.\nMathieu: I mean, uh, active four minutes ago.\nMathieu: Uh, Igor, active forty-four minutes ago.\nNik: Let's see.\nNik: Did they say anything in the social?\nNik: No.\nmichal: Hello.\nNik: Hey, Michael, how are you?\nMathieu: Okay.\nMathieu: I would think Okay, so n normally it should be demo day.\nMathieu: Um but Nick, I'm opening the the door.\nMathieu: Do you want to go through the business ob [2] I mean, uh, active four minutes ago.\nMathieu: Uh, Igor, active forty-four minutes ago.\nNik: Let's see.\nNik: Did they say anything in the social?\nNik: No.\nmichal: Hello.\nNik: Hey, Michael, how are you?\nMathieu: Okay.\nMathieu: I would think Okay, so n normally it should be demo day.\nMathieu: Um but Nick, I'm opening the the door.\nMathieu: Do you want to go through the business objective and uh see how is [3] ersonal CRM.\nNik: We haven't fully concluded that.\nNik: But yeah.\nNik: I think on Monday it's going to be clear.\nNik: Yeah.\nMathieu: I hope.\nNik: So.\nNik: Yeah, I hope so.\nNik: So Michal, are there so we currently have a few things.\nmichal: Yeah.\nNik: I guess one thing would be just like adding contact to contactDB.\nNik: It's a pretty straightforward task, right?\nNik: Like basically just adding that dat [4] k: But yeah.\nNik: I think on Monday it's going to be clear.\nNik: Yeah.\nMathieu: I hope.\nNik: So.\nNik: Yeah, I hope so.\nNik: So Michal, are there so we currently have a few things.\nmichal: Yeah.\nNik: I guess one thing would be just like adding contact to contactDB.\nNik: It's a pretty straightforward task, right?\nNik: Like basically just adding that data entity and being able to ingest contacts from Conta [5] DB into The contact in data index and search across it.\nNik: Do you think that that would be good?\nNik: Because, like, on top of this, we can build an app right away, pretty much.\nmichal: Yeah, I agree.\nNik: Would that work?\nmichal: Take yeah, I can take it.\nNik: Cool.\nNik: Sounds good.\nNik: Yeah, I think this is the best thing you can work on because you also worked on search index.\nNik: So I think thi [6] across it.\nNik: Do you think that that would be good?\nNik: Because, like, on top of this, we can build an app right away, pretty much.\nmichal: Yeah, I agree.\nNik: Would that work?\nmichal: Take yeah, I can take it.\nNik: Cool.\nNik: Sounds good.\nNik: Yeah, I think this is the best thing you can work on because you also worked on search index.\nNik: So I think this is perfect.\nNik: Um but yeah, um\nMathieu: U [7] tact\nMathieu: that got updated into data index?\nMathieu: This query doesn't exist in ContactDB, so it will need to be done for the ingestor to work good.\nMathieu: Yeah, that's it.\nmichal: Okay.\nNik: Yeah, so um another thing that I just wanted to mention kind of like on more on the global level uh is that we would like to have some sort of way to validate the ideas at least like ourselves as in like oh [8] so this would be useful for this, this and this product, for example.\nNik: So for example, like search index could be uh or like not just searching index, but like the uh feature Michal is gonna be building is gonna be useful for um something like warm introductions or like searching across contacts in ContactDB.\nNik: Like second and first hop contacts.\nNik: And then for personal CRM, like it's kind of [9] any port on the on the destination here, not good.\nMathieu: But anyway, this is all the the rule I have.\nMathieu: This is all the request log.\nMathieu: Uh I think I can oh, sorry.\nmichal: And Matthew, I d I don't think you are sharing the right window or the right screen.\nMathieu: Thank you for letting me know better, huh?\nMathieu: Okay, I don't know if you guys saw the video or what, but just wanted to [10] ft help to see if we can have some alert of data extraction or something bad happening, whatever.\nMathieu: Okay.\nMathieu: That's any any feedback?\nMathieu: If none?\nMathieu: Okay.\nmichal: I like it this could this could w this could work work on our apps, but I wonder about requests coming from LibreChat, like web search.\nMathieu: That's about it for the demo.\nNik: Love it.\nMathieu: I think it will it w [11] environment variable.\nMathieu: I don't know.\nMathieu: Say I think more the the docker labels because okay I'm sorry I'm um excited about that but let's let's go it in another way.\nmichal: Yeah.\nMathieu: I we are in control of the proxy API in the proxy API I do a docker resolution from the IP to the label actually I'm listing all the container To know all the IPs and to be able to match the name of the [12] same way, if you don't have any header saying the intents, maybe we can have some\nMathieu: more rules or label or stuff put in the container that then the API can request and see.\nmichal: Yeah.\nMathieu: Like at the same time, ah, it's this container.\nMathieu: Ah, it's coming from this and these endpoints, it might be for the search, something like that.\nMathieu: Or another path is today, as I say, we ju [13] ent, maybe we can also do something more smarter, like it looks like something okay or not something okay.\nMathieu: Same a little bit like procedure when we analyze the LLM calls.\nmichal: Yeah.\nMathieu: Maybe there is a system that is more I mean, I was working on network and firewall stuff, like all the deep inspection, there is sometimes some scanner that indicates if the request is good or not good.\n [14] omething into the precommit, we also need to add the related CI C D corresponding to the new pre commit we added, because it it won't do it by itself.\nMathieu: Um yeah, that's it.\nmichal: Mm-hmm.\nMathieu: And there is no pre-commit on the JavaScript code or TypeScript code.\nMathieu: I think it would be nice that the same way we did one for Rough and also Python code would be nice to have one for every k [15] ython code would be nice to have one for every kind of HTML, TypeScript, JavaScript, that everything is the same.\nMathieu: But my screen on this GS part is a little bit not great.\nmichal: I I have one s yeah, I I have one thing from my side.\nmichal: Uh I I did uh a change to the Zolip ingester to detect new streams because uh I like I had a problem with the demo on Tuesday to uh because I didn't have th ==== 5.json ==== [1] yeah, I think it's worth mentioning anyways.\nNik: Um that's one question and that that makes sense.\nNik: Yes, yes.\nNik: The second thing is uh gosh, what was it?\nNik: So, what is Michal working on right now?\nNik: Search index?\nMathieu: Uh he was working on the search index, he said on task.\nMathieu: He was working on the MCP.\nMathieu: I don't know if it's landed yet on uh on internal AI.\nMathieu: I thi ERROR 2025-12-24T15:43:00 +8ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:43:00 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:43:00 +3ms service=bus type=message.updated publishing INFO 2025-12-24T15:43:00 +0ms service=bus type=session.status publishing INFO 2025-12-24T15:43:00 +0ms service=session.prompt step=5 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy loop INFO 2025-12-24T15:43:00 +14ms service=bus type=message.updated publishing INFO 2025-12-24T15:43:00 +1ms service=bus type=session.updated publishing INFO 2025-12-24T15:43:00 +1ms service=bus type=session.diff publishing INFO 2025-12-24T15:43:00 +2ms service=bus type=message.updated publishing INFO 2025-12-24T15:43:00 +0ms service=session.prompt status=started resolveTools INFO 2025-12-24T15:43:00 +1ms service=tool.registry status=started invalid INFO 2025-12-24T15:43:00 +0ms service=tool.registry status=started bash INFO 2025-12-24T15:43:00 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-24T15:43:00 +1ms service=tool.registry status=started read INFO 2025-12-24T15:43:00 +0ms service=tool.registry status=started glob INFO 2025-12-24T15:43:00 +0ms service=tool.registry status=started grep INFO 2025-12-24T15:43:00 +0ms service=tool.registry status=started list INFO 2025-12-24T15:43:00 +0ms service=tool.registry status=started edit INFO 2025-12-24T15:43:00 +0ms service=tool.registry status=started write INFO 2025-12-24T15:43:00 +0ms service=tool.registry status=started task INFO 2025-12-24T15:43:00 +0ms service=tool.registry status=started webfetch INFO 2025-12-24T15:43:00 +0ms service=tool.registry status=started todowrite INFO 2025-12-24T15:43:00 +0ms service=tool.registry status=started todoread INFO 2025-12-24T15:43:00 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-24T15:43:00 +1ms service=tool.registry status=completed duration=1 read INFO 2025-12-24T15:43:00 +0ms service=tool.registry status=completed duration=1 glob INFO 2025-12-24T15:43:00 +0ms service=tool.registry status=completed duration=1 grep INFO 2025-12-24T15:43:00 +0ms service=tool.registry status=completed duration=1 list INFO 2025-12-24T15:43:00 +0ms service=tool.registry status=completed duration=1 edit INFO 2025-12-24T15:43:00 +0ms service=tool.registry status=completed duration=1 write INFO 2025-12-24T15:43:00 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2025-12-24T15:43:00 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2025-12-24T15:43:00 +0ms service=tool.registry status=completed duration=1 todoread INFO 2025-12-24T15:43:00 +0ms service=tool.registry status=completed duration=2 bash INFO 2025-12-24T15:43:00 +1ms service=tool.registry status=completed duration=2 task INFO 2025-12-24T15:43:00 +3ms service=session.prompt status=completed duration=7 resolveTools INFO 2025-12-24T15:43:00 +8ms service=session.processor process INFO 2025-12-24T15:43:00 +1ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=false agent=build stream INFO 2025-12-24T15:43:00 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-24T15:43:00 +6ms service=bus type=session.status publishing INFO 2025-12-24T15:43:00 +358ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:43:01 +604ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:43:01 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:43:10 +9066ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +34ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +48ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +58ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +50ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:10 +63ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +188ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +3ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +26ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:43:11 +19ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:43:11 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:43:11 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +39ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +42ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +83ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:11 +48ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +18ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:43:12 +0ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:43:12 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:43:12 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +42ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:12 +20ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:43:13 +575ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:43:13 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:43:15 +2409ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:15 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:15 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:15 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:15 +69ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:15 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:15 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:15 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:15 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:15 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:15 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:15 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:15 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:15 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:15 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:15 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:15 +42ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:15 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:15 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:15 +3ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:15 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +41ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +3ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +15ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:43:16 +18ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:43:16 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:43:16 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:16 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +43ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +47ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +45ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +34ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +43ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:17 +32ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:43:17 +164ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:43:17 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:43:19 +1512ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +68ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +44ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +64ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +55ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +46ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +49ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:19 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +48ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +3ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +7ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:43:20 +10ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:43:20 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:43:20 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +39ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +71ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +50ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +40ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +60ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:20 +69ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:21 +51ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:21 +57ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:21 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:21 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:21 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:21 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:21 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:21 +15ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:43:21 +41ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:43:21 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:43:27 +6434ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:27 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:27 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:27 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:27 +69ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:27 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:27 +43ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:27 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:27 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:27 +38ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:28 +55ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:28 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:28 +41ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:28 +45ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:28 +43ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:28 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:28 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:28 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:28 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:28 +43ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:28 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:28 +44ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:28 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:28 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:28 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:28 +72ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:43:28 +15ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:43:28 +1ms service=default e=NotFoundError rejection INFO 2025-12-24T15:43:28 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:28 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:28 +69ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:28 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:28 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:28 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:28 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:28 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:28 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +34ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +42ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +40ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +40ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +34ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +71ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +41ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +37ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:43:29 +13ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:43:29 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:43:29 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +41ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +39ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:29 +34ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +39ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +42ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +34ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +34ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +76ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +40ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +34ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +36ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:43:30 +12ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:43:30 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:43:30 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +38ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +38ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +39ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:30 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:31 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:31 +55ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:31 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:31 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:31 +39ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:31 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:31 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:31 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:31 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:31 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:31 +41ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:31 +39ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:31 +34ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:31 +73ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:31 +45ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:31 +34ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:43:31 +84ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:43:31 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:43:43 +11417ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +56ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +47ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +59ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +43ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +49ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +45ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:43 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +15ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:43:44 +4ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:43:44 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:43:44 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +3ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +56ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +51ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +57ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +46ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +48ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +42ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:44 +51ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:45 +47ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:45 +45ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:45 +46ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:43:45 +15ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:43:45 +1ms service=default e=NotFoundError rejection INFO 2025-12-24T15:43:45 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:45 +44ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:45 +51ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:45 +49ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:45 +87ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:45 +55ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:45 +46ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:45 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:45 +51ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:45 +67ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:45 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:45 +47ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:45 +45ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:45 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:45 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:45 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:45 +49ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:45 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:45 +56ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +58ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +52ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:43:46 +46ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:43:46 +1ms service=default e=NotFoundError rejection INFO 2025-12-24T15:43:46 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +42ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +57ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +57ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +55ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +72ms service=bus type=todo.updated publishing INFO 2025-12-24T15:43:46 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:46 +1ms service=bus type=message.part.updated publishing |  Todo 3 todos ERROR 2025-12-24T15:43:47 +281ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:43:47 +1ms service=default e=NotFoundError rejection INFO 2025-12-24T15:43:47 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:47 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:47 +1ms service=bus type=message.updated publishing INFO 2025-12-24T15:43:47 +2ms service=bus type=message.updated publishing INFO 2025-12-24T15:43:47 +0ms service=bus type=session.status publishing INFO 2025-12-24T15:43:47 +0ms service=session.prompt step=6 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy loop INFO 2025-12-24T15:43:47 +15ms service=bus type=message.updated publishing INFO 2025-12-24T15:43:47 +0ms service=bus type=session.updated publishing INFO 2025-12-24T15:43:47 +1ms service=bus type=session.diff publishing INFO 2025-12-24T15:43:47 +1ms service=bus type=message.updated publishing INFO 2025-12-24T15:43:47 +0ms service=session.prompt status=started resolveTools INFO 2025-12-24T15:43:47 +0ms service=tool.registry status=started invalid INFO 2025-12-24T15:43:47 +0ms service=tool.registry status=started bash INFO 2025-12-24T15:43:47 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-24T15:43:47 +1ms service=tool.registry status=started read INFO 2025-12-24T15:43:47 +0ms service=tool.registry status=started glob INFO 2025-12-24T15:43:47 +0ms service=tool.registry status=started grep INFO 2025-12-24T15:43:47 +0ms service=tool.registry status=started list INFO 2025-12-24T15:43:47 +0ms service=tool.registry status=started edit INFO 2025-12-24T15:43:47 +0ms service=tool.registry status=started write INFO 2025-12-24T15:43:47 +0ms service=tool.registry status=started task INFO 2025-12-24T15:43:47 +0ms service=tool.registry status=started webfetch INFO 2025-12-24T15:43:47 +0ms service=tool.registry status=started todowrite INFO 2025-12-24T15:43:47 +0ms service=tool.registry status=started todoread INFO 2025-12-24T15:43:47 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-24T15:43:47 +0ms service=tool.registry status=completed duration=0 read INFO 2025-12-24T15:43:47 +0ms service=tool.registry status=completed duration=0 glob INFO 2025-12-24T15:43:47 +0ms service=tool.registry status=completed duration=0 grep INFO 2025-12-24T15:43:47 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-24T15:43:47 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-24T15:43:47 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-24T15:43:47 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-24T15:43:47 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-24T15:43:47 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-24T15:43:47 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-24T15:43:47 +1ms service=tool.registry status=completed duration=1 task INFO 2025-12-24T15:43:47 +2ms service=session.prompt status=completed duration=4 resolveTools INFO 2025-12-24T15:43:47 +7ms service=session.processor process INFO 2025-12-24T15:43:47 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=false agent=build stream INFO 2025-12-24T15:43:47 +1ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-24T15:43:47 +5ms service=bus type=session.status publishing INFO 2025-12-24T15:43:47 +408ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:43:48 +554ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:43:48 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:43:54 +6748ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:54 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:54 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +39ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +46ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +69ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +79ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +49ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +47ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +40ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +38ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +49ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +40ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:55 +50ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:43:55 +39ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:43:55 +1ms service=default e=NotFoundError rejection INFO 2025-12-24T15:43:55 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +38ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +50ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +57ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +46ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +50ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +34ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +49ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +48ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +48ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +50ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:56 +35ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:43:56 +3ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:43:56 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:43:57 +47ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +51ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +49ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +58ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +181ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +3ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:57 +13ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:43:58 +266ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:43:58 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:43:58 +108ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +44ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +49ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +42ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +45ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +57ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +51ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:58 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +44ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +10ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:43:59 +2ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:43:59 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:43:59 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +47ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +45ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +49ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +42ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +48ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +45ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +42ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +47ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:43:59 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +44ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +17ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:44:00 +8ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:44:00 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:44:00 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +55ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +39ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +65ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +51ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:00 +39ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:44:01 +258ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:44:01 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:44:01 +378ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:01 +51ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:01 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:01 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:01 +126ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:01 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:01 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:01 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:01 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:01 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:01 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:01 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:01 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:01 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:01 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +48ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +56ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +64ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:44:02 +13ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:44:02 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:44:02 +34ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +47ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +47ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +43ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:02 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +45ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +46ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +49ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +56ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +55ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:44:03 +36ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:44:03 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:44:03 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +60ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:03 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +41ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +48ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +42ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +19ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:44:04 +1ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:44:04 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:44:04 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +56ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +44ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +55ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:04 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:05 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:05 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:05 +51ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:05 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:05 +41ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:05 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:05 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:05 +15ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:44:05 +410ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:44:05 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:44:05 +220ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:05 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:05 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:05 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:05 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:05 +82ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:05 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +48ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +48ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +49ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +65ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +13ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:44:06 +1ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:44:06 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:44:06 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:06 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +60ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +41ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +54ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +38ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +57ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +56ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +16ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:44:07 +1ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:44:07 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:44:07 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:07 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +73ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:08 +13ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:44:08 +96ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:44:08 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:44:19 +11049ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:19 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:19 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:19 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +131ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +45ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +42ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +36ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +160ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +3ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +44ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +55ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:20 +67ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:44:20 +2ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:44:20 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:44:20 +50ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +5ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +38ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +41ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +44ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +51ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +51ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +56ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +42ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +10ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:21 +22ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:44:21 +5ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:44:21 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:44:22 +7ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +78ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +74ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +58ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +47ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +39ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +15ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +17ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +51ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +56ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +42ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +52ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +53ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:22 +13ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:44:22 +17ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:44:22 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:44:23 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +8ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +64ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +40ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +63ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +45ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +3ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +123ms service=bus type=todo.updated publishing INFO 2025-12-24T15:44:23 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +2ms service=bus type=message.part.updated publishing |  Todo 2 todos INFO 2025-12-24T15:44:23 +362ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:23 +0ms service=bus type=message.updated publishing Now I���ll write the extracted Michal action items into `1.json`���`5.json` outputs, then validate they���re valid JSON. INFO 2025-12-24T15:44:23 +3ms service=bus type=message.updated publishing INFO 2025-12-24T15:44:23 +0ms service=bus type=session.status publishing INFO 2025-12-24T15:44:23 +0ms service=session.prompt step=7 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy loop INFO 2025-12-24T15:44:23 +11ms service=bus type=message.updated publishing INFO 2025-12-24T15:44:23 +1ms service=bus type=session.updated publishing INFO 2025-12-24T15:44:23 +0ms service=bus type=session.diff publishing INFO 2025-12-24T15:44:23 +3ms service=bus type=message.updated publishing INFO 2025-12-24T15:44:23 +0ms service=session.prompt status=started resolveTools INFO 2025-12-24T15:44:23 +1ms service=tool.registry status=started invalid INFO 2025-12-24T15:44:23 +0ms service=tool.registry status=started bash INFO 2025-12-24T15:44:23 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-24T15:44:23 +1ms service=tool.registry status=started read INFO 2025-12-24T15:44:23 +0ms service=tool.registry status=started glob INFO 2025-12-24T15:44:23 +0ms service=tool.registry status=started grep INFO 2025-12-24T15:44:23 +0ms service=tool.registry status=started list INFO 2025-12-24T15:44:23 +0ms service=tool.registry status=started edit INFO 2025-12-24T15:44:23 +0ms service=tool.registry status=started write INFO 2025-12-24T15:44:23 +0ms service=tool.registry status=started task INFO 2025-12-24T15:44:23 +0ms service=tool.registry status=started webfetch INFO 2025-12-24T15:44:23 +1ms service=tool.registry status=started todowrite INFO 2025-12-24T15:44:23 +0ms service=tool.registry status=started todoread INFO 2025-12-24T15:44:23 +0ms service=tool.registry status=completed duration=2 invalid INFO 2025-12-24T15:44:23 +0ms service=tool.registry status=completed duration=1 read INFO 2025-12-24T15:44:23 +0ms service=tool.registry status=completed duration=1 glob INFO 2025-12-24T15:44:23 +0ms service=tool.registry status=completed duration=1 grep INFO 2025-12-24T15:44:23 +0ms service=tool.registry status=completed duration=1 list INFO 2025-12-24T15:44:23 +0ms service=tool.registry status=completed duration=1 edit INFO 2025-12-24T15:44:23 +0ms service=tool.registry status=completed duration=1 write INFO 2025-12-24T15:44:23 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2025-12-24T15:44:23 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-24T15:44:23 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-24T15:44:23 +0ms service=tool.registry status=completed duration=2 bash INFO 2025-12-24T15:44:23 +0ms service=tool.registry status=completed duration=1 task INFO 2025-12-24T15:44:23 +3ms service=session.prompt status=completed duration=6 resolveTools INFO 2025-12-24T15:44:23 +8ms service=session.processor process INFO 2025-12-24T15:44:23 +1ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=false agent=build stream INFO 2025-12-24T15:44:23 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-24T15:44:23 +5ms service=bus type=session.status publishing ERROR 2025-12-24T15:44:24 +76ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:44:24 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:44:24 +162ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:24 +664ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:24 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:24 +40ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:24 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:24 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:24 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:24 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:25 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:25 +34ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:25 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:25 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:25 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:25 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:25 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:25 +29ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:44:25 +16ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:44:25 +1ms service=default e=NotFoundError rejection INFO 2025-12-24T15:44:25 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:25 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:25 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:25 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:25 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:25 +142ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:44:26 +836ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:44:26 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:44:32 +5824ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:32 +154ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:32 +7ms service=bus type=message.part.updated publishing |  Bash Write Michal action items output JSONs Wrote outputs: 1.json, 2.json, 3.json, 4.json, 5.json INFO 2025-12-24T15:44:32 +43ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:32 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:32 +0ms service=bus type=message.updated publishing I���ll generate the per-meeting action-item JSON outputs now, then validate they parse cleanly. INFO 2025-12-24T15:44:32 +9ms service=bus type=message.updated publishing INFO 2025-12-24T15:44:32 +1ms service=bus type=session.status publishing INFO 2025-12-24T15:44:32 +0ms service=session.prompt step=8 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy loop INFO 2025-12-24T15:44:32 +21ms service=bus type=message.updated publishing INFO 2025-12-24T15:44:32 +1ms service=bus type=session.updated publishing INFO 2025-12-24T15:44:32 +0ms service=bus type=session.diff publishing INFO 2025-12-24T15:44:32 +1ms service=bus type=message.updated publishing INFO 2025-12-24T15:44:32 +1ms service=session.prompt status=started resolveTools INFO 2025-12-24T15:44:32 +0ms service=tool.registry status=started invalid INFO 2025-12-24T15:44:32 +0ms service=tool.registry status=started bash INFO 2025-12-24T15:44:32 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-24T15:44:32 +0ms service=tool.registry status=started read INFO 2025-12-24T15:44:32 +0ms service=tool.registry status=started glob INFO 2025-12-24T15:44:32 +0ms service=tool.registry status=started grep INFO 2025-12-24T15:44:32 +0ms service=tool.registry status=started list INFO 2025-12-24T15:44:32 +0ms service=tool.registry status=started edit INFO 2025-12-24T15:44:32 +0ms service=tool.registry status=started write INFO 2025-12-24T15:44:32 +1ms service=tool.registry status=started task INFO 2025-12-24T15:44:32 +0ms service=tool.registry status=started webfetch INFO 2025-12-24T15:44:32 +0ms service=tool.registry status=started todowrite INFO 2025-12-24T15:44:32 +0ms service=tool.registry status=started todoread INFO 2025-12-24T15:44:32 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-24T15:44:32 +0ms service=tool.registry status=completed duration=1 read INFO 2025-12-24T15:44:32 +0ms service=tool.registry status=completed duration=1 glob INFO 2025-12-24T15:44:32 +0ms service=tool.registry status=completed duration=1 grep INFO 2025-12-24T15:44:32 +0ms service=tool.registry status=completed duration=1 list INFO 2025-12-24T15:44:32 +0ms service=tool.registry status=completed duration=1 edit INFO 2025-12-24T15:44:32 +0ms service=tool.registry status=completed duration=1 write INFO 2025-12-24T15:44:32 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-24T15:44:32 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-24T15:44:32 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-24T15:44:32 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-24T15:44:32 +0ms service=tool.registry status=completed duration=0 task INFO 2025-12-24T15:44:32 +1ms service=session.prompt status=completed duration=2 resolveTools INFO 2025-12-24T15:44:32 +3ms service=session.processor process INFO 2025-12-24T15:44:32 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=false agent=build stream INFO 2025-12-24T15:44:32 +1ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-24T15:44:32 +5ms service=bus type=session.status publishing INFO 2025-12-24T15:44:32 +250ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:44:33 +503ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:44:33 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:44:33 +256ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:44:34 +1002ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:44:34 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:44:34 +50ms service=bus type=todo.updated publishing INFO 2025-12-24T15:44:34 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:34 +1ms service=bus type=message.part.updated publishing |  Todo 1 todos INFO 2025-12-24T15:44:34 +267ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:34 +1ms service=bus type=message.updated publishing INFO 2025-12-24T15:44:34 +1ms service=bus type=message.updated publishing INFO 2025-12-24T15:44:34 +1ms service=bus type=session.status publishing INFO 2025-12-24T15:44:34 +0ms service=session.prompt step=9 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy loop INFO 2025-12-24T15:44:34 +22ms service=bus type=message.updated publishing INFO 2025-12-24T15:44:34 +1ms service=bus type=session.updated publishing INFO 2025-12-24T15:44:34 +2ms service=bus type=session.diff publishing INFO 2025-12-24T15:44:34 +1ms service=bus type=message.updated publishing INFO 2025-12-24T15:44:34 +0ms service=session.prompt status=started resolveTools INFO 2025-12-24T15:44:34 +1ms service=tool.registry status=started invalid INFO 2025-12-24T15:44:34 +0ms service=tool.registry status=started bash INFO 2025-12-24T15:44:34 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-24T15:44:34 +0ms service=tool.registry status=started read INFO 2025-12-24T15:44:34 +1ms service=tool.registry status=started glob INFO 2025-12-24T15:44:34 +0ms service=tool.registry status=started grep INFO 2025-12-24T15:44:34 +0ms service=tool.registry status=started list INFO 2025-12-24T15:44:34 +0ms service=tool.registry status=started edit INFO 2025-12-24T15:44:34 +0ms service=tool.registry status=started write INFO 2025-12-24T15:44:34 +1ms service=tool.registry status=started task INFO 2025-12-24T15:44:34 +0ms service=tool.registry status=started webfetch INFO 2025-12-24T15:44:34 +0ms service=tool.registry status=started todowrite INFO 2025-12-24T15:44:34 +0ms service=tool.registry status=started todoread INFO 2025-12-24T15:44:34 +0ms service=tool.registry status=completed duration=2 invalid INFO 2025-12-24T15:44:34 +1ms service=tool.registry status=completed duration=3 read INFO 2025-12-24T15:44:34 +0ms service=tool.registry status=completed duration=2 glob INFO 2025-12-24T15:44:34 +0ms service=tool.registry status=completed duration=2 grep INFO 2025-12-24T15:44:34 +0ms service=tool.registry status=completed duration=2 list INFO 2025-12-24T15:44:34 +0ms service=tool.registry status=completed duration=2 edit INFO 2025-12-24T15:44:34 +0ms service=tool.registry status=completed duration=2 write INFO 2025-12-24T15:44:34 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2025-12-24T15:44:34 +1ms service=tool.registry status=completed duration=2 todowrite INFO 2025-12-24T15:44:34 +0ms service=tool.registry status=completed duration=2 todoread INFO 2025-12-24T15:44:34 +0ms service=tool.registry status=completed duration=4 bash INFO 2025-12-24T15:44:34 +1ms service=tool.registry status=completed duration=3 task INFO 2025-12-24T15:44:34 +1ms service=session.prompt status=completed duration=7 resolveTools INFO 2025-12-24T15:44:34 +9ms service=session.processor process INFO 2025-12-24T15:44:34 +1ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=false agent=build stream INFO 2025-12-24T15:44:34 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-24T15:44:34 +4ms service=bus type=session.status publishing INFO 2025-12-24T15:44:34 +223ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:44:35 +461ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:44:35 +1ms service=default e=NotFoundError rejection INFO 2025-12-24T15:44:35 +97ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:44:36 +1006ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:44:36 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:44:37 +1265ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:37 +140ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:37 +6ms service=bus type=message.part.updated publishing |  Bash Validate output JSON schema All outputs match schema INFO 2025-12-24T15:44:37 +73ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:37 +1ms service=bus type=message.updated publishing INFO 2025-12-24T15:44:37 +2ms service=bus type=message.updated publishing INFO 2025-12-24T15:44:37 +0ms service=bus type=session.status publishing INFO 2025-12-24T15:44:37 +1ms service=session.prompt step=10 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy loop INFO 2025-12-24T15:44:37 +15ms service=bus type=message.updated publishing INFO 2025-12-24T15:44:37 +0ms service=session.prompt status=started resolveTools INFO 2025-12-24T15:44:37 +0ms service=tool.registry status=started invalid INFO 2025-12-24T15:44:37 +1ms service=tool.registry status=started bash INFO 2025-12-24T15:44:37 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-24T15:44:37 +0ms service=tool.registry status=started read INFO 2025-12-24T15:44:37 +0ms service=tool.registry status=started glob INFO 2025-12-24T15:44:37 +0ms service=tool.registry status=started grep INFO 2025-12-24T15:44:37 +0ms service=tool.registry status=started list INFO 2025-12-24T15:44:37 +1ms service=tool.registry status=started edit INFO 2025-12-24T15:44:37 +0ms service=tool.registry status=started write INFO 2025-12-24T15:44:37 +0ms service=tool.registry status=started task INFO 2025-12-24T15:44:37 +0ms service=tool.registry status=started webfetch INFO 2025-12-24T15:44:37 +0ms service=tool.registry status=started todowrite INFO 2025-12-24T15:44:37 +0ms service=tool.registry status=started todoread INFO 2025-12-24T15:44:37 +0ms service=tool.registry status=completed duration=2 invalid INFO 2025-12-24T15:44:37 +1ms service=tool.registry status=completed duration=2 read INFO 2025-12-24T15:44:37 +0ms service=tool.registry status=completed duration=2 glob INFO 2025-12-24T15:44:37 +1ms service=tool.registry status=completed duration=3 grep INFO 2025-12-24T15:44:37 +0ms service=tool.registry status=completed duration=3 list INFO 2025-12-24T15:44:37 +0ms service=tool.registry status=completed duration=2 edit INFO 2025-12-24T15:44:37 +0ms service=tool.registry status=completed duration=2 write INFO 2025-12-24T15:44:37 +0ms service=tool.registry status=completed duration=2 webfetch INFO 2025-12-24T15:44:37 +0ms service=tool.registry status=completed duration=2 todowrite INFO 2025-12-24T15:44:37 +0ms service=tool.registry status=completed duration=2 todoread INFO 2025-12-24T15:44:37 +0ms service=tool.registry status=completed duration=3 bash INFO 2025-12-24T15:44:37 +0ms service=tool.registry status=completed duration=2 task INFO 2025-12-24T15:44:37 +1ms service=session.prompt status=completed duration=5 resolveTools INFO 2025-12-24T15:44:37 +4ms service=bus type=message.updated publishing INFO 2025-12-24T15:44:37 +0ms service=bus type=session.updated publishing INFO 2025-12-24T15:44:37 +1ms service=bus type=session.diff publishing INFO 2025-12-24T15:44:37 +4ms service=session.processor process INFO 2025-12-24T15:44:37 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=false agent=build stream INFO 2025-12-24T15:44:37 +1ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-24T15:44:37 +5ms service=bus type=session.status publishing INFO 2025-12-24T15:44:38 +289ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:44:38 +458ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:44:38 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:44:38 +86ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:44:39 +1001ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:44:39 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:44:39 +61ms service=bus type=todo.updated publishing INFO 2025-12-24T15:44:39 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:39 +2ms service=bus type=message.part.updated publishing |  Todo 0 todos INFO 2025-12-24T15:44:40 +348ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:40 +0ms service=bus type=message.updated publishing INFO 2025-12-24T15:44:40 +2ms service=bus type=message.updated publishing INFO 2025-12-24T15:44:40 +0ms service=bus type=session.status publishing INFO 2025-12-24T15:44:40 +1ms service=session.prompt step=11 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy loop INFO 2025-12-24T15:44:40 +37ms service=bus type=message.updated publishing INFO 2025-12-24T15:44:40 +0ms service=bus type=session.updated publishing INFO 2025-12-24T15:44:40 +1ms service=bus type=session.diff publishing INFO 2025-12-24T15:44:40 +1ms service=bus type=message.updated publishing INFO 2025-12-24T15:44:40 +1ms service=session.prompt status=started resolveTools INFO 2025-12-24T15:44:40 +0ms service=tool.registry status=started invalid INFO 2025-12-24T15:44:40 +0ms service=tool.registry status=started bash INFO 2025-12-24T15:44:40 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-24T15:44:40 +1ms service=tool.registry status=started read INFO 2025-12-24T15:44:40 +0ms service=tool.registry status=started glob INFO 2025-12-24T15:44:40 +0ms service=tool.registry status=started grep INFO 2025-12-24T15:44:40 +0ms service=tool.registry status=started list INFO 2025-12-24T15:44:40 +0ms service=tool.registry status=started edit INFO 2025-12-24T15:44:40 +0ms service=tool.registry status=started write INFO 2025-12-24T15:44:40 +0ms service=tool.registry status=started task INFO 2025-12-24T15:44:40 +0ms service=tool.registry status=started webfetch INFO 2025-12-24T15:44:40 +0ms service=tool.registry status=started todowrite INFO 2025-12-24T15:44:40 +0ms service=tool.registry status=started todoread INFO 2025-12-24T15:44:40 +1ms service=tool.registry status=completed duration=2 invalid INFO 2025-12-24T15:44:40 +0ms service=tool.registry status=completed duration=1 read INFO 2025-12-24T15:44:40 +0ms service=tool.registry status=completed duration=1 glob INFO 2025-12-24T15:44:40 +0ms service=tool.registry status=completed duration=1 grep INFO 2025-12-24T15:44:40 +0ms service=tool.registry status=completed duration=1 list INFO 2025-12-24T15:44:40 +0ms service=tool.registry status=completed duration=1 edit INFO 2025-12-24T15:44:40 +0ms service=tool.registry status=completed duration=1 write INFO 2025-12-24T15:44:40 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2025-12-24T15:44:40 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2025-12-24T15:44:40 +0ms service=tool.registry status=completed duration=1 todoread INFO 2025-12-24T15:44:40 +0ms service=tool.registry status=completed duration=2 bash INFO 2025-12-24T15:44:40 +0ms service=tool.registry status=completed duration=1 task INFO 2025-12-24T15:44:40 +2ms service=session.prompt status=completed duration=4 resolveTools INFO 2025-12-24T15:44:40 +3ms service=session.processor process INFO 2025-12-24T15:44:40 +1ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=false agent=build stream INFO 2025-12-24T15:44:40 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-24T15:44:40 +8ms service=bus type=session.status publishing INFO 2025-12-24T15:44:40 +249ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:44:40 +343ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:44:40 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:44:40 +37ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:40 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:40 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:40 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:40 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:40 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:40 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:40 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:40 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +39ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +33ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +11ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +25ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:44:41 +17ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:44:41 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:44:41 +9ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:41 +14ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +4ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +16ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +21ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +20ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +6ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +12ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +30ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +22ms service=bus type=message.part.updated publishing ERROR 2025-12-24T15:44:42 +9ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-24T15:44:42 +0ms service=default e=NotFoundError rejection INFO 2025-12-24T15:44:42 +19ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:42 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +29ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +32ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +26ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +28ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +27ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +31ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +18ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +23ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +35ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +13ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +24ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +2ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +25ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +0ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +22ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +153ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +1ms service=bus type=message.part.updated publishing INFO 2025-12-24T15:44:43 +1ms service=bus type=message.updated publishing Created output JSON files `1.json`���`5.json` in the current directory (same names as inputs), each containing only action items clearly assigned to or involving Michal (including ���michal���/���Michael��� variants). - `1.json`: 3 action items (personal meeting summary integration; expand ContactDB chunk contents; verify/include API documents in search). - `2.json`: no Michal action items (`{"action_items": []}`). - `3.json`: no Michal action items (`{"action_items": []}`). - `4.json`: 2 action items (add contact entity ingestion/search; sync with Jordan to get him set up). - `5.json`: no Michal action items (`{"action_items": []}`). All outputs were validated to match the required schema. INFO 2025-12-24T15:44:43 +2ms service=bus type=message.updated publishing INFO 2025-12-24T15:44:43 +0ms service=bus type=session.status publishing INFO 2025-12-24T15:44:43 +0ms service=session.prompt step=12 sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy loop INFO 2025-12-24T15:44:43 +18ms service=bus type=message.updated publishing INFO 2025-12-24T15:44:43 +1ms service=bus type=message.updated publishing INFO 2025-12-24T15:44:43 +0ms service=bus type=session.updated publishing INFO 2025-12-24T15:44:43 +0ms service=bus type=session.diff publishing INFO 2025-12-24T15:44:43 +1ms service=session.prompt sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy exiting loop INFO 2025-12-24T15:44:43 +0ms service=session.compaction pruning INFO 2025-12-24T15:44:43 +5ms service=session.prompt sessionID=ses_4aefa5994ffeZkB5tNpSAcmFEy cancel INFO 2025-12-24T15:44:43 +0ms service=bus type=session.status publishing INFO 2025-12-24T15:44:43 +1ms service=bus type=session.idle publishing INFO 2025-12-24T15:44:43 +1ms service=default directory=/app/input disposing instance INFO 2025-12-24T15:44:43 +1ms service=state key=/app/input waiting for state disposal to complete INFO 2025-12-24T15:44:43 +1ms service=state key=/app/input state disposal completed --- Initial command finished (exit code: 0) --- --- no_shell=true, exiting container without starting shell --- Command execution complete. Container has exited. Session has been cleaned up.