Skip to content

[FEATURE] Add --export flag for auto-exporting conversations #12

@jwesleye

Description

@jwesleye

Feature Description

Automatically export conversation to file on exit in various formats (markdown, JSON, HTML).

Problem/Motivation

I manually copy-paste important conversations. An automatic export would save time and ensure I don't lose valuable interactions.

Proposed Solution

chat_loop myagent --export markdown
# On exit, saves to: ~/chat_exports/myagent_2025-10-10.md

chat_loop myagent --export json
# Structured export with metadata

Benefits

  • Keep records of important conversations
  • Share conversations with team
  • Audit trail for production agents
  • Could integrate with note-taking systems

Priority

  • Critical
  • High
  • Medium
  • Low

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requeststatus: staleNo activity for extended period

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions