Draft
Conversation
…ncy for thinking phases
46263f6 to
f7b5aae
Compare
# Conflicts: # apps/mobile/src/app/task/[id].tsx # apps/mobile/src/features/tasks/components/TaskSessionView.tsx
637583c to
25780fa
Compare
…nd long press to copy messages
…nto hackathon-lisbon-code-updates # Conflicts: # apps/code/src/main/services/agent/schemas.ts # apps/code/src/main/services/agent/service.ts # apps/mobile/src/app/task/[id].tsx # apps/mobile/src/features/chat/components/AgentMessage.tsx # apps/mobile/src/features/tasks/components/TaskSessionView.tsx # apps/mobile/src/features/tasks/stores/taskSessionStore.ts # packages/agent/src/server/agent-server.ts
…nto hackathon-lisbon-code-updates
c62483a to
d5107d8
Compare
d5107d8 to
94abba5
Compare
…nto hackathon-lisbon-code-updates # Conflicts: # apps/code/src/main/services/agent/local-command-receiver.ts # apps/code/src/main/services/agent/service.test.ts # apps/code/src/main/services/agent/service.ts # apps/mobile/app.json # apps/mobile/src/app/task/[id].tsx # apps/mobile/src/features/chat/components/Composer.tsx # apps/mobile/src/features/chat/components/HumanMessage.tsx # apps/mobile/src/features/chat/components/MarkdownText.tsx # apps/mobile/src/features/chat/components/ToolMessage.tsx # apps/mobile/src/features/tasks/components/SwipeableTaskItem.tsx # apps/mobile/src/features/tasks/components/TaskList.tsx # apps/mobile/src/features/tasks/stores/taskSessionStore.ts # apps/mobile/src/lib/syntax-highlight.ts
## Problem Chats started with only a pasted file and no text get stuck with "Untitled" because the title generator never fires.<!-- Who is this for and what problem does it solve? --> <!-- Closes #ISSUE_ID --> ## Changes 1. Use extractPromptDisplayContent to check for both text and attachments in user prompts 2. Fall back to attachment filenames when no visible text is present 3. Ensures promptCount increments so title generation triggers <!-- What did you change and why? --> <!-- If there are frontend changes, include screenshots. --> ## How did you test this? Manually <!-- Describe what you tested -- manual steps, automated tests, or both. --> <!-- If you're an agent, only list tests you actually ran. -->
… center (#1675) ## Problem Command center has no search when adding tasks and no way to add tasks from the sidebar. Context menu addition:<!-- Who is this for and what problem does it solve? -->  Search: ##  ## Changes 1. Replace plain task list in TaskSelector with searchable Combobox (fuzzy filter by title) 2. Add "Add to Command Center" to sidebar task right-click context menu 3. Hide context menu item when task is already in command center, disable when no empty cells 4. Navigate to command center after adding a task via context menu <!-- What did you change and why? --> <!-- If there are frontend changes, include screenshots. --> ## How did you test this? Manually <!-- Describe what you tested -- manual steps, automated tests, or both. --> <!-- If you're an agent, only list tests you actually ran. -->
## Problem Auto-title generation silently bypassed the title_manually_set guard because getQueryData used exact key matching while task queries include filter objects in their keys. Closes https://github.com/PostHog/code/issues/1669<!-- Who is this for and what problem does it solve? --> <!-- Closes #ISSUE_ID --> ## Changes 1. Fix cache lookup in useChatTitleGenerator to use getQueriesData (prefix match) instead of getQueryData (exact match) 2. Add title_manually_set guard to generateTaskTitle at task creation time <!-- What did you change and why? --> <!-- If there are frontend changes, include screenshots. --> ## How did you test this? Manually <!-- Describe what you tested -- manual steps, automated tests, or both. --> <!-- If you're an agent, only list tests you actually ran. -->
## Problem The macOS DMG installer opens with a plain white background and no visual guidance for drag-to-install. <!-- Who is this for and what problem does it solve? --> <!-- Closes #ISSUE_ID --> ##  Closes #638 ## Changes 1. Add custom background image for the DMG window 2. Configure icon size, positions and window dimensions to match the background layout 3. Place app and Applications shortcut at correct coordinates for the drag-to-install flow <!-- What did you change and why? --> <!-- If there are frontend changes, include screenshots. --> ## How did you test this? Manually <!-- Describe what you tested -- manual steps, automated tests, or both. --> <!-- If you're an agent, only list tests you actually ran. -->
## Problem Update notifications were easy to miss as ephemeral toasts and the "ready to install" state had no persistent UI. _The little gift icon animates / shakes periodically so they know something good is inside._ _This_ _is_ _the_ _most_ _important_ _part._ <!-- Who is this for and what problem does it solve? --> Closes #1640  ## Changes 1. Replace toast-based UpdatePrompt with persistent UpdateBanner in sidebar 2. Add updateStore (Zustand) to manage update lifecycle state via tRPC subscriptions 3. Animate banner transitions between downloading, ready and installing states 4. Add border separator above ProjectSwitcher for visual consistency <!-- What did you change and why? --> <!-- If there are frontend changes, include screenshots. --> ## How did you test this? Manually <!-- Describe what you tested -- manual steps, automated tests, or both. --> <!-- If you're an agent, only list tests you actually ran. -->
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: oliverb123 <8105072+oliverb123@users.noreply.github.com>
…de into hackathon-lisbon-code-updates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Problem
Changes
How did you test this?