You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* adding details to agents.md
* checking
* fixing app.tsx
* feat: Add conversation ID and status tracking to chat messages
- Enhanced `useChatExecution` hook to support conversation IDs and message statuses.
- Updated tests to verify streaming messages include conversation IDs.
- Modified `useChatPersistence` to handle new message properties.
- Improved `ClaudeStreamParser` to manage tool calls and results more effectively.
- Introduced `generateId` utility for unique ID generation.
- Added default CLI agent selection and maximum chat history settings in the UI.
- Implemented tests for default agent selection and chat history limits.
- Refactored settings context to include default CLI agent and max chat history.
Copy file name to clipboardExpand all lines: AGENTS.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,16 @@
4
4
5
5
Every agent working on this Commander project MUST follow these standards. No exceptions.
6
6
7
+
<<<<<<< HEAD
7
8
We use bun run tauri dev to run the app.
8
9
9
10
You always work on features that are configurable via the Settings Panel in the app. Every feature must be toggleable or adjustable through user preferences.
10
11
Before you write any code, you will write the PRD and save in the docs/ directory.
11
12
12
13
You write the TDD and then write the feature implementation.
14
+
=======
15
+
Every prompt or request by the user you will create a PRD and store it in the `PRD/` folder with a filename that matches the feature name. You will then follow the TDD and architecture patterns below to implement the feature.
16
+
>>>>>>> f5183e6 (fixing the ui for chat to be default)
0 commit comments