Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
3cf0bf0
perf: change join toast type
molvqingtai Nov 8, 2025
b4fddfe
chore: update deps
molvqingtai Nov 8, 2025
35febaa
fix: fixed dependency, prevent build errors
molvqingtai Nov 8, 2025
9f28641
fix: rewrite rendering displays blank
molvqingtai Nov 8, 2025
9507a0f
perf: getRootNode -> useRoot
molvqingtai Nov 8, 2025
9c58d6b
chore: update eslint config
molvqingtai Nov 8, 2025
9ae0c87
chore: migrate to oxfmt and oxlint
molvqingtai Jul 18, 2026
1e441a0
fix: unwrap jsonr commonjs default export
molvqingtai Jul 18, 2026
b140b68
chore(openspec): add agent workflows
molvqingtai Jul 18, 2026
5ee76d1
chore(skills): add self-contained Archify tooling
molvqingtai Jul 22, 2026
56ebff5
fix(ci): prepare WXT before typecheck
molvqingtai Jul 23, 2026
e62c15b
Merge pull request #74 from molvqingtai/fix/wxt-typecheck-readiness
molvqingtai Jul 23, 2026
28ff830
Merge pull request #73 from molvqingtai/chore/archify-self-contained
molvqingtai Jul 23, 2026
06b5de6
refactor(runtime): reconcile exact tree with develop
molvqingtai Jul 23, 2026
b1fcb66
fix(service): isolate background RPC namespaces
molvqingtai Jul 25, 2026
f23dfe9
docs(runtime): close migration documentation
molvqingtai Jul 26, 2026
d3906bb
fix(ui): animate notices and show reconnect feedback
molvqingtai Jul 26, 2026
fb3d1dd
fix(chat): normalize reconnect rejections
molvqingtai Jul 26, 2026
3d67cdb
docs(openspec): restore panel-local reconnect toasts
molvqingtai Jul 26, 2026
beb32e7
docs(openspec): specify reconnect toast lifecycle
molvqingtai Jul 26, 2026
a74d55b
fix(ui): make reconnect feedback request-owned
molvqingtai Jul 26, 2026
e317b4e
docs(openspec): require panel-contained toast geometry
molvqingtai Jul 26, 2026
0a36c06
docs(openspec): prevent toast interaction shielding
molvqingtai Jul 26, 2026
7784134
docs(openspec): constrain toast pointer states
molvqingtai Jul 26, 2026
853bfa0
docs(openspec): restore toast feedback presentation
molvqingtai Jul 27, 2026
29717e9
docs(openspec): decouple reconnect feedback
molvqingtai Jul 27, 2026
3601fdb
docs(openspec): route refresh fix to owner
molvqingtai Jul 27, 2026
f5f25e0
docs(openspec): restore AppMain toast flow
molvqingtai Jul 27, 2026
4a26a59
fix(ui): restore AppMain reconnect toast flow
molvqingtai Jul 27, 2026
c74589d
docs(openspec): define generic toast ownership
molvqingtai Jul 27, 2026
7f0ccd7
fix(ui): unify generic toast presentation
molvqingtai Jul 27, 2026
ce1693b
fix(ui): replay active toast after remount
molvqingtai Jul 27, 2026
6069170
fix(ui): replay active toasts after remount
molvqingtai Jul 27, 2026
6ca5bfa
test(ui): await toast surface absence
molvqingtai Jul 27, 2026
f4d9c40
fix(ui): publish toast surface after subscription
molvqingtai Jul 27, 2026
daf2230
docs(openspec): dedupe runtime readiness feedback
molvqingtai Jul 27, 2026
4f53598
fix(ui): stop repeated readiness feedback
molvqingtai Jul 27, 2026
b13a5e2
test(domain): correct readiness observations
molvqingtai Jul 27, 2026
2b143a2
chore: change display name
molvqingtai Jul 27, 2026
86b1cf9
docs(ci): separate lint and test checks
molvqingtai Jul 27, 2026
c31f7d3
ci: separate lint and test jobs
molvqingtai Jul 27, 2026
092e23b
docs(ci): repair isolated test prerequisites
molvqingtai Jul 27, 2026
a03e2d1
fix(ci): prepare isolated test workspace
molvqingtai Jul 27, 2026
8ae7e34
docs(ci): derive Chrome context identity
molvqingtai Jul 27, 2026
5a7bb4a
fix(ci): derive Chrome context identity
molvqingtai Jul 27, 2026
6627e8f
Merge pull request #69 from molvqingtai/refactor/webrtc-runtime
molvqingtai Jul 27, 2026
cb7a736
docs: improve README and add browser store badges
molvqingtai Jul 27, 2026
6445fdf
chore: remove unused Claude and OpenCode integrations
molvqingtai Jul 27, 2026
fff7da8
feat!: release WebChat 2.0
molvqingtai Jul 27, 2026
7ce0ed8
docs(openspec): archive completed WebChat changes
molvqingtai Jul 27, 2026
3cad760
Merge branch 'develop' into master
molvqingtai Jul 27, 2026
4a628ed
docs(openspec): clarify release boundary
molvqingtai Jul 27, 2026
fcd1c37
chore(release): 2.0.0 [skip ci]
semantic-release-bot Jul 27, 2026
64ec6b1
docs(openspec): record master publication
molvqingtai Jul 27, 2026
2a2be44
docs(openspec): record v2 release
molvqingtai Jul 27, 2026
ad874b1
chore: restore WebChat display name
molvqingtai Jul 27, 2026
c66f5d2
Merge branch 'develop' into master
molvqingtai Jul 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .prettierrc → .agents/skills/archify/.oxfmtrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"singleQuote": true,
"trailingComma": "none",
"printWidth": 120,
"tailwindFunction": ["clsx"]
"ignorePatterns": ["renderers/shared/generated-validators.mjs", "examples/*.html"]
}
22 changes: 22 additions & 0 deletions .agents/skills/archify/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
MIT License

Copyright (c) 2026 tt-a1i (Archify)
Copyright (c) 2025 Cocoon AI (original "architecture-diagram-generator")

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
310 changes: 310 additions & 0 deletions .agents/skills/archify/SKILL.md

Large diffs are not rendered by default.

Loading
Loading