pull#10551
Closed
renxqoo wants to merge 3 commits into
Closed
Conversation
feat(util): 新增延迟执行和类型安全函数工具 feat(cli): 添加服务器和生成OpenAPI命令 feat(console): 实现认证状态和登出路由 feat(plugin): 提供插件开发示例 feat(tool): 完善问题工具和无效工具处理 style: 统一代码格式和注释风格 refactor: 重构事件总线和黑名单配置 chore: 更新配置文件和脚本
新增一个TypeScript库用于AI代码助手的上下文压缩,包含以下功能: - 支持多种压缩策略(截断、修剪、总结) - 提供OpenAI和Anthropic的LLM提供者实现 - 包含内存和文件存储选项 - 完整的类型定义和测试用例 - 示例代码和文档 docs: 更新技能文档路径格式 chore: 添加新的Bash命令权限到设置文件
Contributor
|
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
Contributor
|
The following comment was made by an LLM, it may be inaccurate: The PR appears to have an extremely generic title ("pull") with minimal description content. The search returned PR #10551 (which is the current PR itself), and many other unrelated PRs about features, fixes, and chores. No duplicate PRs found The current PR (#10551) has such a minimal title and empty description that it's difficult to determine its actual purpose. I'd recommend:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
How did you verify your code works?