Skip to content

feat(chat): LLM-backed agent chat + simpler chat targeting#78

Merged
DeveshParagiri merged 3 commits intomainfrom
codex/issue-69-chat-llm-ux
Feb 17, 2026
Merged

feat(chat): LLM-backed agent chat + simpler chat targeting#78
DeveshParagiri merged 3 commits intomainfrom
codex/issue-69-chat-llm-ux

Conversation

@RandomOscillations
Copy link
Copy Markdown
Collaborator

Summary\n- make and generate in-character agent replies via LLM (DB-grounded context + chat history)\n- add to quickly discover recent runs and agent IDs\n- default chat targeting behavior: if / are omitted, use latest run and first available agent\n- persist run/agent resolution in ask JSON payload\n- harden OpenAI structured-output extraction for Responses API ( fallback + retry on )\n- make chat session/message persistence work with legacy layouts by using direct SQLite chat table operations in chat command\n- update CLI docs for new chat behavior\n\n## Why\nIssue #69 requested that chat actually converse as the selected agent via LLM. This PR also reduces user friction for trying chat quickly and addresses provider/runtime edge cases found during E2E testing.\n\n## Validation\n- All checks passed!\n- ....................................................................... [100%]

71 passed in 0.92s\n- live checks against :\n - \n - (interactive default resolution)\n - with default run/agent resolution\n\nCloses #69

@DeveshParagiri DeveshParagiri merged commit e9255ee into main Feb 17, 2026
4 of 6 checks passed
@DeveshParagiri DeveshParagiri deleted the codex/issue-69-chat-llm-ux branch February 17, 2026 02:16
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.

2 participants