Commit graph

151 commits

Author SHA1 Message Date
josh
2becdb4a56
fix(chat): drop mistral models and harden title generation (#1498)
Some checks failed
Lint / build (20) (push) Has been cancelled
Playwright Tests / test (push) Has been cancelled
2026-05-18 07:08:46 -07:00
josh
107a43a803
drop kimi-k2-0905, default to kimi-k2.5 (#1487) 2026-04-17 07:05:40 -07:00
Vincent Voyer
d25b71c0a1
fix: use optional chaining to fix lint errors (#1485) 2026-04-16 18:43:22 +02:00
dancer
f9652b452a
feat: v1 — persistent shell, model gateway, artifact improvements (#1462) 2026-03-20 02:37:02 -07:00
dancer
b4f595a68c
fix(auth): migrate from next-auth to better-auth (#1453) 2026-03-13 16:18:01 -07:00
Hayden Bleasel
453f5bb3e6
Upgrades (#1419)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-13 13:12:33 -07:00
dancer
3bc77653ad
fix(botid): re-add bot protection to demo branch (#1445) 2026-03-04 11:20:57 -08:00
dancer
99cd8699c1
fix(ai): validate models server-side and fix reasoning detection (#1443) 2026-03-03 07:56:05 -08:00
dancer
314f8ced57
fix(chat): handle inactive botid gracefully (#1437) 2026-03-02 07:06:22 -08:00
dancer
ad47aa0ee0
fix(chat): add ip-based rate limiting to prevent session rotation abuse (#1436) 2026-03-02 14:00:40 +00:00
dancer
4dc5d60103
fix(models): remove claude opus/sonnet 4.5 and default to gpt-4.1 mini (#1431) 2026-03-02 05:31:39 -08:00
dancer
e7ef7d8f9c
rename openchat branding to chatbot on demo (#1421) 2026-02-23 17:24:17 -08:00
dancer
f7b6b55a8b
rebrand ai-chatbot to openchat across app and api (#1418) 2026-02-20 15:28:40 -08:00
josh
9d5d8a3ea7
fix: title generation + ai sdk upgrade (#1392) 2026-01-15 16:06:42 +00:00
josh
22de923298
fix dialog animations, mobile input ux, and tool descriptions (#1362) 2025-12-20 00:23:15 +00:00
josh
4d3ba8d9fe
🎄 merry christmas: ai sdk v6 beta + tool approval (#1361) 2025-12-19 23:24:24 +00:00
josh
7942e97095
chore: remove tokenlens and token usage tracking (#1357) 2025-12-15 16:56:10 +00:00
josh
b1da86062e
feat: dynamic model discovery from vercel ai gateway (#1353) 2025-12-14 21:26:49 +00:00
josh
a3802348fa
fix: resolve scroll flickering on message send and improve thinking state animation (#1333) 2025-11-29 13:02:24 +00:00
Hayden Bleasel
31e6f41de9
Misc fixes (#1298) 2025-10-31 21:49:43 -07:00
peetzweg/
26bbbd6287
chore: fix minor typo in function name updateChatVisibilityById (#983)
Co-authored-by: Hayden Bleasel <hello@haydenbleasel.com>
2025-10-31 17:44:13 -07:00
Sheikh Sifat
31e02e935e
refactor: remove redundant and() in query condition (#1261) 2025-10-31 17:14:27 -07:00
Mateo Ortegon
d366de3c86
Fix: generate title from user message — use only text parts (#1279)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-31 17:09:46 -07:00
josh
1c13682721
chore: updated weather tool (#1269) 2025-10-09 19:28:04 +01:00
josh
ab402620df
feat: add delete all chats button to sidebar (#1267) 2025-10-09 18:51:17 +01:00
Hayden Bleasel
947ed094a6
Restore Ultracite + fix sidebar (#1233) 2025-09-21 19:02:31 +01:00
josh
1aff7d9868
Revert "Upgrade linter and formatter to Ultracite" (#1226) 2025-09-21 12:03:29 +01:00
Hayden Bleasel
0e320b391d
Upgrade linter and formatter to Ultracite (#1224) 2025-09-20 12:47:10 -07:00
Nicklas Scharpff
5ab695262f
Update tokenlens to canary with server side fetching (#1196)
Co-authored-by: josh <josh@afterima.ge>
2025-09-15 10:32:28 +01:00
Nico Albanese
38156eafcf
fix: add dialog for vercel ai gateway activation (#1195) 2025-09-13 20:40:08 +01:00
josh
eae41c635d
fix: small ui nits (#1178) 2025-09-09 22:19:34 +01:00
Brandon McConnell
848205f5cb
Upgrade to Tailwind CSS v4 (#1173) 2025-09-09 20:44:07 +01:00
Nicklas Scharpff
f2320bf321
fix: chat query (#1170)
Co-authored-by: josh <josh@afterima.ge>
2025-09-08 23:29:04 +01:00
josh
d3b3449eb8
Revert "chore: cleanup context window ui, adjust for reasoning + added db migration" (#1169) 2025-09-08 22:50:35 +01:00
Nicklas Scharpff
02dde68ea3
chore: cleanup context window ui, adjust for reasoning + added db migration 2025-09-08 22:47:13 +01:00
josh
431eb919b5
fix: lint workflow (#1167) 2025-09-08 21:02:06 +01:00
josh
73dae0d10f
fix: replace test models with lightweight mocks to resolve module errors (#1164) 2025-09-08 16:27:32 +01:00
josh
60b09d170c
fix: conditionally import test models to resolve Node.js module errors in production (#1163) 2025-09-08 16:08:57 +01:00
Nicklas Scharpff
1e539b65b3
feat: add tokenlens integration for language model usage tracking (#1161) 2025-09-08 15:56:10 +01:00
josh
dff2191611
integrate ai gateway and improve ui components (#1145) 2025-09-01 11:07:07 +01:00
josh
f09be3f286
feat: ai elements (#1143) 2025-08-28 14:15:36 +01:00
Jeremy
4c281fe09d
chore: update to ai sdk v5 beta (#1074) 2025-07-03 02:26:34 -07:00
Jeremy
8a7d3e9950
feat: improve error messages (#1006) 2025-05-13 19:01:28 -07:00
Jeremy
9127e1be88
chore: update links to migration docs (#990)
Co-authored-by: brian <brian@antimetal.com>
2025-05-07 21:59:44 -07:00
Jeremy
75af1320f4
fix: race condition after resumable stream ends (#986) 2025-05-07 16:02:53 -07:00
Jeremy
e529d99974
fix: strip tags from output (#978) 2025-05-02 16:45:26 -07:00
Jeremy
575c12503c
fix: support setting visibility on initial chat creation (#975) 2025-05-01 17:47:48 -07:00
Jeremy
a3221fbcdc
feat: support resuming ongoing streams (#974) 2025-05-01 12:36:52 -07:00
Jeremy
1fd2302914
chore: tweak migration script to handle message order (#969) 2025-04-30 16:04:09 -07:00
Jeremy
721b30e6f9
fix: do not include backticks for code blocks (#966) 2025-04-29 17:18:51 -07:00