Commit graph

401 commits

Author SHA1 Message Date
murashit
fa904e4fad Quiet format output 2026-05-30 10:32:09 +09:00
murashit
505b88cb66 Extract threads view rename state logic 2026-05-30 10:32:09 +09:00
murashit
021c2f018f Speed up async view tests 2026-05-30 10:32:09 +09:00
murashit
47c5ce8e0d Organize test structure 2026-05-30 10:32:09 +09:00
murashit
9e67471279 Cache local check subtasks 2026-05-30 10:31:20 +09:00
murashit
31181ca27e Separate CI check from local cached check 2026-05-30 10:31:20 +09:00
murashit
1c4f336f24 Bump version to 2.4.0 2026-05-29 22:45:37 +09:00
murashit
0423cf899f Fix fork archive thread list refresh 2026-05-29 22:41:34 +09:00
murashit
52a7ed02a5 Simplify chat status dot states 2026-05-29 22:29:35 +09:00
murashit
a6c2236374 Mark completed spawn agent logs as complete 2026-05-29 22:17:08 +09:00
murashit
a009ae4dfa Focus agent live summaries on running agents 2026-05-29 20:06:38 +09:00
murashit
21d9b466a8 Consolidate agent activity details 2026-05-29 19:50:53 +09:00
murashit
2ac9a141c9 Unify live bottom chat blocks 2026-05-29 19:50:00 +09:00
murashit
82f3e61c10 Add archive and fork action regression tests 2026-05-29 17:55:02 +09:00
murashit
78e9be0ed1 Close panels archived from Threads view 2026-05-29 17:53:39 +09:00
murashit
7a0ecf6b81 Add message-level fork actions 2026-05-29 17:53:39 +09:00
murashit
b09723594c Add composer PageUp and PageDown thread scroll shortcuts 2026-05-29 17:00:22 +09:00
murashit
e1692004ad Add opt-in composer boundary scroll shortcuts 2026-05-29 16:52:58 +09:00
murashit
82e31924ca Show newly started threads immediately 2026-05-29 16:52:58 +09:00
murashit
340a014688
Merge pull request #8 from murashit/dependabot/github_actions/actions/attest-59d89421af93a897026c735860bf21b6eb4f7b26
Bump actions/attest from 281a49d4cbb0a72c9575a50d18f6deb515a11deb to 59d89421af93a897026c735860bf21b6eb4f7b26
2026-05-29 13:39:29 +09:00
dependabot[bot]
5df20eb703
Bump actions/attest
Bumps [actions/attest](https://github.com/actions/attest) from 281a49d4cbb0a72c9575a50d18f6deb515a11deb to 59d89421af93a897026c735860bf21b6eb4f7b26.
- [Release notes](https://github.com/actions/attest/releases)
- [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md)
- [Commits](281a49d4cb...59d89421af)

---
updated-dependencies:
- dependency-name: actions/attest
  dependency-version: 59d89421af93a897026c735860bf21b6eb4f7b26
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-29 04:35:27 +00:00
murashit
d303551802 Harden GitHub Actions configuration 2026-05-29 13:31:52 +09:00
murashit
26b11836b0 Update Codex app-server bindings for CLI 0.135 2026-05-29 11:42:55 +09:00
murashit
18ac06ef60 Document React 18 dependency policy for Dependabot 2026-05-29 11:33:00 +09:00
murashit
e54826a562 Parallelize npm checks 2026-05-29 11:33:00 +09:00
murashit
974bd78403
Merge pull request #5 from murashit/dependabot/npm_and_yarn/dev-dependencies-89458d29df
Bump the dev-dependencies group with 2 updates
2026-05-29 11:32:33 +09:00
murashit
487c7f92b8 Bump version to 2.3.2 2026-05-29 11:15:42 +09:00
murashit
7e1f86bd6e Harden CSS specificity lint 2026-05-29 11:09:55 +09:00
murashit
cf7b717517 Fix toolbar runtime toggle refresh 2026-05-29 10:56:39 +09:00
murashit
d80d9789e8 Fix fast service tier state detection 2026-05-29 10:47:06 +09:00
murashit
4c0b8d30c3 Tighten settings refresh UI 2026-05-29 09:34:34 +09:00
murashit
2f37b91837 Extract chat view controller assembly 2026-05-29 08:12:06 +09:00
murashit
4f1d2331ab Extract chat notification planning 2026-05-29 08:12:06 +09:00
murashit
0b5cd7722a Split chat view effect ports 2026-05-29 07:42:14 +09:00
murashit
51a46645c8 Introduce chat view effect ports 2026-05-29 07:33:30 +09:00
murashit
e0182d7a1c Tidy chat controller boundaries 2026-05-29 07:26:35 +09:00
murashit
34e1289c22 Extract server request responder 2026-05-29 07:14:05 +09:00
murashit
b308f7738d Extract app-server warmup controller 2026-05-29 07:14:05 +09:00
murashit
ff82da37c4 Extract chat view state controller 2026-05-29 07:14:05 +09:00
murashit
47eb02aeb3 Move toolbar thread selection handling 2026-05-29 07:14:05 +09:00
murashit
8829962385 Extract thread selection controller 2026-05-29 07:14:05 +09:00
murashit
640a411710 Extract plan implementation controller 2026-05-29 07:14:05 +09:00
murashit
92a4ed01bf Move connection exit handling to controller 2026-05-29 07:14:05 +09:00
murashit
3fc2fc2e08 Extract view open close controller 2026-05-29 07:14:04 +09:00
murashit
a7d68ea27e Extract chat render controller 2026-05-29 07:14:04 +09:00
murashit
be1342bc13 Extract thread resume controller 2026-05-29 07:14:04 +09:00
murashit
d5fba854ca Extract thread identity controller 2026-05-29 07:14:04 +09:00
murashit
7ec151b0ea Extract connection controller 2026-05-29 07:14:04 +09:00
murashit
ad25b95eb2 Extract composer submission controller 2026-05-29 07:14:04 +09:00
murashit
e86eb40a2f Extract slash command controller 2026-05-29 07:14:04 +09:00