-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: coder/coder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: coder/coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: control-plane-agent-9ejz
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 50 files changed
- 2 contributors
Commits on Feb 3, 2026
-
Configuration menu - View commit details
-
Copy full SHA for b7b40f4 - Browse repository at this point
Copy the full SHA b7b40f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57cb855 - Browse repository at this point
Copy the full SHA 57cb855View commit details
Commits on Feb 4, 2026
-
feat(chats): add list chats endpoint, workspace system prompt, and E2…
…E tests - Add GET /api/v2/chats endpoint to list user's chats - Add ListChatsByOwner database query with proper authorization - Build dynamic system prompt with workspace context when chat is bound to a workspace - Default chat metadata to {} when empty to fix postgres JSON error - Add E2E test TestChats_WorkspaceBash_E2E validating full chat flow: - Chat creation with workspace binding - LLM tool invocation (coder_workspace_bash) - Agent command execution via tailnet - Tool result propagation - Add integration test TestChats_AnthropicIntegration for basic LLM connectivity - Regenerate API docs and SDK typesConfiguration menu - View commit details
-
Copy full SHA for 208f509 - Browse repository at this point
Copy the full SHA 208f509View commit details -
feat(chats): add frontend UI and e2e tests
This commit adds frontend support for the control-plane agent chats feature: Frontend: - ChatsPage: List chats with create dialog (model defaults to claude-opus-4-5) - ChatPage: Real-time chat interface with WebSocket message streaming - API client methods for chats CRUD and messaging - React Query hooks for data fetching - Navbar integration with Chats link E2E Tests (site/e2e/tests/chats.spec.ts): - create a chat and navigate to chat detail - send a message and receive a response (uses claude-haiku-4-5, skips if no ANTHROPIC_API_KEY) - chat list shows created chats Bug Fixes: - Fix panic in coderd/chats/hub.go: prevent double-close of subscription channel by wrapping close logic with sync.Once Other: - scripts/develop.sh: improve server startup detection
Configuration menu - View commit details
-
Copy full SHA for 36dddf1 - Browse repository at this point
Copy the full SHA 36dddf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a68a3c2 - Browse repository at this point
Copy the full SHA a68a3c2View commit details -
feat(chats): simplified chat page with input-first design
Redesign ChatsPage for immediate interaction: - Chat textarea at top, auto-focused on page load - Type message and press Enter to create chat and send - Recent chats list below the input - Click recent chat to navigate to detail view ChatPage updates: - Handle ?message= query param for initial message from ChatsPage - Auto-send initial message when navigating with query param E2E tests updated: - chats page has input textarea ready for immediate use - typing a message and pressing enter creates chat and sends - recent chats are shown below the input - clicking a recent chat navigates to chat detail All 5 tests pass.
Configuration menu - View commit details
-
Copy full SHA for b1b7f63 - Browse repository at this point
Copy the full SHA b1b7f63View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6640e4 - Browse repository at this point
Copy the full SHA b6640e4View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...control-plane-agent-9ejz