@andyqiu/codeforge 0.5.18 → 0.5.19
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/agents/coder-deep.md +1 -1
- package/agents/discover.md +1 -1
- package/agents/planner.md +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/agents/coder-deep.md
CHANGED
package/agents/discover.md
CHANGED
package/agents/planner.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -21787,7 +21787,7 @@ import * as zlib from "node:zlib";
|
|
|
21787
21787
|
// lib/version-injected.ts
|
|
21788
21788
|
function getInjectedVersion() {
|
|
21789
21789
|
try {
|
|
21790
|
-
const v = "0.5.
|
|
21790
|
+
const v = "0.5.19";
|
|
21791
21791
|
if (typeof v === "string" && /^\d+\.\d+\.\d+/.test(v)) {
|
|
21792
21792
|
return v;
|
|
21793
21793
|
}
|