An open API service providing commit metadata for open source projects.

GitHub / statico/llmscript / commits

SHA Message Author Date Stats
bdacaf4a fix: Grant contents:write to the release workflow
Co-authored-by: Claude Opus 5 <n****y@a****m>
Ian Langworth <i****n@l****m> about 1 month ago
77b438aa Update dependencies Ian Langworth <i****n@l****m> about 1 month ago
e456b7b8 build(deps): Update Go dependencies to latest
Co-authored-by: Claude Opus 4.8 <n****y@a****m>
Ian Langworth <i****n@l****m> 3 months ago
7a3f5445 build(deps): Bump golang.org/x/crypto from 0.40.0 to 0.45.0 (#4)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
e58966c8 test: Make pipeline cache test hermetic; drop sandbox gitignore entries
Co-authored-by: Claude Opus 4.8 <n****y@a****m>
Ian Langworth <i****n@l****m> 3 months ago
ff0f14ff feat: Modernize providers, models, and SDKs for 2026
Co-authored-by: Claude Opus 4.8 <n****y@a****m>
Ian Langworth <i****n@l****m> 3 months ago
eb26d221 Update README.md Ian Langworth ☠ <i****n@l****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
e60a45b8 fix: Change log level for new script output from Info to Debug for improved v... Ian Langworth <i****n@l****m> over 1 year ago
59f259a3 fix: Stop spinner before executing the script to improve user experience Ian Langworth <i****n@l****m> over 1 year ago
ee21e54b fix: Reduce maximum script fix attempts from 10 to 3 and enhance prompt requi... Ian Langworth <i****n@l****m> over 1 year ago
3d93f891 docs: Add guidelines for testing script usage and restrictions in prompt requ... Ian Langworth <i****n@l****m> over 1 year ago
78dce402 fix: Change spinner stop behavior to clear instead of adding a newline for im... Ian Langworth <i****n@l****m> over 1 year ago
f7156b16 docs: Add note about the test script location in prompt requirements Ian Langworth <i****n@l****m> over 1 year ago
52131833 chore: Update Go version to 1.24.1 and golangci-lint to v2.0.2 in CI workflow... Ian Langworth <i****n@l****m> over 1 year ago
2a580578 refactor: Update prompt tags in script generation for consistency Ian Langworth <i****n@l****m> over 1 year ago
fce94828 fix: Handle error when sending shutdown signal in Spinner to ensure graceful ... Ian Langworth <i****n@l****m> over 1 year ago
010c9555 docs: Update README to reflect success message change in script generation Ian Langworth <i****n@l****m> over 1 year ago
36eb9ff8 refactor: Remove success message logging from script generation for cleaner o... Ian Langworth <i****n@l****m> over 1 year ago
8628759e refactor: Remove success logging from script generation for cleaner output Ian Langworth <i****n@l****m> over 1 year ago
c008600f docs: Update README to include caching behavior and new script generation ins... Ian Langworth <i****n@l****m> over 1 year ago
09e74f10 feat: Implement Name method in mockLLMProvider for identification in tests Ian Langworth <i****n@l****m> over 1 year ago
f87b3827 refactor: Remove debug logging from cache operations for cleaner code Ian Langworth <i****n@l****m> over 1 year ago
1efb41a3 refactor: Remove logging of script execution arguments for cleaner output Ian Langworth <i****n@l****m> over 1 year ago
0c40f52a feat: Add --print flag to llmscript for previewing generated scripts without ... Ian Langworth <i****n@l****m> over 1 year ago
712f2277 ci: Add release job to CI workflow for Docker image builds on tag pushes Ian Langworth <i****n@l****m> over 1 year ago
ab8ec6a2 docs: Add Docker usage instructions to README for running llmscript securely Ian Langworth <i****n@l****m> over 1 year ago
67578a77 docs: Update installation instructions in README to specify the correct comma... Ian Langworth <i****n@l****m> over 1 year ago
913479df refactor: Update test script prompt and logging for improved clarity and func... Ian Langworth <i****n@l****m> over 1 year ago
c9a7844d refactor: Implement Name method for LLM providers and update README with verb... Ian Langworth <i****n@l****m> over 1 year ago
f50175a6 refactor: Update logging messages in LLM providers to specify the model used ... Ian Langworth <i****n@l****m> over 1 year ago
8c7c37f0 refactor: Add logging for script generation process in LLM providers to enhan... Ian Langworth <i****n@l****m> over 1 year ago
82a6b6f7 docs: Add usage instructions and examples to README for llmscript Ian Langworth <i****n@l****m> over 1 year ago
4e730556 refactor: Update spinner output to start at the beginning of the line for cle... Ian Langworth <i****n@l****m> over 1 year ago
2fe9191f refactor: Enhance signal handling in spinner to re-send interrupt signals aft... Ian Langworth <i****n@l****m> over 1 year ago
297d8895 refactor: Replace spinner usage with logging in script generation process for... Ian Langworth <i****n@l****m> over 1 year ago
6a1e5351 refactor: Implement signal handling in spinner to gracefully stop on interrup... Ian Langworth <i****n@l****m> over 1 year ago
399d53e5 refactor: Improve spinner output handling by using ANSI escape sequences for ... Ian Langworth <i****n@l****m> over 1 year ago
d7c2d8b1 build: Update Makefile to consolidate example commands and remove deprecated ... Ian Langworth <i****n@l****m> over 1 year ago
f31243d4 docs: Update README to include example command for running llmscript in verbo... Ian Langworth <i****n@l****m> over 1 year ago
5b546f97 refactor: Extract script content in LLM providers to improve script handling ... Ian Langworth <i****n@l****m> over 1 year ago
4d8ecd56 refactor: Replace fmt.Printf with custom logging for improved clarity in conf... Ian Langworth <i****n@l****m> over 1 year ago
978f0ab0 refactor: Improve logging setup and configuration loading process, enhancing ... Ian Langworth <i****n@l****m> over 1 year ago
d5c7868d refactor: Enhance LLM provider configuration by restructuring the provider in... Ian Langworth <i****n@l****m> over 1 year ago
46e90a17 refactor: Integrate spinner functionality into script generation process, enh... Ian Langworth <i****n@l****m> over 1 year ago
632d2c22 refactor: Add terminal detection for success logging, enabling output based o... Ian Langworth <i****n@l****m> over 1 year ago
2e4cedc4 refactor: Enhance logging behavior by adding terminal detection for spinner u... Ian Langworth <i****n@l****m> over 1 year ago
39dadc38 build: Upgrade Go version to 1.23.0 and add indirect dependencies for golang.... Ian Langworth <i****n@l****m> over 1 year ago
3b801ef2 refactor: Remove showProgress flag from pipeline and related functions to sim... Ian Langworth <i****n@l****m> over 1 year ago
1c015f61 refactor: Improve logging mechanism by introducing a dynamic log level and sp... Ian Langworth <i****n@l****m> over 1 year ago
10b0fa85 refactor: Update llmscript commands in Makefile to use verbose output instead... Ian Langworth <i****n@l****m> over 1 year ago
427f1aee build: Update Go version in go.mod and CI workflow to 1.22.1 for consistency ... Ian Langworth <i****n@l****m> over 1 year ago
034d0ac7 docs: Add Docker usage note to README for safer execution of LLM-generated sh... Ian Langworth <i****n@l****m> over 1 year ago
60742b47 docs: Update README to include OpenAI as a configurable LLM option, enhancing... Ian Langworth <i****n@l****m> over 1 year ago
77965d6a docs: Update README to credit Claude and Cursor for project contributions, cl... Ian Langworth <i****n@l****m> over 1 year ago
9b242842 docs: Remove redundant note in README to streamline information and improve c... Ian Langworth <i****n@l****m> over 1 year ago
437ff82f docs: Update README to improve clarity on usage examples, installation instru... Ian Langworth <i****n@l****m> over 1 year ago
bd47c4f6 llm: Refactor GenerateScripts and FixScripts methods for Claude and OpenAI pr... Ian Langworth <i****n@l****m> over 1 year ago
5e94f446 config: Set YAML encoder indentation to 2 spaces for improved readability in ... Ian Langworth <i****n@l****m> over 1 year ago
9750e608 refactor: Enhance error handling and logging in various components, including... Ian Langworth <i****n@l****m> over 1 year ago
c73b8497 build: Add check for golangci-lint installation in Makefile to ensure linting... Ian Langworth <i****n@l****m> over 1 year ago
b203a248 docs: Add note to README about script functionality and potential risks Ian Langworth <i****n@l****m> over 1 year ago
d250a88b docs: Add CI badge to README for improved visibility of build status Ian Langworth <i****n@l****m> over 1 year ago
19b1c095 llm: Improve script generation and error correction by refining GenerateScrip... Ian Langworth <i****n@l****m> over 1 year ago
dd85dc67 llm: Enhance error handling in GenerateScripts and FixScripts methods for Cla... Ian Langworth <i****n@l****m> over 1 year ago
3a963a49 llm: Implement GenerateScripts and FixScripts methods for Claude and OpenAI p... Ian Langworth <i****n@l****m> over 1 year ago
b7ed8eca llm: Add debug logging for generated main and test scripts to improve traceab... Ian Langworth <i****n@l****m> over 1 year ago
259afbde llm: Revise prompt requirements to streamline test script generation, emphasi... Ian Langworth <i****n@l****m> over 1 year ago
c52afd93 llm: Update prompt templates to replace 'platform' with 'target_platform' for... Ian Langworth <i****n@l****m> over 1 year ago
f0c48705 llm: Simplify script fixing logic by removing test script correction, ensurin... Ian Langworth <i****n@l****m> over 1 year ago
33293060 llm: Update prompt templates to standardize terminology for script generation... Ian Langworth <i****n@l****m> over 1 year ago
0dd845d7 llm: Refine test script generation prompt to enhance clarity and structure, s... Ian Langworth <i****n@l****m> over 1 year ago
6ca030ee llm: Update prompt templates for script and test generation to use 'feature s... Ian Langworth <i****n@l****m> over 1 year ago
c2ed4d45 llm: Update README and code comments to reflect terminology changes from 'mai... Ian Langworth <i****n@l****m> over 1 year ago
0cd7e616 llm: Refactor script generation and testing to use unified ScriptPair structu... Ian Langworth <i****n@l****m> over 1 year ago
09e79f0c llm: Refactor LLM provider interface and implementations to unify script and ... Ian Langworth <i****n@l****m> over 1 year ago
04c14592 llm: Remove the entire implementation plan document from the repository Ian Langworth <i****n@l****m> over 1 year ago
0e48b932 llm: Remove configuration types for LLM providers from config.go Ian Langworth <i****n@l****m> over 1 year ago
37f66b27 llm: Trim whitespace from script description before hashing in cache Ian Langworth <i****n@l****m> over 1 year ago
b7870414 llm: Remove deprecated CLI script execution code from cli.go Ian Langworth <i****n@l****m> over 1 year ago
807c5611 llm: Add script execution functionality to run generated scripts with additio... Ian Langworth <i****n@l****m> over 1 year ago
35f64a76 llm: Update error message for missing Claude API key to improve clarity Ian Langworth <i****n@l****m> over 1 year ago
b8a6c498 llm: Enhance OllamaProvider to support streaming responses and improve JSON d... Ian Langworth <i****n@l****m> over 1 year ago
287288a4 llm: Refactor mockLLMProvider to use ScriptPair for script generation and fix... Ian Langworth <i****n@l****m> over 1 year ago
f7ef7442 make: Add example2 target for product-downloader script and update example1 t... Ian Langworth <i****n@l****m> over 1 year ago
60b79795 llm: Add no-cache option to skip caching during script generation and update ... Ian Langworth <i****n@l****m> over 1 year ago
4b7ccb22 llm: Implement GenerateScripts and FixScripts methods in providers, refactor ... Ian Langworth <i****n@l****m> over 1 year ago
579e2df5 llm: Revise script generation process to include main and test script pairs, ... Ian Langworth <i****n@l****m> over 1 year ago
650f78ef llm: Enhance JSON response handling in Claude, Ollama, and OpenAI providers w... Ian Langworth <i****n@l****m> over 1 year ago
a17c4de7 llm: Enable verbose mode when debug logging is activated in llmscript Ian Langworth <i****n@l****m> over 1 year ago
45de4fae llm: Update output format in prompts to include script markers and improve cl... Ian Langworth <i****n@l****m> over 1 year ago
b7c3a363 make: Change example target to use debug logging for hello-world script Ian Langworth <i****n@l****m> over 1 year ago
ddc36aa8 llm: Improve logging format in script execution for better readability Ian Langworth <i****n@l****m> over 1 year ago
5f68e528 llm: Add verbose logging for script execution and caching processes Ian Langworth <i****n@l****m> over 1 year ago
8105c421 make: Add example target to run hello-world script Ian Langworth <i****n@l****m> over 1 year ago
fd5c0f28 llm: Improve Ollama provider configuration by setting default values for mode... Ian Langworth <i****n@l****m> over 1 year ago
dd8a748e llm: Refactor provider configuration handling to use structured types for Oll... Ian Langworth <i****n@l****m> over 1 year ago
854dc388 llm: Refactor command-line interface to improve usability and streamline conf... Ian Langworth <i****n@l****m> over 1 year ago
b6759179 llm: Enhance command-line interface with additional flags for configuration a... Ian Langworth <i****n@l****m> over 1 year ago
b3074b9f llm: Introduce structured configuration for LLM providers (Ollama, Claude, Op... Ian Langworth <i****n@l****m> over 1 year ago
d881a6ea config: Use home directory when XDG_CONFIG_HOME is not set Ian Langworth <i****n@l****m> over 1 year ago

← Back to repository