Skip to content

Releases: mirror29/openfinclaw-cli

feat!(1.0.0): MCP 工具 skill_* 重命名为 strategy_* + README 精简 -47%

Choose a tag to compare

@mirror29 mirror29 released this 15 May 02:07
BREAKING CHANGES
- 7 个 MCP 工具改名(影响 AI Agent 工具发现层;Hub 后端 /api/v1/skill/* 路径不动):
  skill_leaderboard      → strategy_leaderboard
  skill_get_info         → strategy_get_info
  skill_fork             → strategy_fork
  skill_list_local       → strategy_list_local
  skill_validate         → strategy_validate
  skill_publish          → strategy_publish
  skill_publish_verify   → strategy_publish_verify
- core 公开 API 同步重命名:executeSkill*/skill*Schema → executeStrategy*/strategy*Schema
- 不保留旧名别名 —— 重启 AI Agent 客户端会重新发现工具。

CLI 命令名(openfinclaw leaderboard / fork / validate / publish / ...)和工具组名
(--tools=strategy)保持不变,用户命令心智零迁移成本。

README 同步删除"skill 两层含义"声明(重命名后没有歧义),并整体精简:
- README.md / README.zh-CN.md:423 行 → 222 行(-47%)
- Environment Variables 表只留 OPENFINCLAW_API_KEY,其余 5 项以一行尾注收口
- 删 Manual Configuration / CLI Mode 3 步 / DeepAgent in depth 散文段
- Platform Config Examples 只留 Claude Code + Cursor,其余指向 configs/
- 删 Architecture ASCII 图,压缩 Development

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

0.0.7: docs(readme-zh): 同步 0.7.0 中文 Quick Start

Choose a tag to compare

@mirror29 mirror29 released this 14 May 16:24
- 60 秒 install 一行入口段
- 新增 skill 词义注解(Hub 策略包 vs AI Agent skill)
- CLI 命令清单加 +verb / api / skill-install / install

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

chore(cli,core): 更新版本至0.6.0

Choose a tag to compare

@mirror29 mirror29 released this 30 Apr 02:19
• cli: 更新至0.6.0版本包
• core: 更新至0.6.0版本包

update 0.5.0

Choose a tag to compare

@mirror29 mirror29 released this 21 Apr 03:59
feat(0.5.0)!: 重定位为 DeepAgent 为核心的一站式量化 agent,移除 datahub 组

BREAKING: datahub 工具组(fin_price / fin_kline / fin_crypto / fin_compare /
fin_slim_search)已移除,相关能力由 DeepAgent 统一承载。

- core: 删除 packages/core/src/datahub/ 及其 exports / 测试;清理
  config.datahubGatewayUrl 字段与 DATAHUB_GATEWAY_URL 环境变量
- mcp.ts: ALL_GROUPS 收敛为 ["strategy","deepagent"];使用
  allowMissingApiKey 让仅配 DeepAgent key 的用户也能启动 serve;
  fin_deepagent_research_submit description 补一站式能力说明
- cli.ts: 删 price/kline/crypto/compare/search 5 个子命令 + doctor
  DataHub 探测;doctor 末尾新增 Try online 引导
- init.ts: TOOL_GROUP_CHOICES 去掉 datahub;banner tagline / outro /
  例句 prompt 全部重写;outro 新增 Try online 链接
- styles.ts: 新增 amber 色板 (200/400/500/700/boldAmber),header/kv
  / research 分隔线改用 amber,对齐新金色 Logo;功能色保持不变
- README(zh/en) / packages/*/README / CLAUDE.md / prompt-guidance
  全面重写为「一站式量化 agent」叙事,顶部插入在线体验 callout
- configs/*: --tools= 去掉 datahub,env 补 DEEPAGENT key 示例

在线体验统一指向 https://hub.openfinclaw.ai/en/chat(README 顶部 +
init outro + --help Links + doctor 尾部 4 处入口)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>