Skip to content

Commit b579f15

Browse files
sgx-labsclaude
andcommitted
Update Discord invite link across all files
Old link (GZGHtrrKF2) was invalid. Replaced with new permanent invite (9KfTkcGs7g) in 6 files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cd98c8e commit b579f15

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Latest Release](https://img.shields.io/github/v/release/sgx-labs/statelessagent)](https://github.com/sgx-labs/statelessagent/releases)
77
[![GitHub Stars](https://img.shields.io/github/stars/sgx-labs/statelessagent)](https://github.com/sgx-labs/statelessagent)
88
[![MCP Tools](https://img.shields.io/badge/MCP_Tools-12-8A2BE2.svg)](#mcp-tools)
9-
[![Discord](https://img.shields.io/discord/1468523556076785757?color=5865F2&label=Discord&logo=discord&logoColor=white)](https://discord.gg/GZGHtrrKF2)
9+
[![Discord](https://img.shields.io/discord/1468523556076785757?color=5865F2&label=Discord&logo=discord&logoColor=white)](https://discord.gg/9KfTkcGs7g)
1010

1111
> **Your AI forgets everything between sessions. Not anymore.**
1212
@@ -495,7 +495,7 @@ All evaluation uses synthetic vault data with known relevance judgments. No user
495495

496496
## Community
497497

498-
[Discord](https://discord.gg/GZGHtrrKF2) · [GitHub Discussions](https://github.com/sgx-labs/statelessagent/discussions)
498+
[Discord](https://discord.gg/9KfTkcGs7g) · [GitHub Discussions](https://github.com/sgx-labs/statelessagent/discussions)
499499

500500
## Support
501501

cmd/same/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Quick Start:
122122
same status See what SAME is tracking
123123
same doctor Check if everything is working
124124
125-
Need help? https://discord.gg/GZGHtrrKF2`,
125+
Need help? https://discord.gg/9KfTkcGs7g`,
126126
CompletionOptions: cobra.CompletionOptions{
127127
DisableDefaultCmd: true,
128128
},

install.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Write-Host ""
5353
$arch = [System.Environment]::Is64BitOperatingSystem
5454
if (-not $arch) {
5555
Write-Host " SAME requires 64-bit Windows."
56-
Write-Host " Please ask for help: https://discord.gg/GZGHtrrKF2"
56+
Write-Host " Please ask for help: https://discord.gg/9KfTkcGs7g"
5757
exit 1
5858
}
5959

@@ -198,7 +198,7 @@ if (-not $BinaryAcquired) {
198198
Write-Host " cd statelessagent; make install"
199199
Write-Host ""
200200
Write-Host " 3. Ask for help"
201-
Write-Host " https://discord.gg/GZGHtrrKF2"
201+
Write-Host " https://discord.gg/9KfTkcGs7g"
202202
exit 1
203203
}
204204

@@ -241,7 +241,7 @@ try {
241241
Write-Host " Or manually unblock: Right-click same.exe > Properties > Unblock"
242242
Write-Host " File location: $OutputFile"
243243
Write-Host ""
244-
Write-Host " Still stuck? Discord: https://discord.gg/GZGHtrrKF2"
244+
Write-Host " Still stuck? Discord: https://discord.gg/9KfTkcGs7g"
245245
exit 1
246246
}
247247

@@ -366,5 +366,5 @@ if (-not $MissingOllama -and -not $MissingNode) {
366366
Write-Host ""
367367
Write-Host " ${Dim}You can run 'same init' right now - no need to restart the terminal!${Reset}"
368368
Write-Host ""
369-
Write-Host " Questions? https://discord.gg/GZGHtrrKF2"
369+
Write-Host " Questions? https://discord.gg/9KfTkcGs7g"
370370
Write-Host ""

install.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ case "$OS" in
8989
*)
9090
echo " Hmm, I don't recognize your Mac's processor: $ARCH"
9191
echo " This is unusual. Please ask for help in our Discord:"
92-
echo " https://discord.gg/GZGHtrrKF2"
92+
echo " https://discord.gg/9KfTkcGs7g"
9393
exit 1
9494
;;
9595
esac
@@ -121,7 +121,7 @@ case "$OS" in
121121
echo " I only support 64-bit Linux (x86_64 and ARM64) right now."
122122
echo " Your system reports: $ARCH"
123123
echo " Please ask for help in our Discord:"
124-
echo " https://discord.gg/GZGHtrrKF2"
124+
echo " https://discord.gg/9KfTkcGs7g"
125125
exit 1
126126
;;
127127
esac
@@ -135,7 +135,7 @@ case "$OS" in
135135
echo " I don't recognize your operating system: $OS"
136136
echo " SAME works on macOS, Linux, and Windows."
137137
echo " Please ask for help in our Discord:"
138-
echo " https://discord.gg/GZGHtrrKF2"
138+
echo " https://discord.gg/9KfTkcGs7g"
139139
exit 1
140140
;;
141141
esac
@@ -212,7 +212,7 @@ no_binary_error() {
212212
echo " cd statelessagent && make install"
213213
echo ""
214214
echo " 3. Ask for help"
215-
echo " https://discord.gg/GZGHtrrKF2"
215+
echo " https://discord.gg/9KfTkcGs7g"
216216
exit 1
217217
}
218218

@@ -334,7 +334,7 @@ if ! "$OUTPUT" version >/dev/null 2>&1; then
334334
echo " Please share this info in Discord and we'll help:"
335335
echo " - OS: $OS_NAME ($ARCH_NAME)"
336336
echo " - File: $OUTPUT"
337-
echo " https://discord.gg/GZGHtrrKF2"
337+
echo " https://discord.gg/9KfTkcGs7g"
338338
exit 1
339339
fi
340340

@@ -533,5 +533,5 @@ elif [ "$MISSING_NODE" = true ]; then
533533
fi
534534

535535
echo ""
536-
echo " Questions? Join us: https://discord.gg/GZGHtrrKF2"
536+
echo " Questions? Join us: https://discord.gg/9KfTkcGs7g"
537537
echo ""

internal/setup/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ func checkOllama() error {
379379
fmt.Println()
380380
fmt.Println(" Once the llama icon appears, run 'same init' again.")
381381
fmt.Println()
382-
fmt.Println(" Need help? Join our Discord: https://discord.gg/GZGHtrrKF2")
382+
fmt.Println(" Need help? Join our Discord: https://discord.gg/9KfTkcGs7g")
383383
return fmt.Errorf("Ollama not running. Start Ollama and try 'same init' again")
384384
}
385385
defer resp.Body.Close()

internal/setup/welcome/SAME-Quick-Reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ Run `same display compact` or `same display quiet`.
9595

9696
- Run `same doctor` for diagnostics
9797
- Check `same --help` for all commands
98-
- Discord: https://discord.gg/GZGHtrrKF2
98+
- Discord: https://discord.gg/9KfTkcGs7g

0 commit comments

Comments
 (0)