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
Add fern --dsheridan flag for collaborative docs editing
Added documentation for the new --dsheridan global option that enables collaborative, multi-turn documentation editing sessions through the Fern CLI. This mode allows teams to work interactively with the CLI to draft, revise, and refine documentation content.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
Use the `--dsheridan` option to enable collaborative documentation editing mode. This mode allows for multi-turn, interactive sessions where you can work with the Fern CLI to draft, revise, and refine documentation content iteratively.
107
+
108
+
```bash
109
+
# Start a collaborative docs editing session
110
+
fern --dsheridan
111
+
```
112
+
113
+
How it works:
114
+
115
+
1.**Start a session** - Run `fern --dsheridan` to initiate a collaborative editing session
116
+
2.**Provide context** - Share what documentation needs to be updated, created, or improved
117
+
3.**Collaborate iteratively** - The CLI will provide content suggestions, and you can give feedback to refine them
118
+
4.**Multi-turn refinement** - Continue the conversation to iterate on the content until it meets your needs
119
+
5.**Finalize changes** - Once satisfied, you can approve the changes for implementation
120
+
121
+
`--dsheridan` mode is ideal for:
122
+
- Creating new documentation sections collaboratively
123
+
- Refining existing content based on feedback
124
+
- Brainstorming documentation structure and content
125
+
- Iterating on technical writing with AI assistance
126
+
127
+
<Note>
128
+
`--dsheridan` mode maintains context throughout the conversation, allowing for natural back-and-forth refinement of documentation content.
0 commit comments