Skip to content

Conversation

@google-labs-jules
Copy link
Contributor

This commit reorganizes the apps directory by renaming the interactive scripts and adding a new README.md file to document the available apps.

This commit introduces a significant reorganization and enhancement of the demo scripts.

The changes include:
- Renaming `demos/version.sh` and `demos/version.md` to `demos/ollama_app_version.sh` and `demos/ollama_app_version.md` respectively, for better clarity.
- Renaming `demos/help.sh` and `demos/help.md` to `demos/function.help.sh` and `demos/function.help.md` to follow a more consistent naming scheme.
- Introducing a new demo `demos/function.versions.sh` that displays the version information for all functions.
- Updating all internal links in READMEs and other documentation files to reflect the new file names.
- Adding the new `function.versions.sh` demo to the `demos/README.md` table of contents.
- Running the `run.demos.sh` script to regenerate all demo markdown files, including the new `function.versions.md`.

These changes improve the organization and consistency of the demo scripts, making them easier to navigate and maintain.
This commit introduces a significant reorganization and enhancement of the demo scripts, and also updates the agent's notes with new learnings.

The changes include:
- Renaming `demos/version.sh` and `demos/version.md` to `demos/ollama_app_version.sh` and `demos/ollama_app_version.md` respectively, for better clarity.
- Renaming `demos/help.sh` and `demos/help.md` to `demos/function.help.sh` and `demos/function.help.md` to follow a more consistent naming scheme.
- Introducing a new demo `demos/function.versions.sh` that displays the version information for all functions.
- Updating all internal links in READMEs and other documentation files to reflect the new file names.
- Adding the new `function.versions.sh` demo to the `demos/README.md` table of contents.
- Running the `run.demos.sh` script to regenerate all demo markdown files, including the new `function.versions.md`.
- Making the new `function.versions.sh` script executable.
- Updating `docs/jules.md` with new learnings about file listing, script permissions, and the demo generation process.

These changes improve the organization and consistency of the demo scripts, making them easier to navigate and maintain, and also document important development practices for the agent.
This commit reorganizes the `apps` directory for better clarity and adds a README file to document the available apps.

The changes include:
- Renaming `apps/interactive.chat.sh` to `apps/chat.sh`.
- Renaming `apps/interactive.generate.sh` to `apps/generate.sh`.
- Creating a new `apps/README.md` file with a table of contents that links to the apps and provides a brief description for each.

These changes make the `apps` directory more organized and user-friendly.
This commit removes obsolete links to `interactive.chat.sh` and `interactive.generate.sh` from `demos/README.md`.

These scripts were moved to the `apps` directory in a previous commit, but the links in the demos README were not updated. This commit corrects that oversight.
@attogram attogram marked this pull request as ready for review August 23, 2025 09:14
This commit includes several fixes and updates to the documentation and demo scripts to improve consistency and correctness.

The changes include:
- Adding documentation for the `ollama_messages_last` and `ollama_messages_last_json` functions in `docs/functions.md` and creating their individual doc files.
- Correcting the alias for `ollama_messages_clear` from `omc` to `omclear` in `docs/aliases.md`.
- Updating the function lists in `demos/function.help.sh` and `demos/function.versions.sh` to be complete and accurate, which involved adding `ollama_chat_json`, `ollama_messages_last`, and `ollama_messages_last_json`.
- Re-running the `demos/run.demos.sh` script to regenerate the demo markdown files with the corrected function lists, eliminating "command not found" errors.
- Deleting stray `help.md` and `messages.md` files from the root directory.

These changes ensure that the documentation is up-to-date and that the demo scripts run without errors.
@attogram attogram merged commit 79923b3 into main Aug 23, 2025
@attogram attogram deleted the docs-link-aliases branch August 23, 2025 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants