CmdForge/src/cmdforge/gui/pages
rob 9588c3f8b0 Add AI persona profiles for prompt injection
Profiles allow users to inject system instructions into prompts,
customizing the AI's behavior and persona for tool execution.

Features:
- Profile dataclass with name, description, system_prompt
- 8 built-in profiles: None, Comedian, Technical Writer, Teacher,
  Concise, Creative, Code Reviewer, Analyst
- Custom profile creation and storage in ~/.cmdforge/profiles/
- Profile selector in Prompt Step dialog
- Profile injection during tool execution
- Profiles page in GUI (Ctrl+4) for viewing and managing profiles

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 05:22:31 -04:00
..
__init__.py Convert TUI to PySide6 desktop GUI 2026-01-14 04:38:35 -04:00
profiles_page.py Add AI persona profiles for prompt injection 2026-01-14 05:22:31 -04:00
providers_page.py Convert TUI to PySide6 desktop GUI 2026-01-14 04:38:35 -04:00
registry_page.py Fix sort field values to match API 2026-01-14 05:03:55 -04:00
tool_builder_page.py Convert TUI to PySide6 desktop GUI 2026-01-14 04:38:35 -04:00
tools_page.py Convert TUI to PySide6 desktop GUI 2026-01-14 04:38:35 -04:00