Commit graph

798 commits

Author SHA1 Message Date
murashit
b14969cbfb Simplify validation scripts 2026-06-20 09:00:08 +09:00
murashit
880ef3f35f Reduce low-value validation overhead 2026-06-20 09:00:08 +09:00
murashit
e5afddd14f Document plugin version policy 2026-06-19 20:35:42 +09:00
murashit
0cd731621c Clarify Obsidian API baseline policy 2026-06-19 20:13:05 +09:00
murashit
36a1d6baa1 Allow TanStack Virtual patch updates 2026-06-19 20:00:11 +09:00
murashit
13c558311c Separate chat request protocol adapters 2026-06-19 16:45:31 +09:00
murashit
56802a2021 Support MCP elicitation pending requests 2026-06-19 14:31:28 +09:00
murashit
e7ac2a4b7b Bump version to 3.2.9 2026-06-19 11:27:35 +09:00
murashit
6f0fb20bdb Show sleep history as wait status 2026-06-19 10:46:39 +09:00
murashit
357a6d9f9f Update app-server bindings for Codex CLI 0.141.0 2026-06-19 10:33:07 +09:00
murashit
82e5c4bd5c
Merge pull request #11 from murashit/dependabot/npm_and_yarn/dev-dependencies-f5606e4f2c
Bump the dev-dependencies group across 1 directory with 4 updates
2026-06-19 10:29:09 +09:00
dependabot[bot]
e6e6e90d33
Bump the dev-dependencies group across 1 directory with 4 updates
Bumps the dev-dependencies group with 4 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [prettier](https://github.com/prettier/prettier), [stylelint](https://github.com/stylelint/stylelint) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `@types/node` from 25.9.1 to 25.9.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `prettier` from 3.8.3 to 3.8.4
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.8.3...3.8.4)

Updates `stylelint` from 17.12.0 to 17.13.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/17.12.0...17.13.0)

Updates `typescript-eslint` from 8.60.1 to 8.61.0
- [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.61.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: prettier
  dependency-version: 3.8.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: stylelint
  dependency-version: 17.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.61.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-19 01:26:31 +00:00
murashit
612288f0e0 Update audited dependency lockfile 2026-06-19 10:23:21 +09:00
murashit
c367afc473 Replace custom parallel runner with concurrently 2026-06-19 10:21:38 +09:00
murashit
d87d56b955 Document release note scope policy 2026-06-19 09:57:49 +09:00
murashit
076f831975 Cache local TypeScript lint 2026-06-19 09:43:52 +09:00
murashit
1065a71c25 Document design boundaries 2026-06-19 09:09:26 +09:00
murashit
43e8d7fc20 Align chat naming conventions 2026-06-18 21:21:10 +09:00
murashit
0062590cba Refactor chat inbound handler 2026-06-18 20:53:32 +09:00
murashit
84184cbf6d Refactor stream markdown renderer 2026-06-18 20:36:11 +09:00
murashit
ba50660c9e Bump version to 3.2.8 2026-06-18 16:45:04 +09:00
murashit
60a4dd52ef Simplify message virtualizer bottom settling 2026-06-18 15:06:35 +09:00
murashit
7fff6d1cce Add streaming markdown renderer 2026-06-18 15:06:35 +09:00
murashit
07f910dce3 Fix Work details collapse measurement 2026-06-18 13:38:58 +09:00
murashit
5403af2838 Document thread feature source layout 2026-06-18 13:38:58 +09:00
murashit
119fc2820b Improve approval request projections 2026-06-18 12:21:48 +09:00
murashit
629f6df984 Clarify app-server protocol boundary mappings 2026-06-18 10:30:29 +09:00
murashit
6bfc6828ae Inline trivial local helper wrappers 2026-06-18 10:24:09 +09:00
murashit
acf2fb9409 Refactor message stream presentation block composition 2026-06-18 09:07:27 +09:00
murashit
29fa227fac Localize chat side effects and decisions 2026-06-18 08:47:45 +09:00
murashit
d3f62d8228 Centralize local IDs and clarify async tokens 2026-06-18 08:14:46 +09:00
murashit
d7889c5834 Rename action-like chat controllers 2026-06-18 06:37:57 +09:00
murashit
77d2a4744f Consolidate resumed thread action helpers 2026-06-17 23:21:13 +09:00
murashit
aa4430501a Update message stream design docs 2026-06-17 21:39:13 +09:00
murashit
d2f8755eb6 Project text message metadata views 2026-06-17 21:30:21 +09:00
murashit
6445620d5e Normalize message stream render families and actions 2026-06-17 20:48:09 +09:00
murashit
a10f18f0ed Simplify completed turn work summary 2026-06-17 18:36:17 +09:00
murashit
14bb1bf4ee Refine settings and composer lifecycles 2026-06-17 16:49:29 +09:00
murashit
0ffa410f1c Remove session graph lifecycle construction cycle 2026-06-17 16:33:17 +09:00
murashit
77b9071b8a Route unhandled app-server request policies to short-lived clients 2026-06-17 16:23:42 +09:00
murashit
71fbe05e34 Fix app-server failure and graph cleanup follow-ups 2026-06-17 14:25:22 +09:00
murashit
20e82a09ff Refactor panel graph and app-server boundaries 2026-06-17 13:35:11 +09:00
murashit
fa5f9214f1 Simplify chat turn item mapping 2026-06-17 12:39:55 +09:00
murashit
e8d2a637ab Clarify chat reducer state scopes 2026-06-17 11:38:38 +09:00
murashit
ca4db5f0cc Extract chat panel session composition parts 2026-06-17 10:57:34 +09:00
murashit
901708278b Organize settings dynamic sections 2026-06-17 10:26:24 +09:00
murashit
2c54331081 Flatten chat application action ports 2026-06-17 10:26:24 +09:00
murashit
0958dbb721 Flatten app-server domain adapters 2026-06-17 10:26:24 +09:00
murashit
5f948cab13 Colocate chat panel surface contracts 2026-06-17 10:26:24 +09:00
murashit
8a9c9dc50f Flush app-server stderr fragments 2026-06-17 09:15:51 +09:00