From individual productivity to team synergy.
Feique is a team AI collaboration hub. Connect AI capabilities like Codex CLI and Claude Code through Feishu so team members collaborate, complement each other, uncover bottlenecks, and improve efficiency — from individual growth to smooth teamwork to continuous capability iteration.
$ npm install -g feique
$ feique init --mode global
$ export FEISHU_APP_ID=cli_xxx
$ export FEISHU_APP_SECRET=***
$ feique doctor --remote
✓ feique start
✓ feique status
Processing status: queued
Project: repo-a
This repository is being operated by
another chat. Queued with 1 task ahead.
Blocking status: running
~/.codex/sessions or ~/.claude/sessions.
DMs and groups each keep their own current project until explicitly changed.
The bridge can continue its own sessions and take over native Codex/Claude sessions from local state.
Runs stay serialized within a project thread and across chats pointing to the same project.root.
Knowledge search, native Feishu objects, and visible run state share one control path instead of scattered links and manual updates.
Project visibility, session control, and service changes are gated by minimum role instead of a single global switch.
Before reaching the backend, messages pass through routing, session, and concurrency control.
Messages enter a sticky project layer first
The bridge resolves the current chat's project binding before execution. It does not re-guess the repository every turn.
Session continuity is explicit
If a project already has an active session, it resumes. If not, /session adopt latest can attach the closest local Codex session.
Repo concurrency is blocked before damage
If another chat is already operating the same repository root, the new run is surfaced as queued instead of racing silently.
The backend runs inside explicit boundaries
Whether using Codex CLI or Claude Code, project root, sandbox, shell, pre-exec, timeout, and runtime policy remain visible and configurable. The backend is resolved via the priority chain: session override → project config → global default.
The control plane remains after the reply
Audit logs, metrics, run state, session history, and card actions remain available, with archive cleanup and project-level isolation for ongoing operations.
Two transport modes covering personal development to team production.
long-connection
Connects via the official SDK WebSocket long connection. No public callback URL required, ideal for local development and personal use.
- No public HTTPS URL needed
- Fast setup, simple configuration
- Supports text, rich text, and card replies
webhook
Connects via Feishu event subscriptions and card callbacks. Ideal for shared team services and production deployments with full feature support.
- Full event and card callback support
- Supports card button interactions
- Easy to extend and monitor
Collaborate, uncover bottlenecks, iterate — from individual to team to organization.
/project <alias> changes the active project for the current chat
Switch once in a group and everyone in that group inherits the same project until it is changed again.
/session adopt latest|list|<thread_id>
Feishu can now attach to native Codex CLI sessions instead of only sessions previously persisted by the bridge.
Project switch can auto-connect the latest local session
With project_switch_auto_adopt_latest = true, project switching prefers the chat's existing session and otherwise adopts the latest matching local one.
queue key plus project.root locking
Project threads do not overlap, and separate chats cannot mutate the same repository in parallel.
Full Feishu wiki read/write access
Supports /wiki search, read, create, rename, copy, move, and membership management; /kb search for local project docs.
Support both stdio and HTTP/SSE MCP
Run feique mcp to expose projects, project switching, session adoption, run state, config history, and natural-language control commands to OpenClaw and other MCP clients, with rotating Bearer tokens for remote access.
Project memory and group shared memory
Supports /memory save/search/pin/forget/restore, SQLite + FTS5 retrieval, configurable TTL, pin overflow strategy, and background cleanup.
Audit logs, probes, and Prometheus metrics
Built-in /healthz, /readyz, and /metrics with Alertmanager and Grafana integration. Data stays local and inspectable.
Add session / run / config / service capability lists on top of roles
Project visibility, session control, run execution, config mutation, service observation, and service restarts can be granted separately as teams grow.
Admin control plane and dynamic configuration
Use /admin commands to dynamically manage admins, group allow-lists, project config, config history snapshots, and one-click rollback.
/backend codex|claude — session-level backend switching
Switch the active backend for the current project at any time with /backend or natural language ("switch backend to claude"). Priority chain: session override → project backend config → global backend.default. Project routing, session continuity, queuing, and access control apply uniformly to both backends.
Team awareness, knowledge loop, and handoff review
/team shows who is working on what in real time, /learn captures knowledge, /handoff transfers sessions — closing the loop from information sync to knowledge accumulation.
Web dashboard + cost tracking
/dashboard provides a global view of run state. Track token usage and cost per project and per user, keeping AI usage transparent and under control.
Trust boundaries + efficiency insights
Progressive trust levels from observe to execute to autonomous. /insights automatically detects bottlenecks and suggests optimizations.
This is the shortest path from installation to a real Feishu-to-Codex round-trip.
# Install
npm install -g feique
feique init --mode global
# Check
feique doctor
feique doctor --remote
# Start
feique start
feique logs --follow
feique create-project repo-new /srv/codex/repo-new
feique mcp
# Project management
/projects
/project repo-a
/admin project create repo-new /srv/codex/repo-new
# Session management
/session adopt latest
/session list
# Backend switching
/backend
/backend claude
# Natural language commands
Switch to project repo-a
Switch backend to claude
Adopt latest session
Show detailed status
-
npm
Install directly with
npm install -g feique - GitHub Release Tagged builds produce synchronized tgz assets
- GitHub Pages The site remains pure static HTML/CSS
- Docs README, docs, and workflows describe the same current behavior
Everything you need to install, learn, update, and get support is linked here.
One hub to make AI a foundation of team collaboration.
More than tool integration — Feique helps teams coordinate, spot bottlenecks, and continuously improve, driving the iteration from individual capability to collective effectiveness.