Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. So is someone maintaining a Github or a resource that covers the various AI coding agents from an accessibility perspective, suggested config values, tips, etc

So is someone maintaining a Github or a resource that covers the various AI coding agents from an accessibility perspective, suggested config values, tips, etc

Scheduled Pinned Locked Moved Uncategorized
24 Posts 5 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J jage@mas.to

    So is someone maintaining a Github or a resource that covers the various AI coding agents from an accessibility perspective, suggested config values, tips, etc?
    I'd love to read/contribute to such a resource or if we don't have it yet, let's do it. Lots of great advice and ideas out there.
    It doesn't have to even be limited to coding but that's where this thought came from.

    K This user is from outside of this forum
    K This user is from outside of this forum
    kaveinthran@mastodon.stickbear.me
    wrote last edited by
    #3

    @Jage This repo by @tayarndt @JeffBishop is quite big and good
    Feel free to contribute.
    https://github.com/Community-Access/accessibility-agents

    J 1 Reply Last reply
    0
    • J jage@mas.to

      So is someone maintaining a Github or a resource that covers the various AI coding agents from an accessibility perspective, suggested config values, tips, etc?
      I'd love to read/contribute to such a resource or if we don't have it yet, let's do it. Lots of great advice and ideas out there.
      It doesn't have to even be limited to coding but that's where this thought came from.

      B This user is from outside of this forum
      B This user is from outside of this forum
      blindndangerous@mstdn.social
      wrote last edited by
      #4

      @Jage Yes. https://github.com/Community-Access/accessibility-agents

      J 1 Reply Last reply
      0
      • B blindndangerous@mstdn.social

        @Jage Yes. https://github.com/Community-Access/accessibility-agents

        J This user is from outside of this forum
        J This user is from outside of this forum
        jage@mas.to
        wrote last edited by
        #5

        @blindndangerous Sorry referring to best accessibility settings for the tools themselves, not accessibility web checking. i.e. turning off animation in Codex or pointers in Claude Code.

        B 1 Reply Last reply
        0
        • K kaveinthran@mastodon.stickbear.me

          @Jage This repo by @tayarndt @JeffBishop is quite big and good
          Feel free to contribute.
          https://github.com/Community-Access/accessibility-agents

          J This user is from outside of this forum
          J This user is from outside of this forum
          jage@mas.to
          wrote last edited by
          #6

          @kaveinthran @tayarndt @JeffBishop Sorry referring to best accessibility settings for the tools themselves, not accessibility web checking. i.e. turning off animation in Codex or pointers in Claude Code. I'd be happy to contribute here, but this seems like a different albeit very useful goal.

          J 1 Reply Last reply
          0
          • J jage@mas.to

            @blindndangerous Sorry referring to best accessibility settings for the tools themselves, not accessibility web checking. i.e. turning off animation in Codex or pointers in Claude Code.

            B This user is from outside of this forum
            B This user is from outside of this forum
            blindndangerous@mstdn.social
            wrote last edited by
            #7

            @Jage I looked through claudes documentation as to what you can put in that json file, and the three things that I gave you were all that I found. If you find more, let me know.

            J 1 Reply Last reply
            0
            • zersiax@cupoftea.socialZ zersiax@cupoftea.social

              @Jage do you mean the non-commandline versions? Commandlines are pretty much equally workable, with about the same amounts of meh that often can't really be configured, so i'm having a bit of trouble figuring out what you're asking for exactly ๐Ÿ™‚ Not a bad idea, I just don't get it yet

              J This user is from outside of this forum
              J This user is from outside of this forum
              jage@mas.to
              wrote last edited by
              #8

              @zersiax I do mean the command lines for now. They all seem to have some settings that make them work better with screen readers, such as turning off animations, extra status messages, etc.

              zersiax@cupoftea.socialZ 1 Reply Last reply
              0
              • J jage@mas.to

                @zersiax I do mean the command lines for now. They all seem to have some settings that make them work better with screen readers, such as turning off animations, extra status messages, etc.

                zersiax@cupoftea.socialZ This user is from outside of this forum
                zersiax@cupoftea.socialZ This user is from outside of this forum
                zersiax@cupoftea.social
                wrote last edited by
                #9

                @Jage huh. I am looking at the claude -h and not seeing that, I see there is a settings file you can give it, haven't looked at that so maybe in there

                J 1 Reply Last reply
                0
                • B blindndangerous@mstdn.social

                  @Jage I looked through claudes documentation as to what you can put in that json file, and the three things that I gave you were all that I found. If you find more, let me know.

                  J This user is from outside of this forum
                  J This user is from outside of this forum
                  jage@mas.to
                  wrote last edited by
                  #10

                  @blindndangerous Sure will do. I just want to put all of this written down somewhere so we have it.

                  1 Reply Last reply
                  0
                  • zersiax@cupoftea.socialZ zersiax@cupoftea.social

                    @Jage huh. I am looking at the claude -h and not seeing that, I see there is a settings file you can give it, haven't looked at that so maybe in there

                    J This user is from outside of this forum
                    J This user is from outside of this forum
                    jage@mas.to
                    wrote last edited by
                    #11

                    @zersiax From @blindndangerous Setting these in my claude.json makes things so much better. At least for me. "spinnerTipsEnabled": false,
                    "spinnerVerbs": { "mode": "replace", "verbs": [] },
                    "prefersReducedMotion": true. Also Claudio is a tool that adds sounds to Claude CLI. So these are the types of little things I want to compile in one spot.

                    zersiax@cupoftea.socialZ 2 Replies Last reply
                    0
                    • J jage@mas.to

                      @zersiax From @blindndangerous Setting these in my claude.json makes things so much better. At least for me. "spinnerTipsEnabled": false,
                      "spinnerVerbs": { "mode": "replace", "verbs": [] },
                      "prefersReducedMotion": true. Also Claudio is a tool that adds sounds to Claude CLI. So these are the types of little things I want to compile in one spot.

                      zersiax@cupoftea.socialZ This user is from outside of this forum
                      zersiax@cupoftea.socialZ This user is from outside of this forum
                      zersiax@cupoftea.social
                      wrote last edited by
                      #12

                      @Jage @blindndangerous good idea, yeah... I wouldn't have thought to go looking. Most of what these settings do just cut down the clutter a bit which I personally am not super bothered by but hey, it definitely is useful ๐Ÿ˜‰

                      J 1 Reply Last reply
                      0
                      • zersiax@cupoftea.socialZ zersiax@cupoftea.social

                        @Jage @blindndangerous good idea, yeah... I wouldn't have thought to go looking. Most of what these settings do just cut down the clutter a bit which I personally am not super bothered by but hey, it definitely is useful ๐Ÿ˜‰

                        J This user is from outside of this forum
                        J This user is from outside of this forum
                        jage@mas.to
                        wrote last edited by
                        #13

                        @zersiax @blindndangerous Exactly. I think ideally we'd explain what each setting does. Then you can pick and choose what makes the most sense.

                        1 Reply Last reply
                        0
                        • J jage@mas.to

                          @zersiax From @blindndangerous Setting these in my claude.json makes things so much better. At least for me. "spinnerTipsEnabled": false,
                          "spinnerVerbs": { "mode": "replace", "verbs": [] },
                          "prefersReducedMotion": true. Also Claudio is a tool that adds sounds to Claude CLI. So these are the types of little things I want to compile in one spot.

                          zersiax@cupoftea.socialZ This user is from outside of this forum
                          zersiax@cupoftea.socialZ This user is from outside of this forum
                          zersiax@cupoftea.social
                          wrote last edited by
                          #14

                          @Jage @blindndangerous also whoever owns claudio.click, seems to be down currently at least from Europe ๐Ÿ˜›

                          B 1 Reply Last reply
                          0
                          • zersiax@cupoftea.socialZ zersiax@cupoftea.social

                            @Jage @blindndangerous also whoever owns claudio.click, seems to be down currently at least from Europe ๐Ÿ˜›

                            B This user is from outside of this forum
                            B This user is from outside of this forum
                            blindndangerous@mstdn.social
                            wrote last edited by
                            #15

                            @zersiax @Jage Yeah, that didn't work for me. Grab it from the github and build it.

                            zersiax@cupoftea.socialZ 2 Replies Last reply
                            0
                            • B blindndangerous@mstdn.social

                              @zersiax @Jage Yeah, that didn't work for me. Grab it from the github and build it.

                              zersiax@cupoftea.socialZ This user is from outside of this forum
                              zersiax@cupoftea.socialZ This user is from outside of this forum
                              zersiax@cupoftea.social
                              wrote last edited by
                              #16

                              @blindndangerous @Jage oh hey, tis a Q thing. ok then...

                              B 1 Reply Last reply
                              0
                              • zersiax@cupoftea.socialZ zersiax@cupoftea.social

                                @blindndangerous @Jage oh hey, tis a Q thing. ok then...

                                B This user is from outside of this forum
                                B This user is from outside of this forum
                                blindndangerous@mstdn.social
                                wrote last edited by
                                #17

                                @zersiax @Jage Yeah it is. I really like it. Cuts down on spam.

                                1 Reply Last reply
                                0
                                • J jage@mas.to

                                  @kaveinthran @tayarndt @JeffBishop Sorry referring to best accessibility settings for the tools themselves, not accessibility web checking. i.e. turning off animation in Codex or pointers in Claude Code. I'd be happy to contribute here, but this seems like a different albeit very useful goal.

                                  J This user is from outside of this forum
                                  J This user is from outside of this forum
                                  jeffbishop@mastodon.online
                                  wrote last edited by
                                  #18

                                  @Jage @kaveinthran @tayarndt We would love that contribution. You can for sure submit the information on the community-access Github repo and we will get it added to the site...

                                  J 1 Reply Last reply
                                  0
                                  • B blindndangerous@mstdn.social

                                    @zersiax @Jage Yeah, that didn't work for me. Grab it from the github and build it.

                                    zersiax@cupoftea.socialZ This user is from outside of this forum
                                    zersiax@cupoftea.socialZ This user is from outside of this forum
                                    zersiax@cupoftea.social
                                    wrote last edited by
                                    #19

                                    't hear any sounds happening ...not sure if I'm just not triggering them@blindndangerous@mstdn.social @Jage huh. It's in my settings but I really don

                                    J 3 Replies Last reply
                                    0
                                    • zersiax@cupoftea.socialZ zersiax@cupoftea.social

                                      't hear any sounds happening ...not sure if I'm just not triggering them@blindndangerous@mstdn.social @Jage huh. It's in my settings but I really don

                                      J This user is from outside of this forum
                                      J This user is from outside of this forum
                                      jage@mas.to
                                      wrote last edited by
                                      #20

                                      @zersiax I am also having trouble with it as it currently is, so you're not alone.

                                      1 Reply Last reply
                                      0
                                      • J jeffbishop@mastodon.online

                                        @Jage @kaveinthran @tayarndt We would love that contribution. You can for sure submit the information on the community-access Github repo and we will get it added to the site...

                                        J This user is from outside of this forum
                                        J This user is from outside of this forum
                                        jage@mas.to
                                        wrote last edited by
                                        #21

                                        @JeffBishop @kaveinthran @tayarndt OK thanks good to hear. I got the impression this was mostly for accessibility testing agents as opposed to the actual accessibility of the apps, but no reason it can't be both. And if you feel it's too far afield that's fine as well.

                                        1 Reply Last reply
                                        0
                                        • pixelate@tweesecake.socialP pixelate@tweesecake.social shared this topic
                                        • zersiax@cupoftea.socialZ zersiax@cupoftea.social

                                          't hear any sounds happening ...not sure if I'm just not triggering them@blindndangerous@mstdn.social @Jage huh. It's in my settings but I really don

                                          J This user is from outside of this forum
                                          J This user is from outside of this forum
                                          jage@mas.to
                                          wrote last edited by
                                          #22

                                          @zersiax So apparently it was trying to load from a sounds directory that never existed. Not sure if that's how it came or if that's what Claude mucked up, but that was the problem for me.

                                          zersiax@cupoftea.socialZ 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups