forked from denoland/std
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prepare for monorepo #9
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
refactor: further merging of artifact feat(shockwave): start shockwave package feat(napp-tools): refine graphics to mirror the tools conventions feat(napp-tools): provide tools stubs to read from a jsr package feat(napp-tools): allow paths to be specified for tool modules feat(napp-tools): allow empty returns objects for tools
feat(snapshots): mock snapshot provider has more functionality
feat(napp-tools): add stucks to napp.json format
Handle resolving hooked promises with payload results
convert pdfs to json and txt formats
- Introduced a new CLI tool `@dreamcatcher/chat` for extracting and reconstructing shared AI conversations from public URLs. - Implemented functionality to fetch HTML, extract conversation data, and save it in Markdown format. - Added a YouTube audio downloader using `@distube/ytdl-core` to fetch audio streams from YouTube links. - Updated `deno.json` files to include new tasks and dependencies for the chat and YouTube utilities. - Removed outdated YouTube test files and other unused artifacts to streamline the project structure.
… handling - Added `--allow-env` permission to the CLI script for environment variable access. - Bumped version from 0.0.1 to 0.0.2 in `deno.json`. - Refactored the `main` function in `mod.ts` to use `join` from `@std/path` for constructing the output file path, improving path handling.
- Updated `nappSchema` to include new schemas for agents, tools, evals, dependencies, graphics, and effects, improving the structure and validation of NAPP packages. - Introduced a comprehensive `spec.md` file detailing the NAPP format, including required and optional fields, validation rules, and examples for better understanding and implementation. - Added `PROJECT_MAP_INSTRUCTIONS.md` files in both `reasoner` and `chat` directories to guide users in creating structured project maps for improved maintainability and onboarding. - Bumped version in `deno.json` for the chat tool from 0.0.2 to 0.0.3, reflecting recent changes.
- Updated version in `deno.json` from 0.0.5 to 0.0.6. - Enhanced conversation output in `extract.ts` to include a URL reference. - Refactored `main` function in `mod.ts` to simplify output file handling and removed unnecessary console logs.
github-actions
bot
added
files
openai
dumb-bot
reasoner
fixture
hamr
info
test-file-runner
labels
Dec 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.