ChickenPige0n
b1ddf32238
chore: drop superseded admin-panel agent-config prototype after rebase onto main
...
main now ships the canonical org-scoped agent-config implementation
(OrganizationAgentRole/OrganizationAgentSkill + hub/src/agent/configuration.ts
+ hub/src/agent/skillStore.ts per ADR-0018, and envelope-encrypted
OrganizationProviderConnection per ADR-0024). The earlier admin-panel
prototype (OrgModel/OrgRole/simple ProviderConnection baseUrl+authToken,
modelRoutes.ts, agentConfig.ts, migration 20260710120000, admin-web
models/roles pages) is superseded and clashes with main's schema; drop it.
Follow-up still needed: rewire admin-web SPA to the new config APIs
(+layout.svelte nav still lists models/roles, RoleCard.svelte unused).
2026-07-14 19:13:28 +08:00
ChickenPige0n
9c33a4e9b9
feat: validate team slug format and improve error handling in team creation
2026-07-14 19:13:28 +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
hongjr03
2211beb42c
fix: move folder creation into project move flow
2026-07-13 17:05:45 +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
hongjr03
816af1abdb
feat: add paginated project discovery
2026-07-12 02:40:53 +08:00
hongjr03
530fcdd2b7
feat: migrate legacy projects through binding search
2026-07-11 23:33:23 +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
2026-07-11 15:02:51 +08:00
hongjr03
63c86322de
fix: preserve run provider capability
2026-07-11 15:00:34 +08:00
hongjr03
ebf870249f
fix: provide capability for both SDK auth modes
2026-07-11 14:59:00 +08:00
hongjr03
f065f9f978
fix: pass provider capability as API key
2026-07-11 14:57:22 +08:00
hongjr03
e7ad5580ec
fix: accept SDK provider capability headers
2026-07-11 14:55:29 +08:00
hongjr03
df0b12e38b
fix: hide per-run cost from Feishu replies
2026-07-11 14:11:59 +08:00
hongjr03
83ec835d4c
fix: show Feishu OAuth completion page
2026-07-11 14:07:43 +08:00
hongjr03
6ed56ddfc8
feat: auto-join scoped Feishu OAuth users
2026-07-11 14:00:43 +08:00
hongjr03
3bf643ff4d
fix: guide Feishu users through onboarding
2026-07-11 13:52:19 +08:00
hongjr03
d36b00bbec
feat: make agent roles and skills dynamic
2026-07-11 12:55:05 +08:00
hongjr03
17c0536958
fix: enable only curated agent skills
2026-07-11 12:25:52 +08:00
hongjr03
96e120e02c
feat: add curated curriculum agent skills
2026-07-11 12:22:01 +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
2026-07-11 02:34:56 +08:00
hongjr03
035c264179
fix: keep agent sandbox sockets on short paths
2026-07-11 02:22:19 +08:00
hongjr03
38d9a9c6cb
fix: bootstrap fresh alpha silo
2026-07-11 01:40:20 +08:00
hongjr03
9e954790dc
feat: add deployable alpha silo
2026-07-11 00:25:45 +08:00
hongjr03
44557da499
feat: secure organization Feishu credentials
2026-07-10 23:13:11 +08:00
hongjr03
848f913597
feat: secure organization provider credentials
2026-07-10 22:04:43 +08:00
hongjr03
d730e51c3d
fix: enforce active organization boundary
2026-07-10 18:42:12 +08:00
hongjr03
f07f280b8f
fix: prove Linux Agent sandbox boundary
2026-07-10 17:59:56 +08:00
hongjr03
f4968d6657
fix: confine Agent and MCP data access
2026-07-10 16:38:08 +08:00
hongjr03
73fa28a178
feat: provision non-root Hub service
2026-07-10 15:59:35 +08:00
hongjr03
1094ebd651
fix: let agents download Feishu message resources
2026-07-10 12:17:07 +08:00
hongjr03
4ca4afb141
docs: define SaaS capacity controls
2026-07-10 12:07:08 +08:00
hongjr03
008c8bcd09
feat(hub): add org sessions and usage admin APIs
...
List project agent sessions/runs and aggregate AgentRun cost and token
usage by project and optional folder for org admins.
2026-07-10 00:55:43 +08:00
hongjr03
683d5674d1
feat(hub): add org members, teams, and project team-access APIs
...
Manage memberships with last-OWNER protection, team lifecycle (archive
revokes TEAM grants), and TEAM→PROJECT access under org admin auth.
2026-07-10 00:55:34 +08:00
hongjr03
1f8510a47f
feat(hub): add org project explorer admin APIs
...
Expose folder/project tree, create/move/rename/archive, and Feishu
binding archive under /api/org/:orgSlug for OWNER/ADMIN sessions.
2026-07-10 00:55:26 +08:00
hongjr03
c4f052efa2
feat(hub): add Feishu OAuth session for org admin
...
Introduce signed cookie sessions, Feishu web OAuth, requireOrgRole
guards, and the first org admin APIs (summary + project settings).
2026-07-10 00:55:19 +08:00
hongjr03
87e3d3f990
feat: let Feishu onboarding create projects in folders
2026-07-10 00:35:18 +08:00
hongjr03
519ea8144f
feat: add Feishu project onboarding card
2026-07-10 00:32:09 +08:00
hongjr03
34e07e229f
feat: add org admin project onboarding foundation
2026-07-10 00:25:00 +08:00
hongjr03
2b7aa3294f
feat: add organization tenant model
2026-07-09 23:37:20 +08:00
hongjr03
5d315fff21
fix: enforce role tool whitelist
2026-07-09 20:48:03 +08:00
hongjr03
716101eed0
feat: add agent cost reporting
2026-07-09 20:29:56 +08:00