Narasimha-sc
1b86dc2eea
support-bot: update bot commands before sending commands
2026-04-24 15:13:03 +00:00
Narasimha-sc
8e9566d3c2
Don't change username for existing database
2026-04-24 14:22:35 +00:00
Narasimha-sc
d061760f4f
support-bot: /team should give owner to invited member
2026-04-23 15:39:19 +00:00
Narasimha-sc
231a71e3c2
support-bot: no re-invite if already invited
2026-04-23 10:30:35 +00:00
Narasimha-sc
a5f3d3f6d3
support-bot: Implement adversarial review changes
2026-04-23 09:43:57 +00:00
Narasimha-sc
6ea8a0cd89
support-bot: plans use params instead of regex in /join
2026-04-23 08:38:42 +00:00
Narasimha-sc
5e96cfbaf6
support-bot: implement /join ID inside card
2026-04-21 10:25:03 +00:00
Narasimha-sc
6d1da60bf2
support-bot: /join ID part of card in plan
2026-04-21 09:50:33 +00:00
Narasimha-sc
40b814c423
support-bot: plans adversarial review
2026-04-21 09:13:36 +00:00
Narasimha-sc
c0bdf53ef9
Fix Grok revertStateOnFail race condition
2026-04-18 13:23:58 +00:00
Narasimha-sc
fde776dcf2
support-bot: implement customData state
2026-04-18 12:39:03 +00:00
Narasimha-sc
2e082f2b77
support-bot: Update state machine plans
2026-04-18 11:25:05 +00:00
Narasimha-sc
3b5920ab9c
Update plan for state derivation
2026-04-18 10:28:35 +00:00
Narasimha-sc
84e8c41c09
support-bot: update plans to reflect latest changes
2026-04-17 20:47:43 +00:00
Narasimha-sc
cbf1bf3cfb
support-bot: correct messages
2026-04-17 19:30:56 +00:00
Narasimha-sc
7915ab327e
support-bot: /team message when grok present
2026-04-17 12:29:20 +00:00
Narasimha-sc
7136e12c18
cardFlushMinutes 15 -> cardFlushSeconds 300
2026-04-17 12:11:44 +00:00
Narasimha-sc
5ab7e81c14
support-bot: change messages
2026-04-17 12:08:52 +00:00
Narasimha-sc
3a6a024d59
Remove unused strings.ts
2026-04-17 12:01:43 +00:00
Narasimha-sc
0a0f146e52
Rename Grok AI -> Grok
2026-04-17 11:51:53 +00:00
Narasimha-sc
f6a5a8d824
support-bot: load context from context file
2026-04-17 11:13:20 +00:00
Narasimha-sc
6d69cf9a7c
support-bot: add tests for Grok batch dedup and initial response gating
...
7 new tests covering the duplicate Grok reply fix:
- batch dedup: only last customer message per group triggers API call
- batch dedup: multi-group batches handled independently
- batch dedup: non-customer messages filtered from batch
- initial response gating: per-message responses suppressed during activateGrok
- gating clears: per-message responses resume after activation completes
Update implementation plan test catalog (122 → 129 tests).
2026-04-16 10:55:28 +00:00
Narasimha-sc
1f1777cbe1
support-bot: more improvemets
2026-04-16 10:23:19 +00:00
Narasimha-sc
0d86046673
Merge branch 'nd/bot' of https://github.com/simplex-chat/simplex-chat into nd/bot
2026-04-15 12:14:06 +00:00
Narasimha-sc
8c9fe703a2
support-bot: use apiCreateMemberContact and apiSendMemberContactInvitation instead of raw commands
...
Replace sendChatCmd("/_create member contact ...") and sendChatCmd("/_invite member contact ...")
with the typed API methods added in simplex-chat-nodejs. Update plans and build script accordingly.
2026-04-15 07:17:54 +00:00
Narasimha-sc
1998f9d051
support-bot: implement stateless bot with cards, Grok, team flow, hardening
...
Complete rewrite of the support bot to stateless architecture:
- State derived from group composition + chat history (survives restarts)
- Card dashboard in team group with live status, preview, /join commands
- Two-profile architecture (main + Grok) with profileMutex serialization
- Grok join race condition fix via bufferedGrokInvitations
- Card preview: newest-first truncation, newline sanitization, sender prefixes
- Best-effort startup (invite link, group profile update)
- Team group preferences: directMessages, fullDelete, commands
- 122 tests across 27 suites
2026-04-15 07:17:54 +00:00
Narasimha-sc
afec577ea8
support-bot: update implementation plan
2026-04-15 07:17:54 +00:00
Narasimha-sc
219d946c7a
support-bot: update product spec — complete state, /join team-only, card debouncing
...
- Group preferences applied once at creation, not on every startup
- /join restricted to team group only
- Team/Grok reply or reaction auto-completes conversation (✅ )
- Customer message reverts to incomplete
- Card updates debounced globally with 15-minute batch flush
2026-04-15 07:17:54 +00:00
Narasimha-sc
599e627adb
support-bot: review and refine product spec
2026-04-15 07:17:54 +00:00
Narasimha-sc
3f5d69c857
support-bot: update plan
2026-04-15 07:17:54 +00:00
Narasimha-sc
54b6295766
simplex-support-bot: update product design plan
2026-04-15 07:17:54 +00:00
Narasimha-sc
e95b46fec1
simplex-support-bot: Update support plan to reflect current flow
2026-04-15 07:17:54 +00:00
Narasimha-sc
0e8adf4dea
Further usability improvements
2026-04-15 07:17:54 +00:00
Narasimha-sc
7da9aa932a
apps: simplex-support-bot: Change Grok logo
2026-04-15 07:17:54 +00:00
Narasimha-sc
0e97a4e92f
apps: support-bot /add command & fixes
2026-04-15 07:17:54 +00:00
Narasimha-sc
bbf98376f6
support-bot: Fix basic functionality
2026-04-15 07:17:54 +00:00
Narasimha-sc
8aa1b90b79
apps: support bot relocate
2026-04-15 07:17:54 +00:00
Narasimha-sc
45a100f93e
apps: support bot code & tests
2026-04-15 07:17:54 +00:00
Narasimha-sc
a314b499d6
Relocate plans
2026-04-15 07:17:53 +00:00
Narasimha-sc
9788994451
plans: Update 20260207-support-bot-implementation.md
2026-04-15 07:17:53 +00:00
Narasimha-sc
0ea86b0c11
plans: 20260207-support-bot-implementation.md
2026-04-15 07:17:53 +00:00
Narasimha-sc
ef89932079
Update 20260207-support-bot.md
2026-04-15 07:17:53 +00:00
Narasimha-sc
b5e4785f35
plans: 20260207-support-bot.md
2026-04-15 07:17:53 +00:00
sh
5c6514ee91
simplex-chat-nodejs: bump version ( #6812 )
2026-04-14 16:15:39 +01:00
spaced4ndy
424b869750
core: don't save owner key as passed by relay, if owner record doesn't exist ( #6806 )
2026-04-14 11:15:12 +00:00
spaced4ndy
79a9860159
core: fix group link update overwriting owners ( #6804 )
...
* core: fix group link update overwriting owners
* fix
* rename
2026-04-14 10:02:02 +01:00
another-simple-pixel
5eae0bab23
website: center roadmap labels on desktop ( #6795 )
2026-04-13 19:18:11 +01:00
another-simple-pixel
de813dc0d0
website: fix horizontal scrollbar on Windows ( #6801 )
2026-04-13 19:17:25 +01:00
another-simple-pixel
e977b46e9e
website: update section 3 dark theme illustrations ( #6802 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-13 19:16:24 +01:00
sh
b5842380f6
gradle: remove obsolete JetBrains Space dev repo causing 503 build failures ( #6803 )
2026-04-13 17:19:56 +01:00