@otto-assistant/bridge 0.4.92
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin.js +2 -0
- package/dist/agent-model.e2e.test.js +755 -0
- package/dist/ai-tool-to-genai.js +233 -0
- package/dist/ai-tool-to-genai.test.js +267 -0
- package/dist/ai-tool.js +6 -0
- package/dist/anthropic-auth-plugin.js +728 -0
- package/dist/anthropic-auth-plugin.test.js +125 -0
- package/dist/anthropic-auth-state.js +231 -0
- package/dist/bin.js +90 -0
- package/dist/channel-management.js +227 -0
- package/dist/cli-parsing.test.js +137 -0
- package/dist/cli-send-thread.e2e.test.js +356 -0
- package/dist/cli.js +3276 -0
- package/dist/commands/abort.js +65 -0
- package/dist/commands/action-buttons.js +245 -0
- package/dist/commands/add-project.js +113 -0
- package/dist/commands/agent.js +335 -0
- package/dist/commands/ask-question.js +274 -0
- package/dist/commands/btw.js +116 -0
- package/dist/commands/compact.js +120 -0
- package/dist/commands/context-usage.js +140 -0
- package/dist/commands/create-new-project.js +130 -0
- package/dist/commands/diff.js +63 -0
- package/dist/commands/file-upload.js +275 -0
- package/dist/commands/fork.js +220 -0
- package/dist/commands/gemini-apikey.js +70 -0
- package/dist/commands/login.js +885 -0
- package/dist/commands/mcp.js +239 -0
- package/dist/commands/memory-snapshot.js +24 -0
- package/dist/commands/mention-mode.js +44 -0
- package/dist/commands/merge-worktree.js +159 -0
- package/dist/commands/model-variant.js +364 -0
- package/dist/commands/model.js +776 -0
- package/dist/commands/new-worktree.js +366 -0
- package/dist/commands/paginated-select.js +57 -0
- package/dist/commands/permissions.js +274 -0
- package/dist/commands/queue.js +206 -0
- package/dist/commands/remove-project.js +115 -0
- package/dist/commands/restart-opencode-server.js +127 -0
- package/dist/commands/resume.js +149 -0
- package/dist/commands/run-command.js +79 -0
- package/dist/commands/screenshare.js +303 -0
- package/dist/commands/screenshare.test.js +20 -0
- package/dist/commands/session-id.js +78 -0
- package/dist/commands/session.js +176 -0
- package/dist/commands/share.js +80 -0
- package/dist/commands/tasks.js +205 -0
- package/dist/commands/types.js +2 -0
- package/dist/commands/undo-redo.js +305 -0
- package/dist/commands/unset-model.js +138 -0
- package/dist/commands/upgrade.js +42 -0
- package/dist/commands/user-command.js +155 -0
- package/dist/commands/verbosity.js +125 -0
- package/dist/commands/worktree-settings.js +43 -0
- package/dist/commands/worktrees.js +410 -0
- package/dist/condense-memory.js +33 -0
- package/dist/config.js +94 -0
- package/dist/context-awareness-plugin.js +363 -0
- package/dist/context-awareness-plugin.test.js +124 -0
- package/dist/critique-utils.js +95 -0
- package/dist/database.js +1310 -0
- package/dist/db.js +251 -0
- package/dist/db.test.js +138 -0
- package/dist/debounce-timeout.js +28 -0
- package/dist/debounced-process-flush.js +77 -0
- package/dist/discord-bot.js +1008 -0
- package/dist/discord-command-registration.js +524 -0
- package/dist/discord-urls.js +81 -0
- package/dist/discord-utils.js +591 -0
- package/dist/discord-utils.test.js +134 -0
- package/dist/errors.js +157 -0
- package/dist/escape-backticks.test.js +429 -0
- package/dist/event-stream-real-capture.e2e.test.js +533 -0
- package/dist/eventsource-parser.test.js +327 -0
- package/dist/exec-async.js +26 -0
- package/dist/external-opencode-sync.js +480 -0
- package/dist/format-tables.js +302 -0
- package/dist/format-tables.test.js +308 -0
- package/dist/forum-sync/config.js +79 -0
- package/dist/forum-sync/discord-operations.js +154 -0
- package/dist/forum-sync/index.js +5 -0
- package/dist/forum-sync/markdown.js +113 -0
- package/dist/forum-sync/sync-to-discord.js +417 -0
- package/dist/forum-sync/sync-to-files.js +190 -0
- package/dist/forum-sync/types.js +53 -0
- package/dist/forum-sync/watchers.js +307 -0
- package/dist/gateway-proxy-reconnect.e2e.test.js +394 -0
- package/dist/gateway-proxy.e2e.test.js +483 -0
- package/dist/genai-worker-wrapper.js +111 -0
- package/dist/genai-worker.js +311 -0
- package/dist/genai.js +232 -0
- package/dist/generated/browser.js +17 -0
- package/dist/generated/client.js +37 -0
- package/dist/generated/commonInputTypes.js +10 -0
- package/dist/generated/enums.js +52 -0
- package/dist/generated/internal/class.js +49 -0
- package/dist/generated/internal/prismaNamespace.js +253 -0
- package/dist/generated/internal/prismaNamespaceBrowser.js +223 -0
- package/dist/generated/models/bot_api_keys.js +1 -0
- package/dist/generated/models/bot_tokens.js +1 -0
- package/dist/generated/models/channel_agents.js +1 -0
- package/dist/generated/models/channel_directories.js +1 -0
- package/dist/generated/models/channel_mention_mode.js +1 -0
- package/dist/generated/models/channel_models.js +1 -0
- package/dist/generated/models/channel_verbosity.js +1 -0
- package/dist/generated/models/channel_worktrees.js +1 -0
- package/dist/generated/models/forum_sync_configs.js +1 -0
- package/dist/generated/models/global_models.js +1 -0
- package/dist/generated/models/ipc_requests.js +1 -0
- package/dist/generated/models/part_messages.js +1 -0
- package/dist/generated/models/scheduled_tasks.js +1 -0
- package/dist/generated/models/session_agents.js +1 -0
- package/dist/generated/models/session_events.js +1 -0
- package/dist/generated/models/session_models.js +1 -0
- package/dist/generated/models/session_start_sources.js +1 -0
- package/dist/generated/models/thread_sessions.js +1 -0
- package/dist/generated/models/thread_worktrees.js +1 -0
- package/dist/generated/models.js +1 -0
- package/dist/heap-monitor.js +122 -0
- package/dist/hrana-server.js +263 -0
- package/dist/hrana-server.test.js +370 -0
- package/dist/html-actions.js +123 -0
- package/dist/html-actions.test.js +70 -0
- package/dist/html-components.js +117 -0
- package/dist/html-components.test.js +34 -0
- package/dist/image-optimizer-plugin.js +153 -0
- package/dist/image-utils.js +112 -0
- package/dist/interaction-handler.js +397 -0
- package/dist/ipc-polling.js +252 -0
- package/dist/ipc-tools-plugin.js +193 -0
- package/dist/kimaki-digital-twin.e2e.test.js +161 -0
- package/dist/kimaki-opencode-plugin-loading.e2e.test.js +87 -0
- package/dist/kimaki-opencode-plugin.js +17 -0
- package/dist/kimaki-opencode-plugin.test.js +98 -0
- package/dist/limit-heading-depth.js +25 -0
- package/dist/limit-heading-depth.test.js +105 -0
- package/dist/logger.js +165 -0
- package/dist/markdown.js +342 -0
- package/dist/markdown.test.js +257 -0
- package/dist/message-finish-field.e2e.test.js +165 -0
- package/dist/message-formatting.js +413 -0
- package/dist/message-formatting.test.js +73 -0
- package/dist/message-preprocessing.js +330 -0
- package/dist/onboarding-tutorial.js +172 -0
- package/dist/onboarding-welcome.js +37 -0
- package/dist/openai-realtime.js +224 -0
- package/dist/opencode-command-detection.js +65 -0
- package/dist/opencode-command-detection.test.js +240 -0
- package/dist/opencode-command.js +129 -0
- package/dist/opencode-command.test.js +48 -0
- package/dist/opencode-interrupt-plugin.js +361 -0
- package/dist/opencode-interrupt-plugin.test.js +458 -0
- package/dist/opencode.js +861 -0
- package/dist/otto/branding.js +22 -0
- package/dist/otto/index.js +21 -0
- package/dist/parse-permission-rules.test.js +117 -0
- package/dist/patch-text-parser.js +97 -0
- package/dist/plugin-logger.js +59 -0
- package/dist/privacy-sanitizer.js +105 -0
- package/dist/queue-advanced-abort.e2e.test.js +293 -0
- package/dist/queue-advanced-action-buttons.e2e.test.js +206 -0
- package/dist/queue-advanced-e2e-setup.js +786 -0
- package/dist/queue-advanced-footer.e2e.test.js +472 -0
- package/dist/queue-advanced-model-switch.e2e.test.js +299 -0
- package/dist/queue-advanced-permissions-typing.e2e.test.js +180 -0
- package/dist/queue-advanced-question.e2e.test.js +261 -0
- package/dist/queue-advanced-typing-interrupt.e2e.test.js +114 -0
- package/dist/queue-advanced-typing.e2e.test.js +153 -0
- package/dist/queue-drain-after-interactive-ui.e2e.test.js +119 -0
- package/dist/queue-interrupt-drain.e2e.test.js +135 -0
- package/dist/queue-question-select-drain.e2e.test.js +120 -0
- package/dist/runtime-idle-sweeper.js +52 -0
- package/dist/runtime-lifecycle.e2e.test.js +508 -0
- package/dist/sentry.js +23 -0
- package/dist/session-handler/agent-utils.js +67 -0
- package/dist/session-handler/event-stream-state.js +420 -0
- package/dist/session-handler/event-stream-state.test.js +563 -0
- package/dist/session-handler/model-utils.js +124 -0
- package/dist/session-handler/opencode-session-event-log.js +94 -0
- package/dist/session-handler/thread-runtime-state.js +104 -0
- package/dist/session-handler/thread-session-runtime.js +3258 -0
- package/dist/session-handler.js +9 -0
- package/dist/session-search.js +100 -0
- package/dist/session-search.test.js +40 -0
- package/dist/session-title-rename.test.js +80 -0
- package/dist/startup-service.js +153 -0
- package/dist/startup-time.e2e.test.js +296 -0
- package/dist/store.js +17 -0
- package/dist/system-message.js +613 -0
- package/dist/system-message.test.js +602 -0
- package/dist/task-runner.js +295 -0
- package/dist/task-schedule.js +209 -0
- package/dist/task-schedule.test.js +71 -0
- package/dist/test-utils.js +299 -0
- package/dist/thinking-utils.js +35 -0
- package/dist/thread-message-queue.e2e.test.js +999 -0
- package/dist/tools.js +357 -0
- package/dist/undo-redo.e2e.test.js +161 -0
- package/dist/unnest-code-blocks.js +146 -0
- package/dist/unnest-code-blocks.test.js +673 -0
- package/dist/upgrade.js +114 -0
- package/dist/utils.js +144 -0
- package/dist/voice-attachment.js +34 -0
- package/dist/voice-handler.js +646 -0
- package/dist/voice-message.e2e.test.js +1021 -0
- package/dist/voice.js +447 -0
- package/dist/voice.test.js +235 -0
- package/dist/wait-session.js +94 -0
- package/dist/websockify.js +69 -0
- package/dist/worker-types.js +4 -0
- package/dist/worktree-lifecycle.e2e.test.js +308 -0
- package/dist/worktree-utils.js +3 -0
- package/dist/worktrees.js +929 -0
- package/dist/worktrees.test.js +189 -0
- package/dist/xml.js +92 -0
- package/dist/xml.test.js +32 -0
- package/package.json +98 -0
- package/schema.prisma +295 -0
- package/skills/batch/SKILL.md +87 -0
- package/skills/critique/SKILL.md +112 -0
- package/skills/egaki/SKILL.md +100 -0
- package/skills/errore/SKILL.md +647 -0
- package/skills/event-sourcing-state/SKILL.md +252 -0
- package/skills/gitchamber/SKILL.md +93 -0
- package/skills/goke/SKILL.md +644 -0
- package/skills/jitter/EDITOR.md +219 -0
- package/skills/jitter/EXPORT-INTERNALS.md +309 -0
- package/skills/jitter/SKILL.md +158 -0
- package/skills/jitter/jitter-clipboard.json +1042 -0
- package/skills/jitter/package.json +14 -0
- package/skills/jitter/tsconfig.json +15 -0
- package/skills/jitter/utils/actions.ts +212 -0
- package/skills/jitter/utils/export.ts +114 -0
- package/skills/jitter/utils/index.ts +141 -0
- package/skills/jitter/utils/snapshot.ts +154 -0
- package/skills/jitter/utils/traverse.ts +246 -0
- package/skills/jitter/utils/types.ts +279 -0
- package/skills/jitter/utils/wait.ts +133 -0
- package/skills/lintcn/SKILL.md +873 -0
- package/skills/new-skill/SKILL.md +211 -0
- package/skills/npm-package/SKILL.md +239 -0
- package/skills/playwriter/SKILL.md +35 -0
- package/skills/proxyman/SKILL.md +215 -0
- package/skills/security-review/SKILL.md +208 -0
- package/skills/simplify/SKILL.md +58 -0
- package/skills/spiceflow/SKILL.md +14 -0
- package/skills/termcast/SKILL.md +945 -0
- package/skills/tuistory/SKILL.md +250 -0
- package/skills/usecomputer/SKILL.md +264 -0
- package/skills/x-articles/SKILL.md +554 -0
- package/skills/zele/SKILL.md +112 -0
- package/skills/zustand-centralized-state/SKILL.md +1004 -0
- package/src/agent-model.e2e.test.ts +976 -0
- package/src/ai-tool-to-genai.test.ts +296 -0
- package/src/ai-tool-to-genai.ts +283 -0
- package/src/ai-tool.ts +39 -0
- package/src/anthropic-auth-plugin.test.ts +159 -0
- package/src/anthropic-auth-plugin.ts +861 -0
- package/src/anthropic-auth-state.ts +282 -0
- package/src/bin.ts +111 -0
- package/src/channel-management.ts +334 -0
- package/src/cli-parsing.test.ts +195 -0
- package/src/cli-send-thread.e2e.test.ts +464 -0
- package/src/cli.ts +4581 -0
- package/src/commands/abort.ts +89 -0
- package/src/commands/action-buttons.ts +364 -0
- package/src/commands/add-project.ts +149 -0
- package/src/commands/agent.ts +473 -0
- package/src/commands/ask-question.ts +390 -0
- package/src/commands/btw.ts +164 -0
- package/src/commands/compact.ts +157 -0
- package/src/commands/context-usage.ts +199 -0
- package/src/commands/create-new-project.ts +190 -0
- package/src/commands/diff.ts +91 -0
- package/src/commands/file-upload.ts +389 -0
- package/src/commands/fork.ts +321 -0
- package/src/commands/gemini-apikey.ts +104 -0
- package/src/commands/login.ts +1173 -0
- package/src/commands/mcp.ts +307 -0
- package/src/commands/memory-snapshot.ts +30 -0
- package/src/commands/mention-mode.ts +68 -0
- package/src/commands/merge-worktree.ts +223 -0
- package/src/commands/model-variant.ts +483 -0
- package/src/commands/model.ts +1053 -0
- package/src/commands/new-worktree.ts +510 -0
- package/src/commands/paginated-select.ts +81 -0
- package/src/commands/permissions.ts +397 -0
- package/src/commands/queue.ts +271 -0
- package/src/commands/remove-project.ts +155 -0
- package/src/commands/restart-opencode-server.ts +162 -0
- package/src/commands/resume.ts +230 -0
- package/src/commands/run-command.ts +123 -0
- package/src/commands/screenshare.test.ts +30 -0
- package/src/commands/screenshare.ts +366 -0
- package/src/commands/session-id.ts +109 -0
- package/src/commands/session.ts +227 -0
- package/src/commands/share.ts +106 -0
- package/src/commands/tasks.ts +293 -0
- package/src/commands/types.ts +25 -0
- package/src/commands/undo-redo.ts +386 -0
- package/src/commands/unset-model.ts +173 -0
- package/src/commands/upgrade.ts +52 -0
- package/src/commands/user-command.ts +198 -0
- package/src/commands/verbosity.ts +173 -0
- package/src/commands/worktree-settings.ts +70 -0
- package/src/commands/worktrees.ts +552 -0
- package/src/condense-memory.ts +36 -0
- package/src/config.ts +111 -0
- package/src/context-awareness-plugin.test.ts +142 -0
- package/src/context-awareness-plugin.ts +510 -0
- package/src/critique-utils.ts +139 -0
- package/src/database.ts +1876 -0
- package/src/db.test.ts +162 -0
- package/src/db.ts +286 -0
- package/src/debounce-timeout.ts +43 -0
- package/src/debounced-process-flush.ts +104 -0
- package/src/discord-bot.ts +1330 -0
- package/src/discord-command-registration.ts +693 -0
- package/src/discord-urls.ts +88 -0
- package/src/discord-utils.test.ts +153 -0
- package/src/discord-utils.ts +800 -0
- package/src/errors.ts +201 -0
- package/src/escape-backticks.test.ts +469 -0
- package/src/event-stream-real-capture.e2e.test.ts +692 -0
- package/src/eventsource-parser.test.ts +351 -0
- package/src/exec-async.ts +35 -0
- package/src/external-opencode-sync.ts +685 -0
- package/src/format-tables.test.ts +335 -0
- package/src/format-tables.ts +445 -0
- package/src/forum-sync/config.ts +92 -0
- package/src/forum-sync/discord-operations.ts +241 -0
- package/src/forum-sync/index.ts +9 -0
- package/src/forum-sync/markdown.ts +172 -0
- package/src/forum-sync/sync-to-discord.ts +595 -0
- package/src/forum-sync/sync-to-files.ts +294 -0
- package/src/forum-sync/types.ts +175 -0
- package/src/forum-sync/watchers.ts +454 -0
- package/src/gateway-proxy-reconnect.e2e.test.ts +523 -0
- package/src/gateway-proxy.e2e.test.ts +640 -0
- package/src/genai-worker-wrapper.ts +164 -0
- package/src/genai-worker.ts +386 -0
- package/src/genai.ts +321 -0
- package/src/generated/browser.ts +114 -0
- package/src/generated/client.ts +138 -0
- package/src/generated/commonInputTypes.ts +736 -0
- package/src/generated/enums.ts +88 -0
- package/src/generated/internal/class.ts +384 -0
- package/src/generated/internal/prismaNamespace.ts +2386 -0
- package/src/generated/internal/prismaNamespaceBrowser.ts +326 -0
- package/src/generated/models/bot_api_keys.ts +1288 -0
- package/src/generated/models/bot_tokens.ts +1656 -0
- package/src/generated/models/channel_agents.ts +1256 -0
- package/src/generated/models/channel_directories.ts +1859 -0
- package/src/generated/models/channel_mention_mode.ts +1300 -0
- package/src/generated/models/channel_models.ts +1288 -0
- package/src/generated/models/channel_verbosity.ts +1228 -0
- package/src/generated/models/channel_worktrees.ts +1300 -0
- package/src/generated/models/forum_sync_configs.ts +1452 -0
- package/src/generated/models/global_models.ts +1288 -0
- package/src/generated/models/ipc_requests.ts +1485 -0
- package/src/generated/models/part_messages.ts +1302 -0
- package/src/generated/models/scheduled_tasks.ts +2320 -0
- package/src/generated/models/session_agents.ts +1086 -0
- package/src/generated/models/session_events.ts +1439 -0
- package/src/generated/models/session_models.ts +1114 -0
- package/src/generated/models/session_start_sources.ts +1408 -0
- package/src/generated/models/thread_sessions.ts +1781 -0
- package/src/generated/models/thread_worktrees.ts +1356 -0
- package/src/generated/models.ts +30 -0
- package/src/heap-monitor.ts +152 -0
- package/src/hrana-server.test.ts +434 -0
- package/src/hrana-server.ts +314 -0
- package/src/html-actions.test.ts +87 -0
- package/src/html-actions.ts +174 -0
- package/src/html-components.test.ts +38 -0
- package/src/html-components.ts +181 -0
- package/src/image-optimizer-plugin.ts +194 -0
- package/src/image-utils.ts +149 -0
- package/src/interaction-handler.ts +576 -0
- package/src/ipc-polling.ts +326 -0
- package/src/ipc-tools-plugin.ts +236 -0
- package/src/kimaki-digital-twin.e2e.test.ts +199 -0
- package/src/kimaki-opencode-plugin-loading.e2e.test.ts +109 -0
- package/src/kimaki-opencode-plugin.test.ts +108 -0
- package/src/kimaki-opencode-plugin.ts +18 -0
- package/src/limit-heading-depth.test.ts +116 -0
- package/src/limit-heading-depth.ts +26 -0
- package/src/logger.ts +208 -0
- package/src/markdown.test.ts +308 -0
- package/src/markdown.ts +410 -0
- package/src/message-finish-field.e2e.test.ts +192 -0
- package/src/message-formatting.test.ts +81 -0
- package/src/message-formatting.ts +533 -0
- package/src/message-preprocessing.ts +455 -0
- package/src/onboarding-tutorial.ts +176 -0
- package/src/onboarding-welcome.ts +49 -0
- package/src/openai-realtime.ts +358 -0
- package/src/opencode-command-detection.test.ts +307 -0
- package/src/opencode-command-detection.ts +76 -0
- package/src/opencode-command.test.ts +70 -0
- package/src/opencode-command.ts +188 -0
- package/src/opencode-interrupt-plugin.test.ts +677 -0
- package/src/opencode-interrupt-plugin.ts +477 -0
- package/src/opencode.ts +1110 -0
- package/src/otto/branding.ts +23 -0
- package/src/otto/index.ts +22 -0
- package/src/parse-permission-rules.test.ts +127 -0
- package/src/patch-text-parser.ts +107 -0
- package/src/plugin-logger.ts +68 -0
- package/src/privacy-sanitizer.ts +142 -0
- package/src/queue-advanced-abort.e2e.test.ts +382 -0
- package/src/queue-advanced-action-buttons.e2e.test.ts +268 -0
- package/src/queue-advanced-e2e-setup.ts +873 -0
- package/src/queue-advanced-footer.e2e.test.ts +576 -0
- package/src/queue-advanced-model-switch.e2e.test.ts +383 -0
- package/src/queue-advanced-permissions-typing.e2e.test.ts +245 -0
- package/src/queue-advanced-question.e2e.test.ts +316 -0
- package/src/queue-advanced-typing-interrupt.e2e.test.ts +146 -0
- package/src/queue-advanced-typing.e2e.test.ts +199 -0
- package/src/queue-drain-after-interactive-ui.e2e.test.ts +151 -0
- package/src/queue-interrupt-drain.e2e.test.ts +166 -0
- package/src/queue-question-select-drain.e2e.test.ts +152 -0
- package/src/runtime-idle-sweeper.ts +76 -0
- package/src/runtime-lifecycle.e2e.test.ts +641 -0
- package/src/schema.sql +173 -0
- package/src/sentry.ts +26 -0
- package/src/session-handler/agent-utils.ts +97 -0
- package/src/session-handler/event-stream-fixtures/real-session-action-buttons.jsonl +45 -0
- package/src/session-handler/event-stream-fixtures/real-session-footer-suppressed-on-pre-idle-interrupt.jsonl +40 -0
- package/src/session-handler/event-stream-fixtures/real-session-permission-external-file.jsonl +23 -0
- package/src/session-handler/event-stream-fixtures/real-session-task-normal.jsonl +22 -0
- package/src/session-handler/event-stream-fixtures/real-session-task-three-parallel-sleeps.jsonl +277 -0
- package/src/session-handler/event-stream-fixtures/real-session-task-user-interruption.jsonl +46 -0
- package/src/session-handler/event-stream-fixtures/session-abort-after-idle-race.jsonl +21 -0
- package/src/session-handler/event-stream-fixtures/session-concurrent-messages-serialized.jsonl +56 -0
- package/src/session-handler/event-stream-fixtures/session-explicit-abort.jsonl +44 -0
- package/src/session-handler/event-stream-fixtures/session-normal-completion.jsonl +29 -0
- package/src/session-handler/event-stream-fixtures/session-tool-call-noisy-stream.jsonl +29 -0
- package/src/session-handler/event-stream-fixtures/session-two-completions-same-session.jsonl +50 -0
- package/src/session-handler/event-stream-fixtures/session-user-interruption.jsonl +59 -0
- package/src/session-handler/event-stream-fixtures/session-voice-queued-followup.jsonl +52 -0
- package/src/session-handler/event-stream-state.test.ts +645 -0
- package/src/session-handler/event-stream-state.ts +608 -0
- package/src/session-handler/model-utils.ts +183 -0
- package/src/session-handler/opencode-session-event-log.ts +130 -0
- package/src/session-handler/thread-runtime-state.ts +212 -0
- package/src/session-handler/thread-session-runtime.ts +4281 -0
- package/src/session-handler.ts +15 -0
- package/src/session-search.test.ts +50 -0
- package/src/session-search.ts +148 -0
- package/src/session-title-rename.test.ts +112 -0
- package/src/startup-service.ts +200 -0
- package/src/startup-time.e2e.test.ts +373 -0
- package/src/store.ts +122 -0
- package/src/system-message.test.ts +612 -0
- package/src/system-message.ts +723 -0
- package/src/task-runner.ts +421 -0
- package/src/task-schedule.test.ts +84 -0
- package/src/task-schedule.ts +311 -0
- package/src/test-utils.ts +435 -0
- package/src/thinking-utils.ts +61 -0
- package/src/thread-message-queue.e2e.test.ts +1219 -0
- package/src/tools.ts +430 -0
- package/src/undici.d.ts +12 -0
- package/src/undo-redo.e2e.test.ts +209 -0
- package/src/unnest-code-blocks.test.ts +713 -0
- package/src/unnest-code-blocks.ts +185 -0
- package/src/upgrade.ts +127 -0
- package/src/utils.ts +212 -0
- package/src/voice-attachment.ts +51 -0
- package/src/voice-handler.ts +908 -0
- package/src/voice-message.e2e.test.ts +1255 -0
- package/src/voice.test.ts +281 -0
- package/src/voice.ts +627 -0
- package/src/wait-session.ts +147 -0
- package/src/websockify.ts +101 -0
- package/src/worker-types.ts +64 -0
- package/src/worktree-lifecycle.e2e.test.ts +391 -0
- package/src/worktree-utils.ts +4 -0
- package/src/worktrees.test.ts +223 -0
- package/src/worktrees.ts +1294 -0
- package/src/xml.test.ts +38 -0
- package/src/xml.ts +121 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{"timestamp":1772641892973,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"session.created","properties":{"info":{"id":"ses_3464f45cbffepJqdjao5ZebNBa","slug":"shiny-garden","version":"1.2.15","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","title":"REAL_FIXTURE_TASK_INTERRUPT_START. First response MUST call tool `task` with ...","time":{"created":1772641892916,"updated":1772641892916}}}}}
|
|
2
|
+
{"timestamp":1772641892974,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_3464f45cbffepJqdjao5ZebNBa","slug":"shiny-garden","version":"1.2.15","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","title":"REAL_FIXTURE_TASK_INTERRUPT_START. First response MUST call tool `task` with ...","time":{"created":1772641892916,"updated":1772641892916}}}}}
|
|
3
|
+
{"timestamp":1772641893012,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb9b0ba6c001i3YH7bGffdB6BF","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","role":"user","time":{"created":1772641892972},"agent":"build","model":{"providerID":"cached-google-real-events","modelID":"gemini-2.5-flash"}}}}}
|
|
4
|
+
{"timestamp":1772641893021,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb9b0ba6c002uduj6xOHZbxxIR","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","messageID":"msg_cb9b0ba6c001i3YH7bGffdB6BF","type":"text","text":"REAL_FIXTURE_TASK_INTERRUPT_START. First response MUST call tool `task` with {\"description\":\"long analysis\",\"subagent_type\":\"general\",\"prompt\":\"Perform a long analysis over many files and produce extensive notes\"}. Do not send plain text before the tool call."}}}}
|
|
5
|
+
{"timestamp":1772641893021,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb9b0ba6c0032Jd5Sf1i3cDP2C","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","messageID":"msg_cb9b0ba6c001i3YH7bGffdB6BF","type":"text","text":"<discord-user name=\"real-capture-user\" />","synthetic":true}}}}
|
|
6
|
+
{"timestamp":1772641893022,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"470bfc71-1710-4287-888c-13727630f28e","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","messageID":"msg_cb9b0ba6c001i3YH7bGffdB6BF","type":"text","text":"[Current branch: main]","synthetic":true}}}}
|
|
7
|
+
{"timestamp":1772641893022,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"f8db1533-8ac3-493e-868b-6e87a952e667","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","messageID":"msg_cb9b0ba6c001i3YH7bGffdB6BF","type":"text","text":"[Current branch: main]","synthetic":true}}}}
|
|
8
|
+
{"timestamp":1772641893022,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_3464f45cbffepJqdjao5ZebNBa","slug":"shiny-garden","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","title":"REAL_FIXTURE_TASK_INTERRUPT_START. First response MUST call tool `task` with ...","version":"1.2.15","time":{"created":1772641892916,"updated":1772641893012}}}}}
|
|
9
|
+
{"timestamp":1772641893022,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","status":{"type":"busy"}}}}
|
|
10
|
+
{"timestamp":1772641893022,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb9b0ba96001SpPjgzxWPmRuW9","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","role":"assistant","time":{"created":1772641893014},"parentID":"msg_cb9b0ba6c001i3YH7bGffdB6BF","modelID":"gemini-2.5-flash","providerID":"cached-google-real-events","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"input":0,"output":0,"reasoning":0,"cache":{"read":0,"write":0}}}}}}
|
|
11
|
+
{"timestamp":1772641893022,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_3464f45cbffepJqdjao5ZebNBa","slug":"shiny-garden","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","title":"REAL_FIXTURE_TASK_INTERRUPT_START. First response MUST call tool `task` with ...","version":"1.2.15","summary":{"additions":0,"deletions":0,"files":0},"time":{"created":1772641892916,"updated":1772641893019}}}}}
|
|
12
|
+
{"timestamp":1772641893023,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb9b0ba6c001i3YH7bGffdB6BF","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","role":"user","time":{"created":1772641892972},"agent":"build","model":{"providerID":"cached-google-real-events","modelID":"gemini-2.5-flash"}}}}}
|
|
13
|
+
{"timestamp":1772641893024,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"session.diff","properties":{"sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","diff":[]}}}
|
|
14
|
+
{"timestamp":1772641893174,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","status":{"type":"busy"}}}}
|
|
15
|
+
{"timestamp":1772641896086,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb9b0c619001BQwki5Tl1v2mvp","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","messageID":"msg_cb9b0ba96001SpPjgzxWPmRuW9","type":"step-start","snapshot":""}}}}
|
|
16
|
+
{"timestamp":1772641896088,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb9b0c619002VUi2V7u0p41vDM","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","messageID":"msg_cb9b0ba96001SpPjgzxWPmRuW9","type":"reasoning","text":"","time":{"start":1772641895961}}}}}
|
|
17
|
+
{"timestamp":1772641896089,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.part.delta","properties":{"sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","messageID":"msg_cb9b0ba96001SpPjgzxWPmRuW9","partID":"prt_cb9b0c619002VUi2V7u0p41vDM","field":"text","delta":"**Initiating Task Analysis**\n\nI'm setting up the initial task. I will be utilizing the `task` tool, and I need to accurately capture the information presented in the prompt to use for the `description`, `subagent_type`, and `prompt` arguments, without modification. This is the foundation to begin.\n\n\n"}}}
|
|
18
|
+
{"timestamp":1772641896090,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb9b0c61a001w3nT6bdcqf2ixe","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","messageID":"msg_cb9b0ba96001SpPjgzxWPmRuW9","type":"tool","callID":"xyYc1J0C1WtiQrNY","tool":"task","state":{"status":"pending","input":{},"raw":""}}}}}
|
|
19
|
+
{"timestamp":1772641896090,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb9b0c61a001w3nT6bdcqf2ixe","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","messageID":"msg_cb9b0ba96001SpPjgzxWPmRuW9","type":"tool","callID":"xyYc1J0C1WtiQrNY","tool":"task","state":{"status":"running","input":{},"time":{"start":1772641895963}},"metadata":{"google":{"thoughtSignature":"ClsBvj72+7l7c/eqbjpM/79nsH0JrnQcV3jIQLj/aXZn6i+auzmgjIwU8ey07E0Xe0cL4pL9uulTuX1n4ImviHhYyFIM5StSgFvzY/QO0aUK7mB7jsMgapwAPlwmCsQBAb4+9vvZXDY6kyZ5pMhdgK7hVlaucJ0escIqKcH9cRXM+V9MamYIr1m4w5w403hGcOrKEOpkqyypEhbjgcUNW3ekuRsU7VDEJnk4M+bH77RSVMhKH/YaHxChOZcBcMc6VSCdUSBJLSu4mUszZPx+RFh9auZajAAuRbf2ESbUic+/0AeVloCmJpoekqM48L9nN5OMMhfpVO2a8d/0H6SB88hUG07diWTZIXnc2qJpDgKPWcMxcBRadHFtrFftDmk0w8IgBg=="}}}}}}
|
|
20
|
+
{"timestamp":1772641896092,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb9b0c619002VUi2V7u0p41vDM","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","messageID":"msg_cb9b0ba96001SpPjgzxWPmRuW9","type":"reasoning","text":"**Initiating Task Analysis**\n\nI'm setting up the initial task. I will be utilizing the `task` tool, and I need to accurately capture the information presented in the prompt to use for the `description`, `subagent_type`, and `prompt` arguments, without modification. This is the foundation to begin.","time":{"start":1772641895961,"end":1772641895964}}}}}
|
|
21
|
+
{"timestamp":1772641955371,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb9b0c61a001w3nT6bdcqf2ixe","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","messageID":"msg_cb9b0ba96001SpPjgzxWPmRuW9","type":"tool","callID":"xyYc1J0C1WtiQrNY","tool":"task","state":{"status":"completed","input":{},"output":"task_id: ses_3464f3a1dffeBBD0d15EqnGjAh (for resuming to continue this task if needed)\n\n<task_result>\nHere's a summary of the Kimaki Discord bot codebase, followed by extensive notes detailing its architecture, components, and key functionalities based on the files reviewed.\n\n**Overall Summary:**\n\nThe Kimaki Discord bot is a TypeScript-based application designed to integrate OpenCode AI sessions into Discord. It supports both self-hosted and shared \"gateway\" bot modes, manages persistent state via SQLite (u…","title":"long analysis","metadata":{"sessionId":"ses_3464f3a1dffeBBD0d15EqnGjAh","model":{"modelID":"gemini-2.5-flash","providerID":"cached-google-real-events"},"truncated":false},"time":{"start":1772641895963,"end":1772641955368}},"metadata":{"google":{"thoughtSignature":"ClsBvj72+7l7c/eqbjpM/79nsH0JrnQcV3jIQLj/aXZn6i+auzmgjIwU8ey07E0Xe0cL4pL9uulTuX1n4ImviHhYyFIM5StSgFvzY/QO0aUK7mB7jsMgapwAPlwmCsQBAb4+9vvZXDY6kyZ5pMhdgK7hVlaucJ0escIqKcH9cRXM+V9MamYIr1m4w5w403hGcOrKEOpkqyypEhbjgcUNW3ekuRsU7VDEJnk4M+bH77RSVMhKH/YaHxChOZcBcMc6VSCdUSBJLSu4mUszZPx+RFh9auZajAAuRbf2ESbUic+/0AeVloCmJpoekqM48L9nN5OMMhfpVO2a8d/0H6SB88hUG07diWTZIXnc2qJpDgKPWcMxcBRadHFtrFftDmk0w8IgBg=="}}}}}}
|
|
22
|
+
{"timestamp":1772641955419,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb9b1ae2a001S3SdEhSnczY83F","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","messageID":"msg_cb9b0ba96001SpPjgzxWPmRuW9","type":"step-finish","reason":"tool-calls","snapshot":"","cost":0,"tokens":{"total":39110,"input":39022,"output":36,"reasoning":52,"cache":{"read":0,"write":0}}}}}}
|
|
23
|
+
{"timestamp":1772641955422,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb9b0ba96001SpPjgzxWPmRuW9","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","role":"assistant","time":{"created":1772641893014},"parentID":"msg_cb9b0ba6c001i3YH7bGffdB6BF","modelID":"gemini-2.5-flash","providerID":"cached-google-real-events","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"total":39110,"input":39022,"output":36,"reasoning":52,"cache":{"read":0,"write":0}},"finish":"tool-calls"}}}}
|
|
24
|
+
{"timestamp":1772641955449,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_3464f45cbffepJqdjao5ZebNBa","slug":"shiny-garden","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","title":"REAL_FIXTURE_TASK_INTERRUPT_START. First response MUST call tool `task` with ...","version":"1.2.15","summary":{"additions":0,"deletions":0,"files":0},"time":{"created":1772641892916,"updated":1772641955418}}}}}
|
|
25
|
+
{"timestamp":1772641955451,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb9b0ba6c001i3YH7bGffdB6BF","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","role":"user","time":{"created":1772641892972},"agent":"build","model":{"providerID":"cached-google-real-events","modelID":"gemini-2.5-flash"}}}}}
|
|
26
|
+
{"timestamp":1772641955451,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb9b0ba96001SpPjgzxWPmRuW9","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","role":"assistant","time":{"created":1772641893014,"completed":1772641955419},"parentID":"msg_cb9b0ba6c001i3YH7bGffdB6BF","modelID":"gemini-2.5-flash","providerID":"cached-google-real-events","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"total":39110,"input":39022,"output":36,"reasoning":52,"cache":{"read":0,"write":0}},"finish":"tool-calls"}}}}
|
|
27
|
+
{"timestamp":1772641955620,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","status":{"type":"busy"}}}}
|
|
28
|
+
{"timestamp":1772641955620,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb9b1ae5c001E5G3Ql6aXNpst2","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","role":"assistant","time":{"created":1772641955420},"parentID":"msg_cb9b0ba6c001i3YH7bGffdB6BF","modelID":"gemini-2.5-flash","providerID":"cached-google-real-events","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"input":0,"output":0,"reasoning":0,"cache":{"read":0,"write":0}}}}}}
|
|
29
|
+
{"timestamp":1772641955655,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"session.diff","properties":{"sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","diff":[]}}}
|
|
30
|
+
{"timestamp":1772641955657,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","status":{"type":"busy"}}}}
|
|
31
|
+
{"timestamp":1772641957847,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb9b1b79f001E0WfozNd0zjGYG","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","messageID":"msg_cb9b1ae5c001E5G3Ql6aXNpst2","type":"step-start","snapshot":""}}}}
|
|
32
|
+
{"timestamp":1772641957848,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb9b1b7a3001PHknuDDM2LbY27","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","messageID":"msg_cb9b1ae5c001E5G3Ql6aXNpst2","type":"reasoning","text":"","time":{"start":1772641957795}}}}}
|
|
33
|
+
{"timestamp":1772641957850,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.part.delta","properties":{"sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","messageID":"msg_cb9b1ae5c001E5G3Ql6aXNpst2","partID":"prt_cb9b1b7a3001PHknuDDM2LbY27","field":"text","delta":"**Acknowledge Task Completion**\n\nI've finished analyzing the Kimaki Discord bot codebase and have generated detailed notes. Now, I'm thinking about how best to present this to you. I'll acknowledge the completed task and ask if you'd like a more focused review of specific aspects or if the provided notes meet your needs.\n\n\n"}}}
|
|
34
|
+
{"timestamp":1772641957852,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb9b1b7a3001PHknuDDM2LbY27","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","messageID":"msg_cb9b1ae5c001E5G3Ql6aXNpst2","type":"reasoning","text":"**Acknowledge Task Completion**\n\nI've finished analyzing the Kimaki Discord bot codebase and have generated detailed notes. Now, I'm thinking about how best to present this to you. I'll acknowledge the completed task and ask if you'd like a more focused review of specific aspects or if the provided notes meet your needs.","time":{"start":1772641957795,"end":1772641957826}}}}}
|
|
35
|
+
{"timestamp":1772641957860,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb9b1b7d20014fTPprlrc2HczH","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","messageID":"msg_cb9b1ae5c001E5G3Ql6aXNpst2","type":"text","text":"","time":{"start":1772641957842},"metadata":{"google":{"thoughtSignature":"Cm4Bvj72+9TemBT2g4kEIs72LF7DS+S/T4uvgOyUKQpWm6ZMb4+dQU8IRRkJ6L/esoqtZUdmL6JTkwfYlCdyfTA4T73/5XQXVNmklwB6pGRAxof3y73AaMZhAeLUHsG3j3D/ZEWiH43h71DQ0W2ArAqTAgG+Pvb7AqUnM8ho/jprwnJxsjzdP4vP3o9i28w0mNN0RQzKiF66pZwKfcjhIX7K7Lisbfw1Y0C3uE9sR1o/5Cvb443F/CyeVH8pupVIdXEdsfLkHOu9yzMemP/iiTIw5aA7GMK43wBgc5TNBszDnM1Ca/4ro7IGFpTpXk7sgXR8+ddw6RVlk6+MREjRw83iHfa2igqwgWOKiBD/bmEc9e1LISVuH9DLRk7FKfmnP0B/Q0PHDYUX/3ekFTBXqMKNWs5p9unYclQSboUlnplOO71eXvVBW2/R1qDfLX4tSFxqxX3psYgLYRWFNvYPRm8oC5DrioE/6S0mvP8GmhentP6k0qvqJaKAsEJ3oCd2lAmiAYt3"}}}}}}
|
|
36
|
+
{"timestamp":1772641957860,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.part.delta","properties":{"sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","messageID":"msg_cb9b1ae5c001E5G3Ql6aXNpst2","partID":"prt_cb9b1b7d20014fTPprlrc2HczH","field":"text","delta":"Here are the extensive notes from the long analysis of the Kimaki Discord bot codebase.\n\nDo you have any specific areas or files you would like a deeper dive into, or are these notes sufficient for your current needs?\n"}}}
|
|
37
|
+
{"timestamp":1772641957860,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb9b1b7d20014fTPprlrc2HczH","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","messageID":"msg_cb9b1ae5c001E5G3Ql6aXNpst2","type":"text","text":"Here are the extensive notes from the long analysis of the Kimaki Discord bot codebase.\n\nDo you have any specific areas or files you would like a deeper dive into, or are these notes sufficient for your current needs?","time":{"start":1772641957843,"end":1772641957843},"metadata":{"google":{"thoughtSignature":"Cm4Bvj72+9TemBT2g4kEIs72LF7DS+S/T4uvgOyUKQpWm6ZMb4+dQU8IRRkJ6L/esoqtZUdmL6JTkwfYlCdyfTA4T73/5XQXVNmklwB6pGRAxof3y73AaMZhAeLUHsG3j3D/ZEWiH43h71DQ0W2ArAqTAgG+Pvb7AqUnM8ho/jprwnJxsjzdP4vP3o9i28w0mNN0RQzKiF66pZwKfcjhIX7K7Lisbfw1Y0C3uE9sR1o/5Cvb443F/CyeVH8pupVIdXEdsfLkHOu9yzMemP/iiTIw5aA7GMK43wBgc5TNBszDnM1Ca/4ro7IGFpTpXk7sgXR8+ddw6RVlk6+MREjRw83iHfa2igqwgWOKiBD/bmEc9e1LISVuH9DLRk7FKfmnP0B/Q0PHDYUX/3ekFTBXqMKNWs5p9unYclQSboUlnplOO71eXvVBW2/R1qDfLX4tSFxqxX3psYgLYRWFNvYPRm8oC5DrioE/6S0mvP8GmhentP6k0qvqJaKAsEJ3oCd2lAmiAYt3"}}}}}}
|
|
38
|
+
{"timestamp":1772641957879,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb9b1b7d3001J2TDwM1oLSp2nb","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","messageID":"msg_cb9b1ae5c001E5G3Ql6aXNpst2","type":"step-finish","reason":"stop","snapshot":"","cost":0,"tokens":{"total":43610,"input":43504,"output":43,"reasoning":63,"cache":{"read":0,"write":0}}}}}}
|
|
39
|
+
{"timestamp":1772641957880,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb9b1ae5c001E5G3Ql6aXNpst2","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","role":"assistant","time":{"created":1772641955420},"parentID":"msg_cb9b0ba6c001i3YH7bGffdB6BF","modelID":"gemini-2.5-flash","providerID":"cached-google-real-events","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"total":43610,"input":43504,"output":43,"reasoning":63,"cache":{"read":0,"write":0}},"finish":"stop"}}}}
|
|
40
|
+
{"timestamp":1772641957915,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_3464f45cbffepJqdjao5ZebNBa","slug":"shiny-garden","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","title":"REAL_FIXTURE_TASK_INTERRUPT_START. First response MUST call tool `task` with ...","version":"1.2.15","summary":{"additions":0,"deletions":0,"files":0},"time":{"created":1772641892916,"updated":1772641957877}}}}}
|
|
41
|
+
{"timestamp":1772641957916,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb9b0ba6c001i3YH7bGffdB6BF","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","role":"user","time":{"created":1772641892972},"agent":"build","model":{"providerID":"cached-google-real-events","modelID":"gemini-2.5-flash"}}}}}
|
|
42
|
+
{"timestamp":1772641957916,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb9b1ae5c001E5G3Ql6aXNpst2","sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","role":"assistant","time":{"created":1772641955420,"completed":1772641957878},"parentID":"msg_cb9b0ba6c001i3YH7bGffdB6BF","modelID":"gemini-2.5-flash","providerID":"cached-google-real-events","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"total":43610,"input":43504,"output":43,"reasoning":63,"cache":{"read":0,"write":0}},"finish":"stop"}}}}
|
|
43
|
+
{"timestamp":1772641957943,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","status":{"type":"busy"}}}}
|
|
44
|
+
{"timestamp":1772641957944,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","status":{"type":"idle"}}}}
|
|
45
|
+
{"timestamp":1772641957944,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"session.idle","properties":{"sessionID":"ses_3464f45cbffepJqdjao5ZebNBa"}}}
|
|
46
|
+
{"timestamp":1772641957982,"threadId":"1478792022973218822","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/event-stream-real-capture-e2e/project","event":{"type":"session.diff","properties":{"sessionID":"ses_3464f45cbffepJqdjao5ZebNBa","diff":[]}}}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{"timestamp":1000,"threadId":"th_test","projectDirectory":"/test","event":{"type":"session.status","properties":{"sessionID":"ses_race","status":{"type":"busy"}}}}
|
|
2
|
+
{"timestamp":1001,"threadId":"th_test","projectDirectory":"/test","event":{"type":"message.updated","properties":{"info":{"id":"msg_user1","sessionID":"ses_race","role":"user","time":{"created":1001},"agent":"build","model":{"providerID":"deterministic-provider","modelID":"deterministic-v2"}}}}}
|
|
3
|
+
{"timestamp":1010,"threadId":"th_test","projectDirectory":"/test","event":{"type":"message.updated","properties":{"info":{"id":"msg_asst1","sessionID":"ses_race","role":"assistant","parentID":"msg_user1","time":{"created":1010},"agent":"build","modelID":"deterministic-v2","providerID":"deterministic-provider","tokens":{"input":1,"output":1,"reasoning":0,"cache":{"read":0,"write":0}}}}}}
|
|
4
|
+
{"timestamp":1020,"threadId":"th_test","projectDirectory":"/test","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_step1","sessionID":"ses_race","messageID":"msg_asst1","type":"step-start"}}}}
|
|
5
|
+
{"timestamp":1030,"threadId":"th_test","projectDirectory":"/test","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_text1","sessionID":"ses_race","messageID":"msg_asst1","type":"text","text":"Hello world"}}}}
|
|
6
|
+
{"timestamp":1040,"threadId":"th_test","projectDirectory":"/test","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_stepf1","sessionID":"ses_race","messageID":"msg_asst1","type":"step-finish"}}}}
|
|
7
|
+
{"timestamp":1041,"threadId":"th_test","projectDirectory":"/test","event":{"type":"message.updated","properties":{"info":{"id":"msg_asst1","sessionID":"ses_race","role":"assistant","parentID":"msg_user1","time":{"created":1010},"agent":"build","modelID":"deterministic-v2","providerID":"deterministic-provider","tokens":{"input":1,"output":1,"reasoning":0,"cache":{"read":0,"write":0}}}}}}
|
|
8
|
+
{"timestamp":1042,"threadId":"th_test","projectDirectory":"/test","event":{"type":"session.status","properties":{"sessionID":"ses_race","status":{"type":"idle"}}}}
|
|
9
|
+
{"timestamp":1042,"threadId":"th_test","projectDirectory":"/test","event":{"type":"session.idle","properties":{"sessionID":"ses_race"}}}
|
|
10
|
+
{"timestamp":1350,"threadId":"th_test","projectDirectory":"/test","event":{"type":"session.error","properties":{"sessionID":"ses_race","error":{"name":"MessageAbortedError"}}}}
|
|
11
|
+
{"timestamp":1360,"threadId":"th_test","projectDirectory":"/test","event":{"type":"session.status","properties":{"sessionID":"ses_race","status":{"type":"idle"}}}}
|
|
12
|
+
{"timestamp":1360,"threadId":"th_test","projectDirectory":"/test","event":{"type":"session.idle","properties":{"sessionID":"ses_race"}}}
|
|
13
|
+
{"timestamp":1400,"threadId":"th_test","projectDirectory":"/test","event":{"type":"session.status","properties":{"sessionID":"ses_race","status":{"type":"busy"}}}}
|
|
14
|
+
{"timestamp":1401,"threadId":"th_test","projectDirectory":"/test","event":{"type":"message.updated","properties":{"info":{"id":"msg_user2","sessionID":"ses_race","role":"user","time":{"created":1401},"agent":"build","model":{"providerID":"deterministic-provider","modelID":"deterministic-v2"}}}}}
|
|
15
|
+
{"timestamp":1410,"threadId":"th_test","projectDirectory":"/test","event":{"type":"message.updated","properties":{"info":{"id":"msg_asst2","sessionID":"ses_race","role":"assistant","parentID":"msg_user2","time":{"created":1410},"agent":"build","modelID":"deterministic-v2","providerID":"deterministic-provider","tokens":{"input":1,"output":1,"reasoning":0,"cache":{"read":0,"write":0}}}}}}
|
|
16
|
+
{"timestamp":1420,"threadId":"th_test","projectDirectory":"/test","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_step2","sessionID":"ses_race","messageID":"msg_asst2","type":"step-start"}}}}
|
|
17
|
+
{"timestamp":1430,"threadId":"th_test","projectDirectory":"/test","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_text2","sessionID":"ses_race","messageID":"msg_asst2","type":"text","text":"Resumed response"}}}}
|
|
18
|
+
{"timestamp":1440,"threadId":"th_test","projectDirectory":"/test","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_stepf2","sessionID":"ses_race","messageID":"msg_asst2","type":"step-finish"}}}}
|
|
19
|
+
{"timestamp":1441,"threadId":"th_test","projectDirectory":"/test","event":{"type":"message.updated","properties":{"info":{"id":"msg_asst2","sessionID":"ses_race","role":"assistant","parentID":"msg_user2","time":{"created":1410},"agent":"build","modelID":"deterministic-v2","providerID":"deterministic-provider","tokens":{"input":1,"output":1,"reasoning":0,"cache":{"read":0,"write":0}}}}}}
|
|
20
|
+
{"timestamp":1442,"threadId":"th_test","projectDirectory":"/test","event":{"type":"session.status","properties":{"sessionID":"ses_race","status":{"type":"idle"}}}}
|
|
21
|
+
{"timestamp":1442,"threadId":"th_test","projectDirectory":"/test","event":{"type":"session.idle","properties":{"sessionID":"ses_race"}}}
|
package/src/session-handler/event-stream-fixtures/session-concurrent-messages-serialized.jsonl
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{"timestamp":1772636371929,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.created","properties":{"info":{"id":"ses_346a38488ffeCyQw6O5IrJW2sH","slug":"tidy-lagoon","version":"1.2.15","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","title":"Reply with exactly: concurrent-setup","time":{"created":1772636371831,"updated":1772636371831}}}}}
|
|
2
|
+
{"timestamp":1772636371929,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a38488ffeCyQw6O5IrJW2sH","slug":"tidy-lagoon","version":"1.2.15","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","title":"Reply with exactly: concurrent-setup","time":{"created":1772636371831,"updated":1772636371831}}}}}
|
|
3
|
+
{"timestamp":1772636371954,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95c7bd7001nnDa9bPkahuXbc","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","role":"user","time":{"created":1772636371927},"agent":"build","model":{"providerID":"deterministic-provider","modelID":"deterministic-v2"}}}}}
|
|
4
|
+
{"timestamp":1772636372029,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95c7bd7002aY4MIoVMrTdoV0","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","messageID":"msg_cb95c7bd7001nnDa9bPkahuXbc","type":"text","text":"Reply with exactly: concurrent-setup"}}}}
|
|
5
|
+
{"timestamp":1772636372030,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95c7bd7003WdUqDxZH2U2Qur","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","messageID":"msg_cb95c7bd7001nnDa9bPkahuXbc","type":"text","text":"<discord-user name=\"lifecycle-tester\" />","synthetic":true}}}}
|
|
6
|
+
{"timestamp":1772636372030,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"dfb034b1-10a5-411f-97fb-2278b77b1a01","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","messageID":"msg_cb95c7bd7001nnDa9bPkahuXbc","type":"text","text":"[Current branch: main]","synthetic":true}}}}
|
|
7
|
+
{"timestamp":1772636372030,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"cab08fa9-321e-49f4-aa0e-520d682b432b","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","messageID":"msg_cb95c7bd7001nnDa9bPkahuXbc","type":"text","text":"[Current branch: main]","synthetic":true}}}}
|
|
8
|
+
{"timestamp":1772636372030,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a38488ffeCyQw6O5IrJW2sH","slug":"tidy-lagoon","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","title":"Reply with exactly: concurrent-setup","version":"1.2.15","time":{"created":1772636371831,"updated":1772636371953}}}}}
|
|
9
|
+
{"timestamp":1772636372030,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","status":{"type":"busy"}}}}
|
|
10
|
+
{"timestamp":1772636372031,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95c7bf5001XoWpjR4wVK2yM1","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","role":"assistant","time":{"created":1772636371957},"parentID":"msg_cb95c7bd7001nnDa9bPkahuXbc","modelID":"deterministic-v2","providerID":"deterministic-provider","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"input":0,"output":0,"reasoning":0,"cache":{"read":0,"write":0}}}}}}
|
|
11
|
+
{"timestamp":1772636372031,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a38488ffeCyQw6O5IrJW2sH","slug":"tidy-lagoon","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","title":"Reply with exactly: concurrent-setup","version":"1.2.15","summary":{"additions":0,"deletions":0,"files":0},"time":{"created":1772636371831,"updated":1772636372027}}}}}
|
|
12
|
+
{"timestamp":1772636372031,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95c7bd7001nnDa9bPkahuXbc","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","role":"user","time":{"created":1772636371927},"agent":"build","model":{"providerID":"deterministic-provider","modelID":"deterministic-v2"}}}}}
|
|
13
|
+
{"timestamp":1772636372168,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.diff","properties":{"sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","diff":[]}}}
|
|
14
|
+
{"timestamp":1772636372168,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","status":{"type":"busy"}}}}
|
|
15
|
+
{"timestamp":1772636372311,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95c7d53001myj8poIKsVfAj5","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","messageID":"msg_cb95c7bf5001XoWpjR4wVK2yM1","type":"step-start","snapshot":""}}}}
|
|
16
|
+
{"timestamp":1772636372314,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95c7d54001iKd7k87t3wwvbq","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","messageID":"msg_cb95c7bf5001XoWpjR4wVK2yM1","type":"text","text":"","time":{"start":1772636372308}}}}}
|
|
17
|
+
{"timestamp":1772636372314,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.delta","properties":{"sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","messageID":"msg_cb95c7bf5001XoWpjR4wVK2yM1","partID":"prt_cb95c7d54001iKd7k87t3wwvbq","field":"text","delta":"ok"}}}
|
|
18
|
+
{"timestamp":1772636372314,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95c7d54001iKd7k87t3wwvbq","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","messageID":"msg_cb95c7bf5001XoWpjR4wVK2yM1","type":"text","text":"ok","time":{"start":1772636372309,"end":1772636372309}}}}}
|
|
19
|
+
{"timestamp":1772636372341,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95c7d56001wNCSmeWzqTeK3j","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","messageID":"msg_cb95c7bf5001XoWpjR4wVK2yM1","type":"step-finish","reason":"stop","snapshot":"","cost":0,"tokens":{"total":2,"input":1,"output":1,"reasoning":0,"cache":{"read":0,"write":0}}}}}}
|
|
20
|
+
{"timestamp":1772636372343,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95c7bf5001XoWpjR4wVK2yM1","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","role":"assistant","time":{"created":1772636371957},"parentID":"msg_cb95c7bd7001nnDa9bPkahuXbc","modelID":"deterministic-v2","providerID":"deterministic-provider","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"total":2,"input":1,"output":1,"reasoning":0,"cache":{"read":0,"write":0}},"finish":"stop"}}}}
|
|
21
|
+
{"timestamp":1772636372374,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a38488ffeCyQw6O5IrJW2sH","slug":"tidy-lagoon","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","title":"Reply with exactly: concurrent-setup","version":"1.2.15","summary":{"additions":0,"deletions":0,"files":0},"time":{"created":1772636371831,"updated":1772636372340}}}}}
|
|
22
|
+
{"timestamp":1772636372374,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95c7bd7001nnDa9bPkahuXbc","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","role":"user","time":{"created":1772636371927},"agent":"build","model":{"providerID":"deterministic-provider","modelID":"deterministic-v2"}}}}}
|
|
23
|
+
{"timestamp":1772636372374,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95c7bf5001XoWpjR4wVK2yM1","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","role":"assistant","time":{"created":1772636371957,"completed":1772636372341},"parentID":"msg_cb95c7bd7001nnDa9bPkahuXbc","modelID":"deterministic-v2","providerID":"deterministic-provider","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"total":2,"input":1,"output":1,"reasoning":0,"cache":{"read":0,"write":0}},"finish":"stop"}}}}
|
|
24
|
+
{"timestamp":1772636372376,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","status":{"type":"busy"}}}}
|
|
25
|
+
{"timestamp":1772636372376,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","status":{"type":"idle"}}}}
|
|
26
|
+
{"timestamp":1772636372376,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.idle","properties":{"sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH"}}}
|
|
27
|
+
{"timestamp":1772636372415,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.diff","properties":{"sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","diff":[]}}}
|
|
28
|
+
{"timestamp":1772636372702,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95c7e45001BQwJS7qo81Wfo2","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","role":"user","time":{"created":1772636372549},"agent":"build","model":{"providerID":"deterministic-provider","modelID":"deterministic-v2"}}}}}
|
|
29
|
+
{"timestamp":1772636372703,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95c7e450029uXYiDSRx3ncZe","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","messageID":"msg_cb95c7e45001BQwJS7qo81Wfo2","type":"text","text":"Reply with exactly: concurrent-bravo"}}}}
|
|
30
|
+
{"timestamp":1772636372703,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95c7e45003iruNHB0gzNXgjG","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","messageID":"msg_cb95c7e45001BQwJS7qo81Wfo2","type":"text","text":"<discord-user name=\"lifecycle-tester\" />","synthetic":true}}}}
|
|
31
|
+
{"timestamp":1772636372703,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a38488ffeCyQw6O5IrJW2sH","slug":"tidy-lagoon","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","title":"Reply with exactly: concurrent-setup","version":"1.2.15","summary":{"additions":0,"deletions":0,"files":0},"time":{"created":1772636371831,"updated":1772636372579}}}}}
|
|
32
|
+
{"timestamp":1772636372704,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","status":{"type":"busy"}}}}
|
|
33
|
+
{"timestamp":1772636372704,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95c7e64001w13lN85xCL8tN1","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","role":"assistant","time":{"created":1772636372580},"parentID":"msg_cb95c7e45001BQwJS7qo81Wfo2","modelID":"deterministic-v2","providerID":"deterministic-provider","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"input":0,"output":0,"reasoning":0,"cache":{"read":0,"write":0}}}}}}
|
|
34
|
+
{"timestamp":1772636372704,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a38488ffeCyQw6O5IrJW2sH","slug":"tidy-lagoon","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","title":"Reply with exactly: concurrent-setup","version":"1.2.15","summary":{"additions":0,"deletions":0,"files":0},"time":{"created":1772636371831,"updated":1772636372582}}}}}
|
|
35
|
+
{"timestamp":1772636372704,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95c7e45001BQwJS7qo81Wfo2","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","role":"user","time":{"created":1772636372549},"agent":"build","model":{"providerID":"deterministic-provider","modelID":"deterministic-v2"}}}}}
|
|
36
|
+
{"timestamp":1772636372704,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.diff","properties":{"sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","diff":[]}}}
|
|
37
|
+
{"timestamp":1772636372704,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","status":{"type":"busy"}}}}
|
|
38
|
+
{"timestamp":1772636372722,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95c7ede0019HqTtcXgGshRqp","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","role":"user","time":{"created":1772636372702},"agent":"build","model":{"providerID":"deterministic-provider","modelID":"deterministic-v2"}}}}}
|
|
39
|
+
{"timestamp":1772636372722,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95c7ede002O7X4bUpwJY7kWs","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","messageID":"msg_cb95c7ede0019HqTtcXgGshRqp","type":"text","text":"Reply with exactly: concurrent-charlie"}}}}
|
|
40
|
+
{"timestamp":1772636372722,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95c7ede003Y73aQNi8krh5ht","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","messageID":"msg_cb95c7ede0019HqTtcXgGshRqp","type":"text","text":"<discord-user name=\"lifecycle-tester\" />","synthetic":true}}}}
|
|
41
|
+
{"timestamp":1772636372723,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a38488ffeCyQw6O5IrJW2sH","slug":"tidy-lagoon","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","title":"Reply with exactly: concurrent-setup","version":"1.2.15","summary":{"additions":0,"deletions":0,"files":0},"time":{"created":1772636371831,"updated":1772636372721}}}}}
|
|
42
|
+
{"timestamp":1772636372830,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95c7f5c001TjePrvUPgJTIxB","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","messageID":"msg_cb95c7e64001w13lN85xCL8tN1","type":"step-start","snapshot":""}}}}
|
|
43
|
+
{"timestamp":1772636372832,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95c7f5d001bRhISFXyLCrLJI","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","messageID":"msg_cb95c7e64001w13lN85xCL8tN1","type":"text","text":"","time":{"start":1772636372829}}}}}
|
|
44
|
+
{"timestamp":1772636372832,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.delta","properties":{"sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","messageID":"msg_cb95c7e64001w13lN85xCL8tN1","partID":"prt_cb95c7f5d001bRhISFXyLCrLJI","field":"text","delta":"ok"}}}
|
|
45
|
+
{"timestamp":1772636372832,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95c7f5d001bRhISFXyLCrLJI","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","messageID":"msg_cb95c7e64001w13lN85xCL8tN1","type":"text","text":"ok","time":{"start":1772636372829,"end":1772636372829}}}}}
|
|
46
|
+
{"timestamp":1772636372861,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95c7f5e001MRp6zHY1xgqJbJ","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","messageID":"msg_cb95c7e64001w13lN85xCL8tN1","type":"step-finish","reason":"stop","snapshot":"","cost":0,"tokens":{"total":2,"input":1,"output":1,"reasoning":0,"cache":{"read":0,"write":0}}}}}}
|
|
47
|
+
{"timestamp":1772636372862,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95c7e64001w13lN85xCL8tN1","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","role":"assistant","time":{"created":1772636372580},"parentID":"msg_cb95c7e45001BQwJS7qo81Wfo2","modelID":"deterministic-v2","providerID":"deterministic-provider","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"total":2,"input":1,"output":1,"reasoning":0,"cache":{"read":0,"write":0}},"finish":"stop"}}}}
|
|
48
|
+
{"timestamp":1772636372889,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a38488ffeCyQw6O5IrJW2sH","slug":"tidy-lagoon","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","title":"Reply with exactly: concurrent-setup","version":"1.2.15","summary":{"additions":0,"deletions":0,"files":0},"time":{"created":1772636371831,"updated":1772636372859}}}}}
|
|
49
|
+
{"timestamp":1772636372890,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95c7e45001BQwJS7qo81Wfo2","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","role":"user","time":{"created":1772636372549},"agent":"build","model":{"providerID":"deterministic-provider","modelID":"deterministic-v2"}}}}}
|
|
50
|
+
{"timestamp":1772636372909,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95c7e64001w13lN85xCL8tN1","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","role":"assistant","time":{"created":1772636372580,"completed":1772636372860},"parentID":"msg_cb95c7e45001BQwJS7qo81Wfo2","modelID":"deterministic-v2","providerID":"deterministic-provider","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"total":2,"input":1,"output":1,"reasoning":0,"cache":{"read":0,"write":0}},"finish":"stop"}}}}
|
|
51
|
+
{"timestamp":1772636372910,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","status":{"type":"busy"}}}}
|
|
52
|
+
{"timestamp":1772636372911,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95c7f7d001PcxPxNG50dnduq","sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","role":"assistant","time":{"created":1772636372861},"parentID":"msg_cb95c7ede0019HqTtcXgGshRqp","modelID":"deterministic-v2","providerID":"deterministic-provider","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"input":0,"output":0,"reasoning":0,"cache":{"read":0,"write":0}}}}}}
|
|
53
|
+
{"timestamp":1772636372911,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.diff","properties":{"sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","diff":[]}}}
|
|
54
|
+
{"timestamp":1772636373001,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_346a38488ffeCyQw6O5IrJW2sH","status":{"type":"busy"}}}}
|
|
55
|
+
{"timestamp":1772636373007,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a38488ffeCyQw6O5IrJW2sH","slug":"tidy-lagoon","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","title":"Reply with exactly: concurrent-setup","version":"1.2.15","summary":{"additions":0,"deletions":0,"files":0},"time":{"created":1772636371831,"updated":1772636373006}}}}}
|
|
56
|
+
{"timestamp":1772636373013,"threadId":"1478768865826570243","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.deleted","properties":{"info":{"id":"ses_346a38488ffeCyQw6O5IrJW2sH","slug":"tidy-lagoon","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","title":"Reply with exactly: concurrent-setup","version":"1.2.15","summary":{"additions":0,"deletions":0,"files":0},"time":{"created":1772636371831,"updated":1772636372859}}}}}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{"timestamp":1772636353474,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"session.created","properties":{"info":{"id":"ses_346a3cc9cffe1NwXSitAQY7m6H","slug":"tidy-moon","version":"1.2.15","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","title":"Reply with exactly: abort-no-footer-setup","time":{"created":1772636353379,"updated":1772636353379}}}}}
|
|
2
|
+
{"timestamp":1772636353474,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a3cc9cffe1NwXSitAQY7m6H","slug":"tidy-moon","version":"1.2.15","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","title":"Reply with exactly: abort-no-footer-setup","time":{"created":1772636353379,"updated":1772636353379}}}}}
|
|
3
|
+
{"timestamp":1772636353499,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95c33bf001t0kQ2jgEuk1NpI","sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","role":"user","time":{"created":1772636353471},"agent":"build","model":{"providerID":"deterministic-provider","modelID":"deterministic-v2"}}}}}
|
|
4
|
+
{"timestamp":1772636353574,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95c33c0001o3AorXsdMfyO2j","sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","messageID":"msg_cb95c33bf001t0kQ2jgEuk1NpI","type":"text","text":"Reply with exactly: abort-no-footer-setup"}}}}
|
|
5
|
+
{"timestamp":1772636353574,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95c33c0002WQm3P3jWSUPI9M","sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","messageID":"msg_cb95c33bf001t0kQ2jgEuk1NpI","type":"text","text":"<discord-user name=\"queue-advanced-tester\" />","synthetic":true}}}}
|
|
6
|
+
{"timestamp":1772636353575,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"723a34f1-4eaf-48c4-9a70-b1700cb88da1","sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","messageID":"msg_cb95c33bf001t0kQ2jgEuk1NpI","type":"text","text":"[Current branch: main]","synthetic":true}}}}
|
|
7
|
+
{"timestamp":1772636353575,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"3cac36a7-e086-4d5c-868b-4452143846a1","sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","messageID":"msg_cb95c33bf001t0kQ2jgEuk1NpI","type":"text","text":"[Current branch: main]","synthetic":true}}}}
|
|
8
|
+
{"timestamp":1772636353575,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a3cc9cffe1NwXSitAQY7m6H","slug":"tidy-moon","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","title":"Reply with exactly: abort-no-footer-setup","version":"1.2.15","time":{"created":1772636353379,"updated":1772636353498}}}}}
|
|
9
|
+
{"timestamp":1772636353575,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","status":{"type":"busy"}}}}
|
|
10
|
+
{"timestamp":1772636353576,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95c33de001jZtrYaN49r7jjB","sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","role":"assistant","time":{"created":1772636353502},"parentID":"msg_cb95c33bf001t0kQ2jgEuk1NpI","modelID":"deterministic-v2","providerID":"deterministic-provider","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"input":0,"output":0,"reasoning":0,"cache":{"read":0,"write":0}}}}}}
|
|
11
|
+
{"timestamp":1772636353576,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a3cc9cffe1NwXSitAQY7m6H","slug":"tidy-moon","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","title":"Reply with exactly: abort-no-footer-setup","version":"1.2.15","summary":{"additions":0,"deletions":0,"files":0},"time":{"created":1772636353379,"updated":1772636353572}}}}}
|
|
12
|
+
{"timestamp":1772636353576,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95c33bf001t0kQ2jgEuk1NpI","sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","role":"user","time":{"created":1772636353471},"agent":"build","model":{"providerID":"deterministic-provider","modelID":"deterministic-v2"}}}}}
|
|
13
|
+
{"timestamp":1772636353724,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"session.diff","properties":{"sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","diff":[]}}}
|
|
14
|
+
{"timestamp":1772636353724,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","status":{"type":"busy"}}}}
|
|
15
|
+
{"timestamp":1772636353856,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95c353c001jJc0qjwz7QWwHf","sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","messageID":"msg_cb95c33de001jZtrYaN49r7jjB","type":"step-start","snapshot":""}}}}
|
|
16
|
+
{"timestamp":1772636353857,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95c353d001jlqs3uNgtnadxh","sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","messageID":"msg_cb95c33de001jZtrYaN49r7jjB","type":"text","text":"","time":{"start":1772636353853}}}}}
|
|
17
|
+
{"timestamp":1772636353857,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"message.part.delta","properties":{"sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","messageID":"msg_cb95c33de001jZtrYaN49r7jjB","partID":"prt_cb95c353d001jlqs3uNgtnadxh","field":"text","delta":"ok"}}}
|
|
18
|
+
{"timestamp":1772636353857,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95c353d001jlqs3uNgtnadxh","sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","messageID":"msg_cb95c33de001jZtrYaN49r7jjB","type":"text","text":"ok","time":{"start":1772636353853,"end":1772636353853}}}}}
|
|
19
|
+
{"timestamp":1772636353885,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95c353e001T03Ld4jA91BMZ1","sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","messageID":"msg_cb95c33de001jZtrYaN49r7jjB","type":"step-finish","reason":"stop","snapshot":"","cost":0,"tokens":{"total":2,"input":1,"output":1,"reasoning":0,"cache":{"read":0,"write":0}}}}}}
|
|
20
|
+
{"timestamp":1772636353886,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95c33de001jZtrYaN49r7jjB","sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","role":"assistant","time":{"created":1772636353502},"parentID":"msg_cb95c33bf001t0kQ2jgEuk1NpI","modelID":"deterministic-v2","providerID":"deterministic-provider","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"total":2,"input":1,"output":1,"reasoning":0,"cache":{"read":0,"write":0}},"finish":"stop"}}}}
|
|
21
|
+
{"timestamp":1772636353915,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a3cc9cffe1NwXSitAQY7m6H","slug":"tidy-moon","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","title":"Reply with exactly: abort-no-footer-setup","version":"1.2.15","summary":{"additions":0,"deletions":0,"files":0},"time":{"created":1772636353379,"updated":1772636353883}}}}}
|
|
22
|
+
{"timestamp":1772636353916,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95c33bf001t0kQ2jgEuk1NpI","sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","role":"user","time":{"created":1772636353471},"agent":"build","model":{"providerID":"deterministic-provider","modelID":"deterministic-v2"}}}}}
|
|
23
|
+
{"timestamp":1772636353916,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95c33de001jZtrYaN49r7jjB","sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","role":"assistant","time":{"created":1772636353502,"completed":1772636353884},"parentID":"msg_cb95c33bf001t0kQ2jgEuk1NpI","modelID":"deterministic-v2","providerID":"deterministic-provider","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"total":2,"input":1,"output":1,"reasoning":0,"cache":{"read":0,"write":0}},"finish":"stop"}}}}
|
|
24
|
+
{"timestamp":1772636353918,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","status":{"type":"busy"}}}}
|
|
25
|
+
{"timestamp":1772636353918,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","status":{"type":"idle"}}}}
|
|
26
|
+
{"timestamp":1772636353918,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"session.idle","properties":{"sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H"}}}
|
|
27
|
+
{"timestamp":1772636353959,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"session.diff","properties":{"sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","diff":[]}}}
|
|
28
|
+
{"timestamp":1772636354140,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95c3637001FPZBM376S8D7Ny","sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","role":"user","time":{"created":1772636354103},"agent":"build","model":{"providerID":"deterministic-provider","modelID":"deterministic-v2"}}}}}
|
|
29
|
+
{"timestamp":1772636354140,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95c3637002u3dpc7bhY4lGpf","sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","messageID":"msg_cb95c3637001FPZBM376S8D7Ny","type":"text","text":"SLOW_ABORT_MARKER run long response"}}}}
|
|
30
|
+
{"timestamp":1772636354141,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95c36370036MY1psP00uW7cD","sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","messageID":"msg_cb95c3637001FPZBM376S8D7Ny","type":"text","text":"<discord-user name=\"queue-advanced-tester\" />","synthetic":true}}}}
|
|
31
|
+
{"timestamp":1772636354141,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a3cc9cffe1NwXSitAQY7m6H","slug":"tidy-moon","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","title":"Reply with exactly: abort-no-footer-setup","version":"1.2.15","summary":{"additions":0,"deletions":0,"files":0},"time":{"created":1772636353379,"updated":1772636354130}}}}}
|
|
32
|
+
{"timestamp":1772636354141,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","status":{"type":"busy"}}}}
|
|
33
|
+
{"timestamp":1772636354141,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95c3653001xtWHtaqcj96Xlg","sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","role":"assistant","time":{"created":1772636354131},"parentID":"msg_cb95c3637001FPZBM376S8D7Ny","modelID":"deterministic-v2","providerID":"deterministic-provider","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"input":0,"output":0,"reasoning":0,"cache":{"read":0,"write":0}}}}}}
|
|
34
|
+
{"timestamp":1772636354141,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a3cc9cffe1NwXSitAQY7m6H","slug":"tidy-moon","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","title":"Reply with exactly: abort-no-footer-setup","version":"1.2.15","summary":{"additions":0,"deletions":0,"files":0},"time":{"created":1772636353379,"updated":1772636354134}}}}}
|
|
35
|
+
{"timestamp":1772636354141,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95c3637001FPZBM376S8D7Ny","sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","role":"user","time":{"created":1772636354103},"agent":"build","model":{"providerID":"deterministic-provider","modelID":"deterministic-v2"}}}}}
|
|
36
|
+
{"timestamp":1772636354141,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","status":{"type":"idle"}}}}
|
|
37
|
+
{"timestamp":1772636354142,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"session.idle","properties":{"sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H"}}}
|
|
38
|
+
{"timestamp":1772636354142,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"session.diff","properties":{"sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","diff":[]}}}
|
|
39
|
+
{"timestamp":1772636354259,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"session.error","properties":{"sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","error":{"name":"MessageAbortedError","data":{"message":"The operation was aborted."}}}}}
|
|
40
|
+
{"timestamp":1772636354259,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","status":{"type":"idle"}}}}
|
|
41
|
+
{"timestamp":1772636354259,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"session.idle","properties":{"sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H"}}}
|
|
42
|
+
{"timestamp":1772636354260,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95c3653001xtWHtaqcj96Xlg","sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","role":"assistant","time":{"created":1772636354131,"completed":1772636354256},"error":{"name":"MessageAbortedError","data":{"message":"The operation was aborted."}},"parentID":"msg_cb95c3637001FPZBM376S8D7Ny","modelID":"deterministic-v2","providerID":"deterministic-provider","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"input":0,"output":0,"reasoning":0,"cache":{"read":0,"write":0}}}}}}
|
|
43
|
+
{"timestamp":1772636354260,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H","status":{"type":"idle"}}}}
|
|
44
|
+
{"timestamp":1772636354260,"threadId":"1478768788429078531","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/qa-abort-e2e/project","event":{"type":"session.idle","properties":{"sessionID":"ses_346a3cc9cffe1NwXSitAQY7m6H"}}}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{"timestamp":1772636294847,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.created","properties":{"info":{"id":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","slug":"cosmic-falcon","version":"1.2.15","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","title":"Reply with exactly: footer-check","time":{"created":1772636294748,"updated":1772636294748}}}}}
|
|
2
|
+
{"timestamp":1772636294848,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","slug":"cosmic-falcon","version":"1.2.15","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","title":"Reply with exactly: footer-check","time":{"created":1772636294748,"updated":1772636294748}}}}}
|
|
3
|
+
{"timestamp":1772636294873,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95b4ebd001boDLZAcmodfH2g","sessionID":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","role":"user","time":{"created":1772636294845},"agent":"build","model":{"providerID":"deterministic-provider","modelID":"deterministic-v2"}}}}}
|
|
4
|
+
{"timestamp":1772636294955,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95b4ebd002gBEVtBTZAGUBT7","sessionID":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","messageID":"msg_cb95b4ebd001boDLZAcmodfH2g","type":"text","text":"Reply with exactly: footer-check"}}}}
|
|
5
|
+
{"timestamp":1772636294956,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95b4ebd003xpriCZBCOYBGW0","sessionID":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","messageID":"msg_cb95b4ebd001boDLZAcmodfH2g","type":"text","text":"<discord-user name=\"lifecycle-tester\" />","synthetic":true}}}}
|
|
6
|
+
{"timestamp":1772636294956,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"37fbd83e-8547-44cb-9064-5071889f03b8","sessionID":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","messageID":"msg_cb95b4ebd001boDLZAcmodfH2g","type":"text","text":"[Current branch: main]","synthetic":true}}}}
|
|
7
|
+
{"timestamp":1772636294956,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"46dd6249-f0d5-41a8-a6a9-81af280123d1","sessionID":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","messageID":"msg_cb95b4ebd001boDLZAcmodfH2g","type":"text","text":"[Current branch: main]","synthetic":true}}}}
|
|
8
|
+
{"timestamp":1772636294957,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","slug":"cosmic-falcon","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","title":"Reply with exactly: footer-check","version":"1.2.15","time":{"created":1772636294748,"updated":1772636294873}}}}}
|
|
9
|
+
{"timestamp":1772636294957,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","status":{"type":"busy"}}}}
|
|
10
|
+
{"timestamp":1772636294958,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95b4edd001qi1sU1yDSEYCaw","sessionID":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","role":"assistant","time":{"created":1772636294877},"parentID":"msg_cb95b4ebd001boDLZAcmodfH2g","modelID":"deterministic-v2","providerID":"deterministic-provider","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"input":0,"output":0,"reasoning":0,"cache":{"read":0,"write":0}}}}}}
|
|
11
|
+
{"timestamp":1772636294958,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","slug":"cosmic-falcon","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","title":"Reply with exactly: footer-check","version":"1.2.15","summary":{"additions":0,"deletions":0,"files":0},"time":{"created":1772636294748,"updated":1772636294953}}}}}
|
|
12
|
+
{"timestamp":1772636294958,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95b4ebd001boDLZAcmodfH2g","sessionID":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","role":"user","time":{"created":1772636294845},"agent":"build","model":{"providerID":"deterministic-provider","modelID":"deterministic-v2"}}}}}
|
|
13
|
+
{"timestamp":1772636295083,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.diff","properties":{"sessionID":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","diff":[]}}}
|
|
14
|
+
{"timestamp":1772636295083,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","status":{"type":"busy"}}}}
|
|
15
|
+
{"timestamp":1772636295218,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95b502e001vjssq1v7p6A3L5","sessionID":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","messageID":"msg_cb95b4edd001qi1sU1yDSEYCaw","type":"step-start","snapshot":""}}}}
|
|
16
|
+
{"timestamp":1772636295219,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95b502f001DcT5bRy04Ta126","sessionID":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","messageID":"msg_cb95b4edd001qi1sU1yDSEYCaw","type":"text","text":"","time":{"start":1772636295215}}}}}
|
|
17
|
+
{"timestamp":1772636295219,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.delta","properties":{"sessionID":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","messageID":"msg_cb95b4edd001qi1sU1yDSEYCaw","partID":"prt_cb95b502f001DcT5bRy04Ta126","field":"text","delta":"ok"}}}
|
|
18
|
+
{"timestamp":1772636295219,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95b502f001DcT5bRy04Ta126","sessionID":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","messageID":"msg_cb95b4edd001qi1sU1yDSEYCaw","type":"text","text":"ok","time":{"start":1772636295216,"end":1772636295216}}}}}
|
|
19
|
+
{"timestamp":1772636295246,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95b5031001pekND6fwFwBeXa","sessionID":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","messageID":"msg_cb95b4edd001qi1sU1yDSEYCaw","type":"step-finish","reason":"stop","snapshot":"","cost":0,"tokens":{"total":2,"input":1,"output":1,"reasoning":0,"cache":{"read":0,"write":0}}}}}}
|
|
20
|
+
{"timestamp":1772636295247,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95b4edd001qi1sU1yDSEYCaw","sessionID":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","role":"assistant","time":{"created":1772636294877},"parentID":"msg_cb95b4ebd001boDLZAcmodfH2g","modelID":"deterministic-v2","providerID":"deterministic-provider","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"total":2,"input":1,"output":1,"reasoning":0,"cache":{"read":0,"write":0}},"finish":"stop"}}}}
|
|
21
|
+
{"timestamp":1772636295275,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","slug":"cosmic-falcon","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","title":"Reply with exactly: footer-check","version":"1.2.15","summary":{"additions":0,"deletions":0,"files":0},"time":{"created":1772636294748,"updated":1772636295244}}}}}
|
|
22
|
+
{"timestamp":1772636295276,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95b4ebd001boDLZAcmodfH2g","sessionID":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","role":"user","time":{"created":1772636294845},"agent":"build","model":{"providerID":"deterministic-provider","modelID":"deterministic-v2"}}}}}
|
|
23
|
+
{"timestamp":1772636295277,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95b4edd001qi1sU1yDSEYCaw","sessionID":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","role":"assistant","time":{"created":1772636294877,"completed":1772636295246},"parentID":"msg_cb95b4ebd001boDLZAcmodfH2g","modelID":"deterministic-v2","providerID":"deterministic-provider","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"total":2,"input":1,"output":1,"reasoning":0,"cache":{"read":0,"write":0}},"finish":"stop"}}}}
|
|
24
|
+
{"timestamp":1772636295278,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","status":{"type":"busy"}}}}
|
|
25
|
+
{"timestamp":1772636295278,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","status":{"type":"idle"}}}}
|
|
26
|
+
{"timestamp":1772636295278,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.idle","properties":{"sessionID":"ses_346a4b1a3ffeNvGu9OwAC1AcmU"}}}
|
|
27
|
+
{"timestamp":1772636295314,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.diff","properties":{"sessionID":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","diff":[]}}}
|
|
28
|
+
{"timestamp":1772636295426,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","slug":"cosmic-falcon","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","title":"Reply with exactly: footer-check","version":"1.2.15","summary":{"additions":0,"deletions":0,"files":0},"time":{"created":1772636294748,"updated":1772636295425}}}}}
|
|
29
|
+
{"timestamp":1772636295432,"threadId":"1478768542508646403","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","event":{"type":"session.deleted","properties":{"info":{"id":"ses_346a4b1a3ffeNvGu9OwAC1AcmU","slug":"cosmic-falcon","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/runtime-lifecycle-e2e/project","title":"Reply with exactly: footer-check","version":"1.2.15","summary":{"additions":0,"deletions":0,"files":0},"time":{"created":1772636294748,"updated":1772636295244}}}}}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{"timestamp":1772636392072,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"session.created","properties":{"info":{"id":"ses_346a335d4ffehiW0LZW2nc7JlV","slug":"clever-harbor","version":"1.2.15","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","title":"Reply with exactly: BASH_TOOL_FILE_MARKER","time":{"created":1772636391979,"updated":1772636391979}}}}}
|
|
2
|
+
{"timestamp":1772636392073,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a335d4ffehiW0LZW2nc7JlV","slug":"clever-harbor","version":"1.2.15","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","title":"Reply with exactly: BASH_TOOL_FILE_MARKER","time":{"created":1772636391979,"updated":1772636391979}}}}}
|
|
3
|
+
{"timestamp":1772636392101,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95cca86001g06cr9uAy1BX6Y","sessionID":"ses_346a335d4ffehiW0LZW2nc7JlV","role":"user","time":{"created":1772636392070},"agent":"build","model":{"providerID":"deterministic-provider","modelID":"deterministic-v2"}}}}}
|
|
4
|
+
{"timestamp":1772636392175,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95cca86002txdVCJ2fJWujwk","sessionID":"ses_346a335d4ffehiW0LZW2nc7JlV","messageID":"msg_cb95cca86001g06cr9uAy1BX6Y","type":"text","text":"Reply with exactly: BASH_TOOL_FILE_MARKER"}}}}
|
|
5
|
+
{"timestamp":1772636392176,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95cca86003LKov6uae5Xey7y","sessionID":"ses_346a335d4ffehiW0LZW2nc7JlV","messageID":"msg_cb95cca86001g06cr9uAy1BX6Y","type":"text","text":"<discord-user name=\"queue-tester\" />","synthetic":true}}}}
|
|
6
|
+
{"timestamp":1772636392176,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"7e8f5ce7-d2e3-4cc4-ac9b-692779f03a70","sessionID":"ses_346a335d4ffehiW0LZW2nc7JlV","messageID":"msg_cb95cca86001g06cr9uAy1BX6Y","type":"text","text":"[Current branch: main]","synthetic":true}}}}
|
|
7
|
+
{"timestamp":1772636392176,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"5cad6e11-5921-41e7-91d6-bf1dc9cf1a28","sessionID":"ses_346a335d4ffehiW0LZW2nc7JlV","messageID":"msg_cb95cca86001g06cr9uAy1BX6Y","type":"text","text":"[Current branch: main]","synthetic":true}}}}
|
|
8
|
+
{"timestamp":1772636392177,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a335d4ffehiW0LZW2nc7JlV","slug":"clever-harbor","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","title":"Reply with exactly: BASH_TOOL_FILE_MARKER","version":"1.2.15","time":{"created":1772636391979,"updated":1772636392100}}}}}
|
|
9
|
+
{"timestamp":1772636392177,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_346a335d4ffehiW0LZW2nc7JlV","status":{"type":"busy"}}}}
|
|
10
|
+
{"timestamp":1772636392178,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95ccaa80016UUGuMHavXYWhs","sessionID":"ses_346a335d4ffehiW0LZW2nc7JlV","role":"assistant","time":{"created":1772636392104},"parentID":"msg_cb95cca86001g06cr9uAy1BX6Y","modelID":"deterministic-v2","providerID":"deterministic-provider","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"input":0,"output":0,"reasoning":0,"cache":{"read":0,"write":0}}}}}}
|
|
11
|
+
{"timestamp":1772636392178,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a335d4ffehiW0LZW2nc7JlV","slug":"clever-harbor","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","title":"Reply with exactly: BASH_TOOL_FILE_MARKER","version":"1.2.15","summary":{"additions":0,"deletions":0,"files":0},"time":{"created":1772636391979,"updated":1772636392173}}}}}
|
|
12
|
+
{"timestamp":1772636392178,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95cca86001g06cr9uAy1BX6Y","sessionID":"ses_346a335d4ffehiW0LZW2nc7JlV","role":"user","time":{"created":1772636392070},"agent":"build","model":{"providerID":"deterministic-provider","modelID":"deterministic-v2"}}}}}
|
|
13
|
+
{"timestamp":1772636392329,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"session.diff","properties":{"sessionID":"ses_346a335d4ffehiW0LZW2nc7JlV","diff":[]}}}
|
|
14
|
+
{"timestamp":1772636392330,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_346a335d4ffehiW0LZW2nc7JlV","status":{"type":"busy"}}}}
|
|
15
|
+
{"timestamp":1772636392359,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95ccba4001n5DirhWWy9hTNh","sessionID":"ses_346a335d4ffehiW0LZW2nc7JlV","messageID":"msg_cb95ccaa80016UUGuMHavXYWhs","type":"step-start","snapshot":""}}}}
|
|
16
|
+
{"timestamp":1772636392361,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95ccba4002QJ3kuVjskjnjoS","sessionID":"ses_346a335d4ffehiW0LZW2nc7JlV","messageID":"msg_cb95ccaa80016UUGuMHavXYWhs","type":"text","text":"","time":{"start":1772636392357}}}}}
|
|
17
|
+
{"timestamp":1772636392361,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"message.part.delta","properties":{"sessionID":"ses_346a335d4ffehiW0LZW2nc7JlV","messageID":"msg_cb95ccaa80016UUGuMHavXYWhs","partID":"prt_cb95ccba4002QJ3kuVjskjnjoS","field":"text","delta":"running create file"}}}
|
|
18
|
+
{"timestamp":1772636392361,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95ccba4002QJ3kuVjskjnjoS","sessionID":"ses_346a335d4ffehiW0LZW2nc7JlV","messageID":"msg_cb95ccaa80016UUGuMHavXYWhs","type":"text","text":"running create file","time":{"start":1772636392357,"end":1772636392357}}}}}
|
|
19
|
+
{"timestamp":1772636392386,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"message.part.updated","properties":{"part":{"id":"prt_cb95ccba6001APMPA47haGbM3g","sessionID":"ses_346a335d4ffehiW0LZW2nc7JlV","messageID":"msg_cb95ccaa80016UUGuMHavXYWhs","type":"step-finish","reason":"tool-calls","snapshot":"","cost":0,"tokens":{"total":2,"input":1,"output":1,"reasoning":0,"cache":{"read":0,"write":0}}}}}}
|
|
20
|
+
{"timestamp":1772636392388,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95ccaa80016UUGuMHavXYWhs","sessionID":"ses_346a335d4ffehiW0LZW2nc7JlV","role":"assistant","time":{"created":1772636392104},"parentID":"msg_cb95cca86001g06cr9uAy1BX6Y","modelID":"deterministic-v2","providerID":"deterministic-provider","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"total":2,"input":1,"output":1,"reasoning":0,"cache":{"read":0,"write":0}},"finish":"tool-calls"}}}}
|
|
21
|
+
{"timestamp":1772636392417,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a335d4ffehiW0LZW2nc7JlV","slug":"clever-harbor","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","title":"Reply with exactly: BASH_TOOL_FILE_MARKER","version":"1.2.15","summary":{"additions":0,"deletions":0,"files":0},"time":{"created":1772636391979,"updated":1772636392385}}}}}
|
|
22
|
+
{"timestamp":1772636392426,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95cca86001g06cr9uAy1BX6Y","sessionID":"ses_346a335d4ffehiW0LZW2nc7JlV","role":"user","time":{"created":1772636392070},"agent":"build","model":{"providerID":"deterministic-provider","modelID":"deterministic-v2"}}}}}
|
|
23
|
+
{"timestamp":1772636392426,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95ccaa80016UUGuMHavXYWhs","sessionID":"ses_346a335d4ffehiW0LZW2nc7JlV","role":"assistant","time":{"created":1772636392104,"completed":1772636392386},"parentID":"msg_cb95cca86001g06cr9uAy1BX6Y","modelID":"deterministic-v2","providerID":"deterministic-provider","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"total":2,"input":1,"output":1,"reasoning":0,"cache":{"read":0,"write":0}},"finish":"tool-calls"}}}}
|
|
24
|
+
{"timestamp":1772636392427,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_346a335d4ffehiW0LZW2nc7JlV","status":{"type":"busy"}}}}
|
|
25
|
+
{"timestamp":1772636392428,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"message.updated","properties":{"info":{"id":"msg_cb95ccbc30010mM2M0LYNXadAn","sessionID":"ses_346a335d4ffehiW0LZW2nc7JlV","role":"assistant","time":{"created":1772636392387},"parentID":"msg_cb95cca86001g06cr9uAy1BX6Y","modelID":"deterministic-v2","providerID":"deterministic-provider","mode":"build","agent":"build","path":{"cwd":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","root":"/Users/morse/Documents/GitHub/kimakivoice"},"cost":0,"tokens":{"input":0,"output":0,"reasoning":0,"cache":{"read":0,"write":0}}}}}}
|
|
26
|
+
{"timestamp":1772636392428,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"session.diff","properties":{"sessionID":"ses_346a335d4ffehiW0LZW2nc7JlV","diff":[]}}}
|
|
27
|
+
{"timestamp":1772636392553,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"session.status","properties":{"sessionID":"ses_346a335d4ffehiW0LZW2nc7JlV","status":{"type":"busy"}}}}
|
|
28
|
+
{"timestamp":1772636392583,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"session.updated","properties":{"info":{"id":"ses_346a335d4ffehiW0LZW2nc7JlV","slug":"clever-harbor","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","title":"Reply with exactly: BASH_TOOL_FILE_MARKER","version":"1.2.15","summary":{"additions":0,"deletions":0,"files":0},"time":{"created":1772636391979,"updated":1772636392582}}}}}
|
|
29
|
+
{"timestamp":1772636392589,"threadId":"1478768950354378755","projectDirectory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","event":{"type":"session.deleted","properties":{"info":{"id":"ses_346a335d4ffehiW0LZW2nc7JlV","slug":"clever-harbor","projectID":"3247ee95fb4b293096686d3ac6bbbc5d83f7b6e6","directory":"/Users/morse/Documents/GitHub/kimakivoice/discord/tmp/thread-queue-e2e/project","title":"Reply with exactly: BASH_TOOL_FILE_MARKER","version":"1.2.15","summary":{"additions":0,"deletions":0,"files":0},"time":{"created":1772636391979,"updated":1772636392385}}}}}
|