Skip to content

Implement save/load for PromptSession to JSON with autosave support #65

@banagale

Description

@banagale

Enable serialization and deserialization of PromptSession objects to JSON files. Add autosave support triggered on close or project switch. Include a schema version tag to allow for future migration handling.

Acceptance Criteria:

  • Sessions can be saved and loaded as .json files with no data loss
  • Autosave does not block UI for more than 250ms
  • JSON includes a top-level "schema_version" key
  • Unit tests verify round-trip serialization and schema version tagging

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions