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
Copy file name to clipboardExpand all lines: README.md
+67-43Lines changed: 67 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,71 +6,93 @@ Let Claude think comprehensively before responding!
6
6
> Thinking claude **is not aimed for benchmarks or huge leaps in math or something**, since those are pre-determined by the base model (new Claude-3.5 Sonnet).
7
7
> I only want to explore how further we could reach with Claude's "deep mindset". That said, when using it in your daily tasks, you will find Claude's inner monolog (thinking process) very very fun and interesting.
│ ├── firefox/ # Firefox extension (in development)
28
+
│ └── changelog.md
29
+
├── model_instructions/
30
+
│ ├── changelog.md
31
+
│ ├── v5-Exp-20241123.md
32
+
│ ├── v4-20241118.md
33
+
│ ├── v4-lite-20241118.md
34
+
│ └── v3.5-20241113.md
35
+
├── .github/ # GitHub configurations and workflows
36
+
├── .husky/ # Git hooks for development
37
+
├── LICENSE
38
+
└── README.md
39
+
```
40
+
41
+
The project is organized into two main components:
42
+
43
+
-`extensions/`: Browser extension implementations
44
+
45
+
-`chrome/`: Current version with modern architecture and features
46
+
-`chrome_v0/`: Legacy version (deprecated)
47
+
-`firefox/`: Firefox version (in development)
48
+
49
+
-`model_instructions/`: Thinking protocols for different versions
50
+
- Contains versioned instruction sets
51
+
- Each version brings improvements to Claude's thinking process
52
+
40
53
## Thinking Protocol
41
54
42
55
The thinking protocol instructs Claude to follow a natural, thorough thought process before providing responses.
43
56
44
57
## Browser Extension
45
58
46
-
The browser extension enhances the Claude interface by making the thinking process more manageable:
59
+
The browser extension makes Claude's thinking process easier to read and use! It automatically organizes Claude's thoughts into neat, collapsible sections.
47
60
48
61
### Features
49
-
- 🔄 Collapsible thinking process sections
50
-
- 📋 Easy copy functionality
51
-
- 🎯 Clean and intuitive interface
52
-
- ⚡ Automatic processing of new messages
53
62
54
-
### Installation
63
+
- 🎯 Makes Claude's thinking process easy to read
64
+
- 🔄 Fold and unfold different parts of Claude's thoughts
65
+
- 📋 Copy any part with just one click
66
+
- ⚡ Works automatically with new messages
67
+
- 🎨 Clean, modern design that's easy on the eyes
68
+
69
+
### 🚀 Quick Install Guide
55
70
56
-
#### Chrome
71
+
1.**Chrome Users (Recommended)**
57
72
58
-
**Quick Install:**
59
-
Install directly from the [Chrome Web Store](https://chromewebstore.google.com/detail/thinking-claude/ncjafpbbndpggfhfgjngkcimeaciahpo)
73
+
- Install directly from the [Chrome Web Store](https://chromewebstore.google.com/detail/thinking-claude/ncjafpbbndpggfhfgjngkcimeaciahpo)
0 commit comments