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: freebuff/web/src/app/home-client.tsx
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,16 @@ const faqs = [
51
51
{
52
52
question: 'What else is cool in Freebuff?',
53
53
answer:
54
-
'Freebuff comes with specialized subagents: file-picker finds relevant files across your codebase, code-reviewer gives critical feedback on your changes, and browser-use lets the AI control a real browser to test your app.\n\nAfter every response, it generates 3 clickable follow-up suggestions so you always know what to do next.\n\nFor big tasks, try the /interview → /plan → implement → /review workflow to go from idea to polished code.',
54
+
`Freebuff comes with 9 specialized subagents:
55
+
- file-picker finds relevant files across your codebase
56
+
- code-reviewer gives critical feedback on your changes
57
+
- browser-use lets the AI control a real browser to test your app
58
+
- thinker-gpt does deep reasoning (connect your ChatGPT subscription)
59
+
- and more.
60
+
61
+
After every response, it generates 3 clickable follow-up suggestions so you always know what to do next.
62
+
63
+
For big tasks, try the commands /interview → /plan → (implement) → /review to go from idea to polished code.`,
55
64
},
56
65
]
57
66
@@ -335,7 +344,7 @@ function FAQList() {
335
344
constPHILOSOPHY_WORDS=[
336
345
{word: 'SIMPLE',description: 'No modes. No config. Just works.'},
337
346
{word: 'FAST',description: '5–10× speed up via fast models and quick context gathering.'},
338
-
{word: 'LOADED',description: 'Built in web research, browser use, plan/review using your ChatGPT subscription, and more.'},
347
+
{word: 'LOADED',description: '9 specialized subagents for code review, browser use, and deep thinking with your ChatGPT subscription.'},
339
348
]
340
349
341
350
functionPhilosophySection(){
@@ -379,7 +388,7 @@ function PhilosophySection() {
0 commit comments