Skip to content
Closed

Develop #1097

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ dev-debug.log
*.sw?
# OS specific

# Task files
tasks.json
tasks/

# Translations
!src/i18n/locales/en/tasks.json
!src/i18n/locales/fr/tasks.json
Expand All @@ -151,3 +147,10 @@ tasks/
cloudcli-sidebar-app-source.tar.gz
cloudcli-sidebar.html
electron/*.tar.gz

# Task files
# tasks.json
# tasks/

.playwright-mcp/
paseo.json
29 changes: 29 additions & 0 deletions CONTEXT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Collaboration Domain

This context defines how employees in one company collaborate on CLI projects and sessions while retaining explicit access boundaries and accountability.

## Language

**Organization**:
The single company boundary whose Users collaborate within this deployment.
_Avoid_: Tenant, customer account, workspace

**User**:
An authenticated employee who belongs to the Organization.
_Avoid_: Account, tenant user

**Corporate Identity**:
The authoritative employee identity for a User, supplied by the Organization's Feishu tenant.
_Avoid_: Local account, application password

**Project**:
A company codebase or working directory that authorized Users collaborate on.
_Avoid_: Personal project, workspace

**Project Membership**:
The relationship that grants a User access to a Project.
_Avoid_: Project ownership, sharing flag

**Session**:
An agent or shell conversation within a Project, attributed to the User who created it and accessible according to Project Membership.
_Avoid_: Login session, authentication session
9 changes: 9 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# TODO

1. 实现 Claude Code CLI 的 /goal 能力
2. 集成 pi agent
3. 实现切换模型,使用 setting 配置的模型或者类似 cc-switch 的功能
4. 在同一个会话中切换任意 agent(Claude Code、Codex、pi agent 等),即一个 session 中可随时使用任一模型
5. 集成飞书登录能力
6. 扩展成多用户平台,增加权限概念
7. session 中每一个 message 要展示正确的用户信息
565 changes: 565 additions & 0 deletions docs/paseo-agent-switching-analysis.md

Large diffs are not rendered by default.

613 changes: 613 additions & 0 deletions docs/paseo-provider-switch-design.md

Large diffs are not rendered by default.

Loading