Commit graph

649 commits

Author SHA1 Message Date
murashit
a573a86246 Remove non-action aria labels 2026-06-13 16:09:11 +09:00
murashit
c55e0c457d Enforce chat shell state ownership boundaries 2026-06-13 16:08:59 +09:00
murashit
ed93f7a634 Complete single Preact chat shell integration 2026-06-13 16:08:50 +09:00
murashit
aa5b1b6ed0 Simplify chat panel composition wiring 2026-06-13 16:08:42 +09:00
murashit
2e41795220 Buffer message streams and preserve scroll anchors 2026-06-13 16:08:29 +09:00
murashit
5b66d43c1e Move app-server contracts behind domain services 2026-06-13 16:08:25 +09:00
murashit
2745bd69e9 Fix API baseline app-server client path 2026-06-12 18:22:25 +09:00
murashit
a8b8da189b
Merge pull request #10 from murashit/dependabot/npm_and_yarn/dev-dependencies-ee76758893
Bump the dev-dependencies group with 3 updates
2026-06-12 17:43:06 +09:00
murashit
574fe5873f
Merge pull request #9 from murashit/dependabot/github_actions/actions/checkout-6.0.3
Bump actions/checkout from 6.0.2 to 6.0.3
2026-06-12 17:43:01 +09:00
murashit
7ebe802e0b Refresh lint boundaries and validation cleanup 2026-06-12 17:40:51 +09:00
murashit
552e53681b Organize message stream UI rendering 2026-06-12 16:48:10 +09:00
murashit
31e30b637a Group app-server connection, protocol, and turn projections 2026-06-12 16:48:10 +09:00
murashit
998182a182 Hide app-server generated types behind mappers 2026-06-12 16:48:10 +09:00
murashit
47c4e788d4 Rename settings lifecycle ownership 2026-06-12 16:48:10 +09:00
murashit
c13706ef9a Clarify chat stream, turn, and runtime command naming 2026-06-12 16:48:06 +09:00
murashit
ada4ed5281 Extract thread title feature controllers 2026-06-12 16:48:06 +09:00
murashit
c516ccee6b Reorganize chat display and thread modules 2026-06-12 16:48:06 +09:00
murashit
230f35627f Normalize chat conversation and runtime modules 2026-06-12 16:48:06 +09:00
murashit
806a3f44e6 Extract chat composition and panel region wiring 2026-06-12 16:48:06 +09:00
murashit
c7ecbf65bc Organize chat display and panel view-model modules 2026-06-12 16:48:06 +09:00
murashit
b98f8e6c1f Harden runtime, cache, and support invariants 2026-06-12 16:48:06 +09:00
murashit
4f428e20bd Pin selection rewrite editor-state behavior 2026-06-12 16:48:06 +09:00
murashit
84c1282f06 Establish app-server and runtime controller boundaries 2026-06-12 16:47:10 +09:00
dependabot[bot]
e219d5b0e3
Bump the dev-dependencies group with 3 updates
Bumps the dev-dependencies group with 3 updates: [eslint](https://github.com/eslint/eslint), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `eslint` from 10.4.0 to 10.4.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v10.4.0...v10.4.1)

Updates `typescript-eslint` from 8.60.0 to 8.60.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.60.1/packages/typescript-eslint)

Updates `vitest` from 4.1.7 to 4.1.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.8/packages/vitest)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.60.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: vitest
  dependency-version: 4.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-11 13:25:55 +00:00
dependabot[bot]
c86e3adec4
Bump actions/checkout from 6.0.2 to 6.0.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](de0fac2e45...df4cb1c069)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-11 13:25:11 +00:00
murashit
89306dce91 Bump version to 3.2.3 2026-06-11 19:40:01 +09:00
murashit
9453d3df64 Use model-provided reasoning effort options 2026-06-11 19:18:09 +09:00
murashit
fc7a5462a3 Update Codex app-server bindings for 0.139.0 2026-06-11 18:44:26 +09:00
murashit
4f723d4784 Add CSS usage audit 2026-06-11 18:29:35 +09:00
murashit
6fade82895 Reorganize chat CSS modules 2026-06-11 18:16:16 +09:00
murashit
5e3c36830b Trim chat display detail tests 2026-06-11 18:11:06 +09:00
murashit
db50fb2ae5 Trim over-coupled chat tests 2026-06-11 18:07:16 +09:00
murashit
a92d993ced Reorganize chat feature layout 2026-06-11 18:01:35 +09:00
murashit
fe72473ab2 Document live Obsidian UI investigation checks 2026-06-11 17:36:38 +09:00
murashit
8987b7e33c Stabilize message virtualizer scrolling 2026-06-11 17:33:20 +09:00
murashit
b931b5b0f2 Refine chat shell UI with Preact signals 2026-06-11 16:34:26 +09:00
murashit
777df21446 Unify chat panel under a single Preact shell 2026-06-11 15:10:21 +09:00
murashit
5e833f77a6 Avoid transcript placeholders during thread resume 2026-06-10 22:09:24 +09:00
murashit
1483755544 Remeasure message blocks after markdown render 2026-06-10 22:09:24 +09:00
murashit
6007fed826 Narrow chat controller composition bridges 2026-06-10 14:45:11 +09:00
murashit
0d717dd36b Reduce chat toolbar slot forwarding 2026-06-10 14:45:11 +09:00
murashit
36d039d977 Make chat controller composition explicit 2026-06-10 14:45:11 +09:00
murashit
92d98ed767 Flatten server request responder adapter 2026-06-10 14:44:44 +09:00
murashit
7a065a6e87 Clarify chat panel composition boundaries 2026-06-10 14:44:44 +09:00
murashit
fc5f80125d Close small chat generated type leaks 2026-06-10 12:18:51 +09:00
murashit
02fe06e21e Model chat thread goals 2026-06-10 12:18:51 +09:00
murashit
edf95e8244 Model chat Codex input boundary 2026-06-10 12:18:51 +09:00
murashit
0b22597a36 Consolidate thin chat runtime helpers 2026-06-10 12:18:51 +09:00
murashit
9d2359d283 Model runtime policy and thread settings boundaries 2026-06-10 12:18:47 +09:00
murashit
01d1a855fc Model app-server runtime config snapshots 2026-06-10 12:18:47 +09:00