Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

hillct

hillct pushed 1 commit to env-enhancement hillct/bolt.new-any-llm
  • Chang to placeholders with no values in docker-compose d6bb816

View on GitHub

hillct created a branch on hillct/bolt.new-any-llm

env-enhancement - Prompt, run, edit, and deploy full-stack web applications using any LLM you want!

hillct created a comment on an issue on coleam00/bolt.new-any-llm
This issue is addressed by PR https://github.com/coleam00/bolt.new-any-llm/pull/71

View on GitHub

hillct created a comment on a pull request on coleam00/bolt.new-any-llm
Docker deployment documentation has been added to CONTRIBUTING.md. Ready for merge. I se another contributor added a .dockerignore file, which is certainly neded, but my adding one here at his poin...

View on GitHub

hillct pushed 1 commit to add-docker-support hillct/bolt.new-any-llm
  • Added Docker Deployment documentation to CONTRIBUTING.md c116338

View on GitHub

hillct starred n8n-io/n8n
hillct created a comment on a pull request on coleam00/bolt.new-any-llm
> @coleam00 I've just realised I included the GitHub action which builds and publishes the docker image in your package, I'm not sure if you noticed this or not but you may want to remove the githu...

View on GitHub

hillct created a comment on a pull request on coleam00/bolt.new-any-llm
> @aaronbolton or @hillct FYI, I have reported bug #68. Running into a wrangler issues or something. Any thoughts? I'm afk at the moment but not being fully versed on wrangler, Cloudflaire does a ...

View on GitHub

hillct created a comment on an issue on coleam00/bolt.new-any-llm
@schaveyt give it a shot with the refactored and enhanced version https://github.com/coleam00/bolt.new-any-llm/pull/71

View on GitHub

hillct opened a pull request on coleam00/bolt.new-any-llm
Further enhance Docker and docker-comose support with staged, --target and --profile support, plus Coolify Deployment Support
This enhancement of @aaronbolton's great work, adds proper separation of and support for boh development and production builds using either docker targets, or via docker-compose profiles. It now al...
hillct pushed 1 commit to add-docker-support hillct/bolt.new-any-llm
  • Corrected oudated docker build convenience script target a69ce87

View on GitHub

hillct pushed 4 commits to main hillct/bolt.new-any-llm
  • Cleanup and fixing Ollama models not showing up after merging changes 8ab8e67
  • Updating README with finished implementations and reorder the list of priorities 7b28a75
  • Update constants.ts Fix a bug in model names causing 2 models to fail 4c25af9
  • Merge pull request #70 from ArulGandhi/main Update constants.ts 8e7220e

View on GitHub

hillct pushed 1 commit to add-docker-support hillct/bolt.new-any-llm
  • Adding full suffix o cocker-compose.yaml for ompatibiliy 5ec2b12

View on GitHub

hillct pushed 1 commit to add-docker-support hillct/bolt.new-any-llm
  • Adding hints for Coolify config into docker-compose.yaml 87ef835

View on GitHub

hillct pushed 2 commits to add-docker-support hillct/bolt.new-any-llm
  • Corrected nixpacks.toml filename 25ac7f8
  • Merge branch 'add-docker-support' of github.com:hillct/bolt.new-any-llm into add-docker-support Just a little cleanu... 36cc601

View on GitHub

hillct pushed 1 commit to add-docker-support hillct/bolt.new-any-llm
  • Corrected nixpacks.toml filename 2620b3d

View on GitHub

hillct pushed 44 commits to add-docker-support hillct/bolt.new-any-llm
  • Update README.md Fixed Readme to be up to date with prompting fixees 1766dd5
  • feat(prompt): add planning step + organize shell commands Adds structured planning phase before responses and reorga... f9021d3
  • Update prompts.ts 5b35213
  • Update max_tokens in constants.ts max_tokens for llama 3.1 models must be less than or equal to 8000 but it is set t... f761509
  • Docker Additions Added Dockerfile and docker-compose.yml, also adjusted start command to listen for all IP's and on ... 0ef3096
  • Added GitHub push functionality 059933a
  • Create github-build-push.yml 7424bff
  • moved action fc688ec
  • Update github-build-push.yml 21a0a07
  • Update github-build-push.yml 8150f6f
  • Update github-build-push.yml 1799636
  • Update github-build-push.yml 29f8797
  • feat: added sync files to selected local folder function is created. Yarn package manager fixes, styling fixes. Sass ... 49217f2
  • add mistral models 5e8a0b0
  • mistral models added more mistral models added. some tested, rest assumed to be working 1b1cd18
  • removed pixtral 285a955
  • Merge branch 'coleam00:main' into main da29a79
  • Update types.ts 34ead80
  • Update constants.ts f706523
  • Added deepseek models 3b90afb
  • and 24 more ...

View on GitHub

hillct pushed 43 commits to main hillct/bolt.new-any-llm
  • Update README.md Fixed Readme to be up to date with prompting fixees 1766dd5
  • feat(prompt): add planning step + organize shell commands Adds structured planning phase before responses and reorga... f9021d3
  • Update prompts.ts 5b35213
  • Update max_tokens in constants.ts max_tokens for llama 3.1 models must be less than or equal to 8000 but it is set t... f761509
  • Docker Additions Added Dockerfile and docker-compose.yml, also adjusted start command to listen for all IP's and on ... 0ef3096
  • Added GitHub push functionality 059933a
  • Create github-build-push.yml 7424bff
  • moved action fc688ec
  • Update github-build-push.yml 21a0a07
  • Update github-build-push.yml 8150f6f
  • Update github-build-push.yml 1799636
  • Update github-build-push.yml 29f8797
  • feat: added sync files to selected local folder function is created. Yarn package manager fixes, styling fixes. Sass ... 49217f2
  • add mistral models 5e8a0b0
  • mistral models added more mistral models added. some tested, rest assumed to be working 1b1cd18
  • removed pixtral 285a955
  • Merge branch 'coleam00:main' into main da29a79
  • Update types.ts 34ead80
  • Update constants.ts f706523
  • Added deepseek models 3b90afb
  • and 23 more ...

View on GitHub

hillct created a comment on a pull request on coleam00/bolt.new-any-llm
I only came across your work on Docker support today, and was working on this myself at [hillct/bolt.new-any-llm add-docker-support branch](https://github.com/hillct/bolt.new-any-llm/tree/add-docke...

View on GitHub

hillct pushed 1 commit to add-docker-support hillct/bolt.new-any-llm
  • Enabled boh dev and production docker images. Added convenience scripts and deconflicted start and dockerstart scripts fdc2f6c

View on GitHub

hillct created a branch on hillct/bolt.new-any-llm

add-docker-support - Prompt, run, edit, and deploy full-stack web applications using any LLM you want!

hillct pushed 8 commits to main hillct/bolt.new-any-llm
  • fix: don't always show scrollbars (#548) d31abc9
  • added Google Generative AI (gemini) integration c872f22
  • Update README.md I have two accounts and one that commited is yunatamos 6eea1a9
  • More feature requests!! 121ea7e
  • Merge pull request #7 from ocodo/main Sync with stackblitz upstream 50a501e
  • Update README.md docs: fix grammar in readme just cleaned up some awkward phrasing + fixed a few typos :) - kofi 6c8616b
  • Merge pull request #28 from kofi-bhr/patch-1 Update README.md cf76e4d
  • Merge pull request #8 from yunatamos/patch-1 Update README.md dd4dd2c

View on GitHub

hillct starred bhardwajRahul/bolt.new
hillct opened an issue on coleam00/bolt.new-any-llm
Improve and better define contributor workflow
In order to facilitate roadmap contributor workflow, it would be very helpful if each of the pending roadmap items mentioned in the [README](https://github.com/coleam00/bolt.new-any-llm/blob/main/R...
hillct created a comment on a pull request on coleam00/bolt.new-any-llm
> > > This makes this repo fully local. > But then you would need the ability to spawn those containers per user, may be even multiple per user if he is working on multiple things at the same time...

View on GitHub

hillct pushed 13 commits to main hillct/bolt.new-any-llm
  • Add provider filtering on model list 3e47275
  • Set default provider from constants 68d8c74
  • added Google Generative AI (gemini) integration 8701be2
  • let the ollama models be auto generated from ollama api 0d77763
  • added download code button 21dbd42
  • Merge pull request #1 from ocodo/main Add provider filtering on model list f240d56
  • Merge pull request #2 from jonathands/main Added Google Generative AI (gemini) integration 01c7655
  • Merge branch 'main' into main 44788fc
  • Merge pull request #5 from yunatamos/main let the ollama models be auto generated from ollama api fc6356c
  • Merge pull request #6 from fabwaseem/download-code added download button to downloade generated code in a zip file c31c37f
  • Fixing up codebase after merging pull requests d7bda6f
  • Updated README with new providers and a running list of features to add to the fork 8c4933d
  • Adding together to the list of integration requests cd4ddfd

View on GitHub