fss-link 1.7.6 → 1.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -1
- package/bundle/fss-link-main.js +770 -756
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -51,6 +51,16 @@ fss-link --provider openai-api-key --model gpt-4o -p "review this PR"
|
|
|
51
51
|
fss-link -p "fix the failing tests" --approval-mode yolo
|
|
52
52
|
```
|
|
53
53
|
|
|
54
|
+
### Slash commands
|
|
55
|
+
|
|
56
|
+
| Command | Description |
|
|
57
|
+
|---|---|
|
|
58
|
+
| `/setup-search` | Configure Brave Search and Tavily API keys for web search |
|
|
59
|
+
| `/auth` | Set up authentication method and model |
|
|
60
|
+
| `/model` | Switch between available models |
|
|
61
|
+
| `/theme` | Change the UI theme |
|
|
62
|
+
| `/help` | List all available slash commands |
|
|
63
|
+
|
|
54
64
|
### Providers
|
|
55
65
|
|
|
56
66
|
| Provider | Flag | Notes |
|
|
@@ -97,7 +107,7 @@ esbuild bundles directly from TypeScript source into `bundle/fss-link.js`. Do no
|
|
|
97
107
|
|
|
98
108
|
## Current version
|
|
99
109
|
|
|
100
|
-
v1.
|
|
110
|
+
v1.7.7 — see [CHANGELOG.md](./CHANGELOG.md) for history.
|
|
101
111
|
|
|
102
112
|
## License
|
|
103
113
|
|