@claude-flow/codex 3.0.0-alpha.8 → 3.0.0-alpha.9
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/README.md +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -632,7 +632,7 @@ Both platforms share the same `.claude-flow/` runtime:
|
|
|
632
632
|
| **Best of Both** | Interactive + batch processing |
|
|
633
633
|
| **Unified Learning** | Patterns learned by both platforms |
|
|
634
634
|
|
|
635
|
-
### CLI Commands (NEW in v3.0.0-alpha.
|
|
635
|
+
### CLI Commands (NEW in v3.0.0-alpha.8)
|
|
636
636
|
|
|
637
637
|
The `@claude-flow/codex` package now includes built-in dual-mode orchestration:
|
|
638
638
|
|
package/dist/index.d.ts
CHANGED
|
@@ -19,13 +19,13 @@ export { getTemplate, listTemplates, BUILT_IN_SKILLS, TEMPLATES, DEFAULT_SKILLS_
|
|
|
19
19
|
/**
|
|
20
20
|
* Package version
|
|
21
21
|
*/
|
|
22
|
-
export declare const VERSION = "3.0.0-alpha.
|
|
22
|
+
export declare const VERSION = "3.0.0-alpha.8";
|
|
23
23
|
/**
|
|
24
24
|
* Package metadata
|
|
25
25
|
*/
|
|
26
26
|
export declare const PACKAGE_INFO: {
|
|
27
27
|
readonly name: "@claude-flow/codex";
|
|
28
|
-
readonly version: "3.0.0-alpha.
|
|
28
|
+
readonly version: "3.0.0-alpha.8";
|
|
29
29
|
readonly description: "Codex CLI integration for Claude Flow";
|
|
30
30
|
readonly futureUmbrella: "coflow";
|
|
31
31
|
readonly repository: "https://github.com/ruvnet/claude-flow";
|
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
|
37
37
|
VERSION: string;
|
|
38
38
|
PACKAGE_INFO: {
|
|
39
39
|
readonly name: "@claude-flow/codex";
|
|
40
|
-
readonly version: "3.0.0-alpha.
|
|
40
|
+
readonly version: "3.0.0-alpha.8";
|
|
41
41
|
readonly description: "Codex CLI integration for Claude Flow";
|
|
42
42
|
readonly futureUmbrella: "coflow";
|
|
43
43
|
readonly repository: "https://github.com/ruvnet/claude-flow";
|
package/dist/index.js
CHANGED