Commit Graph

47 Commits (3cf6855dfe16229448898194213a446379278a3a)

Author SHA1 Message Date
sp mac bookpro 2605 3cf6855dfe refactor: split AgentEditor into module files; remove redundant local images 2026-06-01 13:07:10 +08:00
sp mac bookpro 2605 6b8ccf0af2 feat: points mall page and api spec 2026-05-30 20:31:24 +08:00
sp mac bookpro 2605 e93073fd74 docs: add release steps 2026-05-29 23:52:41 +08:00
sp mac bookpro 2605 b2df36647c feat: token stats and feature gating 2026-05-29 22:39:13 +08:00
sp mac bookpro 2605 e3997c661e style(chat): compact markdown and scroll to latest on refresh 2026-05-29 21:48:07 +08:00
sp mac bookpro 2605 cc4aaffa5f style(chat): reduce markdown spacing 2026-05-29 21:23:19 +08:00
sp mac bookpro 2605 082e2800a8 refactor(chat): load history without sessionId 2026-05-29 21:15:44 +08:00
sp mac bookpro 2605 b6090f0897 feat(chat): handle retry SSE event 2026-05-29 20:56:40 +08:00
sp mac bookpro 2605 cb115f1a88 fix(chat): respect user scroll and tighten markdown 2026-05-29 20:43:28 +08:00
sp mac bookpro 2605 f7abd99a3e feat(chat): stream reasoning via SSE 2026-05-29 20:21:12 +08:00
sp mac bookpro 2605 e2855e0e46 refactor(agent-editor): save only on explicit action 2026-05-29 19:27:41 +08:00
sp mac bookpro 2605 f0271c9027 fix(chat): guard null history messages 2026-05-29 15:50:41 +08:00
sp mac bookpro 2605 72dc484f80 fix(chat): create session and send model for stream 2026-05-29 15:48:20 +08:00
sp mac bookpro 2605 bd8a494cb2 fix(chat): keybinds and composer ui 2026-05-29 14:55:03 +08:00
sp mac bookpro 2605 4a2578121a fix(chat): remove aggregated default model option 2026-05-29 14:42:15 +08:00
sp mac bookpro 2605 d6b416f5e7 refactor(chat): derive model options from agent detail 2026-05-29 14:18:42 +08:00
sp mac bookpro 2605 f665030ee6 refactor(chat): use select model picker in composer 2026-05-29 14:11:22 +08:00
sp mac bookpro 2605 6ad8a1517f refactor(agent-editor): use dropdown checkbox model picker 2026-05-29 14:05:12 +08:00
sp mac bookpro 2605 1d79e929f9 feat(chat): load allowed llms per agent 2026-05-29 13:58:04 +08:00
sp mac bookpro 2605 46875d6337 feat(agent-editor): support multi-select model field 2026-05-29 13:45:01 +08:00
sp mac bookpro 2605 604d549a79 fix(router): support /aura basename deployment 2026-05-28 16:17:27 +08:00
sp mac bookpro 2605 83e4fab788 build: set base path to /aura/ for subpath deployment 2026-05-28 00:47:02 +08:00
sp mac bookpro 2605 9536c2c927 refactor(constants): apply standard naming convention for placeholder image constants 2026-05-26 00:09:23 +08:00
sp mac bookpro 2605 2a5b4c472a feat(agent): disable skills section and remove mcp integration 2026-05-26 00:00:22 +08:00
sp mac bookpro 2605 1e810833ad feat(agent): hide temperature setting 2026-05-25 23:55:42 +08:00
sp mac bookpro 2605 d62df7bef7 feat(agent): temporarily disable team selection 2026-05-25 23:38:41 +08:00
sp mac bookpro 2605 0fd6274854 refactor(constants): rename default model icon to include size and color info 2026-05-25 23:36:21 +08:00
sp mac bookpro 2605 2a925ff514 build: add @types/node devDependency for vite config 2026-05-25 23:32:15 +08:00
sp mac bookpro 2605 e47cf675f0 fix(agent): use default placeholder for missing model icons and add constants file 2026-05-25 23:29:00 +08:00
sp mac bookpro 2605 c23df17355 fix(agent): constrain model logo size and handle long model names in select dropdown 2026-05-25 23:18:47 +08:00
sp mac bookpro 2605 7cf68160a8 feat(agent): support selecting models from api with calculated prices 2026-05-25 23:03:19 +08:00
sp mac bookpro 2605 109d9cc779 fix(agent): replace tailwind classes with custom css for avatar hover overlay 2026-05-25 19:28:20 +08:00
sp mac bookpro 2605 150a0b5a3a style(agent): improve visibility of avatar change overlay text 2026-05-25 19:16:16 +08:00
sp mac bookpro 2605 6ad12d8ad9 chore(vite): change dev server port to 3001 2026-05-24 22:07:22 +08:00
sp mac bookpro 2605 d336ea50af chore(api): change all production api endpoints to hoyidata.com 2026-05-24 20:58:13 +08:00
sp mac bookpro 2605 c03e54867f refactor(api): use absolute production URLs for all API calls instead of local proxy 2026-05-24 20:01:52 +08:00
sp mac bookpro 2605 3bae006887 chore(vite): proxy /api to https://api.redhare.cc/aura/v1 2026-05-24 19:52:11 +08:00
sp mac bookpro 2605 a77affbd0e fix(agent): correctly use initForm instead of form for description tag clicks 2026-05-24 19:48:59 +08:00
sp mac bookpro 2605 3d46372688 fix(agent): force form re-render when clicking tag to fill description 2026-05-24 19:42:07 +08:00
sp mac bookpro 2605 0793d8549e feat(agent): allow clicking tag to quick-fill description 2026-05-24 19:36:56 +08:00
sp mac bookpro 2605 cf4791b34d feat(chat): refactor chat page layout with secondary agent list sidebar
- 聊天页移至 /chat 路由,不再强制依赖 URL id
- 左侧增加二级侧边栏:展示用户所有 Agent 列表
- 当未选择 Agent 时显示空白状态占位
- 历史会话迁移至顶部栏『历史对话』Drawer 内
2026-05-24 19:13:40 +08:00
sp mac bookpro 2605 e474b4578d fix(auth): keep mock login and update title
- index.html 标题更新为 驷马智能
- mock 登录持久化到 localStorage,刷新不丢失
- mock 模式下 401 不再自动重定向回 /login,避免无法进入内部页面
2026-05-24 17:37:45 +08:00
sp mac bookpro 2605 889a58b4e8 feat(login): refactor layout and defer auth request
- Login 内容区固定 1440px,左右分栏对齐
- 将 LoginPage 内联样式抽离到 styles.css
- 移除启动时 /api/auth/me;改为点击登录时调用 https://api.redhare.cc/aura/v1/urser(失败默认通过)
2026-05-24 16:47:38 +08:00
sp mac bookpro 2605 79ae3ab274 chore(vite): change dev server port from 5173 to 3000 2026-05-24 16:24:35 +08:00
sp mac bookpro 2605 607b9bb9e7 chore: migrate from my-content-site (Next.js) to Vite-based aura-web
- Remove legacy my-content-site Next.js scaffold
- Add new Vite project structure (src/, public/, index.html, vite.config.ts)
- Add Docker support (Dockerfile, docker-compose.yml, nginx.conf)
- Add .env.example, .gitignore and updated README
2026-05-24 16:19:15 +08:00
yezhen 6aae76c636 feat: bootstrap Next.js content site 2026-05-15 16:36:01 +08:00
redhare 99750c6e79 添加 README.md 2026-05-15 16:12:18 +08:00