HouYunFei
2d2c7e3d5e
feat(plugin-manager): add upgrade notification for installed plugins and improve version handling
2026-07-16 10:36:41 +08:00
HouYunFei
3f623ea70c
feat(html-node): enhance HTML node plugin with interactive toolbar and improved editor functionality
2026-07-15 17:51:39 +08:00
HouYunFei
7ac2ab351d
chore(release): bump version to v0.8.0 and update CHANGELOG
v0.8.0
2026-07-15 16:00:17 +08:00
HouYunFei
b6e75c225e
Merge branch 'dev'
...
# Conflicts:
# .gitignore
# CHANGELOG.md
# web/bun.lock
2026-07-15 15:32:32 +08:00
HouYunFei
75aafc115f
feat(plugin-sdk): add TypeScript SDK for Infinite Canvas plugins with automatic JSX and build support
2026-07-15 15:31:48 +08:00
HouYunFei
8d3f244524
feat(toolbar): add extension node management and close on outside click
2026-07-15 13:10:53 +08:00
HouYunFei
88510223eb
feat(plugin): add local plugin discovery and management with cache busting
2026-07-15 12:55:59 +08:00
HouYunFei
3a4a4a6772
fix(deps): sync bun.lock with package.json for streamdown transitive deps
v0.7.1
2026-07-15 11:59:59 +08:00
HouYunFei
ee8f126da7
feat(id): replace crypto.randomUUID with nanoid for unique ID generation
2026-07-15 11:55:36 +08:00
HouYunFei
eef4d96787
feat(plugin): implement canvas node plugin system with dynamic registration and remote installation
2026-07-15 11:47:25 +08:00
HouYunFei
f0db29d8e3
feat(channel): add customizable JS model-call scripts with split-panel editor
...
- Run user-authored async scripts per model with flat locals (prompt,
images, messages, params, model, baseUrl, apiKey, http, request, poll,
sleep, signal, onDelta); empty script falls back to system default.
- Wire image/video/audio/text request entrypoints through the plugin
runtime, keeping default handlers unchanged.
- Split-panel script editor: variable/return docs on the left, CodeMirror
JS editor on the right; title shows capability - model.
- Provide OpenAI and Gemini template buttons per capability; text template
uses the /responses API; image template branches text2img vs img2img.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-15 11:24:34 +08:00
HouYunFei
3963c6eebf
feat(model): enhance model configuration and script handling for audio and video capabilities
2026-07-15 10:13:37 +08:00
HouYunFei
c57f7d61a7
feat(model): enhance model configuration and script handling for audio and video capabilities
2026-07-15 10:13:32 +08:00
HouYunFei
a4dcc679c9
feat(version): bump version to 0.7.0
v0.7.0
2026-07-14 17:37:57 +08:00
HouYunFei
b16263eb43
feat(version): bump version to 0.2.0 and update image ratio parsing functions
2026-07-14 17:37:51 +08:00
HouYunFei
a5824f509e
feat(agent): enhance local Agent connection handling with silent mode and update UI instructions
2026-07-14 17:08:20 +08:00
HouYunFei
7e0288d461
feat(docs): refine Infinite Canvas usage instructions and clarify local Agent connection process
2026-07-14 16:24:22 +08:00
HouYunFei
228ca29c82
feat(docs): update Infinite Canvas usage instructions and streamline local Agent connection process
2026-07-13 17:23:36 +08:00
HouYunFei
301fbce472
feat(canvas): add double-click functionality to create nodes from blank canvas area
2026-07-13 10:43:37 +08:00
HouYunFei
ebd8ae2de7
feat(agent): clarify local Agent connection instructions for Codex plugin and manual MCP usage
2026-07-09 17:49:40 +08:00
HouYunFei
864ce4101a
feat(agent): implement streamdown for real-time message rendering in chat
2026-07-09 17:16:35 +08:00
HouYunFei
25e1d173e8
feat(docs): add local development and canvas data structure documentation
2026-07-09 17:14:46 +08:00
HouYunFei
52a5e9e33a
feat(agent): update documentation for new site tools and changelog guidelines
2026-07-09 16:54:48 +08:00
HouYunFei
2adbe9e43a
feat(agent): add site tools support for canvas project listing and media generation
2026-07-09 16:53:09 +08:00
HouYunFei
7b347729ec
feat(agent): implement global Agent panel with site navigation and interrupt functionality
2026-07-09 16:19:32 +08:00
HouYunFei
387d8be961
feat(canvas): enhance group node functionality with improved click and drag behavior
2026-07-09 13:31:13 +08:00
HouYunFei
ec0e8c4e24
feat(canvas): add group node support with drag-and-drop functionality
2026-07-09 12:54:36 +08:00
HouYunFei
abe3be58a6
feat(canvas): add group node support with drag-and-drop functionality
2026-07-09 11:48:23 +08:00
HouYunFei
050b36fad1
chore(changelog): add release notes for v0.6.0
v0.6.0
2026-07-09 10:42:13 +08:00
HouYunFei
668c3adb52
chore(changelog): add release notes for v0.6.0
2026-07-09 10:21:07 +08:00
HouYunFei
f2a36e86b2
fix(video): enhance video generation error handling and URL retrieval
2026-07-08 22:23:18 +08:00
HouYunFei
d747527e2a
Merge branch 'fork/beetle0915/fix/ime-enter-composition' into dev
2026-07-08 16:30:38 +08:00
HouYunFei
798d06b662
Merge branch 'fork/1797127235/fix/canvas-mode-model-switch' into dev
...
# Conflicts:
# CHANGELOG.md
# docs/content/docs/progress/pending-test.mdx
# web/src/components/canvas/canvas-config-node-panel.tsx
# web/src/components/canvas/canvas-node-prompt-panel.tsx
2026-07-08 16:23:12 +08:00
HouYunFei
257dab5bac
fix: resolve issue with Gemini image format not passing aspect ratio configuration
2026-07-08 16:18:12 +08:00
HouYunFei
81144ea009
fix: resolve issue with Gemini image format not passing aspect ratio configuration
2026-07-08 15:11:18 +08:00
beetle0915
bac571ef4e
Fix Enter handling during IME composition
2026-07-07 08:24:34 +08:00
1797127235
965d416aeb
fix(canvas): switch to correct default model when changing generation mode
2026-07-06 10:33:52 +08:00
HouYunFei
3080d6da10
feat: enhance Codex agent connection handling with automatic thread recovery and improved error logging
2026-07-05 23:40:54 +08:00
HouYunFei
6113986637
refactor: remove agent mode switch and streamline local agent usage in the canvas assistant panel
2026-07-05 17:04:02 +08:00
HouYunFei
ca5faa1f4e
feat: add GitHub Pages workflow for automatic deployment on version tag push
2026-07-05 16:51:27 +08:00
HouYunFei
0b69dfce46
feat: add support for draggable grid lines in image slicing, with options to add, delete, and reset horizontal/vertical lines
2026-07-05 16:08:23 +08:00
HouYunFei
65a91b22e1
feat: add Codex App plugin support with dedicated configuration page and connection settings
2026-07-05 15:12:42 +08:00
HouYunFei
9dd0dc28b2
refactor: remove credit cost calculations and related UI elements from canvas node panels
2026-07-05 13:44:42 +08:00
HouYunFei
522153b3e6
fix: resolve issue with image retry results not persisting after page refresh in the image workbench
2026-07-05 12:46:51 +08:00
HouYunFei
568f0f1838
feat: remove deprecated backend .env.example file and update deployment configurations
v0.5.0
2026-07-05 11:41:20 +08:00
HouYunFei
cebc3dc5c2
feat: update project structure for Vite and React Router, remove deprecated sources, and enhance Docker deployment
2026-07-05 11:38:42 +08:00
HouYunFei
443afab7bd
refactor: remove "use client" directive from multiple files and update project structure to align with Vite and React Router
2026-06-26 17:24:48 +08:00
HouYunFei
e635ec6908
feat: migrate from Next.js to Vite and React Router, updating routing and environment variable handling
2026-06-26 16:41:32 +08:00
HouYunFei
ef7a218ba6
feat(docs): update documentation to reflect direct browser connections for third-party prompts and WebDAV
2026-06-26 15:56:55 +08:00
HouYunFei
bd0ad0aebf
feat(plugin): add Codex App plugin support and local agent integration
2026-06-23 17:35:43 +08:00