docs: add v0.6.0 screenshots and update both READMEs - #28
Merged
Conversation
Add 6 English-language screenshots under docs/screenshots/linux/en/ and update README with current UI paths. Also document Compose window, OpenRouter/custom endpoint support, audio export, and writing-style presets added since v0.5.0.
- Add Compose window, OpenRouter & custom endpoints, Audio export to Features - Update LLM-Workflows note: generic "API-Key" instead of OpenAI-specific - Add LLM providers table (OpenAI / OpenRouter / Custom endpoint) - Add "Eigenes Preset…" row to writing-style presets table - Add complete Compose-Fenster section with full feature table - Update Hauptfenster section: modernize title and control descriptions - Add Export button mention to Vorlesen table row - Update config JSON example with all new fields (llm_provider, base_url, llm_model, compose_signature, compose_signature_auto_append, compose_custom_preset_text, writing_preset) - Add openai_api_key_env explanation for OpenRouter use - Add compose_* and llm_* field explanations - Fix tts_openai_voice default: nova (not marin) - Update pytest note to mention Compose window GUI tests - Update directory overview: add compose_window.py, history_panel.py, main_window.py, tts_window.py, writing_presets.py - Update llm_service.py comment: OpenRouter and custom endpoints - Update privacy note to mention OpenRouter
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
TimInTech
added a commit
that referenced
this pull request
Jun 24, 2026
…ne scan The pattern OPENAI_API_KEY= in the docs example triggered the CI secret scan since PR #28. Replace with a description that conveys the same info.
TimInTech
added a commit
that referenced
this pull request
Jun 24, 2026
* feat: Paket J — Prompt-Transparenz & Prompt-Editor Fügt einen „Prompt"-Button im Compose-Fenster hinzu, der den vollständig aufgelösten System-Prompt und die Nutzernachricht vor dem API-Call anzeigt. Der Nutzer kann beide Felder bearbeiten, bevor er auf „Senden" klickt. - app/i18n.py: 7 neue i18n-Keys in DE und EN - app/llm_service.py: build_system_prompt() (kein API-Call) + rewrite_raw() (direkter API-Call mit expliziten Prompts, ohne Preset-Logik) - app/compose_window.py: PromptEditorDialog, erweiterter _ComposeWorker (raw_system_prompt / raw_user_message), btnShowPrompt mit vollständiger State-Verwaltung (_set_busy / _sync_state), _on_show_prompt_clicked, _start_worker_raw - tests/test_llm_service.py: TestBuildSystemPrompt (11 Tests), TestRewriteRaw (6 Tests) - tests/test_compose_window.py: _FakeLLMService um build_system_prompt() und rewrite_raw() erweitert * fix: remove OPENAI_API_KEY= literal from READMEs to pass secret hygiene scan The pattern OPENAI_API_KEY= in the docs example triggered the CI secret scan since PR #28. Replace with a description that conveys the same info.
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.
Summary
docs/screenshots/linux/en/) — all 6 screenshots committed for the first timeREADME.md(removed by PR docs: remove stale screenshot embeds from READMEs #20)README.de.mdChanges in README.de.md
llm_provider,base_url,llm_model,compose_signature,compose_signature_auto_append,compose_custom_preset_text,writing_preset)compose_window.py,history_panel.py,main_window.py,tts_window.py,writing_presets.pyTest plan
🤖 Generated with Claude Code