Skip to content

Commit ce27ed5

Browse files
committed
v0.4.2
1 parent 1094a05 commit ce27ed5

11 files changed

Lines changed: 56 additions & 32 deletions

File tree

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"typescript-eslint": "^8.58.1"
2525
},
2626
"name": "flout",
27-
"version": "0.3.2",
27+
"version": "0.4.2",
2828
"dependencies": {
29-
"@flout/cli": "^0.3.2"
29+
"@flout/cli": "^0.4.2"
3030
}
3131
}

packages/claude-mock-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flout/claude-mock-api",
3-
"version": "0.3.2",
3+
"version": "0.4.2",
44
"type": "module",
55
"description": "Mock Claude Code API server for testing",
66
"main": "dist/src/index.js",

packages/claude/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flout/claude",
3-
"version": "0.3.2",
3+
"version": "0.4.2",
44
"type": "module",
55
"description": "Claude agent adapter for flout",
66
"main": "dist/src/index.js",

packages/cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flout/cli",
3-
"version": "0.3.2",
3+
"version": "0.4.2",
44
"type": "module",
55
"description": "Manage persistent AI agent sessions with tmux",
66
"main": "dist/src/index.js",
@@ -37,11 +37,11 @@
3737
"persistent"
3838
],
3939
"dependencies": {
40-
"@flout/claude": "^0.3.2",
41-
"@flout/codex": "^0.3.2",
42-
"@flout/docker": "^0.3.2",
43-
"@flout/opencode": "^0.3.2",
44-
"@flout/sandbox": "^0.3.2"
40+
"@flout/claude": "^0.4.2",
41+
"@flout/codex": "^0.4.2",
42+
"@flout/docker": "^0.4.2",
43+
"@flout/opencode": "^0.4.2",
44+
"@flout/sandbox": "^0.4.2"
4545
},
4646
"engines": {
4747
"node": ">=20"

packages/codex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flout/codex",
3-
"version": "0.3.2",
3+
"version": "0.4.2",
44
"type": "module",
55
"description": "Codex agent adapter for flout",
66
"main": "dist/src/index.js",

packages/docker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flout/docker",
3-
"version": "0.3.2",
3+
"version": "0.4.2",
44
"type": "module",
55
"description": "Docker container management for flout",
66
"main": "dist/src/index.js",

packages/opencode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flout/opencode",
3-
"version": "0.3.2",
3+
"version": "0.4.2",
44
"type": "module",
55
"description": "opencode agent adapter for flout",
66
"main": "dist/src/index.js",

packages/paf-flout/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@
1616
"engines": {
1717
"node": ">=20"
1818
},
19+
"publishConfig": {
20+
"access": "public"
21+
},
1922
"license": "GPL-2.0-only"
2023
}

packages/sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flout/sandbox",
3-
"version": "0.3.2",
3+
"version": "0.4.2",
44
"type": "module",
55
"description": "Multi-engine container sandbox for flout (Docker, Podman, nerdctl, Colima)",
66
"main": "dist/src/index.js",

0 commit comments

Comments
 (0)