{"id":19551368,"url":"https://github.com/simonneutert/wilson","last_synced_at":"2026-05-05T14:32:42.578Z","repository":{"id":261801392,"uuid":"884738699","full_name":"simonneutert/wilson","owner":"simonneutert","description":"A simple terminal application that allows you to run through your multistep OpenAI assistants. Made with Deno. 🦕🥰","archived":false,"fork":false,"pushed_at":"2025-04-07T19:14:57.000Z","size":563,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T06:09:28.403Z","etag":null,"topics":["cli-app","deno","openai","openai-assistants","openai-assistants-api","openai-chatgpt","react","reactjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simonneutert.png","metadata":{"files":{"readme":"README.DEVELOPER.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-07T09:54:13.000Z","updated_at":"2025-04-07T19:15:01.000Z","dependencies_parsed_at":"2024-11-08T14:38:45.657Z","dependency_job_id":"52c7ad93-fc38-48d9-9aa1-fdbff628908d","html_url":"https://github.com/simonneutert/wilson","commit_stats":null,"previous_names":["simonneutert/wilson"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simonneutert/wilson","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonneutert%2Fwilson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonneutert%2Fwilson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonneutert%2Fwilson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonneutert%2Fwilson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonneutert","download_url":"https://codeload.github.com/simonneutert/wilson/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonneutert%2Fwilson/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32653552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli-app","deno","openai","openai-assistants","openai-assistants-api","openai-chatgpt","react","reactjs"],"created_at":"2024-11-11T04:13:40.658Z","updated_at":"2026-05-05T14:32:42.556Z","avatar_url":"https://github.com/simonneutert.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wilson - Developer's README\u003c!-- omit in toc --\u003e\n\nHere you will find information for developers contributing to the project.\n\n## Table of Contents\u003c!-- omit in toc --\u003e\n\n- [Update VHS Demo](#update-vhs-demo)\n- [Publish Package on GHCR.io](#publish-package-on-ghcrio)\n- [Run the project](#run-the-project)\n- [Debugging VSCode](#debugging-vscode)\n\n## Update VHS Demo\n\nTo update the VHS demo, run the following command:\n\n`$ just vhs-record`\n\n## Publish Package on GHCR.io\n\nPublish the package on GHCR.io using the following command:\n\n`$ just publish-ghcr`\n\n## Run the project\n\nRunning the project is simple:\n\n`$ just run`\n\n## Debugging VSCode\n\n- Open the project in VSCode.\n- Create a debug profile with VSCode's debug helper button.\n\nHere is an example of a `launch.json` configuration for debugging Deno scripts,\nthe `runtimeExecutable` path should be updated to the path of the Deno\nexecutable on your system:\n\n```text\n{\n  \"version\": \"0.2.0\",\n  \"configurations\": [\n    {\n      \"request\": \"launch\",\n      \"name\": \"Launch Program\",\n      \"type\": \"node\",\n      \"program\": \"${workspaceFolder}/lib/replay-assistant.ts\",\n      \"cwd\": \"${workspaceFolder}\",\n      \"env\": {},\n      \"runtimeExecutable\": \"/path/to/bin/deno\",\n      \"runtimeArgs\": [\n        \"run\",\n        \"--unstable\",\n        \"--inspect-wait\",\n        \"--allow-all\"\n      ],\n      \"attachSimplePort\": 9229,\n      \"args\": [\"assistant/templates/demo.json\"]\n    }\n  ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonneutert%2Fwilson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonneutert%2Fwilson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonneutert%2Fwilson/lists"}