插件系统、API集成、第三方工具对接
A: IDE(VS Code/IntelliJ)、CI/CD(GitHub Actions/GitLab/Jenkins)、项目管理(Jira/Linear/Trello)、通讯(Slack/Discord/飞书)。
A: 使用TypeScript/Python开发,遵循fhcode-plugin接口规范。npm publish发布后可通过fhcode plugins install安装。
A: fhcode plugins marketplace提供社区插件。官方维护核心插件:github、gitlab、slack、jira、vscode。
A: fhcode webhooks add --event
A: REST API:/api/v1/tasks, /api/v1/models等。GraphQL端点:/api/graphql,支持复杂查询。
A: fhcode repo add --type gitlab --url https://git.internal。支持GitHub/GitLab/Gitea/Gerrit。
A: 支持OAuth2/OIDC/SAML/LDAP。fhcode auth provider-config导入配置。
A: 插件请求所需权限范围,用户审批后授予。最小权限原则,插件只能访问授权数据。
A: fhcode config set
A: fhcode integration logs查看集成日志。--verbose模式输出详细诊断信息。