ChickenPige0n
acf7ae0cd7
style: update surface colors and typography for improved contrast and readability across various components
...
- Changed text colors from surface-400 to surface-600 and surface-500 to surface-700 for better visibility in multiple Svelte files.
- Updated background and border colors in app.css for a more cohesive industrial design.
- Adjusted font weights and sizes for headings, labels, and buttons to enhance clarity and user experience.
- Refined styles for tables, badges, and buttons to align with the new design language.
- Added new styles for input fields and switches to maintain consistency in the UI.
2026-07-14 19:13:27 +08:00
ChickenPige0n
0968545b5a
refactor(admin-web): polish Chinese UI and bits-ui controls
...
Map roles to Chinese labels, remove ADR/spec wording from the surface, and replace native selects/checkboxes/modals with bits-ui Select, Checkbox, Switch, Dialog, Label, and Collapsible.
2026-07-14 19:13:27 +08:00
ChickenPige0n
552c1c353e
feat: add org admin SPA for models, roles and provider
...
Introduce admin-web (Skeleton/SvelteKit), Prisma models for provider connection / OrgModel / OrgRole, DB-backed runtime settings, and admin API routes so org admins can manage agent configuration end-to-end.
2026-07-14 19:13:14 +08:00
sjfhsjfh
461d2e89b0
chore: Merge origin/main: hub v0.0.23-v0.0.25 into main with spec-rewrite
2026-07-14 15:44:21 +08:00
hongjr03
93f252b177
chore: release v0.0.25
v0.0.25
2026-07-13 17:05:47 +08:00
hongjr03
2211beb42c
fix: move folder creation into project move flow
2026-07-13 17:05:45 +08:00
hongjr03
2f0e0f2cd7
chore: release v0.0.24
v0.0.24
2026-07-13 16:52:51 +08:00
hongjr03
69837bd50c
feat: redesign Feishu project console
2026-07-13 16:52:45 +08:00
hongjr03
82f57317df
feat: archive bindings on Feishu lifecycle events
2026-07-13 15:53:28 +08:00
hongjr03
d94cc787b2
Revert "fix: import legacy projects without wrapper folder"
...
This reverts commit 4f8df12fb0 .
2026-07-13 15:28:59 +08:00
hongjr03
4f8df12fb0
fix: import legacy projects without wrapper folder
2026-07-13 15:27:57 +08:00
sjfhsjfh
3ebe4b754d
refactor(spec): clean prose patterns across all modules
...
Remove filler/redundant patterns: 钉死/钉, 本模块, likec4 画不出/画得出,
臆造, 散文, 分歧点测试, 纯 plumbing, 恰好, 留白, 宪法第N条, 刻意.
No code definitions changed, only doc comments.
2026-07-13 11:26:23 +08:00
sjfhsjfh
3fa6a5a5a5
fix(spec): replace @Claude with @bot in Prelude and Run
2026-07-12 18:55:52 +08:00
sjfhsjfh
be4260bcd0
refactor(spec): move AgentRole/Run/Memory/AgentSurface into System/Agent/ subdir
2026-07-12 18:43:11 +08:00
sjfhsjfh
a4449f03c4
chore: ignore .env
2026-07-12 18:38:45 +08:00
sjfhsjfh
01bc20d25f
feat(spec): add AgentRole, AgentSkill, RoleSkillBinding (ADR-0017/0018)
2026-07-12 18:38:17 +08:00
sjfhsjfh
38c3231190
refactor(spec): generalize Feishu to Connections
...
- Connections/Prelude.lean: ConnectionProvider 枚举 (当前仅飞书)
- Connections/Feishu.lean: FeishuAppBinding + FeishuProfile
- Connections.lean: ConnectionBinding/ConnectionProfile inductive
- Organization.feishu → connections: List ConnectionBinding
- User.feishu → connections: List ConnectionProfile
- 删除 FeishuConnection.lean
2026-07-12 15:54:16 +08:00
sjfhsjfh
63416e06ea
refactor(spec): move FeishuProfile to FeishuConnection, clean docs
...
- FeishuProfile 从 User.lean 移到 FeishuConnection.lean
- User.lean 只留用户创建路径声明
- 清理所有 doc comment
2026-07-12 09:33:33 +08:00
sjfhsjfh
39bd2c9ff7
feat(spec): pin org-feishu app binding to 1:1
...
- FeishuConnection.lean: FeishuAppBinding (appId + appSecretEnvelope)
- Organization.feishu: Option FeishuAppBinding (Option 自带 1:1)
- 删除 FeishuConnectionId (不再需要游离类型)
- FeishuProfile 删除 connection 字段 (由 org 隐含)
2026-07-12 09:29:41 +08:00
sjfhsjfh
e17e038232
feat(spec): add FeishuUserId to FeishuProfile
...
飞书 user_id 是租户内身份,换应用不变;open_id 是应用内身份,换应用即变。
两者都存:user_id 更稳定,open_id 是 API 调用句柄。
2026-07-12 09:26:13 +08:00
sjfhsjfh
678bc9f56c
refactor(spec): tighten prose, replace jargon
...
- 角色格→角色体系 (3处)
- 租户根/tenant root→租户 (3处)
- 清理 Hierarchy/Organization/System 的 doc 注释
2026-07-12 09:23:39 +08:00
hongjr03
07aa10ef27
chore: release v0.0.23
v0.0.23
2026-07-12 02:42:49 +08:00
hongjr03
816af1abdb
feat: add paginated project discovery
2026-07-12 02:40:53 +08:00
sjfhsjfh
3a50ed0ce2
feat(spec): add three-tier subject hierarchy and org role lattice
...
- Hierarchy.lean: Platform/Organization/User struct, 三层主体层级
- User.lean: FeishuProfile, 飞书身份是绑定不是本体
- User struct: id/displayName/passwordHash/feishu
- Organization.lean: OrganizationRole(owner/admin/member) + 成员管理规则
- Prelude.lean: UserId/FeishuOpenId/FeishuConnectionId
实现偏离: spec 钉 User 为独立实体, 实现 User.id 由飞书身份派生
lake build 35/35 全绿
2026-07-12 00:21:13 +08:00
hongjr03
53d372e29b
fix: report untracked legacy symlinks
v0.0.22
2026-07-11 23:37:25 +08:00
hongjr03
530fcdd2b7
feat: migrate legacy projects through binding search
v0.0.21
2026-07-11 23:33:23 +08:00
hongjr03
53998d2651
fix: enable proxy use in new silos
v0.0.20
2026-07-11 15:07:28 +08:00
hongjr03
5b55cf18a8
Revert "fix: accept SDK provider capability headers"
...
This reverts commit e7ad5580ec .
2026-07-11 15:06:48 +08:00
hongjr03
b0d691d53f
Revert "fix: pass provider capability as API key"
...
This reverts commit f065f9f978 .
2026-07-11 15:06:48 +08:00
hongjr03
1f48c5b707
Revert "fix: provide capability for both SDK auth modes"
...
This reverts commit ebf870249f .
2026-07-11 15:06:48 +08:00
hongjr03
12a2f3117f
Revert "fix: preserve run provider capability"
...
This reverts commit 63c86322de .
2026-07-11 15:06:48 +08:00
hongjr03
2ee84d9543
Revert "fix: carry provider capability in dedicated header"
...
This reverts commit 3087132083 .
2026-07-11 15:06:47 +08:00
hongjr03
3087132083
fix: carry provider capability in dedicated header
v0.0.19
2026-07-11 15:02:51 +08:00
hongjr03
63c86322de
fix: preserve run provider capability
v0.0.18
2026-07-11 15:00:34 +08:00
hongjr03
ebf870249f
fix: provide capability for both SDK auth modes
v0.0.17
2026-07-11 14:59:00 +08:00
hongjr03
f065f9f978
fix: pass provider capability as API key
v0.0.16
2026-07-11 14:57:22 +08:00
hongjr03
e7ad5580ec
fix: accept SDK provider capability headers
v0.0.15
2026-07-11 14:55:29 +08:00
hongjr03
19d942e812
feat: automate managed silo provisioning
2026-07-11 14:53:03 +08:00
hongjr03
e5e923dd34
feat: add repeatable alpha silo setup
2026-07-11 14:30:50 +08:00
hongjr03
df0b12e38b
fix: hide per-run cost from Feishu replies
v0.0.14
2026-07-11 14:11:59 +08:00
hongjr03
83ec835d4c
fix: show Feishu OAuth completion page
v0.0.13
2026-07-11 14:07:43 +08:00
hongjr03
6ed56ddfc8
feat: auto-join scoped Feishu OAuth users
v0.0.12
2026-07-11 14:00:43 +08:00
hongjr03
3bf643ff4d
fix: guide Feishu users through onboarding
v0.0.11
2026-07-11 13:52:19 +08:00
hongjr03
d36b00bbec
feat: make agent roles and skills dynamic
v0.0.10
2026-07-11 12:55:05 +08:00
hongjr03
17c0536958
fix: enable only curated agent skills
v0.0.9
2026-07-11 12:25:52 +08:00
hongjr03
96e120e02c
feat: add curated curriculum agent skills
v0.0.8
2026-07-11 12:22:01 +08:00
hongjr03
1a892ccb54
chore: release hub 0.0.7
v0.0.7
2026-07-11 02:42:35 +08:00
hongjr03
9d494f446f
docs: clarify Feishu user profile permissions
2026-07-11 02:42:09 +08:00
hongjr03
5a65188b5d
fix: allow arbitrary workspace file delivery
2026-07-11 02:41:14 +08:00
hongjr03
7fcb57013e
fix: restore bounded agent sandbox execution
v0.0.6
2026-07-11 02:34:56 +08:00