-
12b1fec0b9
feat: add requirements.txt with cryptography for host venv install
main
v2.0.7
chendelian
2026-07-11 16:07:23 +08:00
-
f7f9555683
chore: sync SKILL.md version with release tag v2.0.6
chendelian
2026-07-07 16:23:34 +08:00
-
549869b2bb
Release v2.0.1: create Chrome shortcut in profile dir on add-web
v2.0.6
chendelian
2026-07-07 16:22:59 +08:00
-
71bef19514
chore: auto release commit (2026-06-19 11:19:10)
v2.0.5
chendelian
2026-06-19 11:19:10 +08:00
-
75c7ea67d5
chore: auto release commit (2026-06-19 11:07:44)
v2.0.4
chendelian
2026-06-19 11:07:44 +08:00
-
23f4a2c11a
chore: auto release commit (2026-06-19 09:53:29)
v2.0.3
chendelian
2026-06-19 09:53:29 +08:00
-
cb980704bf
chore: auto release commit (2026-05-30 19:51:46)
v2.0.2
chendelian
2026-05-30 19:51:46 +08:00
-
a7bd6ff9d8
chore: auto release commit (2026-05-11 19:34:47)
v2.0.1
chendelian
2026-05-11 19:34:47 +08:00
-
4fe1351e1e
test(compat): add v1 compatibility suite; docs: add V1_COMPATIBILITY.md
v2.0.0
chendelian
2026-05-11 18:51:56 +08:00
-
fd5c432735
fix(db): sync default_auth_strategy on platform reseed
chendelian
2026-05-11 18:51:56 +08:00
-
2c7e648a72
fix(cli): add encryption commands to USAGE string
chendelian
2026-05-11 18:51:56 +08:00
-
6fc4f1af1d
docs: add RPA_HELPERS.md for same-process integration guide
chendelian
2026-05-11 18:34:56 +08:00
-
dadf89af3d
docs: update SCHEMA.md / ERRORS.md / PLATFORMS.md / RUNTIME.md for v2
chendelian
2026-05-11 18:34:49 +08:00
-
1792ba2a0d
docs: update SKILL.md / README.md / CLI.md / INTEGRATION.md for v2
chendelian
2026-05-11 18:34:42 +08:00
-
dbf5604090
fix(rpa_helpers): require positive evidence in _is_already_logged_in to avoid false success
chendelian
2026-05-11 16:44:46 +08:00
-
769ccec601
test(rpa_helpers): add mock-based tests for browser/human/auth_flows
chendelian
2026-05-11 11:56:33 +08:00
-
cfca82ed0c
feat(rpa_helpers): export public API in package __init__
chendelian
2026-05-11 11:56:33 +08:00
-
104aa91364
feat(rpa_helpers): add auth_flows.py with 9 ensure_logged_in_* and dispatcher
chendelian
2026-05-11 11:56:32 +08:00
-
c23240d0ea
feat(rpa_helpers): add human.py interaction primitives (pause/type/click/select/scroll)
chendelian
2026-05-11 11:56:32 +08:00
-
5d4425c060
feat(rpa_helpers): add browser.launch_browser_with_profile and close_browser
chendelian
2026-05-11 11:56:32 +08:00
-
ef80d64f30
chore(platforms): align PLATFORMS registry with PLATFORM_DEFAULT_AUTH_STRATEGY
chendelian
2026-05-11 11:48:27 +08:00
-
65d939dc5b
test(cli): add stage C CLI tests
chendelian
2026-05-11 11:25:53 +08:00
-
04cafae3d7
feat(cli): argv routing and USAGE for stage C commands
chendelian
2026-05-11 11:25:53 +08:00
-
a74157ff4a
feat(service): extend add-web/add-secret/pick-web; add get-credential
chendelian
2026-05-11 11:25:52 +08:00
-
4c7e4f9769
feat(db): add get_active_lease_by_token helper to accounts_repo
chendelian
2026-05-11 11:25:52 +08:00
-
e7f41d6e27
test(crypto+db+cli): add master key, crypto, credentials_repo, and CLI tests
chendelian
2026-05-11 10:51:29 +08:00
-
07adc98e8c
feat(cli): add init-master-key / export-credentials / import-credentials commands
chendelian
2026-05-11 10:51:28 +08:00
-
5f8c93dee9
feat(db): add credentials_repo with encrypted insert/read API
chendelian
2026-05-11 10:51:28 +08:00
-
127e9b6019
feat(db): migrate credentials to v2.1 (add secret_ciphertext column)
chendelian
2026-05-11 10:51:28 +08:00
-
ee851f719b
feat(crypto): add master key loader and Fernet encrypt/decrypt helpers
chendelian
2026-05-11 10:51:27 +08:00
-
06aed39661
test(db): add schema migration tests
chendelian
2026-05-11 09:53:49 +08:00
-
00e3116339
feat(db): migrate accounts/credentials/platforms to v2 schema
chendelian
2026-05-11 09:53:49 +08:00
-
27d687becd
feat(db): add auth_strategy constants and platform defaults
chendelian
2026-05-11 09:53:48 +08:00
-
91057fa3b7
Release v1.0.56: Credential & Browser Profile Manager
v1.0.56
chendelian
2026-05-05 18:51:00 +08:00
-
6b6d2969c3
release: v1.0.55 SKILL description for routing, CLI mapping table, when-to-use cleanup
v1.0.55
chendelian
2026-04-12 16:41:54 +08:00
-
82720ef2fa
release: v1.0.54 SKILL/README: add account via chat, auto profile_dir
v1.0.54
chendelian
2026-04-12 16:08:33 +08:00
-
3a1ea6d97a
Release v1.0.53: account docs split, remove login flow, SCHEMA reference
v1.0.53
chendelian
2026-04-12 10:56:50 +08:00
-
75a332e7b8
release: docs, browser_service, runtime_env, SKILL v1.0.52
v1.0.52
chendelian
2026-04-08 14:00:42 +08:00
-
4605d3d0e4
release: runtime_env marker, SKILL v1.0.51
v1.0.51
chendelian
2026-04-08 12:05:14 +08:00
-
beb95c1415
release: v1.0.50 playwright stealth gemini
v1.0.50
chendelian
2026-04-07 15:18:14 +08:00
-
e2eafb7407
feat: remove wait-login; pick-web only; docs sync
v1.0.49
chendelian
2026-04-07 11:58:27 +08:00
-
96e5b9ea14
fix: spawn login/open child with python -m for PyArmor runtime path
v1.0.48
chendelian
2026-04-07 10:58:32 +08:00
-
97d970dd1b
chore: account-manager — runtime_env sibling root, wait-login and browser fixes
v1.0.47
chendelian
2026-04-07 10:36:40 +08:00
-
e3da478116
feat: release ZIP keeps scripts/ tree; JIANGCHANG_SKILLS_ROOT and sibling skills root
v1.0.46
v1.0.45
chendelian
2026-04-06 18:38:09 +08:00
-
ac76f89dc8
feat: wait-login 支持 --force,供搜狐发布等 Cookie 失效仍开窗检测
v1.0.44
chendelian
2026-04-06 17:30:50 +08:00
-
c83841cf90
chore: auto release commit (2026-04-06 16:44:58)
v1.0.43
v1.0.42
chendelian
2026-04-06 16:44:59 +08:00
-
d938885a49
chore: auto release commit (2026-04-06 14:32:01)
v1.0.41
chendelian
2026-04-06 14:32:01 +08:00
-
5afad3285a
chore: auto release commit (2026-04-06 12:57:26)
v1.0.40
v1.0.39
v1.0.38
v1.0.37
v1.0.36
chendelian
2026-04-06 12:57:26 +08:00
-
39daeaca59
chore: auto release commit (2026-04-06 12:10:31)
v1.0.35
chendelian
2026-04-06 12:10:31 +08:00
-
c428bedfd5
chore: auto release commit (2026-04-06 10:37:07)
v1.0.34
chendelian
2026-04-06 10:37:08 +08:00
-
5082da78ab
chore: auto release commit (2026-04-06 10:16:00)
v1.0.33
chendelian
2026-04-06 10:16:00 +08:00
-
bfb9c15f13
ci: use kit @main + pass PYARMOR_REG_B64 for licensed CI obfuscation
v1.0.32
v1.0.31
chendelian
2026-04-05 09:28:58 +08:00
-
6b4cdec1ec
ci: pin reusable workflow to jiangchang-platform-kit@3ee09bb (avoid stale @main)
v1.0.30
chendelian
2026-04-05 09:25:05 +08:00
-
52cef5a7c0
chore: sync from OpenClaw workspace (2026-04-05 09:17)
v1.0.29
v1.0.28
chendelian
2026-04-05 09:17:20 +08:00
-
80e7de6183
chore: merge origin/main; resolve conflicts
v1.0.27
chendelian
2026-04-05 08:53:50 +08:00
-
-
27cfe1018e
chore: initialize account-manager skill repository
chendelian
2026-04-05 08:36:41 +08:00
-
-
ba1c21c0b6
chore: auto release commit (2026-03-31 18:37:04)
v1.0.26
chendelian
2026-03-31 18:37:04 +08:00
-
58dc81449d
chore: auto release commit (2026-03-31 18:19:36)
v1.0.25
chendelian
2026-03-31 18:19:37 +08:00
-
ae1da709ef
chore: auto release commit (2026-03-31 17:00:42)
v1.0.24
chendelian
2026-03-31 17:00:42 +08:00
-
469b9c8bc7
chore: auto release commit (2026-03-31 15:24:21)
v1.0.23
v1.0.22
chendelian
2026-03-31 15:24:22 +08:00
-
9fcf0aaf78
chore: auto release commit (2026-03-31 14:18:51)
v1.0.21
chendelian
2026-03-31 14:18:51 +08:00
-
01d9c82f80
chore: auto release commit (2026-03-31 11:50:55)
v1.0.20
chendelian
2026-03-31 11:50:56 +08:00
-
66d3801e43
chore: auto release commit (2026-03-30 19:25:21)
v1.0.19
chendelian
2026-03-30 19:25:21 +08:00
-
973547b6fb
chore: auto release commit (2026-03-30 19:10:46)
v1.0.18
chendelian
2026-03-30 19:10:46 +08:00
-
edaac8aa45
chore: auto release commit (2026-03-24 18:22:46)
v1.0.17
v1.0.16
v1.0.15
v1.0.14
chendelian
2026-03-24 18:22:46 +08:00
-
157f51c765
chore: auto release commit (2026-03-24 18:07:44)
v1.0.13
v1.0.12
chendelian
2026-03-24 18:07:44 +08:00
-
d54a69cba8
chore: auto release commit (2026-03-24 18:06:10)
chendelian
2026-03-24 18:06:10 +08:00
-
3b6f15ecbb
chore: auto release commit (2026-03-24 18:05:25)
chendelian
2026-03-24 18:05:25 +08:00
-
cd131697d5
修改版本
v1.0.11
chendelian
2026-03-24 16:42:34 +08:00
-
2e3ac2cfe7
feat: separate skill display name from slug
v1.0.1
chendelian
2026-03-24 16:24:09 +08:00
-
bea22d5e9e
ci: enforce tag-based version and strict sync checks
chendelian
2026-03-24 16:14:06 +08:00
-
7759e0b376
fix: add required openclaw metadata for skill sync
v1.0.10
chendelian
2026-03-24 15:55:39 +08:00
-
92a9d61007
ci: use mirrored checkout action
v1.0.9
chendelian
2026-03-24 15:09:02 +08:00
-
16b3f50dac
ci: set artifact_type=skill for release upload
v1.0.8
chendelian
2026-03-24 14:20:34 +08:00
-
48c6bec254
chore: 使用清华源加速 pip 安装
v1.0.7
chendelian
2026-03-24 11:47:12 +08:00
-
9e7369a2af
fix: 使用环境变量传递数据以修复 Python 解析错误
v1.0.6
chendelian
2026-03-24 11:38:20 +08:00
-
bad0846cc3
fix: 修复 pip 安装限制并升级变量输出语法
v1.0.5
chendelian
2026-03-24 11:35:33 +08:00
-
721442315f
fix: 修复 YAML 文件编码为 UTF-8
v1.0.4
chendelian
2026-03-24 11:30:41 +08:00
-
3a8279e6f1
feat: 添加自动发布流水线配置
v1.0.3
chendelian
2026-03-24 11:28:15 +08:00
-
20e1824c91
提交
v1.0.2
chendelian
2026-03-23 18:58:56 +08:00
-
6f44c001b1
Fix account-manager merge conflicts
chendelian
2026-03-23 18:34:05 +08:00
-
1fcb676d35
Fix account-manager merge conflicts
chendelian
2026-03-23 18:30:29 +08:00
-
5fa2782f02
first commit
chendelian
2026-03-22 15:48:19 +08:00