/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_20251218_150015/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: e69e8280 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 349 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-18T15:42:46 +458ms service=default version=1.0.155 args=["run","--print-logs"] opencode INFO 2025-12-18T15:42:46 +1ms service=default directory=/app/input creating instance INFO 2025-12-18T15:42:46 +1ms service=project directory=/app/input fromDirectory INFO 2025-12-18T15:42:46 +9ms service=storage index=0 running migration ERROR 2025-12-18T15:42:46 +7ms service=storage index=0 failed to run migration INFO 2025-12-18T15:42:46 +0ms service=storage index=1 running migration INFO 2025-12-18T15:42:46 +13ms service=default directory=/app/input bootstrapping INFO 2025-12-18T15:42:46 +4ms service=config path=/home/cubbi/.config/opencode/config.json loading INFO 2025-12-18T15:42:46 +23ms service=config path=/home/cubbi/.config/opencode/opencode.json loading INFO 2025-12-18T15:42:46 +5ms service=config path=/home/cubbi/.config/opencode/opencode.jsonc loading INFO 2025-12-18T15:42:46 +4ms 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-18T15:42:46 +346ms service=bun code=0 stdout=bun add v1.3.4 (5eb2145b) installed @opencode-ai/plugin@1.0.155 3 packages installed [334.00ms] stderr=Resolving dependencies Resolved, downloaded and extracted [12] Saved lockfile done INFO 2025-12-18T15:42:46 +7ms service=plugin path=opencode-copilot-auth@0.0.9 loading plugin INFO 2025-12-18T15:42:46 +1ms service=bun pkg=opencode-copilot-auth version=0.0.9 installing package using Bun's default registry resolution INFO 2025-12-18T15:42:46 +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-18T15:42:46 +75ms service=bun code=0 stdout=bun add v1.3.4 (5eb2145b) installed opencode-copilot-auth@0.0.9 1 package installed [69.00ms] stderr=Resolving dependencies Resolved, downloaded and extracted [4] Saved lockfile done INFO 2025-12-18T15:42:46 +4ms service=plugin path=opencode-anthropic-auth@0.0.5 loading plugin INFO 2025-12-18T15:42:46 +0ms service=bun pkg=opencode-anthropic-auth version=0.0.5 installing package using Bun's default registry resolution INFO 2025-12-18T15:42:46 +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-18T15:42:47 +517ms 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 [509.00ms] stderr=Resolving dependencies Resolved, downloaded and extracted [50] Saved lockfile done INFO 2025-12-18T15:42:47 +30ms service=bus type=* subscribing INFO 2025-12-18T15:42:47 +0ms service=bus type=session.updated subscribing INFO 2025-12-18T15:42:47 +0ms service=bus type=message.updated subscribing INFO 2025-12-18T15:42:47 +0ms service=bus type=message.part.updated subscribing INFO 2025-12-18T15:42:47 +0ms service=bus type=session.updated subscribing INFO 2025-12-18T15:42:47 +0ms service=bus type=message.updated subscribing INFO 2025-12-18T15:42:47 +0ms service=bus type=message.part.updated subscribing INFO 2025-12-18T15:42:47 +0ms service=bus type=session.diff subscribing INFO 2025-12-18T15:42:47 +0ms service=format init INFO 2025-12-18T15:42:47 +0ms service=bus type=file.edited subscribing INFO 2025-12-18T15:42:47 +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-18T15:42:47 +2ms service=bus type=command.executed subscribing INFO 2025-12-18T15:42:47 +44ms service=server method=POST path=/session request INFO 2025-12-18T15:42:47 +1ms service=server status=started method=POST path=/session request INFO 2025-12-18T15:42:47 +3ms service=session id=ses_4cddf39eeffevjLhcZgcP2nS2B version=1.0.155 projectID=global directory=/app/input title=New session - 2025-12-18T15:42:47.313Z time={"created":1766072567313,"updated":1766072567313} created INFO 2025-12-18T15:42:47 +1ms service=bus type=session.created publishing INFO 2025-12-18T15:42:47 +0ms service=bus type=session.updated publishing INFO 2025-12-18T15:42:47 +6ms service=server status=completed duration=10 method=POST path=/session request INFO 2025-12-18T15:42:47 +1ms service=server method=GET path=/config request INFO 2025-12-18T15:42:47 +0ms service=server status=started method=GET path=/config request INFO 2025-12-18T15:42:47 +1ms service=server status=completed duration=0 method=GET path=/config request INFO 2025-12-18T15:42:47 +4ms service=server method=GET path=/event request INFO 2025-12-18T15:42:47 +0ms service=server status=started method=GET path=/event request INFO 2025-12-18T15:42:47 +0ms service=server event connected INFO 2025-12-18T15:42:47 +3ms service=bus type=* subscribing INFO 2025-12-18T15:42:47 +1ms service=server status=completed duration=4 method=GET path=/event request INFO 2025-12-18T15:42:47 +6ms service=server method=POST path=/session/ses_4cddf39eeffevjLhcZgcP2nS2B/message request INFO 2025-12-18T15:42:47 +0ms service=server status=started method=POST path=/session/ses_4cddf39eeffevjLhcZgcP2nS2B/message request INFO 2025-12-18T15:42:47 +5ms service=server status=completed duration=5 method=POST path=/session/ses_4cddf39eeffevjLhcZgcP2nS2B/message request INFO 2025-12-18T15:42:47 +6ms service=bus type=message.updated publishing INFO 2025-12-18T15:42:47 +3ms service=provider status=started state INFO 2025-12-18T15:42:47 +4ms service=models.dev file={} refreshing INFO 2025-12-18T15:42:47 +19ms service=provider init INFO 2025-12-18T15:42:47 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:47 +2ms service=bus type=session.updated publishing INFO 2025-12-18T15:42:47 +2ms service=bus type=session.status publishing INFO 2025-12-18T15:42:47 +0ms service=session.prompt step=0 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B loop INFO 2025-12-18T15:42:47 +9ms service=provider providerID=openrouter found INFO 2025-12-18T15:42:47 +0ms service=provider providerID=opencode found INFO 2025-12-18T15:42:47 +0ms service=provider providerID=litellm found INFO 2025-12-18T15:42:47 +0ms service=provider status=completed duration=41 state INFO 2025-12-18T15:42:47 +7ms service=llm providerID=openrouter modelID=anthropic/claude-haiku-4.5 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=true agent=title stream INFO 2025-12-18T15:42:47 +1ms service=provider status=started providerID=openrouter getSDK INFO 2025-12-18T15:42:47 +1ms service=provider providerID=openrouter pkg=@ai-sdk/openai-compatible using bundled provider INFO 2025-12-18T15:42:47 +0ms service=provider status=completed duration=1 providerID=openrouter getSDK INFO 2025-12-18T15:42:47 +1ms service=bus type=message.updated publishing INFO 2025-12-18T15:42:47 +2ms service=session.prompt status=started resolveTools INFO 2025-12-18T15:42:47 +2ms service=llm providerID=openrouter modelID=anthropic/claude-haiku-4.5 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=true agent=title params={"options":{}} params INFO 2025-12-18T15:42:47 +15ms service=tool.registry status=started invalid INFO 2025-12-18T15:42:47 +0ms service=tool.registry status=started bash INFO 2025-12-18T15:42:47 +1ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T15:42:47 +0ms service=tool.registry status=started read INFO 2025-12-18T15:42:47 +0ms service=tool.registry status=started glob INFO 2025-12-18T15:42:47 +1ms service=tool.registry status=started grep INFO 2025-12-18T15:42:47 +0ms service=tool.registry status=started list INFO 2025-12-18T15:42:47 +0ms service=tool.registry status=started edit INFO 2025-12-18T15:42:47 +0ms service=tool.registry status=started write INFO 2025-12-18T15:42:47 +0ms service=tool.registry status=started task INFO 2025-12-18T15:42:47 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T15:42:47 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T15:42:47 +0ms service=tool.registry status=started todoread INFO 2025-12-18T15:42:47 +0ms service=tool.registry status=completed duration=2 invalid INFO 2025-12-18T15:42:47 +0ms service=tool.registry status=completed duration=1 read INFO 2025-12-18T15:42:47 +0ms service=tool.registry status=completed duration=1 glob INFO 2025-12-18T15:42:47 +0ms service=tool.registry status=completed duration=0 grep INFO 2025-12-18T15:42:47 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-18T15:42:47 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-18T15:42:47 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-18T15:42:47 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-18T15:42:47 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T15:42:47 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T15:42:47 +0ms service=tool.registry status=completed duration=2 bash INFO 2025-12-18T15:42:47 +1ms service=tool.registry status=completed duration=1 task INFO 2025-12-18T15:42:47 +5ms service=session.prompt status=completed duration=25 resolveTools INFO 2025-12-18T15:42:47 +11ms service=bus type=message.updated publishing INFO 2025-12-18T15:42:47 +1ms service=llm providerID=openrouter modelID=anthropic/claude-haiku-4.5 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=true agent=title stream INFO 2025-12-18T15:42:47 +1ms service=llm providerID=openrouter modelID=anthropic/claude-haiku-4.5 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=true agent=title params={"options":{}} params INFO 2025-12-18T15:42:47 +2ms service=bus type=session.updated publishing INFO 2025-12-18T15:42:47 +3ms service=session.processor process INFO 2025-12-18T15:42:47 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=false agent=build stream INFO 2025-12-18T15:42:47 +0ms service=provider status=started providerID=openrouter getSDK INFO 2025-12-18T15:42:47 +0ms service=provider status=completed duration=0 providerID=openrouter getSDK INFO 2025-12-18T15:42:47 +2ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T15:42:47 +2ms service=bus type=session.status publishing INFO 2025-12-18T15:42:47 +3ms service=bus type=session.diff publishing INFO 2025-12-18T15:42:47 +270ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:42:48 +604ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:42:48 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:42:48 +192ms service=bus type=session.updated publishing INFO 2025-12-18T15:42:48 +28ms service=session.summary title=Extracting Michal action items from meetings title INFO 2025-12-18T15:42:48 +1ms service=bus type=message.updated publishing ERROR 2025-12-18T15:42:49 +972ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:42:49 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:42:52 +2657ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +202ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +9ms service=bus type=message.part.updated publishing |  List app/input INFO 2025-12-18T15:42:52 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:52 +1ms service=bus type=message.updated publishing I���m going to scan the `input/` JSON transcripts, extract Michal-related action items, then write matching output JSON files. INFO 2025-12-18T15:42:52 +9ms service=bus type=message.updated publishing INFO 2025-12-18T15:42:52 +0ms service=bus type=session.status publishing INFO 2025-12-18T15:42:52 +0ms service=session.prompt step=1 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B loop INFO 2025-12-18T15:42:52 +2ms service=bus type=message.updated publishing INFO 2025-12-18T15:42:52 +1ms service=bus type=session.updated publishing INFO 2025-12-18T15:42:52 +0ms service=bus type=session.diff publishing INFO 2025-12-18T15:42:52 +2ms service=bus type=message.updated publishing INFO 2025-12-18T15:42:52 +1ms service=session.prompt status=started resolveTools INFO 2025-12-18T15:42:52 +0ms service=tool.registry status=started invalid INFO 2025-12-18T15:42:52 +0ms service=tool.registry status=started bash INFO 2025-12-18T15:42:52 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T15:42:52 +0ms service=tool.registry status=started read INFO 2025-12-18T15:42:52 +0ms service=tool.registry status=started glob INFO 2025-12-18T15:42:52 +1ms service=tool.registry status=started grep INFO 2025-12-18T15:42:52 +0ms service=tool.registry status=started list INFO 2025-12-18T15:42:52 +0ms service=tool.registry status=started edit INFO 2025-12-18T15:42:52 +0ms service=tool.registry status=started write INFO 2025-12-18T15:42:52 +0ms service=tool.registry status=started task INFO 2025-12-18T15:42:52 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T15:42:52 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T15:42:52 +0ms service=tool.registry status=started todoread INFO 2025-12-18T15:42:52 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-18T15:42:52 +0ms service=tool.registry status=completed duration=1 read INFO 2025-12-18T15:42:52 +0ms service=tool.registry status=completed duration=1 glob INFO 2025-12-18T15:42:52 +0ms service=tool.registry status=completed duration=1 grep INFO 2025-12-18T15:42:52 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-18T15:42:52 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-18T15:42:52 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-18T15:42:52 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-18T15:42:52 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T15:42:52 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T15:42:52 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-18T15:42:52 +0ms service=tool.registry status=completed duration=0 task INFO 2025-12-18T15:42:52 +3ms service=session.prompt status=completed duration=4 resolveTools INFO 2025-12-18T15:42:52 +7ms service=session.processor process INFO 2025-12-18T15:42:52 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=false agent=build stream INFO 2025-12-18T15:42:52 +1ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T15:42:52 +7ms service=bus type=session.status publishing INFO 2025-12-18T15:42:52 +236ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +373ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +26ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:42:53 +10ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:42:53 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:42:53 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:53 +47ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:42:54 +367ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:42:54 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:42:54 +244ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:54 +146ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:54 +5ms service=lsp file=/app/input/1.json touching file INFO 2025-12-18T15:42:54 +0ms service=file.time sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B file=/app/input/1.json read INFO 2025-12-18T15:42:54 +2ms service=bus type=message.part.updated publishing |  Read app/input/1.json INFO 2025-12-18T15:42:54 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:54 +127ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:54 +2ms service=lsp file=/app/input/2.json touching file INFO 2025-12-18T15:42:54 +0ms service=file.time sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B file=/app/input/2.json read INFO 2025-12-18T15:42:54 +6ms service=bus type=message.part.updated publishing |  Read app/input/2.json INFO 2025-12-18T15:42:54 +55ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:54 +105ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:54 +1ms service=lsp file=/app/input/3.json touching file INFO 2025-12-18T15:42:54 +0ms service=file.time sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B file=/app/input/3.json read INFO 2025-12-18T15:42:54 +2ms service=bus type=message.part.updated publishing |  Read app/input/3.json INFO 2025-12-18T15:42:54 +64ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:55 +124ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:55 +1ms service=lsp file=/app/input/4.json touching file INFO 2025-12-18T15:42:55 +0ms service=file.time sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B file=/app/input/4.json read INFO 2025-12-18T15:42:55 +1ms service=bus type=message.part.updated publishing |  Read app/input/4.json INFO 2025-12-18T15:42:55 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:55 +159ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:55 +2ms service=lsp file=/app/input/5.json touching file INFO 2025-12-18T15:42:55 +0ms service=file.time sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B file=/app/input/5.json read INFO 2025-12-18T15:42:55 +5ms service=bus type=message.part.updated publishing |  Read app/input/5.json ERROR 2025-12-18T15:42:55 +105ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:42:55 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:42:55 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:55 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:42:55 +0ms service=bus type=message.updated publishing I���m going to scan the transcript JSONs for Michal mentions, extract any explicit tasks, then write one output JSON per file. INFO 2025-12-18T15:42:55 +4ms service=bus type=message.updated publishing INFO 2025-12-18T15:42:55 +0ms service=bus type=session.status publishing INFO 2025-12-18T15:42:55 +0ms service=session.prompt step=2 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B loop INFO 2025-12-18T15:42:55 +6ms service=bus type=message.updated publishing INFO 2025-12-18T15:42:55 +1ms service=bus type=session.updated publishing INFO 2025-12-18T15:42:55 +0ms service=bus type=session.diff publishing INFO 2025-12-18T15:42:55 +3ms service=bus type=message.updated publishing INFO 2025-12-18T15:42:55 +0ms service=session.prompt status=started resolveTools INFO 2025-12-18T15:42:55 +0ms service=tool.registry status=started invalid INFO 2025-12-18T15:42:55 +0ms service=tool.registry status=started bash INFO 2025-12-18T15:42:55 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T15:42:55 +1ms service=tool.registry status=started read INFO 2025-12-18T15:42:55 +0ms service=tool.registry status=started glob INFO 2025-12-18T15:42:55 +0ms service=tool.registry status=started grep INFO 2025-12-18T15:42:55 +0ms service=tool.registry status=started list INFO 2025-12-18T15:42:55 +0ms service=tool.registry status=started edit INFO 2025-12-18T15:42:55 +0ms service=tool.registry status=started write INFO 2025-12-18T15:42:55 +0ms service=tool.registry status=started task INFO 2025-12-18T15:42:55 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T15:42:55 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T15:42:55 +0ms service=tool.registry status=started todoread INFO 2025-12-18T15:42:55 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-18T15:42:55 +0ms service=tool.registry status=completed duration=0 read INFO 2025-12-18T15:42:55 +0ms service=tool.registry status=completed duration=0 glob INFO 2025-12-18T15:42:55 +0ms service=tool.registry status=completed duration=0 grep INFO 2025-12-18T15:42:55 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-18T15:42:55 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-18T15:42:55 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-18T15:42:55 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-18T15:42:55 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T15:42:55 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T15:42:55 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-18T15:42:55 +0ms service=tool.registry status=completed duration=0 task INFO 2025-12-18T15:42:55 +2ms service=session.prompt status=completed duration=3 resolveTools INFO 2025-12-18T15:42:55 +2ms service=session.processor process INFO 2025-12-18T15:42:55 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=false agent=build stream INFO 2025-12-18T15:42:55 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T15:42:55 +5ms service=bus type=session.status publishing INFO 2025-12-18T15:42:55 +241ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:42:56 +735ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:42:56 +1ms service=default e=NotFoundError rejection INFO 2025-12-18T15:43:05 +8697ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:05 +212ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:06 +398ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:43:06 +2ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:43:06 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:43:06 +11ms service=bus type=message.part.updated publishing |  Grep (?i)michal|micha��|michael INFO 2025-12-18T15:43:06 +58ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:06 +757ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:07 +21ms service=bus type=message.part.updated publishing |  Grep (?i)action item|todo|follow up|deadline|by (?:monday|tuesday|wednesday|thursday|friday)|by \d{4}-\d{2}-\d{2} ERROR 2025-12-18T15:43:07 +168ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:43:07 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:43:07 +92ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:07 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:07 +0ms service=bus type=message.updated publishing I���ll scan the transcripts for mentions of Michal/Michael and any clearly assigned tasks, then write one output JSON per input file. INFO 2025-12-18T15:43:07 +7ms service=bus type=message.updated publishing INFO 2025-12-18T15:43:07 +0ms service=bus type=session.status publishing INFO 2025-12-18T15:43:07 +0ms service=session.prompt step=3 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B loop INFO 2025-12-18T15:43:07 +5ms service=bus type=message.updated publishing INFO 2025-12-18T15:43:07 +1ms service=bus type=session.updated publishing INFO 2025-12-18T15:43:07 +1ms service=bus type=session.diff publishing INFO 2025-12-18T15:43:07 +2ms service=bus type=message.updated publishing INFO 2025-12-18T15:43:07 +0ms service=session.prompt status=started resolveTools INFO 2025-12-18T15:43:07 +0ms service=tool.registry status=started invalid INFO 2025-12-18T15:43:07 +0ms service=tool.registry status=started bash INFO 2025-12-18T15:43:07 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T15:43:07 +1ms service=tool.registry status=started read INFO 2025-12-18T15:43:07 +0ms service=tool.registry status=started glob INFO 2025-12-18T15:43:07 +0ms service=tool.registry status=started grep INFO 2025-12-18T15:43:07 +0ms service=tool.registry status=started list INFO 2025-12-18T15:43:07 +0ms service=tool.registry status=started edit INFO 2025-12-18T15:43:07 +0ms service=tool.registry status=started write INFO 2025-12-18T15:43:07 +0ms service=tool.registry status=started task INFO 2025-12-18T15:43:07 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T15:43:07 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T15:43:07 +0ms service=tool.registry status=started todoread INFO 2025-12-18T15:43:07 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-18T15:43:07 +0ms service=tool.registry status=completed duration=0 read INFO 2025-12-18T15:43:07 +0ms service=tool.registry status=completed duration=0 glob INFO 2025-12-18T15:43:07 +0ms service=tool.registry status=completed duration=0 grep INFO 2025-12-18T15:43:07 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-18T15:43:07 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-18T15:43:07 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-18T15:43:07 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-18T15:43:07 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T15:43:07 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T15:43:07 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-18T15:43:07 +0ms service=tool.registry status=completed duration=0 task INFO 2025-12-18T15:43:07 +2ms service=session.prompt status=completed duration=3 resolveTools INFO 2025-12-18T15:43:07 +8ms service=session.processor process INFO 2025-12-18T15:43:07 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=false agent=build stream INFO 2025-12-18T15:43:07 +1ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T15:43:07 +7ms service=bus type=session.status publishing INFO 2025-12-18T15:43:07 +234ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:43:08 +730ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:43:08 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:43:18 +10066ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:18 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +177ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +25ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:43:19 +19ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:43:19 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:43:19 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +49ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +54ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:19 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:20 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:20 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:20 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:20 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:20 +82ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:20 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:20 +18ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:43:20 +183ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:43:20 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:43:22 +2202ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:22 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:22 +69ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:22 +49ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:22 +58ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:22 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:22 +149ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:22 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:22 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:22 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +49ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +8ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:43:23 +25ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:43:23 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:43:23 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +60ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:23 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +49ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +61ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +64ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +17ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:43:24 +5ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:43:24 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:43:24 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +44ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:24 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:25 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:25 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:25 +24ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:43:25 +540ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:43:25 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:43:26 +1176ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:26 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:26 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:26 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:26 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:26 +65ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:26 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +213ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +94ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +8ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:43:27 +4ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:43:27 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:43:27 +97ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:27 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +50ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +55ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +18ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:43:28 +4ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:43:28 +1ms service=default e=NotFoundError rejection INFO 2025-12-18T15:43:28 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:28 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:29 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:29 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:29 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:29 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:29 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:29 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:29 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:29 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:29 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:29 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:29 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:29 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:29 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:29 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:29 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:29 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:29 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:29 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:29 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:29 +12ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:43:29 +563ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:43:29 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:43:29 +102ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:29 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +99ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +46ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:30 +28ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:43:30 +26ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:43:30 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:43:30 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +46ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +44ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +54ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:31 +33ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:43:31 +14ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:43:31 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:43:31 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +50ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:32 +15ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:43:32 +53ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:43:32 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:43:35 +2642ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:35 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:35 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:35 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:35 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:35 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:35 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:35 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:35 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:35 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:35 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:35 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:35 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:35 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:35 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:35 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:35 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:35 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +133ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +15ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:43:36 +42ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:43:36 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:43:36 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:36 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +204ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +145ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +9ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:43:37 +7ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:43:37 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:43:37 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:37 +17ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:43:38 +694ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:43:38 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:43:41 +2801ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:41 +54ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:41 +140ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:41 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:41 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:41 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:41 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:41 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:41 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:41 +8ms service=bus type=message.part.updated publishing |  Bash Scan transcripts for Michal mention contexts ==== 1.json ==== long_summary hits: 1 - Michal is responsible for ensuring comprehensive data indexing from the contact database. raw_transcript name lines: 40 --- Nik: Hey Igor, what's up? Nik: Hey, Michal, how are you? michal: I'm good. michal: I'm good. --- Nik: Hey Igor, what's up? Nik: Hey, Michal, how are you? michal: I'm good. michal: I'm good. Nik: Good to hear. --- Nik: Hey, Michal, how are you? michal: I'm good. michal: I'm good. Nik: Good to hear. Igor: Joseph. --- Nik: I guess we can start with the updates and then move to the project management stuff if that works for you guys. Mathieu: Yep, you just change something with your MIC gain. michal: It gets it gets very loud. Nik: Oh sorry, oh oh, I see. Nik: I was trying to increase the volume of my speaker and I accidentally increased the volume of my mic. --- Mathieu: Okay. Igor: Right. michal: I can go next. michal: So my change is my change is now the contact DB now that data index can index contacts from contact DB. michal: And we are also ingesting this for search. --- Igor: Right. michal: I can go next. michal: So my change is my change is now the contact DB now that data index can index contacts from contact DB. michal: And we are also ingesting this for search. michal: We are creating chunks. --- michal: I can go next. michal: So my change is my change is now the contact DB now that data index can index contacts from contact DB. michal: And we are also ingesting this for search. michal: We are creating chunks. michal: It detects edits. --- michal: So my change is my change is now the contact DB now that data index can index contacts from contact DB. michal: And we are also ingesting this for search. michal: We are creating chunks. michal: It detects edits. michal: merges and and --- michal: And we are also ingesting this for search. michal: We are creating chunks. michal: It detects edits. michal: merges and and michal: deletions and updates the the the chunks according accordingly. --- michal: We are creating chunks. michal: It detects edits. michal: merges and and michal: deletions and updates the the the chunks according accordingly. michal: 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 --- michal: It detects edits. michal: merges and and michal: deletions and updates the the the chunks according accordingly. michal: 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 michal: That's a question for me. --- michal: merges and and michal: deletions and updates the the the chunks according accordingly. michal: 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 michal: That's a question for me. Mathieu: 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 angel VC fro --- michal: deletions and updates the the the chunks according accordingly. michal: 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 michal: That's a question for me. Mathieu: 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 angel VC fro Mathieu: Do you do the enrichment part too? --- Mathieu: 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 angel VC fro Mathieu: Do you do the enrichment part too? michal: And no, no. michal: I can do that if that's that's needed. Mathieu: I b b because otherwise it will I feel it will be super limited, right? --- Mathieu: Do you do the enrichment part too? michal: And no, no. michal: I can do that if that's that's needed. Mathieu: I b b because otherwise it will I feel it will be super limited, right? Mathieu: If the goal is to use a little bit of semantic search, just of the name might not work at all. --- Nik: 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. Nik: So like that was the MVP for like in my view for now. michal: Okay, I can I can change that to include all all the information that we have from contact DB in in the chunk. Nik: Yeah. Nik: Yeah, I mean Matthew, if you if you disagree, y feel free to chime in too. --- Nik: Well, no, no, so that's what I'm saying, like posts should not be attached because it's going to be confusing. Mathieu: API documents is uh indexed by search index, right? michal: Uh APA documents. michal: I I don't think so. michal: I haven't written an uh a chunk a chunk a chunker for that. --- Mathieu: API documents is uh indexed by search index, right? michal: Uh APA documents. michal: I I don't think so. michal: I haven't written an uh a chunk a chunk a chunker for that. Mathieu: Ah okay, okay, so maybe not. --- michal: Uh APA documents. michal: I I don't think so. michal: I haven't written an uh a chunk a chunk a chunker for that. Mathieu: Ah okay, okay, so maybe not. Nik: For now we don't need it and also I don't think these documents are gonna be that helpful to be honest because those documents like for example there's gonna be a tweet or a LinkedIn post talking --- Mathieu: Okay. Mathieu: Okay. michal: Is is the entity type oh sorry, a quick question. Mathieu: As for sorry. michal: Is the entity type of API document a document entity? --- michal: Is is the entity type oh sorry, a quick question. Mathieu: As for sorry. michal: Is the entity type of API document a document entity? Mathieu: Ah, yes. michal: Okay, so I think it should be uh interested into search uh because there is a chunker for uh the document entity. --- michal: Is the entity type of API document a document entity? Mathieu: Ah, yes. michal: Okay, so I think it should be uh interested into search uh because there is a chunker for uh the document entity. Nik: Yeah. Nik: That would make sense, yeah. --- Mathieu: uh summary you can have the same things uh being done but with the context of what you know so you can do overseas the same as a meeting prep etc so I I wonder um Or better the action item fo Nik: Well, I mean, uh what I'm saying I guess maybe, maybe. michal: Yeah. Nik: Or maybe you could have like a check check mark, like send this to my DM as well or something. Nik: I don't know. --- Mathieu: It has a full transcript in WebVTT with a person attached and Mathieu: it has uh the summary long and short. michal: 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. Mathieu: Work on top of that. Mathieu: Uh edit is a thing that on data index we don't have at all. --- Mathieu: Uh edit is a thing that on data index we don't have at all. Mathieu: So the implication behind an edition might uh be uh well, it's it might open some doors that is uh harder. michal: Mm-hmm. Mathieu: Let's see if we need uh that or not. Mathieu: 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 calls something aside that will just generate the summary, --- Mathieu: Let's see if we need uh that or not. Mathieu: 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 calls something aside that will just generate the summary, michal: Okay. Mathieu: Okay, do we want visualization? Mathieu: 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 stuff like preparation, but also post uh post revi --- Mathieu: If that is good enough, then yeah, we don't need the big things here. Mathieu: Okay. michal: Oh okay. Mathieu: Next one. Angel: Hello. --- Angel: Yeah, it it's it's it's strange, but it uses more. Mathieu: Otherwise you will just uh use full memory and then it's blocked. michal: 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. Mathieu: Doesn't work. michal: 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. --- michal: 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. Mathieu: Doesn't work. michal: 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. max: But I mean, the GLM air is like a hundred gigs of VRAM for just for the model-ish or so, right? michal: Um can't remember from the top of my head. --- michal: 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. max: But I mean, the GLM air is like a hundred gigs of VRAM for just for the model-ish or so, right? michal: Um can't remember from the top of my head. Angel: 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 for this was this kind of machine. Angel: But but yeah, as you can see it was because uh the the memory limit or something like that, but So so yeah, so w which should the maybe select or this one or GLM for sits uh okay, okay, yeah. transcript name lines: 1 --- 00:00:19.110 --> 00:00:21.570 Hey, Michal, how are you? 00:00:21.570 --> 00:00:21.890 ==== 2.json ==== ==== 3.json ==== ==== 4.json ==== short_summary hits: 1 - Michal addressed external request issues and assisted with model deployment, while Angel finalized GLM for SITS and prepared for DeepSeq deployment, sharing prioritization tools. long_summary hits: 4 - Michal addressed external request issues and assisted with model deployment, while Angel finalized GLM for SITS and prepared for DeepSeq deployment, sharing prioritization tools. - 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-making. - Michal is tasked with developing a search index that includes contacts from the contactDB, aiming to create an app based on this functionality. - 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. raw_transcript name lines: 32 --- Nik: Did they say anything in the social? Nik: No. michal: Hello. Nik: Hey, Michael, how are you? Mathieu: Okay. --- Nik: No. michal: Hello. Nik: Hey, Michael, how are you? Mathieu: Okay. Mathieu: I would think Okay, so n normally it should be demo day. --- Nik: So. Nik: Yeah, I hope so. Nik: So Michal, are there so we currently have a few things. michal: Yeah. Nik: I guess one thing would be just like adding contact to contactDB. --- Nik: Yeah, I hope so. Nik: So Michal, are there so we currently have a few things. michal: Yeah. Nik: I guess one thing would be just like adding contact to contactDB. Nik: It's a pretty straightforward task, right? --- Nik: Do you think that that would be good? Nik: Because, like, on top of this, we can build an app right away, pretty much. michal: Yeah, I agree. Nik: Would that work? michal: Take yeah, I can take it. --- michal: Yeah, I agree. Nik: Would that work? michal: Take yeah, I can take it. Nik: Cool. Nik: Sounds good. --- Mathieu: This query doesn't exist in ContactDB, so it will need to be done for the ingestor to work good. Mathieu: Yeah, that's it. michal: Okay. Nik: 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 Nik: Is what I'm building gonna be useful and maybe the way we can do this is like uh once we build something maybe have a demo. --- Nik: And like at least share it across the the team. Nik: I mean we've already been kind of doing that, but also like maybe add a few comments to like, oh, okay, so this would be useful for this, this and this product, for example. Nik: 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 Nik: Like second and first hop contacts. Nik: And then for personal CRM, like it's kind of obvious. --- Mathieu: This is all the request log. Mathieu: Uh I think I can oh, sorry. michal: And Matthew, I d I don't think you are sharing the right window or the right screen. Mathieu: Thank you for letting me know better, huh? Mathieu: Okay, I don't know if you guys saw the video or what, but just wanted to make sure and to discuss, just to say where we want to go is let's say if I remove the rule of Apollo that is there. --- Mathieu: If none? Mathieu: Okay. michal: 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. Mathieu: That's about it for the demo. Nik: Love it. --- Mathieu: I don't know. Mathieu: 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. michal: Yeah. Mathieu: 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 Mathieu: That works. --- Mathieu: So maybe in the same way, if you don't have any header saying the intents, maybe we can have some Mathieu: more rules or label or stuff put in the container that then the API can request and see. michal: Yeah. Mathieu: Like at the same time, ah, it's this container. Mathieu: Ah, it's coming from this and these endpoints, it might be for the search, something like that. --- Mathieu: We can extract the content, and from the content, maybe we can also do something more smarter, like it looks like something okay or not something okay. Mathieu: Same a little bit like procedure when we analyze the LLM calls. michal: Yeah. Mathieu: 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 o Mathieu: With some signature database, maybe something like that could help. --- Mathieu: Meaning also, just to make sure everybody understand, 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 i Mathieu: Um yeah, that's it. michal: Mm-hmm. Mathieu: And there is no pre-commit on the JavaScript code or TypeScript code. Mathieu: 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 kind of HTML, TypeScript, JavaScript, that everything is the same. --- Mathieu: 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 kind of HTML, TypeScript, JavaScript, that everything is the same. Mathieu: But my screen on this GS part is a little bit not great. michal: I I have one s yeah, I I have one thing from my side. michal: 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 Jord michal: Uh so I added that and also ingesting DMs. --- Mathieu: But my screen on this GS part is a little bit not great. michal: I I have one s yeah, I I have one thing from my side. michal: 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 Jord michal: Uh so I added that and also ingesting DMs. michal: Uh I can't demo because my local setup is broken at the moment. --- michal: I I have one s yeah, I I have one thing from my side. michal: 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 Jord michal: Uh so I added that and also ingesting DMs. michal: Uh I can't demo because my local setup is broken at the moment. michal: So sorry about that. --- michal: 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 Jord michal: Uh so I added that and also ingesting DMs. michal: Uh I can't demo because my local setup is broken at the moment. michal: So sorry about that. michal: Um uh and I have two two questions. --- michal: Uh so I added that and also ingesting DMs. michal: Uh I can't demo because my local setup is broken at the moment. michal: So sorry about that. michal: Um uh and I have two two questions. michal: Uh like one is what what like what do we do with uh the personal meeting summary? --- michal: Uh I can't demo because my local setup is broken at the moment. michal: So sorry about that. michal: Um uh and I have two two questions. michal: Uh like one is what what like what do we do with uh the personal meeting summary? michal: I kind of held off on that because I --- michal: So sorry about that. michal: Um uh and I have two two questions. michal: Uh like one is what what like what do we do with uh the personal meeting summary? michal: I kind of held off on that because I michal: saw on the last project management update like there was something depending on uh something Sergey doing in the in Reflector. --- michal: Um uh and I have two two questions. michal: Uh like one is what what like what do we do with uh the personal meeting summary? michal: I kind of held off on that because I michal: saw on the last project management update like there was something depending on uh something Sergey doing in the in Reflector. michal: Uh like and also I'm like unsure. --- michal: Uh like one is what what like what do we do with uh the personal meeting summary? michal: I kind of held off on that because I michal: saw on the last project management update like there was something depending on uh something Sergey doing in the in Reflector. michal: Uh like and also I'm like unsure. michal: if this is a priority for for us for now and where where that should where that should live. --- michal: I kind of held off on that because I michal: saw on the last project management update like there was something depending on uh something Sergey doing in the in Reflector. michal: Uh like and also I'm like unsure. michal: if this is a priority for for us for now and where where that should where that should live. michal: 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. --- michal: saw on the last project management update like there was something depending on uh something Sergey doing in the in Reflector. michal: Uh like and also I'm like unsure. michal: if this is a priority for for us for now and where where that should where that should live. michal: 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. michal: And I was wondering like w what plans do we have on the rollout rollout of the Mondor repo to the users? --- michal: Uh like and also I'm like unsure. michal: if this is a priority for for us for now and where where that should where that should live. michal: 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. michal: And I was wondering like w what plans do we have on the rollout rollout of the Mondor repo to the users? Nik: Yeah, so the first question about personal meeting summary, I think the first I want to get the response from Sergei and see where he's at with it. --- michal: if this is a priority for for us for now and where where that should where that should live. michal: 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. michal: And I was wondering like w what plans do we have on the rollout rollout of the Mondor repo to the users? Nik: Yeah, so the first question about personal meeting summary, I think the first I want to get the response from Sergei and see where he's at with it. Nik: And like I want to see the demo and I want to show it to Max and I want to see if this is something that he's going to find useful and then like we can easily like use Personal meeting summary as --- Nik: I think we basically like, don't we have everything in place to basically give this to Jordan? Nik: Well what what's the blocker here? michal: I think we do. 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. Mathieu: Um Yeah, I think it's just --- Nik: Well what what's the blocker here? michal: I think we do. 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. Mathieu: Um Yeah, I think it's just michal: Like if all is good, I can maybe just sync with Jordan and get get him set up. --- 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. Mathieu: Um Yeah, I think it's just michal: Like if all is good, I can maybe just sync with Jordan and get get him set up. Mathieu: about assigning maybe uh no the same way we I was saying maybe we need to assign somebody to Max. Mathieu: Like if you are the main contact of Max, maybe uh we can split in the team having uh like we have Everyone, our own beta user, you know, where we get feedback and we like say everything is ok transcript name lines: 4 --- 00:05:50.320 --> 00:06:06.400 Hey, Michael, how are you? 00:06:06.400 --> 00:06:14.320 --- 00:13:22.710 --> 00:13:26.160 So Michal, are there so we currently have a few things. 00:13:26.160 --> 00:13:29.270 --- 00:15:50.990 --> 00:16:05.710 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 introduct 00:16:05.710 --> 00:16:09.310 --- 00:49:08.960 --> 00:49:11.840 Okay, Michal, you're on the Mac, okay. 00:49:11.840 --> 00:49:22.500 ==== 5.json ==== raw_transcript name lines: 1 --- Nik: Yes, yes. Nik: The second thing is uh gosh, what was it? Nik: So, what is Michal working on right now? Nik: Search index? Mathieu: Uh he was working on the search index, he said on task. transcript name lines: 1 --- 00:51:29.140 --> 00:51:31.300 So, what is Michal working on right now? 00:51:31.300 --> 00:51:35.280 INFO 2025-12-18T15:43:41 +138ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:41 +1ms service=bus type=message.updated publishing I���m going to scan each transcript for Michal/Micha��/Michael mentions and extract any explicit assigned tasks, then write the required output JSON files. INFO 2025-12-18T15:43:41 +3ms service=bus type=message.updated publishing INFO 2025-12-18T15:43:41 +1ms service=bus type=session.status publishing INFO 2025-12-18T15:43:41 +0ms service=session.prompt step=4 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B loop INFO 2025-12-18T15:43:41 +6ms service=bus type=message.updated publishing INFO 2025-12-18T15:43:41 +1ms service=bus type=session.updated publishing INFO 2025-12-18T15:43:41 +0ms service=bus type=session.diff publishing INFO 2025-12-18T15:43:41 +2ms service=bus type=message.updated publishing INFO 2025-12-18T15:43:41 +0ms service=session.prompt status=started resolveTools INFO 2025-12-18T15:43:41 +1ms service=tool.registry status=started invalid INFO 2025-12-18T15:43:41 +0ms service=tool.registry status=started bash INFO 2025-12-18T15:43:41 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T15:43:41 +0ms service=tool.registry status=started read INFO 2025-12-18T15:43:41 +0ms service=tool.registry status=started glob INFO 2025-12-18T15:43:41 +0ms service=tool.registry status=started grep INFO 2025-12-18T15:43:41 +0ms service=tool.registry status=started list INFO 2025-12-18T15:43:41 +0ms service=tool.registry status=started edit INFO 2025-12-18T15:43:41 +0ms service=tool.registry status=started write INFO 2025-12-18T15:43:41 +0ms service=tool.registry status=started task INFO 2025-12-18T15:43:41 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T15:43:41 +1ms service=tool.registry status=started todowrite INFO 2025-12-18T15:43:41 +0ms service=tool.registry status=started todoread INFO 2025-12-18T15:43:41 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-18T15:43:41 +0ms service=tool.registry status=completed duration=1 read INFO 2025-12-18T15:43:41 +0ms service=tool.registry status=completed duration=1 glob INFO 2025-12-18T15:43:41 +0ms service=tool.registry status=completed duration=1 grep INFO 2025-12-18T15:43:41 +0ms service=tool.registry status=completed duration=1 list INFO 2025-12-18T15:43:41 +0ms service=tool.registry status=completed duration=1 edit INFO 2025-12-18T15:43:41 +0ms service=tool.registry status=completed duration=1 write INFO 2025-12-18T15:43:41 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2025-12-18T15:43:41 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T15:43:41 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T15:43:41 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-18T15:43:41 +0ms service=tool.registry status=completed duration=1 task INFO 2025-12-18T15:43:41 +3ms service=session.prompt status=completed duration=5 resolveTools INFO 2025-12-18T15:43:41 +8ms service=session.processor process INFO 2025-12-18T15:43:41 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=false agent=build stream INFO 2025-12-18T15:43:41 +1ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T15:43:41 +6ms service=bus type=session.status publishing INFO 2025-12-18T15:43:42 +417ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:43:42 +185ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:43:42 +1ms service=default e=NotFoundError rejection INFO 2025-12-18T15:43:49 +7265ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:49 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:49 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:49 +70ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:49 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:49 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:49 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:49 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +47ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:43:50 +22ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:43:50 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:43:50 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:50 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +25ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:43:51 +103ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:43:51 +1ms service=default e=NotFoundError rejection INFO 2025-12-18T15:43:51 +89ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +78ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:51 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:52 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:52 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:52 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:52 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:52 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:52 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:52 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:52 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:52 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:52 +46ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:52 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:52 +6ms service=bus type=message.part.updated publishing |  List app/input INFO 2025-12-18T15:43:52 +340ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:52 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:52 +0ms service=bus type=message.updated publishing INFO 2025-12-18T15:43:52 +5ms service=bus type=message.updated publishing INFO 2025-12-18T15:43:52 +0ms service=bus type=session.status publishing INFO 2025-12-18T15:43:52 +0ms service=session.prompt step=5 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B loop INFO 2025-12-18T15:43:52 +7ms service=bus type=message.updated publishing INFO 2025-12-18T15:43:52 +1ms service=bus type=session.updated publishing INFO 2025-12-18T15:43:52 +0ms service=bus type=session.diff publishing INFO 2025-12-18T15:43:52 +2ms service=bus type=message.updated publishing INFO 2025-12-18T15:43:52 +0ms service=session.prompt status=started resolveTools INFO 2025-12-18T15:43:52 +0ms service=tool.registry status=started invalid INFO 2025-12-18T15:43:52 +0ms service=tool.registry status=started bash INFO 2025-12-18T15:43:52 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T15:43:52 +1ms service=tool.registry status=started read INFO 2025-12-18T15:43:52 +0ms service=tool.registry status=started glob INFO 2025-12-18T15:43:52 +0ms service=tool.registry status=started grep INFO 2025-12-18T15:43:52 +0ms service=tool.registry status=started list INFO 2025-12-18T15:43:52 +0ms service=tool.registry status=started edit INFO 2025-12-18T15:43:52 +0ms service=tool.registry status=started write INFO 2025-12-18T15:43:52 +0ms service=tool.registry status=started task INFO 2025-12-18T15:43:52 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T15:43:52 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T15:43:52 +0ms service=tool.registry status=started todoread INFO 2025-12-18T15:43:52 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-18T15:43:52 +0ms service=tool.registry status=completed duration=0 read INFO 2025-12-18T15:43:52 +0ms service=tool.registry status=completed duration=0 glob INFO 2025-12-18T15:43:52 +0ms service=tool.registry status=completed duration=0 grep INFO 2025-12-18T15:43:52 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-18T15:43:52 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-18T15:43:52 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-18T15:43:52 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-18T15:43:52 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T15:43:52 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T15:43:52 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-18T15:43:52 +1ms service=tool.registry status=completed duration=1 task INFO 2025-12-18T15:43:52 +1ms service=session.prompt status=completed duration=3 resolveTools INFO 2025-12-18T15:43:52 +4ms service=session.processor process INFO 2025-12-18T15:43:52 +1ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=false agent=build stream INFO 2025-12-18T15:43:52 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T15:43:52 +3ms service=bus type=session.status publishing ERROR 2025-12-18T15:43:52 +234ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:43:52 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:43:52 +26ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:43:53 +1001ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:43:53 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:43:54 +190ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:43:55 +1002ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:43:55 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:43:57 +2223ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:57 +134ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:57 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:57 +5ms service=bus type=message.part.updated publishing |  Bash Print context around Michal assignments in 4.json --- index 97 Nik: So Michal, are there so we currently have a few things. michal: Yeah. Nik: I guess one thing would be just like adding contact to contactDB. Nik: It's a pretty straightforward task, right? Nik: Like basically just adding that data entity and being able to ingest contacts from ContactDB into The contact in data index and search across it. Nik: Do you think that that would be good? Nik: Because, like, on top of this, we can build an app right away, pretty much. michal: Yeah, I agree. Nik: Would that work? michal: Take yeah, I can take it. Nik: Cool. Nik: Sounds good. Nik: Yeah, I think this is the best thing you can work on because you also worked on search index. Nik: So I think this is perfect. Nik: Um but yeah, um Mathieu: Uh as I I I think to sync the the contact um Miral, you might need a query that is missing from contact DB is having the list of contact that change uh since an update. Mathieu: Like you know, if you do an ingestor, you are going to have uh I think in the contact we have an updated at, something like that. Mathieu: So when you sync everything, how do you sync another new contact Mathieu: that got updated into data index? Mathieu: This query doesn't exist in ContactDB, so it will need to be done for the ingestor to work good. --- index 467 Mathieu: Okay, Michal, you're on the Mac, okay. Mathieu: Okay, so there is no problem uh with Docker, okay. Nik: Is there a way for us I actually like I would have to check myself, but is there a way for us to store like an environment variable file uh with like the basic environment variables in one password? Mathieu: Yeah, yes, that's what I'm saying. Mathieu: We could share an environment file with the one password and we share the v this one with the team, so it's super easy. Mathieu: We have the control, but the other installation need to have the one password key installed Mathieu: and connected to the account and Docker. Nik: And also, I guess Docker, yeah, that's the biggest pain for the user. Mathieu: So if this two is done, but that's I I I think I don't think it's something like Jordan can do by itself. Mathieu: That's why for the initial onboarding with still a team, it's still a cloud stuff, it's the internal stuff. Mathieu: If we say we spend uh we book a two hour school, that's how long it took with me with Anna. Mathieu: And she was also very interested, like, what is this stuff? Mathieu: What does it do? Mathieu: She was very interested about understanding how the stuff was working, right? Mathieu: But let's say initial installation of the server with a domain setup, et cetera, took me two hours with Anna. Mathieu: If it's something running on the computer and not a server, um, so we remove all the DNS stuff and it's like one pass forty, et cetera we can still have a two hours call per person. Nik: Okay, so basically basically so, and this sounds like a high priority task, in my opinion, then, because we're we basically like. Nik: For every person that we wanna install this for, and like it's I'm not talking about just one iteration. Nik: Like every iteration would take like seven like an hour or a few hours. Nik: In that case, I feel like we should prioritize having some sort of an installation wizard, even if it's gonna like take some time. INFO 2025-12-18T15:43:57 +102ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:43:57 +1ms service=bus type=message.updated publishing INFO 2025-12-18T15:43:57 +2ms service=bus type=message.updated publishing INFO 2025-12-18T15:43:57 +0ms service=bus type=session.status publishing INFO 2025-12-18T15:43:57 +0ms service=session.prompt step=6 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B loop INFO 2025-12-18T15:43:57 +9ms service=bus type=message.updated publishing INFO 2025-12-18T15:43:57 +1ms service=bus type=session.updated publishing INFO 2025-12-18T15:43:57 +0ms service=bus type=session.diff publishing INFO 2025-12-18T15:43:57 +1ms service=bus type=message.updated publishing INFO 2025-12-18T15:43:57 +0ms service=session.prompt status=started resolveTools INFO 2025-12-18T15:43:57 +1ms service=tool.registry status=started invalid INFO 2025-12-18T15:43:57 +0ms service=tool.registry status=started bash INFO 2025-12-18T15:43:57 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T15:43:57 +0ms service=tool.registry status=started read INFO 2025-12-18T15:43:57 +0ms service=tool.registry status=started glob INFO 2025-12-18T15:43:57 +0ms service=tool.registry status=started grep INFO 2025-12-18T15:43:57 +0ms service=tool.registry status=started list INFO 2025-12-18T15:43:57 +0ms service=tool.registry status=started edit INFO 2025-12-18T15:43:57 +0ms service=tool.registry status=started write INFO 2025-12-18T15:43:57 +0ms service=tool.registry status=started task INFO 2025-12-18T15:43:57 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T15:43:57 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T15:43:57 +0ms service=tool.registry status=started todoread INFO 2025-12-18T15:43:57 +0ms service=tool.registry status=completed duration=0 invalid INFO 2025-12-18T15:43:57 +0ms service=tool.registry status=completed duration=0 read INFO 2025-12-18T15:43:57 +0ms service=tool.registry status=completed duration=0 glob INFO 2025-12-18T15:43:57 +0ms service=tool.registry status=completed duration=0 grep INFO 2025-12-18T15:43:57 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-18T15:43:57 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-18T15:43:57 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-18T15:43:57 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-18T15:43:57 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T15:43:57 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T15:43:57 +0ms service=tool.registry status=completed duration=0 bash INFO 2025-12-18T15:43:57 +1ms service=tool.registry status=completed duration=1 task INFO 2025-12-18T15:43:57 +1ms service=session.prompt status=completed duration=3 resolveTools INFO 2025-12-18T15:43:57 +7ms service=session.processor process INFO 2025-12-18T15:43:57 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=false agent=build stream INFO 2025-12-18T15:43:57 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T15:43:57 +4ms service=bus type=session.status publishing INFO 2025-12-18T15:43:57 +324ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:43:58 +408ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:43:58 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:02 +3928ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +44ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +165ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +66ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:02 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +57ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +42ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:03 +13ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:03 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:03 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +105ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +44ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +49ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +57ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +67ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +81ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:03 +50ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:04 +57ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:04 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:04 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:04 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:04 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:04 +58ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:04 +27ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:04 +1ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:04 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:04 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:04 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:04 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:04 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:04 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:04 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:04 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:04 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:04 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:04 +168ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:04 +324ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:04 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:04 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:05 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:05 +59ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:05 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:05 +59ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:05 +54ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:05 +5ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:05 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:05 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:05 +58ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:05 +67ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:05 +60ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:05 +67ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:05 +74ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:05 +68ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:05 +91ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:05 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:05 +70ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:05 +73ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:06 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:06 +60ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:06 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:06 +46ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:06 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:06 +54ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:06 +21ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:06 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:06 +44ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:06 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:06 +49ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:06 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:06 +61ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:06 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:06 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:06 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:06 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:07 +675ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:07 +37ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:07 +15ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:07 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:07 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:07 +73ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:07 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:07 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:07 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:07 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:07 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:07 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:07 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:07 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:07 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:07 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:07 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:07 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:07 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:07 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:07 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +61ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +29ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:08 +12ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:08 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:08 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:08 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +12ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:09 +10ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:09 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:09 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +44ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:09 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:10 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:10 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:10 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:10 +24ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:10 +272ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:10 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:10 +180ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:10 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:10 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:10 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:10 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:10 +55ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:10 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:10 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:10 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:10 +58ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:10 +46ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:10 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +46ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +55ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +19ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:11 +0ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:11 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:11 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +58ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:11 +72ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:12 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:12 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:12 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:12 +65ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:12 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:12 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:12 +59ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:12 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:12 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:12 +57ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:12 +64ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:12 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:12 +54ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:12 +34ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:12 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:12 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:12 +88ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:12 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:12 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:12 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:12 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:12 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:12 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:12 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:12 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:12 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:12 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +46ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +54ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +50ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +50ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +33ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:13 +10ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:13 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:13 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:13 +13ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:14 +830ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:14 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:17 +2459ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +69ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:17 +58ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +32ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:18 +30ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:18 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:18 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +49ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +72ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +55ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +76ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +46ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:18 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +42ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:19 +15ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:19 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:19 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +54ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +65ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +55ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +234ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:19 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +35ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:20 +17ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:20 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:20 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +62ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:20 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:21 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:21 +37ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:21 +76ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:21 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:21 +62ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:21 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:21 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:21 +100ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:21 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:21 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:21 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:21 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:21 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:21 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:21 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:21 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:21 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:21 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:21 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:21 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:21 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:21 +36ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:22 +490ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:22 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:22 +698ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:22 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:22 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:22 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +49ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +26ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:23 +8ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:23 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:23 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +44ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:23 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +54ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +24ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:24 +29ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:24 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:24 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:24 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +64ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +46ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +46ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +57ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:25 +35ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:25 +1ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:25 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:25 +44ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +149ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +71ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +57ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:26 +1ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:26 +0ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:26 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:26 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:27 +575ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:27 +156ms service=bus type=message.part.updated publishing |  Bash Write extracted Michal action items JSONs INFO 2025-12-18T15:44:27 +219ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:27 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:27 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:27 +0ms service=bus type=message.updated publishing Generating the per-meeting `action_items` JSON outputs now. INFO 2025-12-18T15:44:27 +4ms service=bus type=message.updated publishing INFO 2025-12-18T15:44:27 +0ms service=bus type=session.status publishing INFO 2025-12-18T15:44:27 +0ms service=session.prompt step=7 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B loop INFO 2025-12-18T15:44:27 +10ms service=bus type=message.updated publishing INFO 2025-12-18T15:44:27 +1ms service=bus type=session.updated publishing INFO 2025-12-18T15:44:27 +0ms service=bus type=session.diff publishing INFO 2025-12-18T15:44:27 +2ms service=bus type=message.updated publishing INFO 2025-12-18T15:44:27 +1ms service=session.prompt status=started resolveTools INFO 2025-12-18T15:44:27 +0ms service=tool.registry status=started invalid INFO 2025-12-18T15:44:27 +0ms service=tool.registry status=started bash INFO 2025-12-18T15:44:27 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T15:44:27 +1ms service=tool.registry status=started read INFO 2025-12-18T15:44:27 +0ms service=tool.registry status=started glob INFO 2025-12-18T15:44:27 +0ms service=tool.registry status=started grep INFO 2025-12-18T15:44:27 +0ms service=tool.registry status=started list INFO 2025-12-18T15:44:27 +0ms service=tool.registry status=started edit INFO 2025-12-18T15:44:27 +0ms service=tool.registry status=started write INFO 2025-12-18T15:44:27 +0ms service=tool.registry status=started task INFO 2025-12-18T15:44:27 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T15:44:27 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T15:44:27 +0ms service=tool.registry status=started todoread INFO 2025-12-18T15:44:27 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-18T15:44:27 +0ms service=tool.registry status=completed duration=0 read INFO 2025-12-18T15:44:27 +0ms service=tool.registry status=completed duration=0 glob INFO 2025-12-18T15:44:27 +0ms service=tool.registry status=completed duration=0 grep INFO 2025-12-18T15:44:27 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-18T15:44:27 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-18T15:44:27 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-18T15:44:27 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-18T15:44:27 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T15:44:27 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T15:44:27 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-18T15:44:27 +1ms service=tool.registry status=completed duration=1 task INFO 2025-12-18T15:44:27 +2ms service=session.prompt status=completed duration=4 resolveTools INFO 2025-12-18T15:44:27 +9ms service=session.processor process INFO 2025-12-18T15:44:27 +1ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=false agent=build stream INFO 2025-12-18T15:44:27 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T15:44:27 +7ms service=bus type=session.status publishing ERROR 2025-12-18T15:44:27 +9ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:27 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:28 +331ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:28 +518ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:29 +191ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:29 +10ms service=bus type=message.part.updated publishing |  List app/input ERROR 2025-12-18T15:44:29 +282ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:29 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:29 +195ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:29 +1ms service=bus type=message.updated publishing INFO 2025-12-18T15:44:29 +1ms service=bus type=message.updated publishing INFO 2025-12-18T15:44:29 +0ms service=bus type=session.status publishing INFO 2025-12-18T15:44:29 +0ms service=session.prompt step=8 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B loop INFO 2025-12-18T15:44:29 +13ms service=bus type=message.updated publishing INFO 2025-12-18T15:44:29 +1ms service=bus type=session.updated publishing INFO 2025-12-18T15:44:29 +0ms service=bus type=session.diff publishing INFO 2025-12-18T15:44:29 +2ms service=bus type=message.updated publishing INFO 2025-12-18T15:44:29 +0ms service=session.prompt status=started resolveTools INFO 2025-12-18T15:44:29 +0ms service=tool.registry status=started invalid INFO 2025-12-18T15:44:29 +0ms service=tool.registry status=started bash INFO 2025-12-18T15:44:29 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T15:44:29 +0ms service=tool.registry status=started read INFO 2025-12-18T15:44:29 +1ms service=tool.registry status=started glob INFO 2025-12-18T15:44:29 +0ms service=tool.registry status=started grep INFO 2025-12-18T15:44:29 +0ms service=tool.registry status=started list INFO 2025-12-18T15:44:29 +0ms service=tool.registry status=started edit INFO 2025-12-18T15:44:29 +0ms service=tool.registry status=started write INFO 2025-12-18T15:44:29 +0ms service=tool.registry status=started task INFO 2025-12-18T15:44:29 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T15:44:29 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T15:44:29 +0ms service=tool.registry status=started todoread INFO 2025-12-18T15:44:29 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-18T15:44:29 +0ms service=tool.registry status=completed duration=1 read INFO 2025-12-18T15:44:29 +0ms service=tool.registry status=completed duration=0 glob INFO 2025-12-18T15:44:29 +0ms service=tool.registry status=completed duration=0 grep INFO 2025-12-18T15:44:29 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-18T15:44:29 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-18T15:44:29 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-18T15:44:29 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-18T15:44:29 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T15:44:29 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T15:44:29 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-18T15:44:29 +0ms service=tool.registry status=completed duration=0 task INFO 2025-12-18T15:44:29 +2ms service=session.prompt status=completed duration=3 resolveTools INFO 2025-12-18T15:44:29 +5ms service=session.processor process INFO 2025-12-18T15:44:29 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=false agent=build stream INFO 2025-12-18T15:44:29 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T15:44:29 +3ms service=bus type=session.status publishing INFO 2025-12-18T15:44:29 +332ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:30 +640ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:30 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:36 +6469ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:36 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:36 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:37 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:37 +72ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:37 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:37 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:37 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:37 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:37 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:37 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:37 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:37 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:37 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:37 +74ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:37 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:37 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:37 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:37 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:37 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:37 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:37 +55ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:37 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:37 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:37 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:37 +21ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:37 +48ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:37 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:37 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:37 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +85ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +69ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +49ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +61ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:38 +3ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:38 +7ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:38 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:39 +86ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +57ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +44ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +60ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +55ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +68ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:39 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:40 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:40 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:40 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:40 +10ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:40 +1ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:40 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:40 +465ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:40 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:40 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:40 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:40 +79ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:40 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:40 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:40 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:40 +64ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:40 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:40 +75ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:40 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:40 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:40 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:40 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:40 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +65ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +19ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:41 +85ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:41 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:41 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +58ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +104ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:41 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +64ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +54ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +58ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:42 +1ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:42 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:42 +64ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +60ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +54ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +54ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:42 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:43 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:43 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:43 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:43 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:43 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:43 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:43 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:43 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:43 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:43 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:43 +107ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:43 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:43 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:43 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:43 +83ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:43 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:43 +8ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:43 +4ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:43 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:43 +59ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:43 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:43 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:43 +50ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:43 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:43 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:43 +59ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:44 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:44 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:44 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:44 +54ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:44 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:44 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:44 +49ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:44 +59ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:44 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:44 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:44 +60ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:44 +92ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:44 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:44 +1ms service=lsp file=/app/input/1.json touching file INFO 2025-12-18T15:44:44 +0ms service=file.time sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B file=/app/input/1.json read INFO 2025-12-18T15:44:44 +1ms service=bus type=message.part.updated publishing |  Read app/input/1.json INFO 2025-12-18T15:44:44 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:44 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:44 +1ms service=lsp file=/app/input/4.json touching file INFO 2025-12-18T15:44:44 +0ms service=file.time sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B file=/app/input/4.json read INFO 2025-12-18T15:44:44 +1ms service=bus type=message.part.updated publishing |  Read app/input/4.json ERROR 2025-12-18T15:44:44 +50ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:44 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:44 +142ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:44 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:44 +1ms service=bus type=message.updated publishing INFO 2025-12-18T15:44:44 +5ms service=bus type=message.updated publishing INFO 2025-12-18T15:44:44 +1ms service=bus type=session.status publishing INFO 2025-12-18T15:44:44 +0ms service=session.prompt step=9 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B loop INFO 2025-12-18T15:44:44 +16ms service=bus type=message.updated publishing INFO 2025-12-18T15:44:44 +0ms service=bus type=session.updated publishing INFO 2025-12-18T15:44:44 +0ms service=bus type=session.diff publishing INFO 2025-12-18T15:44:44 +2ms service=bus type=message.updated publishing INFO 2025-12-18T15:44:44 +0ms service=session.prompt status=started resolveTools INFO 2025-12-18T15:44:44 +1ms service=tool.registry status=started invalid INFO 2025-12-18T15:44:44 +0ms service=tool.registry status=started bash INFO 2025-12-18T15:44:44 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T15:44:44 +0ms service=tool.registry status=started read INFO 2025-12-18T15:44:44 +0ms service=tool.registry status=started glob INFO 2025-12-18T15:44:44 +0ms service=tool.registry status=started grep INFO 2025-12-18T15:44:44 +0ms service=tool.registry status=started list INFO 2025-12-18T15:44:44 +0ms service=tool.registry status=started edit INFO 2025-12-18T15:44:44 +0ms service=tool.registry status=started write INFO 2025-12-18T15:44:44 +0ms service=tool.registry status=started task INFO 2025-12-18T15:44:44 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T15:44:44 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T15:44:44 +0ms service=tool.registry status=started todoread INFO 2025-12-18T15:44:44 +0ms service=tool.registry status=completed duration=0 invalid INFO 2025-12-18T15:44:44 +0ms service=tool.registry status=completed duration=0 read INFO 2025-12-18T15:44:44 +0ms service=tool.registry status=completed duration=0 glob INFO 2025-12-18T15:44:44 +0ms service=tool.registry status=completed duration=0 grep INFO 2025-12-18T15:44:44 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-18T15:44:44 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-18T15:44:44 +1ms service=tool.registry status=completed duration=1 write INFO 2025-12-18T15:44:44 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2025-12-18T15:44:44 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2025-12-18T15:44:44 +0ms service=tool.registry status=completed duration=1 todoread INFO 2025-12-18T15:44:44 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-18T15:44:44 +0ms service=tool.registry status=completed duration=1 task INFO 2025-12-18T15:44:44 +2ms service=session.prompt status=completed duration=4 resolveTools INFO 2025-12-18T15:44:44 +3ms service=session.processor process INFO 2025-12-18T15:44:44 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=false agent=build stream INFO 2025-12-18T15:44:44 +1ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T15:44:44 +5ms service=bus type=session.status publishing INFO 2025-12-18T15:44:45 +555ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:45 +406ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:45 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:45 +125ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:46 +92ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:46 +11ms service=bus type=message.part.updated publishing |  List app/input INFO 2025-12-18T15:44:46 +92ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:46 +305ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:46 +1ms service=lsp file=/app/input/2.json touching file INFO 2025-12-18T15:44:46 +0ms service=file.time sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B file=/app/input/2.json read INFO 2025-12-18T15:44:46 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:46 +0ms service=bus type=message.part.updated publishing |  Read app/input/2.json INFO 2025-12-18T15:44:46 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:46 +1ms service=lsp file=/app/input/3.json touching file INFO 2025-12-18T15:44:46 +0ms service=file.time sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B file=/app/input/3.json read INFO 2025-12-18T15:44:46 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:46 +0ms service=bus type=message.part.updated publishing |  Read app/input/3.json INFO 2025-12-18T15:44:46 +123ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:46 +1ms service=lsp file=/app/input/5.json touching file INFO 2025-12-18T15:44:46 +0ms service=file.time sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B file=/app/input/5.json read INFO 2025-12-18T15:44:46 +1ms service=bus type=message.part.updated publishing |  Read app/input/5.json INFO 2025-12-18T15:44:46 +237ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:46 +0ms service=bus type=message.updated publishing INFO 2025-12-18T15:44:46 +2ms service=bus type=message.updated publishing INFO 2025-12-18T15:44:46 +0ms service=bus type=session.status publishing INFO 2025-12-18T15:44:46 +0ms service=session.prompt step=10 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B loop INFO 2025-12-18T15:44:46 +15ms service=bus type=message.updated publishing INFO 2025-12-18T15:44:46 +1ms service=bus type=session.updated publishing INFO 2025-12-18T15:44:46 +0ms service=bus type=session.diff publishing INFO 2025-12-18T15:44:46 +2ms service=bus type=message.updated publishing INFO 2025-12-18T15:44:46 +0ms service=session.prompt status=started resolveTools INFO 2025-12-18T15:44:46 +0ms service=tool.registry status=started invalid INFO 2025-12-18T15:44:46 +0ms service=tool.registry status=started bash INFO 2025-12-18T15:44:46 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T15:44:46 +0ms service=tool.registry status=started read INFO 2025-12-18T15:44:46 +0ms service=tool.registry status=started glob INFO 2025-12-18T15:44:46 +0ms service=tool.registry status=started grep INFO 2025-12-18T15:44:46 +0ms service=tool.registry status=started list INFO 2025-12-18T15:44:46 +0ms service=tool.registry status=started edit INFO 2025-12-18T15:44:46 +0ms service=tool.registry status=started write INFO 2025-12-18T15:44:46 +0ms service=tool.registry status=started task INFO 2025-12-18T15:44:46 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T15:44:46 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T15:44:46 +0ms service=tool.registry status=started todoread INFO 2025-12-18T15:44:46 +0ms service=tool.registry status=completed duration=0 invalid INFO 2025-12-18T15:44:46 +0ms service=tool.registry status=completed duration=0 read INFO 2025-12-18T15:44:46 +1ms service=tool.registry status=completed duration=1 glob INFO 2025-12-18T15:44:46 +0ms service=tool.registry status=completed duration=1 grep INFO 2025-12-18T15:44:46 +0ms service=tool.registry status=completed duration=1 list INFO 2025-12-18T15:44:46 +0ms service=tool.registry status=completed duration=1 edit INFO 2025-12-18T15:44:46 +0ms service=tool.registry status=completed duration=1 write INFO 2025-12-18T15:44:46 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2025-12-18T15:44:46 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2025-12-18T15:44:46 +0ms service=tool.registry status=completed duration=1 todoread INFO 2025-12-18T15:44:46 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-18T15:44:46 +0ms service=tool.registry status=completed duration=1 task INFO 2025-12-18T15:44:46 +1ms service=session.prompt status=completed duration=2 resolveTools INFO 2025-12-18T15:44:46 +3ms service=session.processor process INFO 2025-12-18T15:44:46 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=false agent=build stream INFO 2025-12-18T15:44:46 +0ms service=llm providerID=openrouter modelID=openai/gpt-5.2 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T15:44:46 +4ms service=bus type=session.status publishing ERROR 2025-12-18T15:44:46 +66ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:46 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:47 +256ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:47 +622ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:47 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:47 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:47 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:47 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:47 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:47 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:47 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +50ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +0ms service=bus type=message.part.updated publishing ERROR 2025-12-18T15:44:48 +13ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T15:44:48 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T15:44:48 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +200ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T15:44:48 +0ms service=bus type=message.updated publishing Created `1.json`���`5.json` in the current directory, each containing Michal���s extracted action items (including name variants). Files with no clear Michal action items contain `{"action_items": []}`. INFO 2025-12-18T15:44:48 +2ms service=bus type=message.updated publishing INFO 2025-12-18T15:44:48 +0ms service=bus type=session.status publishing INFO 2025-12-18T15:44:48 +0ms service=session.prompt step=11 sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B loop INFO 2025-12-18T15:44:48 +12ms service=bus type=message.updated publishing INFO 2025-12-18T15:44:48 +1ms service=bus type=message.updated publishing INFO 2025-12-18T15:44:48 +0ms service=session.prompt sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B exiting loop INFO 2025-12-18T15:44:48 +1ms service=session.compaction pruning INFO 2025-12-18T15:44:48 +0ms service=bus type=session.updated publishing INFO 2025-12-18T15:44:48 +0ms service=bus type=session.diff publishing INFO 2025-12-18T15:44:48 +2ms service=session.prompt sessionID=ses_4cddf39eeffevjLhcZgcP2nS2B cancel INFO 2025-12-18T15:44:48 +0ms service=bus type=session.status publishing INFO 2025-12-18T15:44:48 +0ms service=bus type=session.idle publishing INFO 2025-12-18T15:44:48 +1ms service=default directory=/app/input disposing instance INFO 2025-12-18T15:44:48 +0ms service=state key=/app/input waiting for state disposal to complete INFO 2025-12-18T15:44:48 +2ms 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.