feihong-code 8.0.2 → 8.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/dependabot.yml +1 -1
- package/.github/workflows/ci.yml +193 -193
- package/.github/workflows/release.yml +211 -203
- package/.github/workflows/swebench-real.yml +12 -1
- package/CHANGELOG.md +149 -135
- package/README.md +656 -656
- package/dist/cli/version.js +1 -1
- package/docs/API.md +827 -827
- package/docs//344/275/277/347/224/250/350/257/264/346/230/216/344/271/246-v8.0.1.md +146 -146
- package/docs//344/275/277/347/224/250/350/257/264/346/230/216/344/271/246.md +227 -227
- package/package.json +4 -3
package/dist/cli/version.js
CHANGED
|
@@ -7,7 +7,7 @@ exports.SIGNATURE = exports.TAGLINE = exports.PRODUCT = exports.VERSION = void 0
|
|
|
7
7
|
*
|
|
8
8
|
* 版本号集中定义
|
|
9
9
|
*/
|
|
10
|
-
exports.VERSION = '8.0
|
|
10
|
+
exports.VERSION = '8.3.0';
|
|
11
11
|
exports.PRODUCT = '飞虹 Code';
|
|
12
12
|
exports.TAGLINE = '终端 AI 编程智能体(对标 Muse Code / Claude Code / Cursor CLI · 自研内核差异化)';
|
|
13
13
|
exports.SIGNATURE = '晋江市飞虹智科技企业管理有限公司 · 飞扬企源研发中心 · 负责人:吴赐虹';
|