Zihao Xu
8f99f3edb2
fix: correct misleading docstring in to_json_str_with_intent
2026-01-04 17:22:58 -08:00
bridge
77390fa647
fix pytest
2026-01-04 22:55:59 +08:00
bridge
b74014f9f2
add emotion
2026-01-04 22:49:20 +08:00
bridge
441f8c8e3a
refactor battle strength system
2026-01-04 22:28:13 +08:00
bridge
4fc74b1531
refactor battle strength system
2026-01-04 22:25:25 +08:00
bridge
276902bca0
refactor effect system
2026-01-04 22:03:05 +08:00
bridge
806e2c1262
refactor price system
2026-01-04 21:49:58 +08:00
bridge
5429e25b1e
update readme
2026-01-04 21:18:20 +08:00
bridge
c24c0819ce
add issue template
2026-01-04 21:15:42 +08:00
bridge
7320773bfe
update readme
2026-01-04 21:12:35 +08:00
bridge
9865bd170b
update readme
2026-01-04 21:06:10 +08:00
bridge
5ffeef897a
update readme
2026-01-04 21:05:03 +08:00
bridge
1ec3ec092b
update readme
2026-01-04 20:57:28 +08:00
4thfever
5633d113f8
Merge pull request #7 from xzhseh/xzhseh/feat-avatar-name-highlighting
...
feat: highlight avatar names with unique colors in event panel
2026-01-04 20:52:34 +08:00
4thfever
5de69b8e6f
Merge pull request #6 from xzhseh/xzhseh/add-pr-template
...
chore: add PR template
2026-01-04 20:51:57 +08:00
4thfever
21e56276cd
Merge pull request #5 from xzhseh/xzhseh/fix-fortune-master-relation
...
fix: correct master-apprentice relation direction in fortune event
2026-01-04 20:51:09 +08:00
4thfever
f0290af13a
Merge pull request #4 from xzhseh/xzhseh/fix-gender-display-chinese
...
fix: display gender in Chinese for avatar list API
2026-01-04 20:50:40 +08:00
4thfever
0b773b1726
Merge pull request #3 from xzhseh/xzhseh/fix-macos-npm-subprocess
...
fix: cross-platform subprocess compatibility for npm dev server
2026-01-04 20:49:59 +08:00
Zihao Xu
fafe1b5997
feat: highlight avatar names with unique colors in event panel
2026-01-04 02:07:47 -08:00
Zihao Xu
aca71bc2d4
chore: add PR template with Summary and Test Plan
2026-01-04 01:43:42 -08:00
Zihao Xu
354050e2b5
fix: correct master-apprentice relation in fortune event
...
The set_relation(from, to, rel) means "from views to as rel".
When avatar (student) takes master (teacher), avatar should view
master as MASTER, not APPRENTICE.
Before: avatar.set_relation(master, APPRENTICE) - wrong direction
After: avatar.set_relation(master, MASTER) - correct direction
2026-01-04 01:22:34 -08:00
Zihao Xu
233aea47d3
fix: display gender in Chinese for avatar list API
...
Use str(a.gender) instead of a.gender.value to return Chinese
"男"/"女" instead of English "male"/"female" in the avatar_list
endpoint, consistent with other APIs that use get_structured_info().
2026-01-04 00:59:24 -08:00
Zihao Xu
1a94117607
fix: cross-platform subprocess compatibility for npm dev server
...
On macOS/Linux, using shell=True with a list argument doesn't work as expected.
Only the first element is passed to the shell, causing npm to print help instead
of running the dev command.
Changes:
- Use shell=False + list on macOS/Linux, shell=True + string on Windows.
- Use terminate() instead of taskkill on macOS/Linux for cleanup.
2026-01-03 23:53:31 -08:00
bridge
b8de42aeb3
add badge
2026-01-04 00:58:51 +08:00
bridge
367b09fac3
add badge
2026-01-04 00:52:26 +08:00
bridge
f6ebe7c037
add badge
2026-01-04 00:49:30 +08:00
bridge
450d38e15a
update version
2026-01-04 00:01:22 +08:00
bridge
7245a89774
update readme
2026-01-03 23:59:44 +08:00
bridge
f9ad2dcd87
update readme
2026-01-03 23:59:30 +08:00
bridge
868e355e41
refactor cast
2026-01-03 23:54:47 +08:00
bridge
11cef02d74
add cast readme
2026-01-03 23:29:25 +08:00
bridge
ea0296f3e2
add cast readme
2026-01-03 23:28:55 +08:00
bridge
775d830ec3
add cast
2026-01-03 23:25:38 +08:00
bridge
6129e0f898
update choice helper
2026-01-03 22:30:33 +08:00
bridge
3a9a9fd6f0
add choice helper
2026-01-03 22:26:55 +08:00
bridge
5b5cd79cb5
add circulation manager
2026-01-03 22:15:25 +08:00
bridge
f499f63c50
update
2026-01-03 22:05:45 +08:00
bridge
6cc0c355dd
add more emojis
2026-01-03 21:48:26 +08:00
bridge
5b5ea31d87
refactor avatar effect desc
2026-01-03 21:45:19 +08:00
bridge
e2d03b587d
refactor world desc
2026-01-03 21:25:24 +08:00
bridge
f7a4fb23c8
refactor world desc
2026-01-03 20:25:25 +08:00
bridge
9cb98a61dd
fix mutual action interact with self bug
2026-01-03 20:08:53 +08:00
bridge
f562d4ea81
update config
2026-01-01 18:31:47 +08:00
bridge
3837e3eafa
update config frontend
v1.0.9
2026-01-01 17:42:07 +08:00
bridge
5d69334b13
update readme
2026-01-01 17:32:41 +08:00
bridge
edaebe4406
update readme
2026-01-01 17:30:31 +08:00
bridge
305088390d
update readme
2026-01-01 17:23:16 +08:00
bridge
af568d4244
update readme
2026-01-01 17:21:46 +08:00
bridge
37294dacd8
update readme
2026-01-01 17:19:20 +08:00
bridge
02eb094f2c
update readme
2026-01-01 17:07:57 +08:00