- Use image_urls array for Flux 2 Edit API
(
534d1e1)
- Add image editing tools (remove_background, upscale, edit, inpaint, resize)
(
ba11278)
- Update deprecated svd alias to fast-svd-lcm
(
4c4394c)
- Remove unrecognized fields from plugin.json
(
acedd17)
- Update marketplace.json owner email
(
9d768d6)
- Add Claude Code plugin installation instructions
(
c202c7c)
- Move plugin.json to correct location
(
9db5a75)
- Add Luminary Lane Tools marketplace
(
1747fff)
- Add troubleshooting section and update tools list
(
2de3fcc)
- Add Claude Code plugin manifest
(
95a333a)
-
Add transparent fallback warnings when API search fails (#80,
746c846) -
Resolve mypy type errors by renaming result variable (#80,
746c846)
-
Add intelligent model selection using Fal Platform API (#79) (#80,
746c846) -
Add intelligent model selection with recommend_model tool and task-aware list_models (#80,
746c846)
-
Add timeout protection and error check to server.py (#78,
69da03d) -
Address PR review findings for generate_image_from_image (#78,
69da03d) -
Rename fal_args to img2img_args to fix mypy no-redef error (#78,
69da03d)
-
Add generate_image_from_image tool for img2img transformation (#78,
69da03d) -
Add generate_image_from_image tool for img2img transformation (#65) (#78,
69da03d)
-
Address PR review issues - error handling and logging (#77,
72a15fb) -
Rename video_result to i2v_result to avoid mypy redefinition error (#77,
72a15fb)
-
Add upload_file tool for uploading local files (#64) (#76,
833d76d) -
Add upload_file tool for uploading local files to Fal.ai storage (#76,
833d76d)
-
Add optional video parameters and fix server_dual.py handler (#59,
fef5fef) -
Add prompt parameter to generate_video and update default model (#59,
fef5fef)
-
Add type annotation for httpx params to satisfy mypy (#52,
aedbe96) -
Replace bare Exception catch with specific httpx exceptions (#52,
aedbe96)
-
Address PR review feedback for model registry (#45,
dbcc245) -
Correct API response parsing for Fal.ai Platform API (#45,
dbcc245) -
List_models returns fallback legacy aliases when API unavailable (#45,
dbcc245)
- Improve Docker setup instructions with clear steps
(
25b1b4d)
- Correct uvx command syntax in README and .mcp.json
(
e2bf532)
- Add documentation section to README with direct links
(
d0e13ac)
-
Add Dependabot configuration for automated updates (#27,
e880598) -
Upgrade Docker image to Python 3.13 with dynamic paths (#33,
76453e7) -
deps: Bump actions/configure-pages from 4 to 5 (#29,
7d4f78c) -
deps: Bump actions/upload-pages-artifact from 3 to 4 (#30,
565251f) -
deps: Bump docker/build-push-action from 5 to 6 (#31,
7cd964b)
-
Add .serena/ to gitignore (
cb2eb8b)
- Add CODEOWNERS for automatic reviewer assignment
(
ffb3074)
- Add uvx support and fix PyPI publishing
(
264d0af)
-
Add missing asset directories for documentation (#11,
b4556d1) -
Add proper logging and fix mypy type errors (
42acd30) -
Add pyyaml to dev dependencies for documentation tests (#11,
b4556d1) -
Check only commit subject for skip-release marker (
685d08a) -
Fix Docker CMD to expand environment variables (
7ee4c7a) -
Make Docker volume test more portable (
936a789) -
Remove unused imports (
ae9b40a) -
Resolve linting issues (
8d18386) -
Split Docker tests for CI compatibility (
0a6f011) -
Update Docker documentation with GitHub Packages info and rename to lowercase (#13,
f2cc106) -
Update Docker tests for reliability (
0691037)
- Update MCP server config and remove Cline rules files
(
ce9eb38)
- Apply black formatting
(
1d97e39)
-
Add automated semantic release and Docker versioning (
581c11e) -
Add comprehensive Docker integration tests (
190e80d)
-
Document Docker environment variables in README (
212cac9) -
Update documentation to highlight Docker image availability on GitHub Packages (#11,
b4556d1) -
Update README for dynamic model discovery feature (
b8ebd8f) -
Update README with Docker installation and badges (#14,
5d91466)
-
Add Docker support with multi-transport capabilities (
96abbeb) -
Add GitHub Pages documentation site with SEO optimization (#11,
b4556d1)
- Add comprehensive Docker integration tests
(
f35e312)
- Initial Release