Skip to content

docs(roadmap): add #368 — export always appends .txt; response.file reflects mangled path#2867

Open
code-yeongyu wants to merge 1 commit intomainfrom
docs/roadmap-346-export-forces-txt-extension
Open

docs(roadmap): add #368 — export always appends .txt; response.file reflects mangled path#2867
code-yeongyu wants to merge 1 commit intomainfrom
docs/roadmap-346-export-forces-txt-extension

Conversation

@code-yeongyu
Copy link
Copy Markdown
Collaborator

Pinpoint #346

/export <path> always appends .txt regardless of requested extension.

Live on a1bfcd4:

/export /tmp/out.json  → creates /tmp/out.json.txt  (response: file: /tmp/out.json.txt)
/export /tmp/out.md    → creates /tmp/out.md.txt
/export /tmp/out.jsonl → creates /tmp/out.jsonl.txt

Pipeline reads response.file to open the exported file → gets wrong path when expecting .json. Makes machine-readable JSON export at a predictable path impossible without post-rename.

ROADMAP.md only

@code-yeongyu code-yeongyu changed the title docs(roadmap): add #346 — export appends .txt to caller-specified filename docs(roadmap): add #353 — export appends .txt to caller-specified filename Apr 29, 2026
@code-yeongyu code-yeongyu force-pushed the docs/roadmap-346-export-forces-txt-extension branch from 0be961e to 5a0795c Compare April 29, 2026 19:32
@code-yeongyu code-yeongyu force-pushed the docs/roadmap-346-export-forces-txt-extension branch from 5a0795c to b5af5d3 Compare April 29, 2026 23:35
@code-yeongyu code-yeongyu changed the title docs(roadmap): add #353 — export appends .txt to caller-specified filename docs(roadmap): add #368 — export always appends .txt; response.file reflects mangled path Apr 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant