Tam Nhu Tran
46d73ae79f
feat: share stale Codex translator path scanner
2026-05-22 12:10:54 -04:00
github-actions[bot]
604ef7be81
chore(release): 7.79.1-dev.27
2026-05-22 16:05:29 +00:00
Kai (Tam Nhu) Tran and GitHub
223ceac573
Merge pull request #1317 from kaitranntt/kai/chore/1265-docker-curl-retry-clarity
...
chore(ci): clarify Docker curl retry intent
2026-05-22 12:02:09 -04:00
github-actions[bot]
989f1973ec
chore(release): 7.79.1-dev.26
2026-05-22 15:54:31 +00:00
Kai (Tam Nhu) Tran and GitHub
8a8250e8d2
Merge pull request #1319 from kaitranntt/kai/fix/image-analyzer-e2e-port
...
test: avoid fixed image analyzer e2e port
2026-05-22 11:51:02 -04:00
Tam Nhu Tran
c81ea20e44
test: avoid fixed image analyzer e2e port
2026-05-22 11:44:43 -04:00
Kai (Tam Nhu) Tran and GitHub
8e2a89ea56
Merge pull request #1316 from kaitranntt/kai/feat/1303-persist-receipt
...
feat: report permission mode persist receipt status
2026-05-22 11:34:24 -04:00
github-actions[bot]
dae4691606
chore(release): 7.79.1-dev.25
2026-05-22 15:28:52 +00:00
Kai (Tam Nhu) Tran and GitHub
9aeb1c1e99
Merge pull request #1315 from kaitranntt/kai/fix/1275-codex-diagnostics-redaction
...
fix: redact Codex diagnostics metadata
2026-05-22 11:25:10 -04:00
github-actions[bot]
14cc787f18
chore(release): 7.79.1-dev.24
2026-05-22 15:19:30 +00:00
Kai (Tam Nhu) Tran and GitHub
0e3ff4a084
Merge pull request #1313 from KimSoungRyoul/fix/1311-agents-permission-mode-strip
...
fix(dispatcher): preserve --permission-mode for `claude agents` subcommand
2026-05-22 11:15:11 -04:00
Tam Nhu Tran
d79e35b0c8
chore(ci): clarify Docker curl retry intent
2026-05-22 11:14:51 -04:00
Tam Nhu Tran
3dc1810540
feat: report permission mode persist receipt status
2026-05-22 11:14:17 -04:00
Tam Nhu Tran
e2f2c7dc2e
fix: redact Codex diagnostics metadata
2026-05-22 11:12:20 -04:00
Tam Nhu Tran
e0f43b88c2
test: cover agents permission-mode passthrough
2026-05-22 11:11:08 -04:00
SoungRyoul Kim
ef4b746876
fix(dispatcher): preserve --permission-mode for claude agents subcommand
...
`stripClaudeSubcommandSessionArgs` was unconditionally stripping
`--permission-mode`, `--dangerously-skip-permissions`, and
`--allow-dangerously-skip-permissions` from every Claude subcommand
invocation. That's correct for `auth`/`doctor`/`mcp`/etc. — their
parsers reject those flags with `error: unknown option '...'`.
But `claude agents` does accept all three (see `claude agents --help`):
they configure the default permission mode for sessions dispatched from
the agent view. As a result, `ccs <profile> agents --permission-mode
bypassPermissions` silently dropped the flag before forwarding to Claude
and the agent view kept its previous default.
Add a small per-subcommand allowlist (`SUBCOMMAND_ALLOWED_SESSION_FLAGS`)
and a `getClaudeSubcommandName(args)` helper, then branch the strip
logic on the detected subcommand. `agents` keeps the three permission
flags; every other subcommand (including unknown future ones) falls
through to the existing strip behavior. `--teammate-mode` is still
stripped for every subcommand — no upstream subcommand accepts it.
Tests cover both before- and after-position arguments, the
`--flag=value` form, the `--teammate-mode` exclusion for `agents`, and
regression coverage for non-`agents` subcommands.
2026-05-21 20:53:57 +09:00
github-actions[bot]
e7fed040ee
chore(release): 7.79.1-dev.23
2026-05-20 15:22:41 +00:00
Kai (Tam Nhu) Tran and GitHub
1122b42df0
Merge pull request #1305 from kaitranntt/kai/feat/1285-reasoning-effort-options
...
feat: support minimal codex effort aliases
2026-05-20 11:19:04 -04:00
Tam Nhu Tran
6569eed15b
feat: support minimal codex effort aliases
2026-05-20 11:11:46 -04:00
github-actions[bot]
f0ad68d446
chore(release): 7.79.1-dev.22
2026-05-19 22:57:52 +00:00
Tam Nhu Tran
b123d41590
docs: sync agent guide with AGENTS
2026-05-19 18:49:33 -04:00
github-actions[bot]
8c8f93a67e
chore(release): 7.79.1-dev.21
2026-05-19 19:27:15 +00:00
Kai (Tam Nhu) Tran and GitHub
67fe6d9c7f
fix(persist): print recovery receipt after settings write ( #1302 )
2026-05-19 15:23:37 -04:00
github-actions[bot]
af23e971fa
chore(release): 7.79.1-dev.20
2026-05-19 13:07:44 +00:00
Kai (Tam Nhu) Tran and GitHub
8051f1614b
fix(browser): stop recorder leaking sensitive input
...
Squash merge PR #1293 into dev.
2026-05-19 09:04:05 -04:00
github-actions[bot]
6021e1cf17
chore(release): 7.79.1-dev.19
2026-05-19 12:58:30 +00:00
Kai (Tam Nhu) Tran and GitHub
9a2a1dde31
fix(browser): redact observed event URLs
...
Squash merge PR #1296 into dev.
2026-05-19 08:54:57 -04:00
github-actions[bot]
a2a51c6128
chore(release): 7.79.1-dev.18
2026-05-19 12:48:20 +00:00
Kai (Tam Nhu) Tran and GitHub
538b6444ff
fix(browser): gate response fulfillment opt-in
...
Squash merge PR #1295 into dev.
2026-05-19 08:41:00 -04:00
github-actions[bot]
eaa36d5167
chore(release): 7.79.1-dev.17
2026-05-19 12:36:22 +00:00
Kai (Tam Nhu) Tran and GitHub
a86486497b
fix(browser): block sensitive header intercept matchers
...
Squash merge PR #1294 into dev.
2026-05-19 08:31:17 -04:00
github-actions[bot]
1a06ead908
chore(release): 7.79.1-dev.16
2026-05-19 12:25:12 +00:00
Kai (Tam Nhu) Tran and GitHub
2f50fe393d
fix(cliproxy): bound Claude quota error-body reads and preserve timeout
...
Squash merge PR #1300 into dev.
2026-05-19 08:21:29 -04:00
github-actions[bot]
22c13bf913
chore(release): 7.79.1-dev.15
2026-05-19 12:17:05 +00:00
Kai (Tam Nhu) Tran and GitHub
24478135dc
fix(proxy): scope insecure TLS to routed profile
...
Squash merge PR #1299 into dev.
2026-05-19 08:13:40 -04:00
github-actions[bot]
df3e2b7290
chore(release): 7.79.1-dev.14
2026-05-19 12:09:16 +00:00
Kai (Tam Nhu) Tran and GitHub
fa31bea672
fix(proxy): require owned daemon PID before reusing legacy/profile proxy session
...
Squash merge PR #1298 into dev.
2026-05-19 08:05:45 -04:00
github-actions[bot]
e8e58889c1
chore(release): 7.79.1-dev.13
2026-05-19 12:01:12 +00:00
Kai (Tam Nhu) Tran and GitHub
100308a3cf
fix(logging): redact CLI argv in lifecycle start logs
...
Squash merge PR #1297 into dev.
2026-05-19 07:57:43 -04:00
github-actions[bot]
be4ee810c1
chore(release): 7.79.1-dev.12
2026-05-19 11:55:49 +00:00
Kai (Tam Nhu) Tran and GitHub
b7ba3c743f
fix(cliproxy): cap oauth log parsing size in stats fallback
...
Squash merge PR #1292 into dev.
2026-05-19 07:51:57 -04:00
github-actions[bot]
7a9641ffe6
chore(release): 7.79.1-dev.11
2026-05-19 11:50:07 +00:00
Kai (Tam Nhu) Tran and GitHub
857dac8751
fix(docker): harden integrated service exposure
...
Squash merge PR #1291 into dev.
2026-05-19 07:45:20 -04:00
github-actions[bot]
79172c86eb
chore(release): 7.79.1-dev.10
2026-05-19 11:35:36 +00:00
Kai (Tam Nhu) Tran and GitHub
3b2016462a
fix(persist): block codex claude settings bridge
2026-05-19 07:32:04 -04:00
github-actions[bot]
a6ee3536c4
chore(release): 7.79.1-dev.9
2026-05-18 14:52:33 +00:00
Kai (Tam Nhu) Tran and GitHub
8a37578702
fix(codex): pass native ccsx subcommands through ( #1290 )
2026-05-18 10:48:44 -04:00
github-actions[bot]
fa06cb2c92
chore(release): 7.79.1-dev.8
2026-05-18 13:49:25 +00:00
Kai (Tam Nhu) Tran and GitHub
5a54c1b536
fix(codex): pass ccsx resume through to native codex
...
Closes #1287
2026-05-18 09:45:20 -04:00
github-actions[bot]
5a7c2202f4
chore(release): 7.79.1-dev.7
2026-05-17 23:58:12 +00:00