zihanjian
17905d042b
refactor(prompts): improve clarity and conciseness of prompt instructions
2025-12-02 19:22:39 +08:00
zihanjian
8d4223fbdb
refactor(agent): simplify web research and citation handling
...
feat(frontend): enhance image generation with e
2025-12-02 17:13:07 +08:00
zihanjian
61890d9f06
chore: update README with new screenshots and remove old images
2025-12-02 16:44:21 +08:00
zihanjian
814c6fad99
feat(image-generation): add retry logic for image generation failures
2025-12-02 15:37:29 +08:00
zihanjian
019f8bd991
style(InputForm): update placeholder text to be more descri
2025-12-02 15:35:24 +08:00
zihanjian
549db2aac6
feat(image-generation): add aspect ratio and image size configuration
2025-12-02 15:29:54 +08:00
zihanjian
5782b8df3f
fix(agent): handle newlines in image generation
2025-12-02 14:57:14 +08:00
zihanjian
be8cab1857
fix(agent): improve error handling and image generation in app.py
2025-12-02 14:47:04 +08:00
zihanjian
82664b385d
docs: improve readability and formatting of README
2025-12-02 10:40:49 +08:00
zihanjian
a6790736a6
docs: update README with detailed project information
2025-12-02 10:39:30 +08:00
zihanjian
4aed1f2b7d
feat(image-generation): enhance image generation with configurable options
2025-12-02 10:34:26 +08:00
zihanjian
13815cf3ac
feat: add image generation support and Chinese language default
2025-12-01 21:12:35 +08:00
zihanjian
69327f63c5
feat(language): add multilingual support across frontend and backend
2025-12-01 20:51:55 +08:00
zihanjian
788210f9d5
chore: output final storyboard as JSON array of {id, detail}
2025-11-27 16:13:36 +08:00
zihanjian
b1eecb1e17
chore: set page id to integer; keep detail as string
2025-11-27 16:11:35 +08:00
zihanjian
01cf75249f
chore: simplify final JSON to {id, detail} per page
2025-11-27 16:10:37 +08:00
zihanjian
dbfc991d5d
feat: enforce JSON storyboard output on final node
2025-11-27 16:09:10 +08:00
zihanjian
480167ca68
docs: rewrite README and add NOTICE; clarify licensing
2025-11-27 16:04:53 +08:00
zihanjian
4d4dbe0095
chore: prepare push to NanoComic
2025-11-27 16:01:44 +08:00
philschmid
e34e569de4
updates to prompt
2025-06-18 15:59:01 +02:00
Philipp Schmid
f586b75b46
Merge pull request #45 from smell-of-curry/patch-1
...
Update README.md
2025-06-18 15:40:07 +02:00
Philipp Schmid
35d7f027df
Merge branch 'main' into patch-1
2025-06-18 15:40:00 +02:00
Philipp Schmid
d9c44fe764
Merge pull request #43 from nisaharan/main
...
Add cli example
2025-06-18 15:39:25 +02:00
Philipp Schmid
23f6aa51a9
Merge pull request #35 from dkqjrm/chore/typo
...
fix(docs): Correct typos and grammatical inconsistencies in docstrings/prompts
2025-06-18 15:38:29 +02:00
Philipp Schmid
3214a7e1d7
Merge pull request #17 from kahirokunn/fix/ime-input-form-submission
...
Fix IME input issues by implementing Ctrl/Cmd+Enter submission
2025-06-18 15:35:56 +02:00
Philipp Schmid
d3fd999cb6
Merge pull request #7 from CharlesCNorton/patch-1
...
Update README.md
2025-06-18 15:30:36 +02:00
Philipp Schmid
972392d3f1
Merge pull request #5 from LeaderOnePro/main
...
Update the Vite configuration and correct the path resolution to support file URLs.
2025-06-18 15:27:18 +02:00
Philipp Schmid
7f9597656d
Merge pull request #76 from tigermlt/patch-1
...
Remove duplicate imports in state.py
2025-06-18 15:06:45 +02:00
Philipp Schmid
d0abbad7a2
Merge pull request #86 from 7Gamil/Improve-image-scaling-on-desktop-view
...
README.md: Improve image scaling on desktop view
2025-06-18 15:03:50 +02:00
Philipp Schmid
1607958641
Merge pull request #90 from cscandore/query-writer-typo
...
Fix a typo in query_writer_instructions response format
2025-06-18 15:03:10 +02:00
Philipp Schmid
3092013397
Merge pull request #15 from vietnamesekid/main
...
Refactor layout and scrolling for chat and welcome screens
2025-06-18 14:52:55 +02:00
Philipp Schmid
8304e3f563
Merge branch 'main' into main
2025-06-18 14:52:46 +02:00
Philipp Schmid
c4969e4545
Merge pull request #44 from nandsha/docs/fix-python-version-requirement
...
docs: Update Python version requirement in README
2025-06-18 14:50:15 +02:00
Philipp Schmid
6efccf74bb
Merge pull request #109 from google-gemini/fixes
...
Fixes app state and returns
2025-06-18 14:39:15 +02:00
philschmid
9380323a57
fixed state and app
2025-06-18 14:35:12 +02:00
philschmid
6dab27bf19
error display
2025-06-18 12:17:50 +00:00
Philipp Schmid
e44ee7e7cb
Merge pull request #103 from YishenTu/main
...
Fix UI/UX issues and improve scroll behavior
2025-06-16 15:31:07 +02:00
Yishen Tu
5c85818994
feat: improve UI/UX with scroll behavior and styling enhancements
...
- Remove white space at bottom of chat interface
- Prevent scroll bounce/overscroll behavior on all scroll areas
- Make scroll bar thinner and more subtle with low contrast
- Add hover effects for scroll bar visibility
- Clean up Docker container names for better display
- Improve overall scrolling experience and visual polish
2025-06-14 00:01:24 +08:00
Yishen Tu
a59a1981bd
fix: handle undefined follow_up_queries in reflection event
...
Add optional chaining and fallback value to prevent TypeError when
event.reflection.follow_up_queries is undefined in onUpdateEvent handler.
2025-06-13 23:28:31 +08:00
Cody Scandore
8e6f3f576f
Update prompts.py
...
Fix a stipulation in the query_writer_instruction response format.
2025-06-11 08:49:07 -04:00
Peter Gamil
fdb34dfb59
Improve image scaling on desktop view
2025-06-11 00:56:37 +03:00
Philipp Schmid
cf240a2c85
Merge pull request #78 from google-gemini/fix-react-serving
...
update react serving part
2025-06-10 03:58:29 -04:00
philschmid
128e36536a
update react serving part
2025-06-10 07:51:35 +00:00
tigermlt
1c4d5a7c93
Remove duplicate imports in state.py
2025-06-09 21:28:08 -07:00
Smell of curry
26c0b47b6c
Update README.md
2025-06-05 12:26:17 -04:00
Nandha Reddy
dff6596051
Update Python version requirement to match pyproject.toml
...
The README incorrectly stated Python 3.8+ was sufficient, but
backend/pyproject.toml requires Python >=3.11. This caused
installation errors for users with Python 3.8-3.10.
Fixes #27
2025-06-06 00:36:34 +10:00
Nisaharan Genhatharan
211c23f826
Merge pull request #1 from nisaharan/Research_agent/cli_research
...
Add CLI example for agent
2025-06-05 09:56:25 -04:00
Nisaharan Genhatharan
3bf5d97bc7
Add CLI example
2025-06-05 09:54:39 -04:00
Hyun-Sik Won
3da4c4e412
fix(docs): Correct typos and grammatical inconsistencies
2025-06-05 16:35:35 +09:00
kahirokunn
b0dd02b92e
fix: improve IME compatibility by changing form submission to Ctrl/Cmd+Enter
...
- Remove automatic form submission on Enter key to prevent conflicts with IME
- Add Ctrl+Enter (Windows/Linux) and Cmd+Enter (Mac) as submission shortcuts
- Preserve native textarea behavior for line breaks with Shift+Enter
- Fix issue where Japanese/Chinese/Korean input confirmation triggered form submission
2025-06-04 18:04:35 +09:00