zhenyi
1ef37786b1
feat(landing): add landing page components
2026-05-31 13:12:32 +08:00
zhenyi
8b8c9e5e33
feat(api): add rest embed channel handler
2026-05-31 13:12:28 +08:00
zhenyi
fcddc06cfe
fix(workplan): update workplan chat and settings components
2026-05-31 13:12:14 +08:00
zhenyi
7a1b03060e
fix(repo): update repository page components
2026-05-31 13:12:08 +08:00
zhenyi
71d2e059a6
fix(issues): update issue page components
2026-05-31 13:12:01 +08:00
zhenyi
e1cbbc1e0f
fix(workspace): update workspace, me, and settings pages
2026-05-31 13:11:56 +08:00
zhenyi
879aafa3fa
fix(socket): add missing article events and notification types
2026-05-31 13:11:51 +08:00
zhenyi
29e6f6214d
fix(channel): update channel components and article draft
2026-05-31 13:11:44 +08:00
zhenyi
82475e95d5
fix(auth): update auth page components
2026-05-31 13:11:37 +08:00
zhenyi
71f90bcd4d
fix(ai-elements): update AI element and mention-chip components
2026-05-31 13:11:32 +08:00
zhenyi
0f7b05f7ef
fix(components): update shell components and settings modal null check
2026-05-31 13:11:26 +08:00
zhenyi
a96222cc28
fix(ui): add asChild support to Button and update theme styles
2026-05-31 13:11:19 +08:00
zhenyi
6a0fcf5343
chore: update dependencies and configuration
2026-05-31 13:11:13 +08:00
zhenyi
779e4eae2f
feat(channel): add article feed and composer with room type support
...
- Add ArticleFeed component for article-based channels
- Implement ArticleComposer with draft persistence
- Add Newspaper icon for article room type
- Update ChannelPage to conditionally render article feed vs message view
- Add article-related API endpoints and models
- Reset thread view when switching rooms
- Add room type check in channel sidebar
- Update CSS to hide scrollbars globally
- Add gRPC message size limit configuration
- Fix git diff tree handling
2026-05-31 03:09:49 +08:00
zhenyi
f947c931cd
actor(visibilityref): update function visibility and formatting across modules
2026-05-30 22:54:09 +08:00
zhenyi
9ffc7c9fb3
refactor(git): update git command to use trusted parameters
...
- Modified commit creation to use trusted GitCommandParams
- Ensured secure command execution with trusted parameter validation
- Maintained existing commit OID handling and update reference logic
2026-05-30 20:06:44 +08:00
zhenyi
4f76816de8
feat: add mention-textarea-overlay and repo-mention-popover components
2026-05-30 15:08:27 +08:00
zhenyi
dbcdf04817
fix: update socket fallback
2026-05-30 15:08:22 +08:00
zhenyi
3b63a43404
feat: update workplan chat components (conversation, sidebar, bubble, utils)
2026-05-30 15:08:18 +08:00
zhenyi
600ed2de35
feat: update workspace settings general page
2026-05-30 15:08:14 +08:00
zhenyi
c7d67960b7
feat: update workspace repo pages (branches, code, commits, layout, settings, tags)
2026-05-30 15:08:10 +08:00
zhenyi
a771dcf5be
feat: update workspace issues page
2026-05-30 15:08:05 +08:00
zhenyi
b6a4bd0210
feat: update workspace channel components (header, sidebar, thread-panel, composer, etc)
2026-05-30 15:08:01 +08:00
zhenyi
04798b5adb
feat: update appearance settings page
2026-05-30 15:07:56 +08:00
zhenyi
b489296b08
feat: update personal chat conversation page
2026-05-30 15:07:51 +08:00
zhenyi
f658c5ae96
feat: update UI components (badge, button, card, input, textarea)
2026-05-30 15:07:46 +08:00
zhenyi
9b1f764ab8
feat: update shell components (rail, settings-sidebar, workspace-sidebar)
2026-05-30 15:07:42 +08:00
zhenyi
db5b54025b
feat: update App entry and global styles
2026-05-30 15:07:36 +08:00
zhenyi
79b03a90a7
refactor: update Socket.IO actix integration
2026-05-30 15:07:31 +08:00
zhenyi
3e07fedd0c
refactor: update agent service (context, run, sse)
2026-05-30 15:07:26 +08:00
zhenyi
4d2e4d8b36
refactor: update channel pagination and reconnect
2026-05-30 15:07:20 +08:00
zhenyi
22192301a0
refactor: update channel HTTP layer (out_event, types, ws)
2026-05-30 15:07:16 +08:00
zhenyi
2b7777adbc
refactor: update channel HTTP handlers (ban, message, room, thread)
2026-05-30 15:07:12 +08:00
zhenyi
25b73e1054
refactor: update channel bus and thread event
2026-05-30 15:07:07 +08:00
zhenyi
d0155c66d2
refactor: update Rust API channel layer (interact, message, mod)
2026-05-30 15:07:03 +08:00
zhenyi
70818a7c71
chore: update Cargo.toml dependencies
2026-05-30 15:06:58 +08:00
zhenyi
c3370707af
fix: remove unused imports and parameter in thread-sidebar
2026-05-30 15:00:06 +08:00
zhenyi
41bd76c45b
fix: remove unused imports and variables in thread-pane
2026-05-30 15:00:01 +08:00
zhenyi
ccc344debd
fix: make onSend callback async to match Promise<void> return type
2026-05-30 14:59:57 +08:00
zhenyi
3d54df27b4
fix: remove dead code and fix isDark property reference on ThemeColors
2026-05-30 14:59:53 +08:00
zhenyi
9ec6bce9c9
fix: remove unused AnimatePresence import and sessions variable
2026-05-30 14:59:49 +08:00
zhenyi
1b5e9799eb
fix: add missing import and export for ApproveWorkspaceJoinApply
2026-05-30 14:59:45 +08:00
zhenyi
a835610737
feat: 1.0
2026-05-30 01:38:40 +08:00
zhenyi
e1330451a5
feat: 1.0
2026-05-30 01:38:27 +08:00
zhenyi
2b543f5e37
refactor(ui): remove deprecated project components
...
Delete unused project components:
- Board: BoardColumn, BoardHeader, BoardListView, BoardModals, KanbanBoard
- Channel: RoomSettingsModal, AiSettings
- Issue: IssueSidebar, ReactionBar
- Skills: CreateSkillDialog, DeleteSkillDialog
- ProjectCreateMenuModal
2026-05-20 13:39:18 +08:00
zhenyi
f6f69a063e
refactor(ui): remove deprecated me page components
...
Delete unused components:
- ActivityTimeline, ContributionHeatmap, CreateProjectModal
- FollowerCardList, MeSidebar, NotificationList
- ProfileHeader, ProjectList, RepoList, UserCardList
- LoadingSpinner (replaced by LoadingState)
2026-05-20 13:38:36 +08:00
zhenyi
5827d561db
refactor(agent): remove deprecated chat modules
...
Delete deprecated chat components:
- agent_profile, context, message_builder
- nonstreaming_execution, session_recording
These are superseded by the consolidated chat module.
2026-05-20 13:38:25 +08:00
zhenyi
d3de12717d
refactor(room): consolidate AI service modules
...
Delete redundant AI service implementations:
- ai_mode_streaming variants
- ai_react_streaming variants
- process_ai
These are superseded by the consolidated ai_service module.
2026-05-20 13:38:11 +08:00
zhenyi
6dbbd22036
chore: remove workspace module
...
Delete deprecated workspace module:
- libs/api/workspace: workspace API handlers
- libs/service/workspace: workspace business logic
2026-05-20 13:37:43 +08:00
zhenyi
d59647d9a8
chore: remove gingress ingress controller and proxy
...
Delete unused ingress controller and proxy components:
- apps/gingress: Kubernetes ingress controller
- libs/gingress-proxy: Gateway proxy with rate limiting, TLS, etc.
- docker/gingress.Dockerfile
2026-05-20 13:37:32 +08:00