Skip to content

Commit 3a8423a

Browse files
chore(release): 1.6.0 [skip ci]
# [mycoder-v1.6.0](mycoder-v1.5.0...mycoder-v1.6.0) (2025-03-21) ### Features * **browser:** add system browser detection for Playwright ([00bd879](00bd879)), closes [#333](#333)
1 parent 944c979 commit 3a8423a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/cli/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [mycoder-v1.6.0](https://github.com/drivecore/mycoder/compare/mycoder-v1.5.0...mycoder-v1.6.0) (2025-03-21)
2+
3+
4+
### Features
5+
6+
* **browser:** add system browser detection for Playwright ([00bd879](https://github.com/drivecore/mycoder/commit/00bd879443c9de51c6ee5e227d4838905506382a)), closes [#333](https://github.com/drivecore/mycoder/issues/333)
7+
18
# [mycoder-v1.5.0](https://github.com/drivecore/mycoder/compare/mycoder-v1.4.1...mycoder-v1.5.0) (2025-03-20)
29

310
### Bug Fixes

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mycoder",
33
"description": "A command line tool using agent that can do arbitrary tasks, including coding tasks",
4-
"version": "1.5.0",
4+
"version": "1.6.0",
55
"type": "module",
66
"bin": "./bin/cli.js",
77
"main": "./dist/index.js",

0 commit comments

Comments
 (0)