Skip to content

Add generated Agent Chat conversation titles#355

Merged
h4yfans merged 1 commit into
mainfrom
feat/agent-chat-generated-titles
May 11, 2026
Merged

Add generated Agent Chat conversation titles#355
h4yfans merged 1 commit into
mainfrom
feat/agent-chat-generated-titles

Conversation

@h4yfans
Copy link
Copy Markdown
Collaborator

@h4yfans h4yfans commented May 11, 2026

Summary

  • Generate a short Agent Chat conversation title from the first submitted prompt using the selected backend subprocess.
  • Persist the generated title through the encrypted conversation store and broadcast conversation_updated so the sidebar/header refreshes without reload.
  • Keep title generation isolated from Memry MCP tools and document the behavior in the Agent Chat guide.

Verification

  • pnpm exec vitest run --config config/vitest.config.ts --project main src/main/agent/runtime/__tests__/turn.test.ts
  • pnpm exec vitest run --config config/vitest.config.ts --project renderer src/renderer/src/agent-chat/__tests__/agent-context.test.tsx
  • pnpm exec vitest run packages/contracts/src/ipc-agent.test.ts
  • pnpm --filter @memry/contracts typecheck
  • pnpm --filter @memry/desktop typecheck:node
  • pnpm --filter @memry/desktop typecheck:web
  • pnpm docs:impact --strict --base origin/main
  • pnpm docs:build
  • pnpm ipc:check
  • git diff --check origin/main...HEAD
  • Pre-push hook: docs impact/build, contract and architecture checks, package/desktop/sync-server typechecks, desktop tests, sync-server tests

@vercel
Copy link
Copy Markdown

vercel Bot commented May 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
memry-docs Building Building Preview May 11, 2026 8:43pm
memrynote-landing Ready Ready Preview, Comment May 11, 2026 8:43pm

@github-actions github-actions Bot added documentation Improvements or additions to documentation enhancement New feature or request test labels May 11, 2026
@h4yfans h4yfans marked this pull request as ready for review May 11, 2026 21:10
@h4yfans h4yfans merged commit 28ab209 into main May 11, 2026
17 of 26 checks passed
@h4yfans h4yfans deleted the feat/agent-chat-generated-titles branch May 19, 2026 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant